ms-data-grid 0.0.151 → 0.0.153
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/esm2022/lib/data-grid/data-grid.component.mjs +121 -13
- package/esm2022/lib/services/cell-selection.service.mjs +23 -1
- package/esm2022/lib/services/copy-service.service.mjs +1 -1
- package/fesm2022/ms-data-grid.mjs +142 -12
- package/fesm2022/ms-data-grid.mjs.map +1 -1
- package/lib/data-grid/data-grid.component.d.ts +10 -1
- package/lib/services/cell-selection.service.d.ts +4 -0
- package/package.json +1 -1
|
@@ -472,6 +472,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
472
472
|
allowOnlyNumbers(event: KeyboardEvent): void;
|
|
473
473
|
checkRowEditAndEmitValue(row: any, column: any, value?: any): void;
|
|
474
474
|
isEditing(row: any, col: any): boolean;
|
|
475
|
+
focusAfterValueSelect(rowIndex: any, colIndex: any, subcolIndex: any): void;
|
|
475
476
|
setNestedValue(obj: any, column: any, option: any, calledFromInput?: boolean): void;
|
|
476
477
|
rollBackCellValue(row: any, column: any): void;
|
|
477
478
|
arrayTempMap: Map<string, any[]>;
|
|
@@ -550,6 +551,12 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
550
551
|
getSelectedDataForCopy(): any[][];
|
|
551
552
|
pageSizeKeyMap: Record<string, number>;
|
|
552
553
|
private buildPageSizeKeyMap;
|
|
554
|
+
viewport: any;
|
|
555
|
+
scrollViewport(amount: number): void;
|
|
556
|
+
scrollViewportToTop(): void;
|
|
557
|
+
scrollViewportToBottom(): void;
|
|
558
|
+
scrollToCell(rowIndex: number, colIndex: number, subColIndex?: number): void;
|
|
559
|
+
getLeftOffsetForColumn(colIndex: number, subColIndex?: number): number;
|
|
553
560
|
onKeyDown(event: KeyboardEvent): void;
|
|
554
561
|
goToNextPage(): void;
|
|
555
562
|
goToPreviousPage(): void;
|
|
@@ -612,7 +619,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
612
619
|
private flattenGroup;
|
|
613
620
|
selectGroupRow(e: Event, row: any): void;
|
|
614
621
|
getGroupCheckedState(row: any): boolean | undefined;
|
|
615
|
-
getCellTitle(row: any, col: any): string;
|
|
622
|
+
getCellTitle(row: any, col: any): string | boolean;
|
|
616
623
|
finishEdit(event: any): void;
|
|
617
624
|
getDynamicRight(col: any, section: string, colIndex: number, subColIndex: number): number | null;
|
|
618
625
|
blurInput(event: Event, row: any, col: any): void;
|
|
@@ -629,6 +636,8 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
629
636
|
removeFilterFromColumn(col: any): void;
|
|
630
637
|
getFormatedDate(val: any): string;
|
|
631
638
|
closeAllExpandedRows(): void;
|
|
639
|
+
onDropdownKeyDown(event: KeyboardEvent, row: any, col: any): void;
|
|
640
|
+
getDropdownCellText(row: any, col: any): string | null;
|
|
632
641
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataGridComponent, never>;
|
|
633
642
|
static ɵcmp: i0.ɵɵComponentDeclaration<DataGridComponent, "data-grid", never, { "rowAnimation": { "alias": "rowAnimation"; "required": false; }; "paginationConfig": { "alias": "paginationConfig"; "required": false; }; "dataSet": { "alias": "dataSet"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "headerRowHeight": { "alias": "headerRowHeight"; "required": false; }; "showVerticalBorder": { "alias": "showVerticalBorder"; "required": false; }; "evenRowsBackgroundColor": { "alias": "evenRowsBackgroundColor"; "required": false; }; "oddRowsBackgroundColor": { "alias": "oddRowsBackgroundColor"; "required": false; }; "headerBackgroundColor": { "alias": "headerBackgroundColor"; "required": false; }; "checkboxesBackgroundColor": { "alias": "checkboxesBackgroundColor"; "required": false; }; "showColumnsGrouping": { "alias": "showColumnsGrouping"; "required": false; }; "rowHoverColor": { "alias": "rowHoverColor"; "required": false; }; "leftPinnedBackgroundColor": { "alias": "leftPinnedBackgroundColor"; "required": false; }; "bodyBackgroundColor": { "alias": "bodyBackgroundColor"; "required": false; }; "rightPinnedBackgroundColor": { "alias": "rightPinnedBackgroundColor"; "required": false; }; "sidemenuBackgroundColor": { "alias": "sidemenuBackgroundColor"; "required": false; }; "bodyTextColor": { "alias": "bodyTextColor"; "required": false; }; "headerTextColor": { "alias": "headerTextColor"; "required": false; }; "checkboxesColor": { "alias": "checkboxesColor"; "required": false; }; "headerTextFontsSize": { "alias": "headerTextFontsSize"; "required": false; }; "bodyTextFontsSize": { "alias": "bodyTextFontsSize"; "required": false; }; "headerFontWeight": { "alias": "headerFontWeight"; "required": false; }; "bodyFontWeight": { "alias": "bodyFontWeight"; "required": false; }; "checkedRowBackgroundColor": { "alias": "checkedRowBackgroundColor"; "required": false; }; "dropdownsBackgroundColor": { "alias": "dropdownsBackgroundColor"; "required": false; }; "footerRowBackgroundColor": { "alias": "footerRowBackgroundColor"; "required": false; }; "footerRowHeight": { "alias": "footerRowHeight"; "required": false; }; "topGroupedBadgesBackgroundColor": { "alias": "topGroupedBadgesBackgroundColor"; "required": false; }; "showRowsGrouping": { "alias": "showRowsGrouping"; "required": false; }; "showFilterRow": { "alias": "showFilterRow"; "required": false; }; "fontFaimly": { "alias": "fontFaimly"; "required": false; }; "showSideMenu": { "alias": "showSideMenu"; "required": false; }; "footerPadding": { "alias": "footerPadding"; "required": false; }; "topFilterRowHeight": { "alias": "topFilterRowHeight"; "required": false; }; "rowShadingEnabled": { "alias": "rowShadingEnabled"; "required": false; }; "showSerialNumber": { "alias": "showSerialNumber"; "required": false; }; "singleSpaAssetsPath": { "alias": "singleSpaAssetsPath"; "required": false; }; "filtersConfig": { "alias": "filtersConfig"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "verticalScrollbarWidth": { "alias": "verticalScrollbarWidth"; "required": false; }; "horizintalScrollbarWidth": { "alias": "horizintalScrollbarWidth"; "required": false; }; "showCellDetailsBox": { "alias": "showCellDetailsBox"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "tableSearch": { "alias": "tableSearch"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "config": { "alias": "config"; "required": false; }; "selectedTab": { "alias": "selectedTab"; "required": false; }; "showTaskbar": { "alias": "showTaskbar"; "required": false; }; "tableName": { "alias": "tableName"; "required": false; }; "listingType": { "alias": "listingType"; "required": false; }; "checkboxState": { "alias": "checkboxState"; "required": false; }; "taskbarActions": { "alias": "taskbarActions"; "required": false; }; "sortingConfig": { "alias": "sortingConfig"; "required": false; }; "tableFilterViewId": { "alias": "tableFilterViewId"; "required": false; }; "selectedTableLayout": { "alias": "selectedTableLayout"; "required": false; }; "closeDropdown": { "alias": "closeDropdown"; "required": false; }; "globalSearchText": { "alias": "globalSearchText"; "required": false; }; "nestedTablerowFontsize": { "alias": "nestedTablerowFontsize"; "required": false; }; "nestedTableHeaderRowHeight": { "alias": "nestedTableHeaderRowHeight"; "required": false; }; "nestedTablerowHeight": { "alias": "nestedTablerowHeight"; "required": false; }; "packageData": { "alias": "packageData"; "required": false; }; "showUnLink": { "alias": "showUnLink"; "required": false; }; "gridType": { "alias": "gridType"; "required": false; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; }; "currencyFormat": { "alias": "currencyFormat"; "required": false; }; "leftPinnedBoxshadow": { "alias": "leftPinnedBoxshadow"; "required": false; }; "rightPinnedBoxshadow": { "alias": "rightPinnedBoxshadow"; "required": false; }; "selectedRowsBackgroundColor": { "alias": "selectedRowsBackgroundColor"; "required": false; }; "nestedTableHeaderBackgroundColor": { "alias": "nestedTableHeaderBackgroundColor"; "required": false; }; "nestedTableRowBackgroundColor": { "alias": "nestedTableRowBackgroundColor"; "required": false; }; "tableView": { "alias": "tableView"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "keepMultipleExpandedDetails": { "alias": "keepMultipleExpandedDetails"; "required": false; }; "showTotalAmountRow": { "alias": "showTotalAmountRow"; "required": false; }; "enableGlobalSearch": { "alias": "enableGlobalSearch"; "required": false; }; "tableType": { "alias": "tableType"; "required": false; }; "enableExport": { "alias": "enableExport"; "required": false; }; "showFullScreenButton": { "alias": "showFullScreenButton"; "required": false; }; "enableCut": { "alias": "enableCut"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "showCheckboxes": { "alias": "showCheckboxes"; "required": false; }; "showTableLayout": { "alias": "showTableLayout"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "resetAllFilters": { "alias": "resetAllFilters"; "required": false; }; "defaultConfig": { "alias": "defaultConfig"; "required": false; }; "columnThreedotsMunuConfig": { "alias": "columnThreedotsMunuConfig"; "required": false; }; "validateIcon": { "alias": "validateIcon"; "required": false; }; }, { "changeLayout": "changeLayout"; "customCellEvent": "customCellEvent"; "filterOptions": "filterOptions"; "genericEvent": "genericEvent"; "tablePresetConfig": "tablePresetConfig"; "sortingOrderOptions": "sortingOrderOptions"; "createUpdateConfigListing": "createUpdateConfigListing"; }, never, never, false, never>;
|
|
634
643
|
}
|
|
@@ -61,6 +61,10 @@ export declare class CellSelectionService {
|
|
|
61
61
|
private scrollCellIntoViewImmediate;
|
|
62
62
|
private isLastRow;
|
|
63
63
|
get selectedColumnIndices(): number[];
|
|
64
|
+
dataSet: any[];
|
|
65
|
+
moveActiveCellByRows(steps: number, direction: 'up' | 'down', shiftKey: boolean): void;
|
|
66
|
+
moveActiveCellToStart(shiftKey: boolean): void;
|
|
67
|
+
moveActiveCellToEnd(shiftKey: boolean): void;
|
|
64
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<CellSelectionService, never>;
|
|
65
69
|
static ɵprov: i0.ɵɵInjectableDeclaration<CellSelectionService>;
|
|
66
70
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ms-data-grid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.153",
|
|
4
4
|
"description": "A powerful, customizable Angular data grid component with advanced features like sorting, filtering, pagination, column pinning, and taskbar actions. Perfect for enterprise applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|