@refinitiv-ui/efx-grid 6.0.4 → 6.0.6
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/lib/column-dragging/es6/ColumnDragging.d.ts +13 -11
- package/lib/column-dragging/es6/ColumnDragging.js +21 -15
- package/lib/column-format-dialog/lib/column-format-dialog.d.ts +1 -1
- package/lib/column-format-dialog/lib/column-format-dialog.js +3 -4
- package/lib/column-format-dialog/lib/preview-table.js +3 -4
- package/lib/column-selection-dialog/lib/column-selection-dialog.d.ts +2 -2
- package/lib/column-selection-dialog/lib/column-selection-dialog.js +23 -7
- package/lib/core/dist/core.css +1 -1
- package/lib/core/dist/core.js +392 -230
- package/lib/core/dist/core.min.js +1 -1
- package/lib/core/es6/data/ColumnStats.d.ts +3 -3
- package/lib/core/es6/data/DataCache.d.ts +9 -9
- package/lib/core/es6/data/DataTable.d.ts +28 -28
- package/lib/core/es6/data/DataTable.js +33 -10
- package/lib/core/es6/data/DataView.d.ts +62 -62
- package/lib/core/es6/data/DataView.js +42 -22
- package/lib/core/es6/data/Segment.d.ts +4 -4
- package/lib/core/es6/data/SegmentCollection.d.ts +7 -7
- package/lib/core/es6/data/WrappedView.d.ts +62 -62
- package/lib/core/es6/grid/Core.d.ts +97 -95
- package/lib/core/es6/grid/Core.js +180 -26
- package/lib/core/es6/grid/ILayoutGrid.d.ts +20 -20
- package/lib/core/es6/grid/ILayoutGrid.js +2 -1
- package/lib/core/es6/grid/LayoutGrid.d.ts +2 -2
- package/lib/core/es6/grid/LayoutGrid.js +18 -10
- package/lib/core/es6/grid/VirtualizedLayoutGrid.d.ts +2 -2
- package/lib/core/es6/grid/VirtualizedLayoutGrid.js +14 -3
- package/lib/core/es6/grid/components/Cell.d.ts +6 -6
- package/lib/core/es6/grid/components/CellFloatingPanel.d.ts +2 -2
- package/lib/core/es6/grid/components/CellSpans.d.ts +2 -2
- package/lib/core/es6/grid/components/Column.d.ts +2 -2
- package/lib/core/es6/grid/components/ElementWrapper.d.ts +19 -19
- package/lib/core/es6/grid/components/Scrollbar.d.ts +11 -9
- package/lib/core/es6/grid/components/Scrollbar.js +13 -0
- package/lib/core/es6/grid/components/StretchedCells.js +12 -2
- package/lib/core/es6/grid/event/EventDispatcher.d.ts +3 -3
- package/lib/core/es6/grid/event/EventListeners.d.ts +5 -5
- package/lib/core/es6/grid/plugins/SortableTitlePlugin.d.ts +45 -44
- package/lib/core/es6/grid/plugins/SortableTitlePlugin.js +62 -65
- package/lib/core/es6/grid/util/Conflator.d.ts +4 -4
- package/lib/core/es6/grid/util/HttpRequest.d.ts +3 -3
- package/lib/core/es6/grid/util/PercentBar.d.ts +8 -8
- package/lib/core/es6/grid/util/PercentBarRenderer.d.ts +8 -8
- package/lib/core/es6/grid/util/RangeBar.d.ts +1 -1
- package/lib/core/es6/grid/util/RangeBar.js +1 -1
- package/lib/core/es6/grid/util/Reverter.d.ts +1 -1
- package/lib/core/es6/grid/util/SectionSettings.d.ts +13 -13
- package/lib/core/es6/grid/util/SelectionList.d.ts +2 -2
- package/lib/core/es6/grid/util/TrackLayout.d.ts +9 -9
- package/lib/core/es6/grid/util/Virtualizer.d.ts +3 -3
- package/lib/core/es6/grid/util/util.d.ts +6 -4
- package/lib/core/es6/grid/util/util.js +16 -91
- package/lib/core/es6/tr-grid-theme.js +1 -1
- package/lib/filter-dialog/lib/checkbox-list.d.ts +1 -1
- package/lib/filter-dialog/lib/filter-dialog.d.ts +1 -1
- package/lib/filter-dialog/lib/filter-dialog.js +27 -9
- package/lib/filter-dialog/themes/base-checkbox.less +0 -1
- package/lib/filter-dialog/themes/base.less +1 -1
- package/lib/filter-dialog/themes/elemental/dark/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/elemental/dark/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/elemental/dark/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/elemental/light/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/elemental/light/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/elemental/light/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/halo/dark/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/halo/dark/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/halo/dark/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/halo/light/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/halo/light/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/halo/light/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/solar/charcoal/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/solar/charcoal/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/solar/charcoal/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/solar/pearl/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/solar/pearl/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/solar/pearl/filter-dialog.js +1 -1
- package/lib/grid/index.js +1 -1
- package/lib/grid/lib/efx-grid.js +7 -44
- package/lib/grid/themes/halo/dark/efx-grid.js +1 -1
- package/lib/grid/themes/halo/dark/es5/all-elements.js +1 -1
- package/lib/grid/themes/halo/efx-grid.less +5 -5
- package/lib/grid/themes/halo/light/efx-grid.js +1 -1
- package/lib/grid/themes/halo/light/es5/all-elements.js +1 -1
- package/lib/row-segmenting/es6/RowSegmenting.d.ts +30 -24
- package/lib/row-segmenting/es6/RowSegmenting.js +122 -21
- package/lib/rt-grid/dist/rt-grid.js +1354 -435
- package/lib/rt-grid/dist/rt-grid.min.js +1 -1
- package/lib/rt-grid/es6/ColumnDefinition.d.ts +46 -42
- package/lib/rt-grid/es6/ColumnDefinition.js +31 -1
- package/lib/rt-grid/es6/DataConnector.d.ts +6 -4
- package/lib/rt-grid/es6/DataConnector.js +8 -0
- package/lib/rt-grid/es6/FieldDefinition.d.ts +2 -2
- package/lib/rt-grid/es6/FieldDefinition.js +12 -5
- package/lib/rt-grid/es6/Grid.d.ts +106 -91
- package/lib/rt-grid/es6/Grid.js +151 -106
- package/lib/rt-grid/es6/ReferenceCounter.d.ts +5 -5
- package/lib/rt-grid/es6/RowDefSorter.d.ts +2 -2
- package/lib/rt-grid/es6/RowDefinition.d.ts +22 -22
- package/lib/rt-grid/es6/RowDefinition.js +12 -5
- package/lib/rt-grid/es6/SnapshotFiller.d.ts +5 -2
- package/lib/rt-grid/es6/SnapshotFiller.js +121 -15
- package/lib/rt-grid/es6/StyleLoader.d.ts +1 -1
- package/lib/tr-grid-cell-selection/es6/CellSelection.d.ts +11 -11
- package/lib/tr-grid-cell-selection/es6/CellSelection.js +20 -35
- package/lib/tr-grid-checkbox/es6/Checkbox.d.ts +18 -16
- package/lib/tr-grid-checkbox/es6/Checkbox.js +1 -0
- package/lib/tr-grid-column-formatting/es6/ColumnFormatting.d.ts +29 -27
- package/lib/tr-grid-column-formatting/es6/ColumnFormatting.js +1 -0
- package/lib/tr-grid-column-grouping/es6/ColumnGrouping.d.ts +28 -14
- package/lib/tr-grid-column-grouping/es6/ColumnGrouping.js +556 -11
- package/lib/tr-grid-column-resizing/es6/ColumnResizing.d.ts +2 -2
- package/lib/tr-grid-column-resizing/es6/ColumnResizing.js +1 -0
- package/lib/tr-grid-column-selection/es6/ColumnSelection.js +2 -3
- package/lib/tr-grid-column-stack/es6/ColumnStack.d.ts +15 -13
- package/lib/tr-grid-column-stack/es6/ColumnStack.js +96 -72
- package/lib/tr-grid-conditional-coloring/es6/ConditionalColoring.d.ts +14 -4
- package/lib/tr-grid-conditional-coloring/es6/ConditionalColoring.js +314 -114
- package/lib/tr-grid-content-wrap/es6/ContentWrap.js +1 -6
- package/lib/tr-grid-contextmenu/es6/ContextMenu.js +3 -3
- package/lib/tr-grid-contextmenu/es6/MenuEventAPI.d.ts +2 -2
- package/lib/tr-grid-contextmenu/es6/MenuItem.d.ts +2 -2
- package/lib/tr-grid-heat-map/es6/HeatMap.d.ts +2 -1
- package/lib/tr-grid-heat-map/es6/HeatMap.js +6 -9
- package/lib/tr-grid-in-cell-editing/es6/InCellEditing.d.ts +5 -2
- package/lib/tr-grid-in-cell-editing/es6/InCellEditing.js +311 -71
- package/lib/tr-grid-percent-bar/es6/PercentBar.d.ts +1 -1
- package/lib/tr-grid-percent-bar/es6/PercentBar.js +8 -11
- package/lib/tr-grid-printer/es6/SectionWriter.js +8 -0
- package/lib/tr-grid-range-bar/es6/RangeBar.js +3 -10
- package/lib/tr-grid-row-dragging/es6/RowDragging.d.ts +6 -0
- package/lib/tr-grid-row-dragging/es6/RowDragging.js +56 -23
- package/lib/tr-grid-row-filtering/es6/RowFiltering.d.ts +4 -3
- package/lib/tr-grid-row-filtering/es6/RowFiltering.js +57 -13
- package/lib/tr-grid-row-grouping/es6/RowGrouping.js +1 -1
- package/lib/tr-grid-row-selection/es6/RowSelection.js +16 -13
- package/lib/tr-grid-rowcoloring/es6/RowColoring.d.ts +0 -2
- package/lib/tr-grid-rowcoloring/es6/RowColoring.js +1 -40
- package/lib/tr-grid-util/es6/CellPainter.d.ts +30 -30
- package/lib/tr-grid-util/es6/CellPainter.js +9 -8
- package/lib/tr-grid-util/es6/Conflator.d.ts +4 -4
- package/lib/tr-grid-util/es6/CoralItems.d.ts +1 -1
- package/lib/tr-grid-util/es6/DateTime.d.ts +10 -10
- package/lib/tr-grid-util/es6/Deferred.d.ts +3 -1
- package/lib/tr-grid-util/es6/Deferred.js +11 -1
- package/lib/tr-grid-util/es6/Delay.d.ts +2 -2
- package/lib/tr-grid-util/es6/Dom.d.ts +10 -10
- package/lib/tr-grid-util/es6/Dom.js +14 -10
- package/lib/tr-grid-util/es6/DragUI.js +5 -2
- package/lib/tr-grid-util/es6/ElementObserver.d.ts +2 -2
- package/lib/tr-grid-util/es6/ElementObserver.js +6 -3
- package/lib/tr-grid-util/es6/ElementWrapper.d.ts +4 -4
- package/lib/tr-grid-util/es6/ElfDate.d.ts +5 -5
- package/lib/tr-grid-util/es6/ElfDate.js +1 -0
- package/lib/tr-grid-util/es6/ElfUtil.d.ts +13 -4
- package/lib/tr-grid-util/es6/ElfUtil.js +178 -26
- package/lib/tr-grid-util/es6/EventDispatcher.d.ts +5 -5
- package/lib/tr-grid-util/es6/ExpanderIcon.d.ts +2 -2
- package/lib/tr-grid-util/es6/ExpanderIcon.js +1 -1
- package/lib/tr-grid-util/es6/Ext.d.ts +1 -1
- package/lib/tr-grid-util/es6/FieldFormatter.d.ts +12 -12
- package/lib/tr-grid-util/es6/FieldFormatter.js +1 -1
- package/lib/tr-grid-util/es6/FilterBuilder.d.ts +13 -13
- package/lib/tr-grid-util/es6/FilterBuilder.js +15 -8
- package/lib/tr-grid-util/es6/FilterOperators.d.ts +22 -22
- package/lib/tr-grid-util/es6/FilterOperators.js +3 -3
- package/lib/tr-grid-util/es6/GridPlugin.d.ts +10 -10
- package/lib/tr-grid-util/es6/GridPlugin.js +20 -0
- package/lib/tr-grid-util/es6/Icon.d.ts +3 -3
- package/lib/tr-grid-util/es6/MouseDownTrait.d.ts +8 -8
- package/lib/tr-grid-util/es6/MultiTableManager.d.ts +6 -6
- package/lib/tr-grid-util/es6/NumberFormatter.d.ts +19 -19
- package/lib/tr-grid-util/es6/NumberFormatter.js +1 -1
- package/lib/tr-grid-util/es6/PercentBar.d.ts +19 -19
- package/lib/tr-grid-util/es6/Perf.d.ts +4 -4
- package/lib/tr-grid-util/es6/Popup.d.ts +36 -33
- package/lib/tr-grid-util/es6/Popup.js +19 -1
- package/lib/tr-grid-util/es6/RangeBar.d.ts +5 -5
- package/lib/tr-grid-util/es6/RequestQueue.d.ts +4 -4
- package/lib/tr-grid-util/es6/RowPainter.d.ts +37 -4
- package/lib/tr-grid-util/es6/RowPainter.js +199 -76
- package/lib/tr-grid-util/es6/SubTable.d.ts +14 -14
- package/lib/tr-grid-util/es6/Table.d.ts +25 -25
- package/lib/tr-grid-util/es6/TextHighlighter.d.ts +1 -1
- package/lib/tr-grid-util/es6/Timer.d.ts +1 -1
- package/lib/tr-grid-util/es6/TouchProxy.d.ts +9 -9
- package/lib/tr-grid-util/es6/Util.d.ts +12 -12
- package/lib/tr-grid-util/es6/formula/ADCService.d.ts +1 -1
- package/lib/tr-grid-util/es6/formula/ADCSubscription.d.ts +1 -1
- package/lib/tr-grid-util/es6/formula/AdFinService.d.ts +1 -1
- package/lib/tr-grid-util/es6/formula/AdFinSubscription.d.ts +1 -1
- package/lib/tr-grid-util/es6/formula/Engine.d.ts +9 -9
- package/lib/tr-grid-util/es6/formula/Formula.d.ts +4 -4
- package/lib/tr-grid-util/es6/formula/IntervalSubscription.d.ts +1 -1
- package/lib/tr-grid-util/es6/formula/Realtime.d.ts +3 -3
- package/lib/tr-grid-util/es6/formula/RealtimeService.d.ts +1 -1
- package/lib/tr-grid-util/es6/formula/TSIService.d.ts +1 -1
- package/lib/tr-grid-util/es6/formula/TSISubscription.d.ts +1 -1
- package/lib/tr-grid-util/es6/formula/VariableToken.d.ts +1 -1
- package/lib/tr-grid-util/es6/jet/CollectionDict.d.ts +1 -1
- package/lib/tr-grid-util/es6/jet/DataGenerator.d.ts +34 -34
- package/lib/tr-grid-util/es6/jet/MockArchive.d.ts +1 -1
- package/lib/tr-grid-util/es6/jet/MockJET.d.ts +4 -4
- package/lib/tr-grid-util/es6/jet/MockJET.js +12 -4
- package/lib/tr-grid-util/es6/jet/MockQuotes.d.ts +9 -9
- package/lib/tr-grid-util/es6/jet/MockQuotes2.d.ts +17 -9
- package/lib/tr-grid-util/es6/jet/MockQuotes2.js +84 -24
- package/lib/tr-grid-util/es6/jet/MockRTK.d.ts +42 -2
- package/lib/tr-grid-util/es6/jet/MockRTK.js +55 -16
- package/lib/tr-grid-util/es6/jet/mockDataAPI.d.ts +2 -2
- package/lib/tr-grid-util/es6/jet/mockDataAPI.js +99 -1
- package/lib/types/es6/Checkbox.d.ts +18 -16
- package/lib/types/es6/ColumnFormatting.d.ts +29 -27
- package/lib/types/es6/ColumnGrouping.d.ts +28 -14
- package/lib/types/es6/ColumnResizing.d.ts +2 -2
- package/lib/types/es6/ColumnStack.d.ts +15 -13
- package/lib/types/es6/CompositeGrid/ColumnSelectionPlugin.d.ts +4 -2
- package/lib/types/es6/CompositeGrid/ColumnWidthAdjustingPlugin.d.ts +0 -1
- package/lib/types/es6/CompositeGrid/CompositeGrid.d.ts +1 -1
- package/lib/types/es6/CompositeGrid/DragAndDropTitlePlugin.d.ts +1 -1
- package/lib/types/es6/CompositeGrid/DraggableContentPlugin.d.ts +1 -5
- package/lib/types/es6/CompositeGrid/Plugin.d.ts +3 -1
- package/lib/types/es6/CompositeGrid/ResizableTitlePlugin.d.ts +2 -1
- package/lib/types/es6/CompositeGrid/RowSelectionPlugin.d.ts +2 -1
- package/lib/types/es6/CompositeGrid/TextWidthCalculator.d.ts +1 -1
- package/lib/types/es6/CompositeGrid/TreeIndentingPlugin.d.ts +0 -1
- package/lib/types/es6/ConditionalColoring.d.ts +14 -4
- package/lib/types/es6/Core/data/ColumnStats.d.ts +3 -3
- package/lib/types/es6/Core/data/DataCache.d.ts +9 -9
- package/lib/types/es6/Core/data/DataTable.d.ts +28 -28
- package/lib/types/es6/Core/data/DataView.d.ts +62 -62
- package/lib/types/es6/Core/data/Segment.d.ts +4 -4
- package/lib/types/es6/Core/data/SegmentCollection.d.ts +7 -7
- package/lib/types/es6/Core/data/WrappedView.d.ts +62 -62
- package/lib/types/es6/Core/grid/Core.d.ts +97 -95
- package/lib/types/es6/Core/grid/ILayoutGrid.d.ts +20 -20
- package/lib/types/es6/Core/grid/LayoutGrid.d.ts +2 -2
- package/lib/types/es6/Core/grid/VirtualizedLayoutGrid.d.ts +2 -2
- package/lib/types/es6/Core/grid/components/Cell.d.ts +6 -6
- package/lib/types/es6/Core/grid/components/CellFloatingPanel.d.ts +2 -2
- package/lib/types/es6/Core/grid/components/CellSpans.d.ts +2 -2
- package/lib/types/es6/Core/grid/components/Column.d.ts +2 -2
- package/lib/types/es6/Core/grid/components/ElementWrapper.d.ts +19 -19
- package/lib/types/es6/Core/grid/components/Scrollbar.d.ts +11 -9
- package/lib/types/es6/Core/grid/event/EventDispatcher.d.ts +3 -3
- package/lib/types/es6/Core/grid/event/EventListeners.d.ts +5 -5
- package/lib/types/es6/Core/grid/plugins/SortableTitlePlugin.d.ts +45 -44
- package/lib/types/es6/Core/grid/util/Conflator.d.ts +4 -4
- package/lib/types/es6/Core/grid/util/HttpRequest.d.ts +3 -3
- package/lib/types/es6/Core/grid/util/PercentBar.d.ts +8 -8
- package/lib/types/es6/Core/grid/util/PercentBarRenderer.d.ts +8 -8
- package/lib/types/es6/Core/grid/util/RangeBar.d.ts +1 -1
- package/lib/types/es6/Core/grid/util/Reverter.d.ts +1 -1
- package/lib/types/es6/Core/grid/util/SectionSettings.d.ts +13 -13
- package/lib/types/es6/Core/grid/util/SelectionList.d.ts +2 -2
- package/lib/types/es6/Core/grid/util/TrackLayout.d.ts +9 -9
- package/lib/types/es6/Core/grid/util/Virtualizer.d.ts +3 -3
- package/lib/types/es6/Core/grid/util/util.d.ts +6 -4
- package/lib/types/es6/HeatMap.d.ts +2 -1
- package/lib/types/es6/InCellEditing.d.ts +5 -2
- package/lib/types/es6/MenuEventAPI.d.ts +2 -2
- package/lib/types/es6/MenuItem.d.ts +2 -2
- package/lib/types/es6/PercentBar.d.ts +1 -1
- package/lib/types/es6/RealtimeGrid/ColumnDefinition.d.ts +46 -42
- package/lib/types/es6/RealtimeGrid/DataConnector.d.ts +6 -4
- package/lib/types/es6/RealtimeGrid/FieldDefinition.d.ts +2 -2
- package/lib/types/es6/RealtimeGrid/Grid.d.ts +104 -89
- package/lib/types/es6/RealtimeGrid/ReferenceCounter.d.ts +5 -5
- package/lib/types/es6/RealtimeGrid/RowDefSorter.d.ts +2 -2
- package/lib/types/es6/RealtimeGrid/RowDefinition.d.ts +22 -22
- package/lib/types/es6/RealtimeGrid/SnapshotFiller.d.ts +5 -2
- package/lib/types/es6/RealtimeGrid/StyleLoader.d.ts +1 -1
- package/lib/types/es6/RowColoring.d.ts +0 -2
- package/lib/types/es6/RowDragging.d.ts +6 -0
- package/lib/types/es6/RowFiltering.d.ts +4 -3
- package/lib/types/es6/RowSegmenting.d.ts +30 -24
- package/lib/versions.json +26 -26
- package/package.json +2 -2
@@ -9,7 +9,7 @@ import { Conflator } from "../../../../tr-grid-util/es6/Conflator.js";
|
|
9
9
|
|
10
10
|
declare class DataView extends EventDispatcher {
|
11
11
|
|
12
|
-
constructor(source?: DataTable|DataView);
|
12
|
+
constructor(source?: DataTable|DataView|null);
|
13
13
|
|
14
14
|
public dispose(): void;
|
15
15
|
|
@@ -17,15 +17,15 @@ declare class DataView extends EventDispatcher {
|
|
17
17
|
|
18
18
|
public getRowData(rid: string): { [key: string]: any };
|
19
19
|
|
20
|
-
public getColumnData(cid: string, inclNonDataRow?: boolean): any[];
|
20
|
+
public getColumnData(cid: string, inclNonDataRow?: boolean|null): any[];
|
21
21
|
|
22
22
|
public getRowId(rowIndex: number): string;
|
23
23
|
|
24
|
-
public getAllRowIds(shallowCopy?: boolean, inclNonDataRow?: boolean): (string)[];
|
24
|
+
public getAllRowIds(shallowCopy?: boolean|null, inclNonDataRow?: boolean|null): (string)[];
|
25
25
|
|
26
|
-
public getVisibleRowIds(shallowCopy?: boolean): (string)[];
|
26
|
+
public getVisibleRowIds(shallowCopy?: boolean|null): (string)[];
|
27
27
|
|
28
|
-
public getSortedRowIds(shallowCopy?: boolean): (string)[];
|
28
|
+
public getSortedRowIds(shallowCopy?: boolean|null): (string)[];
|
29
29
|
|
30
30
|
public getRowIndex(rid: string): number;
|
31
31
|
|
@@ -37,27 +37,27 @@ declare class DataView extends EventDispatcher {
|
|
37
37
|
|
38
38
|
public getPreviousData(rid: string, cid: string): { [key: string]: any };
|
39
39
|
|
40
|
-
public getMultipleRowData(rids: (string)[], opt_from?: number, opt_to?: number): (any)[];
|
40
|
+
public getMultipleRowData(rids: (string)[]|null, opt_from?: number|null, opt_to?: number|null): (any)[];
|
41
41
|
|
42
42
|
public getAllRowData(): (any)[];
|
43
43
|
|
44
44
|
public setData(rid: string, cid: string, value: any): boolean;
|
45
45
|
|
46
|
-
public setRowData(rid: string, values?: { [key: string]: any }, opt_eventArg?: any): boolean;
|
46
|
+
public setRowData(rid: string, values?: { [key: string]: any }|null, opt_eventArg?: any): boolean;
|
47
47
|
|
48
|
-
public setColumnData(cid: string, valueList: any[], opt_ridList?: (string)[]): void;
|
48
|
+
public setColumnData(cid: string, valueList: any[]|null, opt_ridList?: (string)[]|null): void;
|
49
49
|
|
50
50
|
public setDataAt(rowIndex: number, cid: string, value: any): boolean;
|
51
51
|
|
52
|
-
public setRowDataAt(rowIndex: number, values?: { [key: string]: any }, opt_eventArg?: any): boolean;
|
52
|
+
public setRowDataAt(rowIndex: number, values?: { [key: string]: any }|null, opt_eventArg?: any): boolean;
|
53
53
|
|
54
|
-
public insertRow(rowRef: string|number, opt_values?: { [key: string]: any }, opt_rid?: string|null): string;
|
54
|
+
public insertRow(rowRef: string|number|null, opt_values?: { [key: string]: any }|null, opt_rid?: string|null|null): string;
|
55
55
|
|
56
|
-
public removeRow(rowRef: number|string): void;
|
56
|
+
public removeRow(rowRef: number|string|null): void;
|
57
57
|
|
58
|
-
public removeRows(rowRefs: (number|string)[]): void;
|
58
|
+
public removeRows(rowRefs: (number|string)[]|null): void;
|
59
59
|
|
60
|
-
public moveRow(fromRef: (number|string)[]|number|string, toRef: number|string): (string)[]|string|null;
|
60
|
+
public moveRow(fromRef: (number|string)[]|number|string|null, toRef: number|string|null): (string)[]|string|null;
|
61
61
|
|
62
62
|
public swapRow(fromIndex: number, toIndex: number): void;
|
63
63
|
|
@@ -65,43 +65,43 @@ declare class DataView extends EventDispatcher {
|
|
65
65
|
|
66
66
|
public getDataSource(): DataTable|DataView|null;
|
67
67
|
|
68
|
-
public setDataSource(source?: (DataTable|DataView)): void;
|
68
|
+
public setDataSource(source?: (DataTable|DataView)|null): void;
|
69
69
|
|
70
70
|
public setConflationRate(milliSecond: number): void;
|
71
71
|
|
72
72
|
public getConflationRate(): number;
|
73
73
|
|
74
|
-
public sort(cid: string|(string)[], opt_sortOrder?: string|number|(string|number)[], sortLogics?: ((...params: any[]) => any)|(((...params: any[]) => any))[], noOptimization?: boolean): void;
|
74
|
+
public sort(cid: string|(string)[]|null, opt_sortOrder?: string|number|(string|number)[]|null, sortLogics?: ((...params: any[]) => any)|(((...params: any[]) => any))[]|null, noOptimization?: boolean|null): void;
|
75
75
|
|
76
|
-
public sortOnce(cid: string|(string)[], opt_sortOrder?: string|number|(string|number)[]): void;
|
76
|
+
public sortOnce(cid: string|(string)[]|null, opt_sortOrder?: string|number|(string|number)[]|null): void;
|
77
77
|
|
78
|
-
public setSortingLogic(func: DataTable.SortLogic): void;
|
78
|
+
public setSortingLogic(func: DataTable.SortLogic|null): void;
|
79
79
|
|
80
|
-
public setColumnSortingLogic(cid: string, func: DataTable.SortLogic): void;
|
80
|
+
public setColumnSortingLogic(cid: string, func: DataTable.SortLogic|null): void;
|
81
81
|
|
82
82
|
public isSorting(): boolean;
|
83
83
|
|
84
|
-
public hideRow(rId: string|number,
|
84
|
+
public hideRow(rId: string|number|null, hidden?: boolean|null): void;
|
85
85
|
|
86
|
-
public hideRows(rowRefs: (string|number)[],
|
86
|
+
public hideRows(rowRefs: (string|number)[]|null, hidden?: boolean|null): void;
|
87
87
|
|
88
|
-
public showRows(rowRefs: (string|number)[],
|
88
|
+
public showRows(rowRefs: (string|number)[]|null, shown?: boolean|null): void;
|
89
89
|
|
90
90
|
public unhideAllRows(): void;
|
91
91
|
|
92
92
|
public hasHiddenRow(): boolean;
|
93
93
|
|
94
|
-
public filterIn(cid: string|((...params: any[]) => any), value?: any, opt_filteringOut?: boolean): boolean;
|
94
|
+
public filterIn(cid: string|((...params: any[]) => any), value?: any, opt_filteringOut?: boolean|null): boolean;
|
95
95
|
|
96
96
|
public filterOut(cid: string|((...params: any[]) => any), value?: any): boolean;
|
97
97
|
|
98
|
-
public filterInOnce(cid: string|((...params: any[]) => any), value?: any, opt_filteringOut?: boolean): void;
|
98
|
+
public filterInOnce(cid: string|((...params: any[]) => any)|null, value?: any, opt_filteringOut?: boolean|null): void;
|
99
99
|
|
100
100
|
public filterOutOnce(cid: string|((...params: any[]) => any), value?: any): void;
|
101
101
|
|
102
102
|
public clearFilter(): void;
|
103
103
|
|
104
|
-
public disablePageCorrection(opt_disable?: boolean): void;
|
104
|
+
public disablePageCorrection(opt_disable?: boolean|null): void;
|
105
105
|
|
106
106
|
public setPage(pageIndex: number): boolean;
|
107
107
|
|
@@ -133,25 +133,25 @@ declare class DataView extends EventDispatcher {
|
|
133
133
|
|
134
134
|
public setPageSize(pageSize: number): void;
|
135
135
|
|
136
|
-
public groupBy(cid: string|((...params: any[]) => any)|(string|((...params: any[]) => any))[], opt_predefinedGroups?: any[]): void;
|
136
|
+
public groupBy(cid: string|((...params: any[]) => any)|(string|((...params: any[]) => any))[]|null, opt_predefinedGroups?: any[]|null): void;
|
137
137
|
|
138
138
|
public addGroup(value: any|any[]): void;
|
139
139
|
|
140
|
-
public sortGroups(compare?: ((...params: any[]) => any)): void;
|
140
|
+
public sortGroups(compare?: ((...params: any[]) => any)|null): void;
|
141
141
|
|
142
|
-
public moveGroup(groupRef: number|string, destIndex: number): void;
|
142
|
+
public moveGroup(groupRef: number|string|null, destIndex: number): void;
|
143
143
|
|
144
|
-
public setPredefinedGroups(predefinedGroups: any[]): void;
|
144
|
+
public setPredefinedGroups(predefinedGroups: any[]|null): void;
|
145
145
|
|
146
|
-
public addFooter(opt_num?: number): void;
|
146
|
+
public addFooter(opt_num?: number|null): void;
|
147
147
|
|
148
148
|
public removeFooter(): void;
|
149
149
|
|
150
150
|
public getGroupByRowId(rowId: string): DataView|null;
|
151
151
|
|
152
|
-
public getGroup(groupRef: number|string): DataView|null;
|
152
|
+
public getGroup(groupRef: number|string|null): DataView|null;
|
153
153
|
|
154
|
-
public getAllGroups(out_ary?: any[]): (DataView)[];
|
154
|
+
public getAllGroups(out_ary?: any[]|null): (DataView)[];
|
155
155
|
|
156
156
|
public getGroupList(): (string)[]|null;
|
157
157
|
|
@@ -165,67 +165,67 @@ declare class DataView extends EventDispatcher {
|
|
165
165
|
|
166
166
|
public getGroupRows(): null;
|
167
167
|
|
168
|
-
public getGroupLevel(rowRef?: (number|string)): number;
|
168
|
+
public getGroupLevel(rowRef?: (number|string)|null): number;
|
169
169
|
|
170
|
-
public enableColumnStats(cid: string, opt_enabled?: boolean, opt_refId?: string): ColumnStats|null;
|
170
|
+
public enableColumnStats(cid: string, opt_enabled?: boolean|null, opt_refId?: string|null): ColumnStats|null;
|
171
171
|
|
172
172
|
public getColumnStats(cid: string): ColumnStats|null;
|
173
173
|
|
174
|
-
public hide(opt_hidden?: boolean): boolean;
|
174
|
+
public hide(opt_hidden?: boolean|null): boolean;
|
175
175
|
|
176
176
|
public isHidden(): boolean;
|
177
177
|
|
178
178
|
public isHiddenRow(rowId: string): boolean;
|
179
179
|
|
180
|
-
public collapse(opt_collapsed?: boolean): void;
|
180
|
+
public collapse(opt_collapsed?: boolean|null): void;
|
181
181
|
|
182
|
-
public collapseAllGroups(opt_collapsed?: boolean): void;
|
182
|
+
public collapseAllGroups(opt_collapsed?: boolean|null): void;
|
183
183
|
|
184
184
|
public toggleCollapsedState(): void;
|
185
185
|
|
186
186
|
public isCollapsed(): boolean;
|
187
187
|
|
188
|
-
public enableContentAsHeader(bool?: boolean): void;
|
188
|
+
public enableContentAsHeader(bool?: boolean|null): void;
|
189
189
|
|
190
190
|
public getVisibleRowCount(): number;
|
191
191
|
|
192
|
-
public isRowDataInGroup(rowData: any, groupID?: string): boolean;
|
192
|
+
public isRowDataInGroup(rowData: any, groupID?: string|null): boolean;
|
193
193
|
|
194
|
-
public isRowIdInGroup(rowId: string, groupID?: string): boolean;
|
194
|
+
public isRowIdInGroup(rowId: string, groupID?: string|null): boolean;
|
195
195
|
|
196
|
-
public addRowExpansion(rid: string, count?: number): void;
|
196
|
+
public addRowExpansion(rid: string, count?: number|null): void;
|
197
197
|
|
198
198
|
public removeRowExpansion(rid: string): void;
|
199
199
|
|
200
|
-
public toggleRowExpansion(rowRef: string|number, force?: boolean, count?: number): void;
|
200
|
+
public toggleRowExpansion(rowRef: string|number|null, force?: boolean|null, count?: number|null): void;
|
201
201
|
|
202
202
|
public removeAllRowExpansions(): void;
|
203
203
|
|
204
|
-
public getExpansionParents(from?: number, to?: number): (string)[]|null;
|
204
|
+
public getExpansionParents(from?: number|null, to?: number|null): (string)[]|null;
|
205
205
|
|
206
206
|
public isRowExpansion(rid: string): boolean;
|
207
207
|
|
208
208
|
public hasRowExpansion(rid: string): boolean;
|
209
209
|
|
210
|
-
public getRowExpansionId(rid: string, idx?: number): string;
|
210
|
+
public getRowExpansionId(rid: string, idx?: number|null): string;
|
211
211
|
|
212
212
|
public getRowExpansionIndex(rid: string): number;
|
213
213
|
|
214
|
-
public searchAll(searchLogic: ((...params: any[]) => any), opt_out?: (string)[]): (string)[];
|
214
|
+
public searchAll(searchLogic: ((...params: any[]) => any)|null, opt_out?: (string)[]|null): (string)[];
|
215
215
|
|
216
|
-
public searchPrev(rowRef: number|string, searchLogic: ((...params: any[]) => any)): number;
|
216
|
+
public searchPrev(rowRef: number|string|null, searchLogic: ((...params: any[]) => any)|null): number;
|
217
217
|
|
218
|
-
public searchNext(rowRef: number|string, searchLogic: ((...params: any[]) => any)): number;
|
218
|
+
public searchNext(rowRef: number|string|null, searchLogic: ((...params: any[]) => any)|null): number;
|
219
219
|
|
220
|
-
public stall(opt_bool?: boolean): boolean;
|
220
|
+
public stall(opt_bool?: boolean|null): boolean;
|
221
221
|
|
222
|
-
public enableAutoGroupRemoval(opt_bool?: boolean): boolean;
|
222
|
+
public enableAutoGroupRemoval(opt_bool?: boolean|null): boolean;
|
223
223
|
|
224
|
-
public enableAutoGroupHiding(opt_bool?: boolean): boolean;
|
224
|
+
public enableAutoGroupHiding(opt_bool?: boolean|null): boolean;
|
225
225
|
|
226
226
|
public synchronizeRowOrder(): void;
|
227
227
|
|
228
|
-
public setSegmentSeparator(rowRef: string|number, enabled?: boolean): boolean;
|
228
|
+
public setSegmentSeparator(rowRef: string|number|null, enabled?: boolean|null): boolean;
|
229
229
|
|
230
230
|
public unsetAllSegmentSeparators(): boolean;
|
231
231
|
|
@@ -235,39 +235,39 @@ declare class DataView extends EventDispatcher {
|
|
235
235
|
|
236
236
|
public getSegmentParentRowId(rid: string): string;
|
237
237
|
|
238
|
-
public collapseSegment(rowRef: string|number, collapsed?: boolean): boolean;
|
238
|
+
public collapseSegment(rowRef: string|number|null, collapsed?: boolean|null): boolean;
|
239
239
|
|
240
|
-
public expandSegment(rowRef: string|number, expanded?: boolean): boolean;
|
240
|
+
public expandSegment(rowRef: string|number|null, expanded?: boolean|null): boolean;
|
241
241
|
|
242
242
|
public expandAllSegments(): boolean;
|
243
243
|
|
244
|
-
public isSegmentCollapsed(rowRef: string|number): boolean;
|
244
|
+
public isSegmentCollapsed(rowRef: string|number|null): boolean;
|
245
245
|
|
246
|
-
public fillSegment(segmentRef: string|number): void;
|
246
|
+
public fillSegment(segmentRef: string|number|null): void;
|
247
247
|
|
248
248
|
public fillSegments(): void;
|
249
249
|
|
250
|
-
public addSegmentChild(segmentRef: string|number, rowRef: string|number): boolean;
|
250
|
+
public addSegmentChild(segmentRef: string|number|null, rowRef: string|number|null): boolean;
|
251
251
|
|
252
|
-
public addSegmentChildren(segmentRef: string|number, rowRefs: (string|number)[]): boolean;
|
252
|
+
public addSegmentChildren(segmentRef: string|number|null, rowRefs: (string|number)[]|null): boolean;
|
253
253
|
|
254
|
-
public removeSegmentChild(segmentRef: string|number, rowRef: string|number): boolean;
|
254
|
+
public removeSegmentChild(segmentRef: string|number|null, rowRef: string|number|null): boolean;
|
255
255
|
|
256
|
-
public removeSegmentChildren(segmentRef: string|number, rowRefs: (string|number)[]): boolean;
|
256
|
+
public removeSegmentChildren(segmentRef: string|number|null, rowRefs: (string|number)[]|null): boolean;
|
257
257
|
|
258
258
|
public removeAllSegmentChildren(): boolean;
|
259
259
|
|
260
260
|
public getSegmentIds(): (string)[]|null;
|
261
261
|
|
262
|
-
public getSegmentChildIds(segmentRef: string|number): (string)[]|null;
|
262
|
+
public getSegmentChildIds(segmentRef: string|number|null): (string)[]|null;
|
263
263
|
|
264
|
-
public sortSegments(compare: ((...params: any[]) => any)): void;
|
264
|
+
public sortSegments(compare: ((...params: any[]) => any)|null): void;
|
265
265
|
|
266
266
|
public getWrapSize(): number;
|
267
267
|
|
268
268
|
public getWrappedViews(): (WrappedView)[]|null;
|
269
269
|
|
270
|
-
public wrapView(wrapSize?: number): void;
|
270
|
+
public wrapView(wrapSize?: number|null): void;
|
271
271
|
|
272
272
|
public dump(opt_options?: any): (any)[];
|
273
273
|
|
@@ -281,7 +281,7 @@ declare function fromRids(fromIndex: number, toIndex: number): void;
|
|
281
281
|
|
282
282
|
declare function criteria(value: any|any[]): void;
|
283
283
|
|
284
|
-
declare function len(compare?: ((...params: any[]) => any)): void;
|
284
|
+
declare function len(compare?: ((...params: any[]) => any)|null): void;
|
285
285
|
|
286
286
|
declare function complexData(opt_options?: any): void;
|
287
287
|
|
@@ -8,13 +8,13 @@ declare class Segment {
|
|
8
8
|
|
9
9
|
public addChild(rid: string, objMap?: any): boolean;
|
10
10
|
|
11
|
-
public addChildren(rids: (string)[], objMap?: any): boolean;
|
11
|
+
public addChildren(rids: (string)[]|null, objMap?: any): boolean;
|
12
12
|
|
13
13
|
public containsChild(rid: string): boolean;
|
14
14
|
|
15
15
|
public removeChild(rid: string, objMap?: any): boolean;
|
16
16
|
|
17
|
-
public removeChildren(rids: (string)[], objMap?: any): boolean;
|
17
|
+
public removeChildren(rids: (string)[]|null, objMap?: any): boolean;
|
18
18
|
|
19
19
|
public removeAllChildren(objMap?: any): boolean;
|
20
20
|
|
@@ -22,9 +22,9 @@ declare class Segment {
|
|
22
22
|
|
23
23
|
public getChildCount(): number;
|
24
24
|
|
25
|
-
public collapse(bool?: boolean): boolean;
|
25
|
+
public collapse(bool?: boolean|null): boolean;
|
26
26
|
|
27
|
-
public expand(bool?: boolean): boolean;
|
27
|
+
public expand(bool?: boolean|null): boolean;
|
28
28
|
|
29
29
|
public isCollapsed(): boolean;
|
30
30
|
|
@@ -6,7 +6,7 @@ declare class SegmentCollection {
|
|
6
6
|
|
7
7
|
public addSegment(rid: string): boolean;
|
8
8
|
|
9
|
-
public addSegments(rids: (string)[]): boolean;
|
9
|
+
public addSegments(rids: (string)[]|null): boolean;
|
10
10
|
|
11
11
|
public containsSegment(rid: string): boolean;
|
12
12
|
|
@@ -24,9 +24,9 @@ declare class SegmentCollection {
|
|
24
24
|
|
25
25
|
public getSegmentIds(): (string)[];
|
26
26
|
|
27
|
-
public collapseSegment(segmentId: string, bool?: boolean): boolean;
|
27
|
+
public collapseSegment(segmentId: string, bool?: boolean|null): boolean;
|
28
28
|
|
29
|
-
public expandSegment(segmentId: string, bool?: boolean): boolean;
|
29
|
+
public expandSegment(segmentId: string, bool?: boolean|null): boolean;
|
30
30
|
|
31
31
|
public expandAllSegments(): boolean;
|
32
32
|
|
@@ -36,19 +36,19 @@ declare class SegmentCollection {
|
|
36
36
|
|
37
37
|
public addSegmentChild(segmentId: string, rid: string): boolean;
|
38
38
|
|
39
|
-
public addSegmentChildren(segmentId: string, rids: (string)[]): boolean;
|
39
|
+
public addSegmentChildren(segmentId: string, rids: (string)[]|null): boolean;
|
40
40
|
|
41
41
|
public containsSegmentChild(segmentId: string, rid: string): boolean;
|
42
42
|
|
43
43
|
public removeSegmentChild(segmentId: string, rid: string): boolean;
|
44
44
|
|
45
|
-
public removeSegmentChildren(segmentId: string, rids: (string)[]): boolean;
|
45
|
+
public removeSegmentChildren(segmentId: string, rids: (string)[]|null): boolean;
|
46
46
|
|
47
47
|
public removeAllSegmentChildren(): boolean;
|
48
48
|
|
49
|
-
public fillSegment(segmentId: string, rids: (string)[]): void;
|
49
|
+
public fillSegment(segmentId: string, rids: (string)[]|null): void;
|
50
50
|
|
51
|
-
public fillSegments(rids: (string)[]): boolean;
|
51
|
+
public fillSegments(rids: (string)[]|null): boolean;
|
52
52
|
|
53
53
|
public getSegmentValues(rids: (string)[]): (number)[]|null;
|
54
54
|
|
@@ -7,7 +7,7 @@ import ColumnStats from "./ColumnStats.js"; // eslint-disable-line
|
|
7
7
|
declare namespace WrappedView {
|
8
8
|
|
9
9
|
type Options = {
|
10
|
-
dataView: DataView,
|
10
|
+
dataView: DataView|null,
|
11
11
|
wrapIndex: number
|
12
12
|
};
|
13
13
|
|
@@ -15,7 +15,7 @@ declare namespace WrappedView {
|
|
15
15
|
|
16
16
|
declare class WrappedView extends EventDispatcher {
|
17
17
|
|
18
|
-
constructor(options: WrappedView.Options);
|
18
|
+
constructor(options: WrappedView.Options|null);
|
19
19
|
|
20
20
|
public dispose(): void;
|
21
21
|
|
@@ -23,15 +23,15 @@ declare class WrappedView extends EventDispatcher {
|
|
23
23
|
|
24
24
|
public getRowData(rid: string): { [key: string]: any };
|
25
25
|
|
26
|
-
public getColumnData(cid: string, inclNonDataRow?: boolean): any[];
|
26
|
+
public getColumnData(cid: string, inclNonDataRow?: boolean|null): any[];
|
27
27
|
|
28
28
|
public getRowId(rowIndex: number): string;
|
29
29
|
|
30
|
-
public getAllRowIds(shallowCopy?: boolean, inclNonDataRow?: boolean): (string)[];
|
30
|
+
public getAllRowIds(shallowCopy?: boolean|null, inclNonDataRow?: boolean|null): (string)[];
|
31
31
|
|
32
|
-
public getVisibleRowIds(shallowCopy?: boolean): (string)[];
|
32
|
+
public getVisibleRowIds(shallowCopy?: boolean|null): (string)[];
|
33
33
|
|
34
|
-
public getSortedRowIds(shallowCopy?: boolean): (string)[];
|
34
|
+
public getSortedRowIds(shallowCopy?: boolean|null): (string)[];
|
35
35
|
|
36
36
|
public getRowIndex(rid: string): number;
|
37
37
|
|
@@ -43,69 +43,69 @@ declare class WrappedView extends EventDispatcher {
|
|
43
43
|
|
44
44
|
public getPreviousData(rid: string, cid: string): { [key: string]: any };
|
45
45
|
|
46
|
-
public getMultipleRowData(rids: (string)[], opt_from?: number, opt_to?: number): (any)[];
|
46
|
+
public getMultipleRowData(rids: (string)[]|null, opt_from?: number|null, opt_to?: number|null): (any)[];
|
47
47
|
|
48
48
|
public getAllRowData(): (any)[];
|
49
49
|
|
50
50
|
public setData(rid: string, cid: string, value: any): boolean;
|
51
51
|
|
52
|
-
public setRowData(rid: string, values?: { [key: string]: any }, opt_eventArg?: any): boolean;
|
52
|
+
public setRowData(rid: string, values?: { [key: string]: any }|null, opt_eventArg?: any): boolean;
|
53
53
|
|
54
|
-
public setColumnData(cid: string, valueList: any[], opt_ridList?: (string)[]): void;
|
54
|
+
public setColumnData(cid: string, valueList: any[]|null, opt_ridList?: (string)[]|null): void;
|
55
55
|
|
56
56
|
public setDataAt(rowIndex: number, cid: string, value: any): boolean;
|
57
57
|
|
58
|
-
public setRowDataAt(rowIndex: number, values?: { [key: string]: any }, opt_eventArg?: any): boolean;
|
58
|
+
public setRowDataAt(rowIndex: number, values?: { [key: string]: any }|null, opt_eventArg?: any): boolean;
|
59
59
|
|
60
|
-
public insertRow(rowRef: string|number, opt_values?: { [key: string]: any }, opt_rid?: string|null): string;
|
60
|
+
public insertRow(rowRef: string|number|null, opt_values?: { [key: string]: any }|null, opt_rid?: string|null|null): string;
|
61
61
|
|
62
|
-
public removeRow(rowRef: number|string): void;
|
62
|
+
public removeRow(rowRef: number|string|null): void;
|
63
63
|
|
64
|
-
public removeRows(rowRefs: (number|string)[]): void;
|
64
|
+
public removeRows(rowRefs: (number|string)[]|null): void;
|
65
65
|
|
66
|
-
public moveRow(fromRef: (number|string)[]|number|string, toRef: number|string): (string)[]|string|null;
|
66
|
+
public moveRow(fromRef: (number|string)[]|number|string|null, toRef: number|string|null): (string)[]|string|null;
|
67
67
|
|
68
68
|
public getDataTable(): DataTable|null;
|
69
69
|
|
70
70
|
public getDataSource(): DataView|null;
|
71
71
|
|
72
|
-
public setDataSource(source?: DataView): void;
|
72
|
+
public setDataSource(source?: DataView|null): void;
|
73
73
|
|
74
74
|
public setConflationRate(milliSecond: number): void;
|
75
75
|
|
76
76
|
public getConflationRate(): number;
|
77
77
|
|
78
|
-
public sort(cid: string|(string)[], opt_sortOrder?: string|number|(string|number)[], sortLogics?: ((...params: any[]) => any)|(((...params: any[]) => any))[], noOptimization?: boolean): void;
|
78
|
+
public sort(cid: string|(string)[]|null, opt_sortOrder?: string|number|(string|number)[]|null, sortLogics?: ((...params: any[]) => any)|(((...params: any[]) => any))[]|null, noOptimization?: boolean|null): void;
|
79
79
|
|
80
|
-
public sortOnce(cid: string|(string)[], opt_sortOrder?: string|number|(string|number)[]): void;
|
80
|
+
public sortOnce(cid: string|(string)[]|null, opt_sortOrder?: string|number|(string|number)[]|null): void;
|
81
81
|
|
82
|
-
public setSortingLogic(func: DataTable.SortLogic): void;
|
82
|
+
public setSortingLogic(func: DataTable.SortLogic|null): void;
|
83
83
|
|
84
|
-
public setColumnSortingLogic(cid: string, func: DataTable.SortLogic): void;
|
84
|
+
public setColumnSortingLogic(cid: string, func: DataTable.SortLogic|null): void;
|
85
85
|
|
86
86
|
public isSorting(): boolean;
|
87
87
|
|
88
|
-
public hideRow(rId: string|number, opt_show?: boolean): void;
|
88
|
+
public hideRow(rId: string|number|null, opt_show?: boolean|null): void;
|
89
89
|
|
90
|
-
public hideRows(rowRefs: (string|number)[], opt_show?: boolean): void;
|
90
|
+
public hideRows(rowRefs: (string|number)[]|null, opt_show?: boolean|null): void;
|
91
91
|
|
92
|
-
public showRows(rowRefs: (string|number)[], opt_show?: boolean): void;
|
92
|
+
public showRows(rowRefs: (string|number)[]|null, opt_show?: boolean|null): void;
|
93
93
|
|
94
94
|
public unhideAllRows(): void;
|
95
95
|
|
96
96
|
public hasHiddenRow(): boolean;
|
97
97
|
|
98
|
-
public filterIn(cid: string|((...params: any[]) => any), value?: any, opt_filteringOut?: boolean): boolean;
|
98
|
+
public filterIn(cid: string|((...params: any[]) => any), value?: any, opt_filteringOut?: boolean|null): boolean;
|
99
99
|
|
100
100
|
public filterOut(cid: string|((...params: any[]) => any), value?: any): boolean;
|
101
101
|
|
102
|
-
public filterInOnce(cid: string|((...params: any[]) => any), value?: any, opt_filteringOut?: boolean): void;
|
102
|
+
public filterInOnce(cid: string|((...params: any[]) => any)|null, value?: any, opt_filteringOut?: boolean|null): void;
|
103
103
|
|
104
104
|
public filterOutOnce(cid: string|((...params: any[]) => any), value?: any): void;
|
105
105
|
|
106
106
|
public clearFilter(): void;
|
107
107
|
|
108
|
-
public disablePageCorrection(opt_disable?: boolean): void;
|
108
|
+
public disablePageCorrection(opt_disable?: boolean|null): void;
|
109
109
|
|
110
110
|
public setPage(pageIndex: number): boolean;
|
111
111
|
|
@@ -137,25 +137,25 @@ declare class WrappedView extends EventDispatcher {
|
|
137
137
|
|
138
138
|
public setPageSize(pageSize: number): void;
|
139
139
|
|
140
|
-
public groupBy(cid: string|((...params: any[]) => any)|(string|((...params: any[]) => any))[], opt_predefinedGroups?: any[]): void;
|
140
|
+
public groupBy(cid: string|((...params: any[]) => any)|(string|((...params: any[]) => any))[]|null, opt_predefinedGroups?: any[]|null): void;
|
141
141
|
|
142
142
|
public addGroup(value: any|any[]): void;
|
143
143
|
|
144
|
-
public sortGroups(compare?: ((...params: any[]) => any)): void;
|
144
|
+
public sortGroups(compare?: ((...params: any[]) => any)|null): void;
|
145
145
|
|
146
|
-
public moveGroup(groupRef: number|string, destIndex: number): void;
|
146
|
+
public moveGroup(groupRef: number|string|null, destIndex: number): void;
|
147
147
|
|
148
|
-
public setPredefinedGroups(predefinedGroups: any[]): void;
|
148
|
+
public setPredefinedGroups(predefinedGroups: any[]|null): void;
|
149
149
|
|
150
|
-
public addFooter(opt_num?: number): void;
|
150
|
+
public addFooter(opt_num?: number|null): void;
|
151
151
|
|
152
152
|
public removeFooter(): void;
|
153
153
|
|
154
154
|
public getGroupByRowId(rowId: string): DataView|null;
|
155
155
|
|
156
|
-
public getGroup(groupRef: number|string): DataView|null;
|
156
|
+
public getGroup(groupRef: number|string|null): DataView|null;
|
157
157
|
|
158
|
-
public getAllGroups(out_ary?: any[]): (DataView)[];
|
158
|
+
public getAllGroups(out_ary?: any[]|null): (DataView)[];
|
159
159
|
|
160
160
|
public getGroupList(): (string)[]|null;
|
161
161
|
|
@@ -169,67 +169,67 @@ declare class WrappedView extends EventDispatcher {
|
|
169
169
|
|
170
170
|
public getGroupRows(): null;
|
171
171
|
|
172
|
-
public getGroupLevel(rowRef?: (number|string)): number;
|
172
|
+
public getGroupLevel(rowRef?: (number|string)|null): number;
|
173
173
|
|
174
|
-
public enableColumnStats(cid: string, opt_enabled?: boolean, opt_refId?: string): ColumnStats|null;
|
174
|
+
public enableColumnStats(cid: string, opt_enabled?: boolean|null, opt_refId?: string|null): ColumnStats|null;
|
175
175
|
|
176
176
|
public getColumnStats(cid: string): ColumnStats|null;
|
177
177
|
|
178
|
-
public hide(opt_hidden?: boolean): boolean;
|
178
|
+
public hide(opt_hidden?: boolean|null): boolean;
|
179
179
|
|
180
180
|
public isHidden(): boolean;
|
181
181
|
|
182
182
|
public isHiddenRow(rowId: string): boolean;
|
183
183
|
|
184
|
-
public collapse(opt_collapsed?: boolean): void;
|
184
|
+
public collapse(opt_collapsed?: boolean|null): void;
|
185
185
|
|
186
|
-
public collapseAllGroups(opt_collapsed?: boolean): void;
|
186
|
+
public collapseAllGroups(opt_collapsed?: boolean|null): void;
|
187
187
|
|
188
188
|
public toggleCollapsedState(): void;
|
189
189
|
|
190
190
|
public isCollapsed(): boolean;
|
191
191
|
|
192
|
-
public enableContentAsHeader(bool?: boolean): void;
|
192
|
+
public enableContentAsHeader(bool?: boolean|null): void;
|
193
193
|
|
194
194
|
public getVisibleRowCount(): number;
|
195
195
|
|
196
|
-
public isRowDataInGroup(rowData: any, groupID?: string): boolean;
|
196
|
+
public isRowDataInGroup(rowData: any, groupID?: string|null): boolean;
|
197
197
|
|
198
|
-
public isRowIdInGroup(rowId: string, groupID?: string): boolean;
|
198
|
+
public isRowIdInGroup(rowId: string, groupID?: string|null): boolean;
|
199
199
|
|
200
|
-
public addRowExpansion(rid: string, count?: number): void;
|
200
|
+
public addRowExpansion(rid: string, count?: number|null): void;
|
201
201
|
|
202
202
|
public removeRowExpansion(rid: string): void;
|
203
203
|
|
204
|
-
public toggleRowExpansion(rowRef: string|number, force?: boolean, count?: number): void;
|
204
|
+
public toggleRowExpansion(rowRef: string|number|null, force?: boolean|null, count?: number|null): void;
|
205
205
|
|
206
206
|
public removeAllRowExpansions(): void;
|
207
207
|
|
208
|
-
public getExpansionParents(from?: number, to?: number): (string)[]|null;
|
208
|
+
public getExpansionParents(from?: number|null, to?: number|null): (string)[]|null;
|
209
209
|
|
210
210
|
public isRowExpansion(rid: string): boolean;
|
211
211
|
|
212
212
|
public hasRowExpansion(rid: string): boolean;
|
213
213
|
|
214
|
-
public getRowExpansionId(rid: string, idx?: number): string;
|
214
|
+
public getRowExpansionId(rid: string, idx?: number|null): string;
|
215
215
|
|
216
216
|
public getRowExpansionIndex(rid: string): number;
|
217
217
|
|
218
|
-
public searchAll(searchLogic: ((...params: any[]) => any), opt_out?: (string)[]): (string)[];
|
218
|
+
public searchAll(searchLogic: ((...params: any[]) => any)|null, opt_out?: (string)[]|null): (string)[];
|
219
219
|
|
220
|
-
public searchPrev(rowRef: number|string, searchLogic: ((...params: any[]) => any)): number;
|
220
|
+
public searchPrev(rowRef: number|string|null, searchLogic: ((...params: any[]) => any)|null): number;
|
221
221
|
|
222
|
-
public searchNext(rowRef: number|string, searchLogic: ((...params: any[]) => any)): number;
|
222
|
+
public searchNext(rowRef: number|string|null, searchLogic: ((...params: any[]) => any)|null): number;
|
223
223
|
|
224
|
-
public stall(opt_bool?: boolean): boolean;
|
224
|
+
public stall(opt_bool?: boolean|null): boolean;
|
225
225
|
|
226
|
-
public enableAutoGroupRemoval(opt_bool?: boolean): boolean;
|
226
|
+
public enableAutoGroupRemoval(opt_bool?: boolean|null): boolean;
|
227
227
|
|
228
|
-
public enableAutoGroupHiding(opt_bool?: boolean): boolean;
|
228
|
+
public enableAutoGroupHiding(opt_bool?: boolean|null): boolean;
|
229
229
|
|
230
230
|
public synchronizeRowOrder(): void;
|
231
231
|
|
232
|
-
public setSegmentSeparator(rowRef: string|number, enabled?: boolean): boolean;
|
232
|
+
public setSegmentSeparator(rowRef: string|number|null, enabled?: boolean|null): boolean;
|
233
233
|
|
234
234
|
public unsetAllSegmentSeparators(): boolean;
|
235
235
|
|
@@ -239,39 +239,39 @@ declare class WrappedView extends EventDispatcher {
|
|
239
239
|
|
240
240
|
public getSegmentParentRowId(rid: string): string;
|
241
241
|
|
242
|
-
public collapseSegment(rowRef: string|number, collapsed?: boolean): boolean;
|
242
|
+
public collapseSegment(rowRef: string|number|null, collapsed?: boolean|null): boolean;
|
243
243
|
|
244
|
-
public expandSegment(rowRef: string|number, expanded?: boolean): boolean;
|
244
|
+
public expandSegment(rowRef: string|number|null, expanded?: boolean|null): boolean;
|
245
245
|
|
246
246
|
public expandAllSegments(): boolean;
|
247
247
|
|
248
|
-
public isSegmentCollapsed(rowRef: string|number): boolean;
|
248
|
+
public isSegmentCollapsed(rowRef: string|number|null): boolean;
|
249
249
|
|
250
|
-
public fillSegment(segmentRef: string|number): void;
|
250
|
+
public fillSegment(segmentRef: string|number|null): void;
|
251
251
|
|
252
252
|
public fillSegments(): void;
|
253
253
|
|
254
|
-
public addSegmentChild(segmentRef: string|number, rowRef: string|number): boolean;
|
254
|
+
public addSegmentChild(segmentRef: string|number|null, rowRef: string|number|null): boolean;
|
255
255
|
|
256
|
-
public addSegmentChildren(segmentRef: string|number, rowRefs: (string|number)[]): boolean;
|
256
|
+
public addSegmentChildren(segmentRef: string|number|null, rowRefs: (string|number)[]|null): boolean;
|
257
257
|
|
258
|
-
public removeSegmentChild(segmentRef: string|number, rowRef: string|number): boolean;
|
258
|
+
public removeSegmentChild(segmentRef: string|number|null, rowRef: string|number|null): boolean;
|
259
259
|
|
260
|
-
public removeSegmentChildren(segmentRef: string|number, rowRefs: (string|number)[]): boolean;
|
260
|
+
public removeSegmentChildren(segmentRef: string|number|null, rowRefs: (string|number)[]|null): boolean;
|
261
261
|
|
262
262
|
public removeAllSegmentChildren(): boolean;
|
263
263
|
|
264
264
|
public getSegmentIds(): (string)[]|null;
|
265
265
|
|
266
|
-
public getSegmentChildIds(segmentRef: string|number): (string)[]|null;
|
266
|
+
public getSegmentChildIds(segmentRef: string|number|null): (string)[]|null;
|
267
267
|
|
268
|
-
public sortSegments(compare: ((...params: any[]) => any)): void;
|
268
|
+
public sortSegments(compare: ((...params: any[]) => any)|null): void;
|
269
269
|
|
270
270
|
public getWrapSize(): number;
|
271
271
|
|
272
272
|
public getWrappedViews(): (WrappedView)[]|null;
|
273
273
|
|
274
|
-
public wrapView(wrapSize?: number): void;
|
274
|
+
public wrapView(wrapSize?: number|null): void;
|
275
275
|
|
276
276
|
public dump(opt_options?: any): (any)[];
|
277
277
|
|