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 -->
|
|
@@ -82,7 +133,7 @@ Changes you make to the model are reflected in the view. Provide same model you
|
|
|
82
133
|
in the table to the <code><cds-pagination></code> components.
|
|
83
134
|
They provide a different view over the same data.</p>
|
|
84
135
|
<h2>Basic usage</h2>
|
|
85
|
-
<div><pre class="line-numbers"><code class="language-html"><cds-table [model]="model"></cds-table></code></pre></div><div><pre class="line-numbers"><code class="language-typescript">public model = new TableModel();
|
|
136
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html"><cds-table [model]="model"></cds-table></code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">public model = new TableModel();
|
|
86
137
|
|
|
87
138
|
this.model.data = [
|
|
88
139
|
[new TableItem({data: "asdf"}), new TableItem({data: "qwer"})],
|
|
@@ -92,9 +143,9 @@ this.model.data = [
|
|
|
92
143
|
];</code></pre></div><h2>Customization</h2>
|
|
93
144
|
<p>If you have custom data in your table, you need a way to display it. You can do that
|
|
94
145
|
by providing a template to <code>TableItem</code>.</p>
|
|
95
|
-
<div><pre class="line-numbers"><code class="language-html"><ng-template #customTableItemTemplate let-data="data">
|
|
146
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html"><ng-template #customTableItemTemplate let-data="data">
|
|
96
147
|
<a [routerLink]="data.link">{{data.name}} {{data.surname}}</a>
|
|
97
|
-
</ng-template></code></pre></div><div><pre class="line-numbers"><code class="language-typescript">customTableItemTemplate: TemplateRef<any>;
|
|
148
|
+
</ng-template></code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">customTableItemTemplate: TemplateRef<any>;
|
|
98
149
|
|
|
99
150
|
this.customModel.data = [
|
|
100
151
|
[new TableItem({data: "asdf"}), new TableItem({data: {name: "Lessy", link: "/table"}, template: this.customTableItemTemplate})],
|
|
@@ -104,7 +155,7 @@ this.customModel.data = [
|
|
|
104
155
|
];</code></pre></div><h3>Sorting and filtering</h3>
|
|
105
156
|
<p>In case you need custom sorting and/or filtering you should subclass <code>TableHeaderItem</code>
|
|
106
157
|
and override needed functions.</p>
|
|
107
|
-
<div><pre class="line-numbers"><code class="language-typescript">class FilterableHeaderItem extends TableHeaderItem {
|
|
158
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">class FilterableHeaderItem extends TableHeaderItem {
|
|
108
159
|
// custom filter function
|
|
109
160
|
filter(item: TableItem): boolean {
|
|
110
161
|
if (typeof item.data === "string" && item.data.toLowerCase().indexOf(this.filterData.data.toLowerCase()) >= 0 ||
|
|
@@ -138,13 +189,13 @@ clicking the table header, check table <a href="#sort"><code>sort</code></a> out
|
|
|
138
189
|
<p>See <code>TableHeaderItem</code> class for more information.</p>
|
|
139
190
|
<h2>No data template</h2>
|
|
140
191
|
<p>When table has no data to show, it can show a message you provide it instead.</p>
|
|
141
|
-
<div><pre class="line-numbers"><code class="language-html"><cds-table [model]="model">No data.</cds-table></code></pre></div><p>... will show <code>No data.</code> message, but you can get creative and provide any template you want
|
|
192
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html"><cds-table [model]="model">No data.</cds-table></code></pre></div><p>... will show <code>No data.</code> message, but you can get creative and provide any template you want
|
|
142
193
|
to replace table's default <code>tbody</code>.</p>
|
|
143
194
|
<h2>Use pagination as table footer</h2>
|
|
144
|
-
<div><pre class="line-numbers"><code class="language-html"><cds-pagination [model]="model" (selectPage)="selectPage($event)"></cds-pagination></code></pre></div><p><code>selectPage()</code> function should fetch the data from backend, create new <code>data</code>, apply it to <code>model.data</code>,
|
|
195
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html"><cds-pagination [model]="model" (selectPage)="selectPage($event)"></cds-pagination></code></pre></div><p><code>selectPage()</code> function should fetch the data from backend, create new <code>data</code>, apply it to <code>model.data</code>,
|
|
145
196
|
and update <code>model.currentPage</code>.</p>
|
|
146
197
|
<p>If the data your server returns is a two dimensional array of objects, it would look something like this:</p>
|
|
147
|
-
<div><pre class="line-numbers"><code class="language-typescript">selectPage(page) {
|
|
198
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">selectPage(page) {
|
|
148
199
|
this.getPage(page).then((data: Array<Array<any>>) => {
|
|
149
200
|
// set the data and update page
|
|
150
201
|
this.model.data = this.prepareData(data);
|
|
@@ -1032,7 +1083,7 @@ protected prepareData(data: Array<Array<any>>) {
|
|
|
1032
1083
|
<td class="col-md-4">
|
|
1033
1084
|
<div class="io-description"><p>Used to populate the row selection checkbox label with a useful value if set.</p>
|
|
1034
1085
|
<p>Example:</p>
|
|
1035
|
-
<div><pre class="line-numbers"><code class="language-none"><cds-table [selectionLabelColumn]="0"></cds-table>
|
|
1086
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-none"><cds-table [selectionLabelColumn]="0"></cds-table>
|
|
1036
1087
|
<!-- results in aria-label="Select first column value"
|
|
1037
1088
|
(where "first column value" is the value of the first column in the row --></code></pre></div></div>
|
|
1038
1089
|
</td>
|
|
@@ -1296,7 +1347,7 @@ possible to set the sortable state on the header item to disable/enable sorting
|
|
|
1296
1347
|
<tr>
|
|
1297
1348
|
<td class="col-md-4">
|
|
1298
1349
|
<div class="io-description"><p>Expects an object that contains some or all of:</p>
|
|
1299
|
-
<div><pre class="line-numbers"><code class="language-none">{
|
|
1350
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-none">{
|
|
1300
1351
|
"FILTER": "Filter",
|
|
1301
1352
|
"END_OF_DATA": "You've reached the end of your content",
|
|
1302
1353
|
"SCROLL_TOP": "Scroll to top",
|
|
@@ -1500,7 +1551,7 @@ into the model.</p>
|
|
|
1500
1551
|
to sort the table. This is what you typically want if you're using a backend query to get the sorted
|
|
1501
1552
|
data or want to sort data across multiple pages.</p>
|
|
1502
1553
|
<p>Usage:</p>
|
|
1503
|
-
<div><pre class="line-numbers"><code class="language-typescript">@Component({
|
|
1554
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">@Component({
|
|
1504
1555
|
selector: "app-table",
|
|
1505
1556
|
template: `
|
|
1506
1557
|
<cds-table
|
|
@@ -1610,58 +1661,56 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
1610
1661
|
</tr>
|
|
1611
1662
|
|
|
1612
1663
|
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1664
|
+
<tr>
|
|
1665
|
+
<td class="col-md-4">
|
|
1666
|
+
<div class="io-line">Defined in <a href="" data-line="810"
|
|
1667
|
+
class="link-to-prism">src/table/table.component.ts:810</a></div>
|
|
1668
|
+
</td>
|
|
1669
|
+
</tr>
|
|
1619
1670
|
|
|
1620
1671
|
|
|
1621
1672
|
<tr>
|
|
1622
1673
|
<td class="col-md-4">
|
|
1623
1674
|
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1675
|
+
<div class="io-description">
|
|
1676
|
+
<b>Parameters :</b>
|
|
1677
|
+
|
|
1678
|
+
<table class="params">
|
|
1679
|
+
<thead>
|
|
1680
|
+
<tr>
|
|
1681
|
+
<td>Name</td>
|
|
1682
|
+
<td>Optional</td>
|
|
1683
|
+
</tr>
|
|
1684
|
+
</thead>
|
|
1685
|
+
<tbody>
|
|
1686
|
+
<tr>
|
|
1687
|
+
<td>event</td>
|
|
1637
1688
|
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1689
|
+
<td>
|
|
1690
|
+
No
|
|
1691
|
+
</td>
|
|
1641
1692
|
|
|
1642
1693
|
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1694
|
+
</tr>
|
|
1695
|
+
<tr>
|
|
1696
|
+
<td>columnIndex</td>
|
|
1646
1697
|
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1698
|
+
<td>
|
|
1699
|
+
No
|
|
1700
|
+
</td>
|
|
1650
1701
|
|
|
1651
1702
|
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
<div class="io-description">
|
|
1659
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1703
|
+
</tr>
|
|
1704
|
+
</tbody>
|
|
1705
|
+
</table>
|
|
1706
|
+
</div>
|
|
1707
|
+
<div class="io-description">
|
|
1708
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1660
1709
|
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1710
|
+
</div>
|
|
1711
|
+
<div class="io-description">
|
|
1712
|
+
|
|
1713
|
+
</div>
|
|
1665
1714
|
</td>
|
|
1666
1715
|
</tr>
|
|
1667
1716
|
</tbody>
|
|
@@ -1684,67 +1733,65 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
1684
1733
|
</tr>
|
|
1685
1734
|
|
|
1686
1735
|
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1736
|
+
<tr>
|
|
1737
|
+
<td class="col-md-4">
|
|
1738
|
+
<div class="io-line">Defined in <a href="" data-line="815"
|
|
1739
|
+
class="link-to-prism">src/table/table.component.ts:815</a></div>
|
|
1740
|
+
</td>
|
|
1741
|
+
</tr>
|
|
1693
1742
|
|
|
1694
1743
|
|
|
1695
1744
|
<tr>
|
|
1696
1745
|
<td class="col-md-4">
|
|
1697
1746
|
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1747
|
+
<div class="io-description">
|
|
1748
|
+
<b>Parameters :</b>
|
|
1749
|
+
|
|
1750
|
+
<table class="params">
|
|
1751
|
+
<thead>
|
|
1752
|
+
<tr>
|
|
1753
|
+
<td>Name</td>
|
|
1754
|
+
<td>Optional</td>
|
|
1755
|
+
</tr>
|
|
1756
|
+
</thead>
|
|
1757
|
+
<tbody>
|
|
1758
|
+
<tr>
|
|
1759
|
+
<td>event</td>
|
|
1711
1760
|
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1761
|
+
<td>
|
|
1762
|
+
No
|
|
1763
|
+
</td>
|
|
1715
1764
|
|
|
1716
1765
|
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1766
|
+
</tr>
|
|
1767
|
+
<tr>
|
|
1768
|
+
<td>position</td>
|
|
1720
1769
|
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1770
|
+
<td>
|
|
1771
|
+
No
|
|
1772
|
+
</td>
|
|
1724
1773
|
|
|
1725
1774
|
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1775
|
+
</tr>
|
|
1776
|
+
<tr>
|
|
1777
|
+
<td>columnIndex</td>
|
|
1729
1778
|
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1779
|
+
<td>
|
|
1780
|
+
No
|
|
1781
|
+
</td>
|
|
1733
1782
|
|
|
1734
1783
|
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
<div class="io-description">
|
|
1742
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1784
|
+
</tr>
|
|
1785
|
+
</tbody>
|
|
1786
|
+
</table>
|
|
1787
|
+
</div>
|
|
1788
|
+
<div class="io-description">
|
|
1789
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1743
1790
|
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1791
|
+
</div>
|
|
1792
|
+
<div class="io-description">
|
|
1793
|
+
|
|
1794
|
+
</div>
|
|
1748
1795
|
</td>
|
|
1749
1796
|
</tr>
|
|
1750
1797
|
</tbody>
|
|
@@ -1767,67 +1814,65 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
1767
1814
|
</tr>
|
|
1768
1815
|
|
|
1769
1816
|
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1817
|
+
<tr>
|
|
1818
|
+
<td class="col-md-4">
|
|
1819
|
+
<div class="io-line">Defined in <a href="" data-line="820"
|
|
1820
|
+
class="link-to-prism">src/table/table.component.ts:820</a></div>
|
|
1821
|
+
</td>
|
|
1822
|
+
</tr>
|
|
1776
1823
|
|
|
1777
1824
|
|
|
1778
1825
|
<tr>
|
|
1779
1826
|
<td class="col-md-4">
|
|
1780
1827
|
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1828
|
+
<div class="io-description">
|
|
1829
|
+
<b>Parameters :</b>
|
|
1830
|
+
|
|
1831
|
+
<table class="params">
|
|
1832
|
+
<thead>
|
|
1833
|
+
<tr>
|
|
1834
|
+
<td>Name</td>
|
|
1835
|
+
<td>Optional</td>
|
|
1836
|
+
</tr>
|
|
1837
|
+
</thead>
|
|
1838
|
+
<tbody>
|
|
1839
|
+
<tr>
|
|
1840
|
+
<td>event</td>
|
|
1794
1841
|
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1842
|
+
<td>
|
|
1843
|
+
No
|
|
1844
|
+
</td>
|
|
1798
1845
|
|
|
1799
1846
|
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1847
|
+
</tr>
|
|
1848
|
+
<tr>
|
|
1849
|
+
<td>position</td>
|
|
1803
1850
|
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1851
|
+
<td>
|
|
1852
|
+
No
|
|
1853
|
+
</td>
|
|
1807
1854
|
|
|
1808
1855
|
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1856
|
+
</tr>
|
|
1857
|
+
<tr>
|
|
1858
|
+
<td>columnIndex</td>
|
|
1812
1859
|
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1860
|
+
<td>
|
|
1861
|
+
No
|
|
1862
|
+
</td>
|
|
1816
1863
|
|
|
1817
1864
|
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
<div class="io-description">
|
|
1825
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1865
|
+
</tr>
|
|
1866
|
+
</tbody>
|
|
1867
|
+
</table>
|
|
1868
|
+
</div>
|
|
1869
|
+
<div class="io-description">
|
|
1870
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1826
1871
|
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1872
|
+
</div>
|
|
1873
|
+
<div class="io-description">
|
|
1874
|
+
|
|
1875
|
+
</div>
|
|
1831
1876
|
</td>
|
|
1832
1877
|
</tr>
|
|
1833
1878
|
</tbody>
|
|
@@ -1850,67 +1895,65 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
1850
1895
|
</tr>
|
|
1851
1896
|
|
|
1852
1897
|
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1898
|
+
<tr>
|
|
1899
|
+
<td class="col-md-4">
|
|
1900
|
+
<div class="io-line">Defined in <a href="" data-line="824"
|
|
1901
|
+
class="link-to-prism">src/table/table.component.ts:824</a></div>
|
|
1902
|
+
</td>
|
|
1903
|
+
</tr>
|
|
1859
1904
|
|
|
1860
1905
|
|
|
1861
1906
|
<tr>
|
|
1862
1907
|
<td class="col-md-4">
|
|
1863
1908
|
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1909
|
+
<div class="io-description">
|
|
1910
|
+
<b>Parameters :</b>
|
|
1911
|
+
|
|
1912
|
+
<table class="params">
|
|
1913
|
+
<thead>
|
|
1914
|
+
<tr>
|
|
1915
|
+
<td>Name</td>
|
|
1916
|
+
<td>Optional</td>
|
|
1917
|
+
</tr>
|
|
1918
|
+
</thead>
|
|
1919
|
+
<tbody>
|
|
1920
|
+
<tr>
|
|
1921
|
+
<td>event</td>
|
|
1877
1922
|
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1923
|
+
<td>
|
|
1924
|
+
No
|
|
1925
|
+
</td>
|
|
1881
1926
|
|
|
1882
1927
|
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1928
|
+
</tr>
|
|
1929
|
+
<tr>
|
|
1930
|
+
<td>position</td>
|
|
1886
1931
|
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1932
|
+
<td>
|
|
1933
|
+
No
|
|
1934
|
+
</td>
|
|
1890
1935
|
|
|
1891
1936
|
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1937
|
+
</tr>
|
|
1938
|
+
<tr>
|
|
1939
|
+
<td>columnIndex</td>
|
|
1895
1940
|
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1941
|
+
<td>
|
|
1942
|
+
No
|
|
1943
|
+
</td>
|
|
1899
1944
|
|
|
1900
1945
|
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
<div class="io-description">
|
|
1908
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1946
|
+
</tr>
|
|
1947
|
+
</tbody>
|
|
1948
|
+
</table>
|
|
1949
|
+
</div>
|
|
1950
|
+
<div class="io-description">
|
|
1951
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1909
1952
|
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1953
|
+
</div>
|
|
1954
|
+
<div class="io-description">
|
|
1955
|
+
|
|
1956
|
+
</div>
|
|
1914
1957
|
</td>
|
|
1915
1958
|
</tr>
|
|
1916
1959
|
</tbody>
|
|
@@ -1933,58 +1976,56 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
1933
1976
|
</tr>
|
|
1934
1977
|
|
|
1935
1978
|
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1979
|
+
<tr>
|
|
1980
|
+
<td class="col-md-4">
|
|
1981
|
+
<div class="io-line">Defined in <a href="" data-line="804"
|
|
1982
|
+
class="link-to-prism">src/table/table.component.ts:804</a></div>
|
|
1983
|
+
</td>
|
|
1984
|
+
</tr>
|
|
1942
1985
|
|
|
1943
1986
|
|
|
1944
1987
|
<tr>
|
|
1945
1988
|
<td class="col-md-4">
|
|
1946
1989
|
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1990
|
+
<div class="io-description">
|
|
1991
|
+
<b>Parameters :</b>
|
|
1992
|
+
|
|
1993
|
+
<table class="params">
|
|
1994
|
+
<thead>
|
|
1995
|
+
<tr>
|
|
1996
|
+
<td>Name</td>
|
|
1997
|
+
<td>Optional</td>
|
|
1998
|
+
</tr>
|
|
1999
|
+
</thead>
|
|
2000
|
+
<tbody>
|
|
2001
|
+
<tr>
|
|
2002
|
+
<td>event</td>
|
|
1960
2003
|
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
2004
|
+
<td>
|
|
2005
|
+
No
|
|
2006
|
+
</td>
|
|
1964
2007
|
|
|
1965
2008
|
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
2009
|
+
</tr>
|
|
2010
|
+
<tr>
|
|
2011
|
+
<td>columnIndex</td>
|
|
1969
2012
|
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
2013
|
+
<td>
|
|
2014
|
+
No
|
|
2015
|
+
</td>
|
|
1973
2016
|
|
|
1974
2017
|
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
<div class="io-description">
|
|
1982
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2018
|
+
</tr>
|
|
2019
|
+
</tbody>
|
|
2020
|
+
</table>
|
|
2021
|
+
</div>
|
|
2022
|
+
<div class="io-description">
|
|
2023
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1983
2024
|
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
2025
|
+
</div>
|
|
2026
|
+
<div class="io-description">
|
|
2027
|
+
|
|
2028
|
+
</div>
|
|
1988
2029
|
</td>
|
|
1989
2030
|
</tr>
|
|
1990
2031
|
</tbody>
|
|
@@ -2007,67 +2048,65 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2007
2048
|
</tr>
|
|
2008
2049
|
|
|
2009
2050
|
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2051
|
+
<tr>
|
|
2052
|
+
<td class="col-md-4">
|
|
2053
|
+
<div class="io-line">Defined in <a href="" data-line="832"
|
|
2054
|
+
class="link-to-prism">src/table/table.component.ts:832</a></div>
|
|
2055
|
+
</td>
|
|
2056
|
+
</tr>
|
|
2016
2057
|
|
|
2017
2058
|
|
|
2018
2059
|
<tr>
|
|
2019
2060
|
<td class="col-md-4">
|
|
2020
2061
|
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2062
|
+
<div class="io-description">
|
|
2063
|
+
<b>Parameters :</b>
|
|
2064
|
+
|
|
2065
|
+
<table class="params">
|
|
2066
|
+
<thead>
|
|
2067
|
+
<tr>
|
|
2068
|
+
<td>Name</td>
|
|
2069
|
+
<td>Optional</td>
|
|
2070
|
+
</tr>
|
|
2071
|
+
</thead>
|
|
2072
|
+
<tbody>
|
|
2073
|
+
<tr>
|
|
2074
|
+
<td>event</td>
|
|
2034
2075
|
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2076
|
+
<td>
|
|
2077
|
+
No
|
|
2078
|
+
</td>
|
|
2038
2079
|
|
|
2039
2080
|
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2081
|
+
</tr>
|
|
2082
|
+
<tr>
|
|
2083
|
+
<td>position</td>
|
|
2043
2084
|
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2085
|
+
<td>
|
|
2086
|
+
No
|
|
2087
|
+
</td>
|
|
2047
2088
|
|
|
2048
2089
|
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2090
|
+
</tr>
|
|
2091
|
+
<tr>
|
|
2092
|
+
<td>columnIndex</td>
|
|
2052
2093
|
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2094
|
+
<td>
|
|
2095
|
+
No
|
|
2096
|
+
</td>
|
|
2056
2097
|
|
|
2057
2098
|
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
<div class="io-description">
|
|
2065
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2099
|
+
</tr>
|
|
2100
|
+
</tbody>
|
|
2101
|
+
</table>
|
|
2102
|
+
</div>
|
|
2103
|
+
<div class="io-description">
|
|
2104
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2066
2105
|
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2106
|
+
</div>
|
|
2107
|
+
<div class="io-description">
|
|
2108
|
+
|
|
2109
|
+
</div>
|
|
2071
2110
|
</td>
|
|
2072
2111
|
</tr>
|
|
2073
2112
|
</tbody>
|
|
@@ -2090,58 +2129,56 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2090
2129
|
</tr>
|
|
2091
2130
|
|
|
2092
2131
|
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2132
|
+
<tr>
|
|
2133
|
+
<td class="col-md-4">
|
|
2134
|
+
<div class="io-line">Defined in <a href="" data-line="785"
|
|
2135
|
+
class="link-to-prism">src/table/table.component.ts:785</a></div>
|
|
2136
|
+
</td>
|
|
2137
|
+
</tr>
|
|
2099
2138
|
|
|
2100
2139
|
|
|
2101
2140
|
<tr>
|
|
2102
2141
|
<td class="col-md-4">
|
|
2103
2142
|
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2143
|
+
<div class="io-description">
|
|
2144
|
+
<b>Parameters :</b>
|
|
2145
|
+
|
|
2146
|
+
<table class="params">
|
|
2147
|
+
<thead>
|
|
2148
|
+
<tr>
|
|
2149
|
+
<td>Name</td>
|
|
2150
|
+
<td>Optional</td>
|
|
2151
|
+
</tr>
|
|
2152
|
+
</thead>
|
|
2153
|
+
<tbody>
|
|
2154
|
+
<tr>
|
|
2155
|
+
<td>event</td>
|
|
2117
2156
|
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2157
|
+
<td>
|
|
2158
|
+
No
|
|
2159
|
+
</td>
|
|
2121
2160
|
|
|
2122
2161
|
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2162
|
+
</tr>
|
|
2163
|
+
<tr>
|
|
2164
|
+
<td>column</td>
|
|
2126
2165
|
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2166
|
+
<td>
|
|
2167
|
+
No
|
|
2168
|
+
</td>
|
|
2130
2169
|
|
|
2131
2170
|
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
<div class="io-description">
|
|
2139
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2171
|
+
</tr>
|
|
2172
|
+
</tbody>
|
|
2173
|
+
</table>
|
|
2174
|
+
</div>
|
|
2175
|
+
<div class="io-description">
|
|
2176
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2140
2177
|
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2178
|
+
</div>
|
|
2179
|
+
<div class="io-description">
|
|
2180
|
+
|
|
2181
|
+
</div>
|
|
2145
2182
|
</td>
|
|
2146
2183
|
</tr>
|
|
2147
2184
|
</tbody>
|
|
@@ -2164,58 +2201,56 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2164
2201
|
</tr>
|
|
2165
2202
|
|
|
2166
2203
|
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2204
|
+
<tr>
|
|
2205
|
+
<td class="col-md-4">
|
|
2206
|
+
<div class="io-line">Defined in <a href="" data-line="780"
|
|
2207
|
+
class="link-to-prism">src/table/table.component.ts:780</a></div>
|
|
2208
|
+
</td>
|
|
2209
|
+
</tr>
|
|
2173
2210
|
|
|
2174
2211
|
|
|
2175
2212
|
<tr>
|
|
2176
2213
|
<td class="col-md-4">
|
|
2177
2214
|
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2215
|
+
<div class="io-description">
|
|
2216
|
+
<b>Parameters :</b>
|
|
2217
|
+
|
|
2218
|
+
<table class="params">
|
|
2219
|
+
<thead>
|
|
2220
|
+
<tr>
|
|
2221
|
+
<td>Name</td>
|
|
2222
|
+
<td>Optional</td>
|
|
2223
|
+
</tr>
|
|
2224
|
+
</thead>
|
|
2225
|
+
<tbody>
|
|
2226
|
+
<tr>
|
|
2227
|
+
<td>event</td>
|
|
2191
2228
|
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2229
|
+
<td>
|
|
2230
|
+
No
|
|
2231
|
+
</td>
|
|
2195
2232
|
|
|
2196
2233
|
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2234
|
+
</tr>
|
|
2235
|
+
<tr>
|
|
2236
|
+
<td>column</td>
|
|
2200
2237
|
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2238
|
+
<td>
|
|
2239
|
+
No
|
|
2240
|
+
</td>
|
|
2204
2241
|
|
|
2205
2242
|
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
<div class="io-description">
|
|
2213
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2243
|
+
</tr>
|
|
2244
|
+
</tbody>
|
|
2245
|
+
</table>
|
|
2246
|
+
</div>
|
|
2247
|
+
<div class="io-description">
|
|
2248
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2214
2249
|
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2250
|
+
</div>
|
|
2251
|
+
<div class="io-description">
|
|
2252
|
+
|
|
2253
|
+
</div>
|
|
2219
2254
|
</td>
|
|
2220
2255
|
</tr>
|
|
2221
2256
|
</tbody>
|
|
@@ -2238,58 +2273,56 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2238
2273
|
</tr>
|
|
2239
2274
|
|
|
2240
2275
|
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2276
|
+
<tr>
|
|
2277
|
+
<td class="col-md-4">
|
|
2278
|
+
<div class="io-line">Defined in <a href="" data-line="767"
|
|
2279
|
+
class="link-to-prism">src/table/table.component.ts:767</a></div>
|
|
2280
|
+
</td>
|
|
2281
|
+
</tr>
|
|
2247
2282
|
|
|
2248
2283
|
|
|
2249
2284
|
<tr>
|
|
2250
2285
|
<td class="col-md-4">
|
|
2251
2286
|
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2287
|
+
<div class="io-description">
|
|
2288
|
+
<b>Parameters :</b>
|
|
2289
|
+
|
|
2290
|
+
<table class="params">
|
|
2291
|
+
<thead>
|
|
2292
|
+
<tr>
|
|
2293
|
+
<td>Name</td>
|
|
2294
|
+
<td>Optional</td>
|
|
2295
|
+
</tr>
|
|
2296
|
+
</thead>
|
|
2297
|
+
<tbody>
|
|
2298
|
+
<tr>
|
|
2299
|
+
<td>event</td>
|
|
2265
2300
|
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2301
|
+
<td>
|
|
2302
|
+
No
|
|
2303
|
+
</td>
|
|
2269
2304
|
|
|
2270
2305
|
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2306
|
+
</tr>
|
|
2307
|
+
<tr>
|
|
2308
|
+
<td>column</td>
|
|
2274
2309
|
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2310
|
+
<td>
|
|
2311
|
+
No
|
|
2312
|
+
</td>
|
|
2278
2313
|
|
|
2279
2314
|
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
<div class="io-description">
|
|
2287
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2315
|
+
</tr>
|
|
2316
|
+
</tbody>
|
|
2317
|
+
</table>
|
|
2318
|
+
</div>
|
|
2319
|
+
<div class="io-description">
|
|
2320
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2288
2321
|
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2322
|
+
</div>
|
|
2323
|
+
<div class="io-description">
|
|
2324
|
+
|
|
2325
|
+
</div>
|
|
2293
2326
|
</td>
|
|
2294
2327
|
</tr>
|
|
2295
2328
|
</tbody>
|
|
@@ -2312,21 +2345,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2312
2345
|
</tr>
|
|
2313
2346
|
|
|
2314
2347
|
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2348
|
+
<tr>
|
|
2349
|
+
<td class="col-md-4">
|
|
2350
|
+
<div class="io-line">Defined in <a href="" data-line="695"
|
|
2351
|
+
class="link-to-prism">src/table/table.component.ts:695</a></div>
|
|
2352
|
+
</td>
|
|
2353
|
+
</tr>
|
|
2321
2354
|
|
|
2322
2355
|
|
|
2323
2356
|
<tr>
|
|
2324
2357
|
<td class="col-md-4">
|
|
2325
2358
|
|
|
2326
|
-
|
|
2327
|
-
|
|
2359
|
+
<div class="io-description">
|
|
2360
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2328
2361
|
|
|
2329
|
-
|
|
2362
|
+
</div>
|
|
2330
2363
|
</td>
|
|
2331
2364
|
</tr>
|
|
2332
2365
|
</tbody>
|
|
@@ -2349,53 +2382,51 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2349
2382
|
</tr>
|
|
2350
2383
|
|
|
2351
2384
|
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2385
|
+
<tr>
|
|
2386
|
+
<td class="col-md-4">
|
|
2387
|
+
<div class="io-line">Defined in <a href="" data-line="843"
|
|
2388
|
+
class="link-to-prism">src/table/table.component.ts:843</a></div>
|
|
2389
|
+
</td>
|
|
2390
|
+
</tr>
|
|
2358
2391
|
|
|
2359
2392
|
|
|
2360
2393
|
<tr>
|
|
2361
2394
|
<td class="col-md-4">
|
|
2362
2395
|
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2396
|
+
<div class="io-description">
|
|
2397
|
+
<b>Parameters :</b>
|
|
2398
|
+
|
|
2399
|
+
<table class="params">
|
|
2400
|
+
<thead>
|
|
2401
|
+
<tr>
|
|
2402
|
+
<td>Name</td>
|
|
2403
|
+
<td>Type</td>
|
|
2404
|
+
<td>Optional</td>
|
|
2405
|
+
</tr>
|
|
2406
|
+
</thead>
|
|
2407
|
+
<tbody>
|
|
2408
|
+
<tr>
|
|
2409
|
+
<td>index</td>
|
|
2410
|
+
<td>
|
|
2411
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
2412
|
+
</td>
|
|
2380
2413
|
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2414
|
+
<td>
|
|
2415
|
+
No
|
|
2416
|
+
</td>
|
|
2384
2417
|
|
|
2385
2418
|
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
<div class="io-description">
|
|
2393
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2419
|
+
</tr>
|
|
2420
|
+
</tbody>
|
|
2421
|
+
</table>
|
|
2422
|
+
</div>
|
|
2423
|
+
<div class="io-description">
|
|
2424
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2394
2425
|
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2426
|
+
</div>
|
|
2427
|
+
<div class="io-description">
|
|
2428
|
+
|
|
2429
|
+
</div>
|
|
2399
2430
|
</td>
|
|
2400
2431
|
</tr>
|
|
2401
2432
|
</tbody>
|
|
@@ -2418,21 +2449,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2418
2449
|
</tr>
|
|
2419
2450
|
|
|
2420
2451
|
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2452
|
+
<tr>
|
|
2453
|
+
<td class="col-md-4">
|
|
2454
|
+
<div class="io-line">Defined in <a href="" data-line="665"
|
|
2455
|
+
class="link-to-prism">src/table/table.component.ts:665</a></div>
|
|
2456
|
+
</td>
|
|
2457
|
+
</tr>
|
|
2427
2458
|
|
|
2428
2459
|
|
|
2429
2460
|
<tr>
|
|
2430
2461
|
<td class="col-md-4">
|
|
2431
2462
|
|
|
2432
|
-
|
|
2433
|
-
|
|
2463
|
+
<div class="io-description">
|
|
2464
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2434
2465
|
|
|
2435
|
-
|
|
2466
|
+
</div>
|
|
2436
2467
|
</td>
|
|
2437
2468
|
</tr>
|
|
2438
2469
|
</tbody>
|
|
@@ -2443,7 +2474,7 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2443
2474
|
<td class="col-md-4">
|
|
2444
2475
|
<a name="focus"></a>
|
|
2445
2476
|
<span class="name">
|
|
2446
|
-
|
|
2477
|
+
<span class="modifier">Static</span>
|
|
2447
2478
|
<span ><b>focus</b></span>
|
|
2448
2479
|
<a href="#focus"><span class="icon ion-ios-link"></span></a>
|
|
2449
2480
|
</span>
|
|
@@ -2451,59 +2482,57 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2451
2482
|
</tr>
|
|
2452
2483
|
<tr>
|
|
2453
2484
|
<td class="col-md-4">
|
|
2454
|
-
|
|
2485
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2455
2486
|
<code>focus(element: HTMLElement)</code>
|
|
2456
2487
|
</td>
|
|
2457
2488
|
</tr>
|
|
2458
2489
|
|
|
2459
2490
|
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2491
|
+
<tr>
|
|
2492
|
+
<td class="col-md-4">
|
|
2493
|
+
<div class="io-line">Defined in <a href="" data-line="290"
|
|
2494
|
+
class="link-to-prism">src/table/table.component.ts:290</a></div>
|
|
2495
|
+
</td>
|
|
2496
|
+
</tr>
|
|
2466
2497
|
|
|
2467
2498
|
|
|
2468
2499
|
<tr>
|
|
2469
2500
|
<td class="col-md-4">
|
|
2470
2501
|
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2502
|
+
<div class="io-description">
|
|
2503
|
+
<b>Parameters :</b>
|
|
2504
|
+
|
|
2505
|
+
<table class="params">
|
|
2506
|
+
<thead>
|
|
2507
|
+
<tr>
|
|
2508
|
+
<td>Name</td>
|
|
2509
|
+
<td>Type</td>
|
|
2510
|
+
<td>Optional</td>
|
|
2511
|
+
</tr>
|
|
2512
|
+
</thead>
|
|
2513
|
+
<tbody>
|
|
2514
|
+
<tr>
|
|
2515
|
+
<td>element</td>
|
|
2516
|
+
<td>
|
|
2517
|
+
<code>HTMLElement</code>
|
|
2518
|
+
</td>
|
|
2488
2519
|
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2520
|
+
<td>
|
|
2521
|
+
No
|
|
2522
|
+
</td>
|
|
2492
2523
|
|
|
2493
2524
|
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
<div class="io-description">
|
|
2501
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2525
|
+
</tr>
|
|
2526
|
+
</tbody>
|
|
2527
|
+
</table>
|
|
2528
|
+
</div>
|
|
2529
|
+
<div class="io-description">
|
|
2530
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2502
2531
|
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2532
|
+
</div>
|
|
2533
|
+
<div class="io-description">
|
|
2534
|
+
|
|
2535
|
+
</div>
|
|
2507
2536
|
</td>
|
|
2508
2537
|
</tr>
|
|
2509
2538
|
</tbody>
|
|
@@ -2526,21 +2555,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2526
2555
|
</tr>
|
|
2527
2556
|
|
|
2528
2557
|
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2558
|
+
<tr>
|
|
2559
|
+
<td class="col-md-4">
|
|
2560
|
+
<div class="io-line">Defined in <a href="" data-line="879"
|
|
2561
|
+
class="link-to-prism">src/table/table.component.ts:879</a></div>
|
|
2562
|
+
</td>
|
|
2563
|
+
</tr>
|
|
2535
2564
|
|
|
2536
2565
|
|
|
2537
2566
|
<tr>
|
|
2538
2567
|
<td class="col-md-4">
|
|
2539
2568
|
|
|
2540
|
-
|
|
2541
|
-
|
|
2569
|
+
<div class="io-description">
|
|
2570
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2542
2571
|
|
|
2543
|
-
|
|
2572
|
+
</div>
|
|
2544
2573
|
</td>
|
|
2545
2574
|
</tr>
|
|
2546
2575
|
</tbody>
|
|
@@ -2563,21 +2592,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2563
2592
|
</tr>
|
|
2564
2593
|
|
|
2565
2594
|
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2595
|
+
<tr>
|
|
2596
|
+
<td class="col-md-4">
|
|
2597
|
+
<div class="io-line">Defined in <a href="" data-line="883"
|
|
2598
|
+
class="link-to-prism">src/table/table.component.ts:883</a></div>
|
|
2599
|
+
</td>
|
|
2600
|
+
</tr>
|
|
2572
2601
|
|
|
2573
2602
|
|
|
2574
2603
|
<tr>
|
|
2575
2604
|
<td class="col-md-4">
|
|
2576
2605
|
|
|
2577
|
-
|
|
2578
|
-
|
|
2606
|
+
<div class="io-description">
|
|
2607
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2579
2608
|
|
|
2580
|
-
|
|
2609
|
+
</div>
|
|
2581
2610
|
</td>
|
|
2582
2611
|
</tr>
|
|
2583
2612
|
</tbody>
|
|
@@ -2600,21 +2629,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2600
2629
|
</tr>
|
|
2601
2630
|
|
|
2602
2631
|
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2632
|
+
<tr>
|
|
2633
|
+
<td class="col-md-4">
|
|
2634
|
+
<div class="io-line">Defined in <a href="" data-line="887"
|
|
2635
|
+
class="link-to-prism">src/table/table.component.ts:887</a></div>
|
|
2636
|
+
</td>
|
|
2637
|
+
</tr>
|
|
2609
2638
|
|
|
2610
2639
|
|
|
2611
2640
|
<tr>
|
|
2612
2641
|
<td class="col-md-4">
|
|
2613
2642
|
|
|
2614
|
-
|
|
2615
|
-
|
|
2643
|
+
<div class="io-description">
|
|
2644
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2616
2645
|
|
|
2617
|
-
|
|
2646
|
+
</div>
|
|
2618
2647
|
</td>
|
|
2619
2648
|
</tr>
|
|
2620
2649
|
</tbody>
|
|
@@ -2637,21 +2666,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2637
2666
|
</tr>
|
|
2638
2667
|
|
|
2639
2668
|
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2669
|
+
<tr>
|
|
2670
|
+
<td class="col-md-4">
|
|
2671
|
+
<div class="io-line">Defined in <a href="" data-line="869"
|
|
2672
|
+
class="link-to-prism">src/table/table.component.ts:869</a></div>
|
|
2673
|
+
</td>
|
|
2674
|
+
</tr>
|
|
2646
2675
|
|
|
2647
2676
|
|
|
2648
2677
|
<tr>
|
|
2649
2678
|
<td class="col-md-4">
|
|
2650
2679
|
|
|
2651
|
-
|
|
2652
|
-
|
|
2680
|
+
<div class="io-description">
|
|
2681
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2653
2682
|
|
|
2654
|
-
|
|
2683
|
+
</div>
|
|
2655
2684
|
</td>
|
|
2656
2685
|
</tr>
|
|
2657
2686
|
</tbody>
|
|
@@ -2674,21 +2703,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2674
2703
|
</tr>
|
|
2675
2704
|
|
|
2676
2705
|
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2706
|
+
<tr>
|
|
2707
|
+
<td class="col-md-4">
|
|
2708
|
+
<div class="io-line">Defined in <a href="" data-line="895"
|
|
2709
|
+
class="link-to-prism">src/table/table.component.ts:895</a></div>
|
|
2710
|
+
</td>
|
|
2711
|
+
</tr>
|
|
2683
2712
|
|
|
2684
2713
|
|
|
2685
2714
|
<tr>
|
|
2686
2715
|
<td class="col-md-4">
|
|
2687
2716
|
|
|
2688
|
-
|
|
2689
|
-
|
|
2717
|
+
<div class="io-description">
|
|
2718
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2690
2719
|
|
|
2691
|
-
|
|
2720
|
+
</div>
|
|
2692
2721
|
</td>
|
|
2693
2722
|
</tr>
|
|
2694
2723
|
</tbody>
|
|
@@ -2711,21 +2740,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2711
2740
|
</tr>
|
|
2712
2741
|
|
|
2713
2742
|
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2743
|
+
<tr>
|
|
2744
|
+
<td class="col-md-4">
|
|
2745
|
+
<div class="io-line">Defined in <a href="" data-line="891"
|
|
2746
|
+
class="link-to-prism">src/table/table.component.ts:891</a></div>
|
|
2747
|
+
</td>
|
|
2748
|
+
</tr>
|
|
2720
2749
|
|
|
2721
2750
|
|
|
2722
2751
|
<tr>
|
|
2723
2752
|
<td class="col-md-4">
|
|
2724
2753
|
|
|
2725
|
-
|
|
2726
|
-
|
|
2754
|
+
<div class="io-description">
|
|
2755
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2727
2756
|
|
|
2728
|
-
|
|
2757
|
+
</div>
|
|
2729
2758
|
</td>
|
|
2730
2759
|
</tr>
|
|
2731
2760
|
</tbody>
|
|
@@ -2748,53 +2777,51 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2748
2777
|
</tr>
|
|
2749
2778
|
|
|
2750
2779
|
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2780
|
+
<tr>
|
|
2781
|
+
<td class="col-md-4">
|
|
2782
|
+
<div class="io-line">Defined in <a href="" data-line="862"
|
|
2783
|
+
class="link-to-prism">src/table/table.component.ts:862</a></div>
|
|
2784
|
+
</td>
|
|
2785
|
+
</tr>
|
|
2757
2786
|
|
|
2758
2787
|
|
|
2759
2788
|
<tr>
|
|
2760
2789
|
<td class="col-md-4">
|
|
2761
2790
|
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2791
|
+
<div class="io-description">
|
|
2792
|
+
<b>Parameters :</b>
|
|
2793
|
+
|
|
2794
|
+
<table class="params">
|
|
2795
|
+
<thead>
|
|
2796
|
+
<tr>
|
|
2797
|
+
<td>Name</td>
|
|
2798
|
+
<td>Type</td>
|
|
2799
|
+
<td>Optional</td>
|
|
2800
|
+
</tr>
|
|
2801
|
+
</thead>
|
|
2802
|
+
<tbody>
|
|
2803
|
+
<tr>
|
|
2804
|
+
<td>row</td>
|
|
2805
|
+
<td>
|
|
2806
|
+
<code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
|
|
2807
|
+
</td>
|
|
2779
2808
|
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2809
|
+
<td>
|
|
2810
|
+
No
|
|
2811
|
+
</td>
|
|
2783
2812
|
|
|
2784
2813
|
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
<div class="io-description">
|
|
2792
|
-
<b>Returns : </b> <code>{ value: any; }</code>
|
|
2814
|
+
</tr>
|
|
2815
|
+
</tbody>
|
|
2816
|
+
</table>
|
|
2817
|
+
</div>
|
|
2818
|
+
<div class="io-description">
|
|
2819
|
+
<b>Returns : </b> <code>{ value: any; }</code>
|
|
2793
2820
|
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2821
|
+
</div>
|
|
2822
|
+
<div class="io-description">
|
|
2823
|
+
|
|
2824
|
+
</div>
|
|
2798
2825
|
</td>
|
|
2799
2826
|
</tr>
|
|
2800
2827
|
</tbody>
|
|
@@ -2817,21 +2844,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2817
2844
|
</tr>
|
|
2818
2845
|
|
|
2819
2846
|
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2847
|
+
<tr>
|
|
2848
|
+
<td class="col-md-4">
|
|
2849
|
+
<div class="io-line">Defined in <a href="" data-line="875"
|
|
2850
|
+
class="link-to-prism">src/table/table.component.ts:875</a></div>
|
|
2851
|
+
</td>
|
|
2852
|
+
</tr>
|
|
2826
2853
|
|
|
2827
2854
|
|
|
2828
2855
|
<tr>
|
|
2829
2856
|
<td class="col-md-4">
|
|
2830
2857
|
|
|
2831
|
-
|
|
2832
|
-
|
|
2858
|
+
<div class="io-description">
|
|
2859
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2833
2860
|
|
|
2834
|
-
|
|
2861
|
+
</div>
|
|
2835
2862
|
</td>
|
|
2836
2863
|
</tr>
|
|
2837
2864
|
</tbody>
|
|
@@ -2854,21 +2881,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2854
2881
|
</tr>
|
|
2855
2882
|
|
|
2856
2883
|
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2884
|
+
<tr>
|
|
2885
|
+
<td class="col-md-4">
|
|
2886
|
+
<div class="io-line">Defined in <a href="" data-line="872"
|
|
2887
|
+
class="link-to-prism">src/table/table.component.ts:872</a></div>
|
|
2888
|
+
</td>
|
|
2889
|
+
</tr>
|
|
2863
2890
|
|
|
2864
2891
|
|
|
2865
2892
|
<tr>
|
|
2866
2893
|
<td class="col-md-4">
|
|
2867
2894
|
|
|
2868
|
-
|
|
2869
|
-
|
|
2895
|
+
<div class="io-description">
|
|
2896
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2870
2897
|
|
|
2871
|
-
|
|
2898
|
+
</div>
|
|
2872
2899
|
</td>
|
|
2873
2900
|
</tr>
|
|
2874
2901
|
</tbody>
|
|
@@ -2891,21 +2918,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2891
2918
|
</tr>
|
|
2892
2919
|
|
|
2893
2920
|
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2921
|
+
<tr>
|
|
2922
|
+
<td class="col-md-4">
|
|
2923
|
+
<div class="io-line">Defined in <a href="" data-line="651"
|
|
2924
|
+
class="link-to-prism">src/table/table.component.ts:651</a></div>
|
|
2925
|
+
</td>
|
|
2926
|
+
</tr>
|
|
2900
2927
|
|
|
2901
2928
|
|
|
2902
2929
|
<tr>
|
|
2903
2930
|
<td class="col-md-4">
|
|
2904
2931
|
|
|
2905
|
-
|
|
2906
|
-
|
|
2932
|
+
<div class="io-description">
|
|
2933
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2907
2934
|
|
|
2908
|
-
|
|
2935
|
+
</div>
|
|
2909
2936
|
</td>
|
|
2910
2937
|
</tr>
|
|
2911
2938
|
</tbody>
|
|
@@ -2928,21 +2955,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2928
2955
|
</tr>
|
|
2929
2956
|
|
|
2930
2957
|
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2958
|
+
<tr>
|
|
2959
|
+
<td class="col-md-4">
|
|
2960
|
+
<div class="io-line">Defined in <a href="" data-line="658"
|
|
2961
|
+
class="link-to-prism">src/table/table.component.ts:658</a></div>
|
|
2962
|
+
</td>
|
|
2963
|
+
</tr>
|
|
2937
2964
|
|
|
2938
2965
|
|
|
2939
2966
|
<tr>
|
|
2940
2967
|
<td class="col-md-4">
|
|
2941
2968
|
|
|
2942
|
-
|
|
2943
|
-
|
|
2969
|
+
<div class="io-description">
|
|
2970
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2944
2971
|
|
|
2945
|
-
|
|
2972
|
+
</div>
|
|
2946
2973
|
</td>
|
|
2947
2974
|
</tr>
|
|
2948
2975
|
</tbody>
|
|
@@ -2965,21 +2992,21 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
2965
2992
|
</tr>
|
|
2966
2993
|
|
|
2967
2994
|
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2995
|
+
<tr>
|
|
2996
|
+
<td class="col-md-4">
|
|
2997
|
+
<div class="io-line">Defined in <a href="" data-line="711"
|
|
2998
|
+
class="link-to-prism">src/table/table.component.ts:711</a></div>
|
|
2999
|
+
</td>
|
|
3000
|
+
</tr>
|
|
2974
3001
|
|
|
2975
3002
|
|
|
2976
3003
|
<tr>
|
|
2977
3004
|
<td class="col-md-4">
|
|
2978
3005
|
|
|
2979
|
-
|
|
2980
|
-
|
|
3006
|
+
<div class="io-description">
|
|
3007
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2981
3008
|
|
|
2982
|
-
|
|
3009
|
+
</div>
|
|
2983
3010
|
</td>
|
|
2984
3011
|
</tr>
|
|
2985
3012
|
</tbody>
|
|
@@ -3002,53 +3029,51 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
3002
3029
|
</tr>
|
|
3003
3030
|
|
|
3004
3031
|
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3032
|
+
<tr>
|
|
3033
|
+
<td class="col-md-4">
|
|
3034
|
+
<div class="io-line">Defined in <a href="" data-line="730"
|
|
3035
|
+
class="link-to-prism">src/table/table.component.ts:730</a></div>
|
|
3036
|
+
</td>
|
|
3037
|
+
</tr>
|
|
3011
3038
|
|
|
3012
3039
|
|
|
3013
3040
|
<tr>
|
|
3014
3041
|
<td class="col-md-4">
|
|
3015
3042
|
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3043
|
+
<div class="io-description">
|
|
3044
|
+
<b>Parameters :</b>
|
|
3045
|
+
|
|
3046
|
+
<table class="params">
|
|
3047
|
+
<thead>
|
|
3048
|
+
<tr>
|
|
3049
|
+
<td>Name</td>
|
|
3050
|
+
<td>Type</td>
|
|
3051
|
+
<td>Optional</td>
|
|
3052
|
+
</tr>
|
|
3053
|
+
</thead>
|
|
3054
|
+
<tbody>
|
|
3055
|
+
<tr>
|
|
3056
|
+
<td>index</td>
|
|
3057
|
+
<td>
|
|
3058
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
3059
|
+
</td>
|
|
3033
3060
|
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3061
|
+
<td>
|
|
3062
|
+
No
|
|
3063
|
+
</td>
|
|
3037
3064
|
|
|
3038
3065
|
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
<div class="io-description">
|
|
3046
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3066
|
+
</tr>
|
|
3067
|
+
</tbody>
|
|
3068
|
+
</table>
|
|
3069
|
+
</div>
|
|
3070
|
+
<div class="io-description">
|
|
3071
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3047
3072
|
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3073
|
+
</div>
|
|
3074
|
+
<div class="io-description">
|
|
3075
|
+
|
|
3076
|
+
</div>
|
|
3052
3077
|
</td>
|
|
3053
3078
|
</tr>
|
|
3054
3079
|
</tbody>
|
|
@@ -3071,52 +3096,50 @@ export class TableApp implements OnInit, OnChanges {
|
|
|
3071
3096
|
</tr>
|
|
3072
3097
|
|
|
3073
3098
|
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3099
|
+
<tr>
|
|
3100
|
+
<td class="col-md-4">
|
|
3101
|
+
<div class="io-line">Defined in <a href="" data-line="794"
|
|
3102
|
+
class="link-to-prism">src/table/table.component.ts:794</a></div>
|
|
3103
|
+
</td>
|
|
3104
|
+
</tr>
|
|
3080
3105
|
|
|
3081
3106
|
|
|
3082
3107
|
<tr>
|
|
3083
3108
|
<td class="col-md-4">
|
|
3084
|
-
|
|
3109
|
+
<div class="io-description"><p>Triggered when the user scrolls on the <code><tbody></code> element.
|
|
3085
3110
|
Emits the <code>scrollLoad</code> event.</p>
|
|
3086
3111
|
</div>
|
|
3087
3112
|
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
</div>
|
|
3113
|
+
<div class="io-description">
|
|
3114
|
+
<b>Parameters :</b>
|
|
3115
|
+
|
|
3116
|
+
<table class="params">
|
|
3117
|
+
<thead>
|
|
3118
|
+
<tr>
|
|
3119
|
+
<td>Name</td>
|
|
3120
|
+
<td>Optional</td>
|
|
3121
|
+
</tr>
|
|
3122
|
+
</thead>
|
|
3123
|
+
<tbody>
|
|
3124
|
+
<tr>
|
|
3125
|
+
<td>event</td>
|
|
3126
|
+
|
|
3127
|
+
<td>
|
|
3128
|
+
No
|
|
3129
|
+
</td>
|
|
3130
|
+
|
|
3131
|
+
|
|
3132
|
+
</tr>
|
|
3133
|
+
</tbody>
|
|
3134
|
+
</table>
|
|
3135
|
+
</div>
|
|
3136
|
+
<div class="io-description">
|
|
3137
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3138
|
+
|
|
3139
|
+
</div>
|
|
3140
|
+
<div class="io-description">
|
|
3141
|
+
|
|
3142
|
+
</div>
|
|
3120
3143
|
</td>
|
|
3121
3144
|
</tr>
|
|
3122
3145
|
</tbody>
|
|
@@ -3139,21 +3162,21 @@ Emits the <code>scrollLoad</code> event.</p>
|
|
|
3139
3162
|
</tr>
|
|
3140
3163
|
|
|
3141
3164
|
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3165
|
+
<tr>
|
|
3166
|
+
<td class="col-md-4">
|
|
3167
|
+
<div class="io-line">Defined in <a href="" data-line="706"
|
|
3168
|
+
class="link-to-prism">src/table/table.component.ts:706</a></div>
|
|
3169
|
+
</td>
|
|
3170
|
+
</tr>
|
|
3148
3171
|
|
|
3149
3172
|
|
|
3150
3173
|
<tr>
|
|
3151
3174
|
<td class="col-md-4">
|
|
3152
3175
|
|
|
3153
|
-
|
|
3154
|
-
|
|
3176
|
+
<div class="io-description">
|
|
3177
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3155
3178
|
|
|
3156
|
-
|
|
3179
|
+
</div>
|
|
3157
3180
|
</td>
|
|
3158
3181
|
</tr>
|
|
3159
3182
|
</tbody>
|
|
@@ -3176,49 +3199,47 @@ Emits the <code>scrollLoad</code> event.</p>
|
|
|
3176
3199
|
</tr>
|
|
3177
3200
|
|
|
3178
3201
|
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3202
|
+
<tr>
|
|
3203
|
+
<td class="col-md-4">
|
|
3204
|
+
<div class="io-line">Defined in <a href="" data-line="716"
|
|
3205
|
+
class="link-to-prism">src/table/table.component.ts:716</a></div>
|
|
3206
|
+
</td>
|
|
3207
|
+
</tr>
|
|
3185
3208
|
|
|
3186
3209
|
|
|
3187
3210
|
<tr>
|
|
3188
3211
|
<td class="col-md-4">
|
|
3189
3212
|
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3213
|
+
<div class="io-description">
|
|
3214
|
+
<b>Parameters :</b>
|
|
3215
|
+
|
|
3216
|
+
<table class="params">
|
|
3217
|
+
<thead>
|
|
3218
|
+
<tr>
|
|
3219
|
+
<td>Name</td>
|
|
3220
|
+
<td>Optional</td>
|
|
3221
|
+
</tr>
|
|
3222
|
+
</thead>
|
|
3223
|
+
<tbody>
|
|
3224
|
+
<tr>
|
|
3225
|
+
<td>event</td>
|
|
3203
3226
|
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3227
|
+
<td>
|
|
3228
|
+
No
|
|
3229
|
+
</td>
|
|
3207
3230
|
|
|
3208
3231
|
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
<div class="io-description">
|
|
3216
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3232
|
+
</tr>
|
|
3233
|
+
</tbody>
|
|
3234
|
+
</table>
|
|
3235
|
+
</div>
|
|
3236
|
+
<div class="io-description">
|
|
3237
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3217
3238
|
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3239
|
+
</div>
|
|
3240
|
+
<div class="io-description">
|
|
3241
|
+
|
|
3242
|
+
</div>
|
|
3222
3243
|
</td>
|
|
3223
3244
|
</tr>
|
|
3224
3245
|
</tbody>
|
|
@@ -3241,53 +3262,51 @@ Emits the <code>scrollLoad</code> event.</p>
|
|
|
3241
3262
|
</tr>
|
|
3242
3263
|
|
|
3243
3264
|
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3265
|
+
<tr>
|
|
3266
|
+
<td class="col-md-4">
|
|
3267
|
+
<div class="io-line">Defined in <a href="" data-line="750"
|
|
3268
|
+
class="link-to-prism">src/table/table.component.ts:750</a></div>
|
|
3269
|
+
</td>
|
|
3270
|
+
</tr>
|
|
3250
3271
|
|
|
3251
3272
|
|
|
3252
3273
|
<tr>
|
|
3253
3274
|
<td class="col-md-4">
|
|
3254
3275
|
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3276
|
+
<div class="io-description">
|
|
3277
|
+
<b>Parameters :</b>
|
|
3278
|
+
|
|
3279
|
+
<table class="params">
|
|
3280
|
+
<thead>
|
|
3281
|
+
<tr>
|
|
3282
|
+
<td>Name</td>
|
|
3283
|
+
<td>Optional</td>
|
|
3284
|
+
<td>Default value</td>
|
|
3285
|
+
</tr>
|
|
3286
|
+
</thead>
|
|
3287
|
+
<tbody>
|
|
3288
|
+
<tr>
|
|
3289
|
+
<td>newTabIndex</td>
|
|
3269
3290
|
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3291
|
+
<td>
|
|
3292
|
+
No
|
|
3293
|
+
</td>
|
|
3273
3294
|
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3295
|
+
<td>
|
|
3296
|
+
<code>-1</code>
|
|
3297
|
+
</td>
|
|
3277
3298
|
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
<div class="io-description">
|
|
3285
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3299
|
+
</tr>
|
|
3300
|
+
</tbody>
|
|
3301
|
+
</table>
|
|
3302
|
+
</div>
|
|
3303
|
+
<div class="io-description">
|
|
3304
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3286
3305
|
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3306
|
+
</div>
|
|
3307
|
+
<div class="io-description">
|
|
3308
|
+
|
|
3309
|
+
</div>
|
|
3291
3310
|
</td>
|
|
3292
3311
|
</tr>
|
|
3293
3312
|
</tbody>
|
|
@@ -3310,52 +3329,50 @@ Emits the <code>scrollLoad</code> event.</p>
|
|
|
3310
3329
|
</tr>
|
|
3311
3330
|
|
|
3312
3331
|
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3332
|
+
<tr>
|
|
3333
|
+
<td class="col-md-4">
|
|
3334
|
+
<div class="io-line">Defined in <a href="" data-line="857"
|
|
3335
|
+
class="link-to-prism">src/table/table.component.ts:857</a></div>
|
|
3336
|
+
</td>
|
|
3337
|
+
</tr>
|
|
3319
3338
|
|
|
3320
3339
|
|
|
3321
3340
|
<tr>
|
|
3322
3341
|
<td class="col-md-4">
|
|
3323
|
-
|
|
3342
|
+
<div class="io-description"><p>Triggered when the user scrolls on the <code><tbody></code> element.
|
|
3324
3343
|
Emits the <code>scrollLoad</code> event.</p>
|
|
3325
3344
|
</div>
|
|
3326
3345
|
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
</div>
|
|
3346
|
+
<div class="io-description">
|
|
3347
|
+
<b>Parameters :</b>
|
|
3348
|
+
|
|
3349
|
+
<table class="params">
|
|
3350
|
+
<thead>
|
|
3351
|
+
<tr>
|
|
3352
|
+
<td>Name</td>
|
|
3353
|
+
<td>Optional</td>
|
|
3354
|
+
</tr>
|
|
3355
|
+
</thead>
|
|
3356
|
+
<tbody>
|
|
3357
|
+
<tr>
|
|
3358
|
+
<td>event</td>
|
|
3359
|
+
|
|
3360
|
+
<td>
|
|
3361
|
+
No
|
|
3362
|
+
</td>
|
|
3363
|
+
|
|
3364
|
+
|
|
3365
|
+
</tr>
|
|
3366
|
+
</tbody>
|
|
3367
|
+
</table>
|
|
3368
|
+
</div>
|
|
3369
|
+
<div class="io-description">
|
|
3370
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3371
|
+
|
|
3372
|
+
</div>
|
|
3373
|
+
<div class="io-description">
|
|
3374
|
+
|
|
3375
|
+
</div>
|
|
3359
3376
|
</td>
|
|
3360
3377
|
</tr>
|
|
3361
3378
|
</tbody>
|
|
@@ -3366,7 +3383,7 @@ Emits the <code>scrollLoad</code> event.</p>
|
|
|
3366
3383
|
<td class="col-md-4">
|
|
3367
3384
|
<a name="setTabIndex"></a>
|
|
3368
3385
|
<span class="name">
|
|
3369
|
-
|
|
3386
|
+
<span class="modifier">Static</span>
|
|
3370
3387
|
<span ><b>setTabIndex</b></span>
|
|
3371
3388
|
<a href="#setTabIndex"><span class="icon ion-ios-link"></span></a>
|
|
3372
3389
|
</span>
|
|
@@ -3374,71 +3391,69 @@ Emits the <code>scrollLoad</code> event.</p>
|
|
|
3374
3391
|
</tr>
|
|
3375
3392
|
<tr>
|
|
3376
3393
|
<td class="col-md-4">
|
|
3377
|
-
|
|
3394
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
3378
3395
|
<code>setTabIndex(element: HTMLElement, index: | "0")</code>
|
|
3379
3396
|
</td>
|
|
3380
3397
|
</tr>
|
|
3381
3398
|
|
|
3382
3399
|
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3400
|
+
<tr>
|
|
3401
|
+
<td class="col-md-4">
|
|
3402
|
+
<div class="io-line">Defined in <a href="" data-line="279"
|
|
3403
|
+
class="link-to-prism">src/table/table.component.ts:279</a></div>
|
|
3404
|
+
</td>
|
|
3405
|
+
</tr>
|
|
3389
3406
|
|
|
3390
3407
|
|
|
3391
3408
|
<tr>
|
|
3392
3409
|
<td class="col-md-4">
|
|
3393
3410
|
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
+
<div class="io-description">
|
|
3412
|
+
<b>Parameters :</b>
|
|
3413
|
+
|
|
3414
|
+
<table class="params">
|
|
3415
|
+
<thead>
|
|
3416
|
+
<tr>
|
|
3417
|
+
<td>Name</td>
|
|
3418
|
+
<td>Type</td>
|
|
3419
|
+
<td>Optional</td>
|
|
3420
|
+
</tr>
|
|
3421
|
+
</thead>
|
|
3422
|
+
<tbody>
|
|
3423
|
+
<tr>
|
|
3424
|
+
<td>element</td>
|
|
3425
|
+
<td>
|
|
3426
|
+
<code>HTMLElement</code>
|
|
3427
|
+
</td>
|
|
3411
3428
|
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3429
|
+
<td>
|
|
3430
|
+
No
|
|
3431
|
+
</td>
|
|
3415
3432
|
|
|
3416
3433
|
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3434
|
+
</tr>
|
|
3435
|
+
<tr>
|
|
3436
|
+
<td>index</td>
|
|
3437
|
+
<td>
|
|
3438
|
+
<code> | "0"</code>
|
|
3439
|
+
</td>
|
|
3423
3440
|
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3441
|
+
<td>
|
|
3442
|
+
No
|
|
3443
|
+
</td>
|
|
3427
3444
|
|
|
3428
3445
|
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
<div class="io-description">
|
|
3436
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3446
|
+
</tr>
|
|
3447
|
+
</tbody>
|
|
3448
|
+
</table>
|
|
3449
|
+
</div>
|
|
3450
|
+
<div class="io-description">
|
|
3451
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3437
3452
|
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3453
|
+
</div>
|
|
3454
|
+
<div class="io-description">
|
|
3455
|
+
|
|
3456
|
+
</div>
|
|
3442
3457
|
</td>
|
|
3443
3458
|
</tr>
|
|
3444
3459
|
</tbody>
|
|
@@ -3449,7 +3464,7 @@ Emits the <code>scrollLoad</code> event.</p>
|
|
|
3449
3464
|
<td class="col-md-4">
|
|
3450
3465
|
<a name="skeletonModel"></a>
|
|
3451
3466
|
<span class="name">
|
|
3452
|
-
|
|
3467
|
+
<span class="modifier">Static</span>
|
|
3453
3468
|
<span ><b>skeletonModel</b></span>
|
|
3454
3469
|
<a href="#skeletonModel"><span class="icon ion-ios-link"></span></a>
|
|
3455
3470
|
</span>
|
|
@@ -3457,74 +3472,72 @@ Emits the <code>scrollLoad</code> event.</p>
|
|
|
3457
3472
|
</tr>
|
|
3458
3473
|
<tr>
|
|
3459
3474
|
<td class="col-md-4">
|
|
3460
|
-
|
|
3475
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
3461
3476
|
<code>skeletonModel(rowCount: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>, columnCount: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
|
|
3462
3477
|
</td>
|
|
3463
3478
|
</tr>
|
|
3464
3479
|
|
|
3465
3480
|
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3481
|
+
<tr>
|
|
3482
|
+
<td class="col-md-4">
|
|
3483
|
+
<div class="io-line">Defined in <a href="" data-line="260"
|
|
3484
|
+
class="link-to-prism">src/table/table.component.ts:260</a></div>
|
|
3485
|
+
</td>
|
|
3486
|
+
</tr>
|
|
3472
3487
|
|
|
3473
3488
|
|
|
3474
3489
|
<tr>
|
|
3475
3490
|
<td class="col-md-4">
|
|
3476
|
-
|
|
3491
|
+
<div class="io-description"><p>Creates a skeleton model with a row and column count specified by the user</p>
|
|
3477
3492
|
<p>Example:</p>
|
|
3478
|
-
<div><pre class="line-numbers"><code class="language-typescript">this.model = Table.skeletonModel(5, 5);</code></pre></div></div>
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
</div>
|
|
3493
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">this.model = Table.skeletonModel(5, 5);</code></pre></div></div>
|
|
3494
|
+
|
|
3495
|
+
<div class="io-description">
|
|
3496
|
+
<b>Parameters :</b>
|
|
3497
|
+
|
|
3498
|
+
<table class="params">
|
|
3499
|
+
<thead>
|
|
3500
|
+
<tr>
|
|
3501
|
+
<td>Name</td>
|
|
3502
|
+
<td>Type</td>
|
|
3503
|
+
<td>Optional</td>
|
|
3504
|
+
</tr>
|
|
3505
|
+
</thead>
|
|
3506
|
+
<tbody>
|
|
3507
|
+
<tr>
|
|
3508
|
+
<td>rowCount</td>
|
|
3509
|
+
<td>
|
|
3510
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
3511
|
+
</td>
|
|
3512
|
+
|
|
3513
|
+
<td>
|
|
3514
|
+
No
|
|
3515
|
+
</td>
|
|
3516
|
+
|
|
3517
|
+
|
|
3518
|
+
</tr>
|
|
3519
|
+
<tr>
|
|
3520
|
+
<td>columnCount</td>
|
|
3521
|
+
<td>
|
|
3522
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
3523
|
+
</td>
|
|
3524
|
+
|
|
3525
|
+
<td>
|
|
3526
|
+
No
|
|
3527
|
+
</td>
|
|
3528
|
+
|
|
3529
|
+
|
|
3530
|
+
</tr>
|
|
3531
|
+
</tbody>
|
|
3532
|
+
</table>
|
|
3533
|
+
</div>
|
|
3534
|
+
<div class="io-description">
|
|
3535
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
3536
|
+
|
|
3537
|
+
</div>
|
|
3538
|
+
<div class="io-description">
|
|
3539
|
+
|
|
3540
|
+
</div>
|
|
3528
3541
|
</td>
|
|
3529
3542
|
</tr>
|
|
3530
3543
|
</tbody>
|
|
@@ -3547,21 +3560,21 @@ Emits the <code>scrollLoad</code> event.</p>
|
|
|
3547
3560
|
</tr>
|
|
3548
3561
|
|
|
3549
3562
|
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3563
|
+
<tr>
|
|
3564
|
+
<td class="col-md-4">
|
|
3565
|
+
<div class="io-line">Defined in <a href="" data-line="734"
|
|
3566
|
+
class="link-to-prism">src/table/table.component.ts:734</a></div>
|
|
3567
|
+
</td>
|
|
3568
|
+
</tr>
|
|
3556
3569
|
|
|
3557
3570
|
|
|
3558
3571
|
<tr>
|
|
3559
3572
|
<td class="col-md-4">
|
|
3560
3573
|
|
|
3561
|
-
|
|
3562
|
-
|
|
3574
|
+
<div class="io-description">
|
|
3575
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3563
3576
|
|
|
3564
|
-
|
|
3577
|
+
</div>
|
|
3565
3578
|
</td>
|
|
3566
3579
|
</tr>
|
|
3567
3580
|
</tbody>
|
|
@@ -4643,7 +4656,7 @@ to the model.</p>
|
|
|
4643
4656
|
<tr>
|
|
4644
4657
|
<td class="col-md-4">
|
|
4645
4658
|
<div class="io-description"><p>Expects an object that contains some or all of:</p>
|
|
4646
|
-
<div><pre class="line-numbers"><code class="language-none">{
|
|
4659
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-none">{
|
|
4647
4660
|
"FILTER": "Filter",
|
|
4648
4661
|
"END_OF_DATA": "You've reached the end of your content",
|
|
4649
4662
|
"SCROLL_TOP": "Scroll to top",
|
|
@@ -5699,6 +5712,19 @@ export class Table implements AfterViewInit, OnDestroy {
|
|
|
5699
5712
|
var MAX_SEARCH_RESULTS = 15;
|
|
5700
5713
|
</script>
|
|
5701
5714
|
|
|
5715
|
+
<script>
|
|
5716
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
5717
|
+
checkToggle(darkModeState);
|
|
5718
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
5719
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
5720
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
5721
|
+
darkModeState = !darkModeState;
|
|
5722
|
+
toggleDarkMode(darkModeState);
|
|
5723
|
+
});
|
|
5724
|
+
}
|
|
5725
|
+
}
|
|
5726
|
+
</script>
|
|
5727
|
+
|
|
5702
5728
|
<script src="../js/libs/custom-elements.min.js"></script>
|
|
5703
5729
|
<script src="../js/libs/lit-html.js"></script>
|
|
5704
5730
|
|