material-dynamic-table
Advanced tools
Comparing version 18.6.0 to 18.7.0
@@ -9,2 +9,6 @@ export declare class ColumnConfig { | ||
hint?: string; | ||
resizable?: boolean | { | ||
minWidth?: number; | ||
maxWidth?: number; | ||
}; | ||
} |
@@ -19,2 +19,3 @@ import { CellService } from './table-cell/cell-types/cell.service'; | ||
import * as i14 from "@angular/material/tooltip"; | ||
import * as i15 from "./column-resize/column-resize-module"; | ||
export { CellService, CellDirective, ColumnFilterService }; | ||
@@ -29,4 +30,4 @@ export { CellComponent } from './table-cell/cell-types/cell.component'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicTableModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicTableModule, [typeof i1.DynamicTableComponent, typeof i2.TableCellComponent, typeof i3.CellDirective, typeof i4.TextCellComponent, typeof i5.DateCellComponent, typeof i6.MdtMultiSort, typeof i7.MdtMultiSortHeader], [typeof i8.CommonModule, typeof i9.MatTableModule, typeof i10.MatSortModule, typeof i11.MatPaginatorModule, typeof i12.MatIconModule, typeof i13.MatDialogModule, typeof i14.MatTooltipModule], [typeof i1.DynamicTableComponent, typeof i6.MdtMultiSort]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicTableModule, [typeof i1.DynamicTableComponent, typeof i2.TableCellComponent, typeof i3.CellDirective, typeof i4.TextCellComponent, typeof i5.DateCellComponent, typeof i6.MdtMultiSort, typeof i7.MdtMultiSortHeader], [typeof i8.CommonModule, typeof i9.MatTableModule, typeof i10.MatSortModule, typeof i11.MatPaginatorModule, typeof i12.MatIconModule, typeof i13.MatDialogModule, typeof i14.MatTooltipModule, typeof i15.MatColumnResizeModule], [typeof i1.DynamicTableComponent, typeof i6.MdtMultiSort, typeof i15.MatColumnResizeModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DynamicTableModule>; | ||
} |
{ | ||
"name": "material-dynamic-table", | ||
"version": "18.6.0", | ||
"version": "18.7.0", | ||
"license": "MIT", | ||
@@ -25,3 +25,4 @@ "author": "Marcin Suty", | ||
"@angular/core": ">=18.0.0-0", | ||
"@angular/material": ">=18.0.0-0" | ||
"@angular/material": ">=18.0.0-0", | ||
"rxjs": ">=6.6.7" | ||
}, | ||
@@ -28,0 +29,0 @@ "module": "fesm2022/material-dynamic-table.mjs", |
@@ -5,2 +5,6 @@ export * from './lib/dynamic-table.component'; | ||
export * from './lib/multi-sort/table-filter'; | ||
export * from './lib/column-resize/resizable-directives/resizable'; | ||
export * from './lib/column-resize/column-resize-directives/column-resize'; | ||
export * from './lib/column-resize/column-resize-module'; | ||
export * from './lib/column-resize/overlay-handle'; | ||
export * from './lib/dynamic-table.module'; |
@@ -85,3 +85,4 @@ [![npm version](https://badge.fury.io/js/material-dynamic-table.svg)](//npmjs.com/package/material-dynamic-table) | ||
displayName: 'Description', | ||
type: 'string' | ||
type: 'string', | ||
resizable: { minWidth: 130, maxWidth: 200 } | ||
}, | ||
@@ -187,2 +188,3 @@ { | ||
| hint | Optional field that specifies column hint to be displayed for column header | | ||
| resizable | Optional field that enables column to be resizable and allows setting min and max width | | ||
@@ -289,1 +291,4 @@ #### Cell types | ||
Implement interface 'FilterDescription' for your filter model to have the description displayed. | ||
#### Resizable column | ||
To enable resizable columns add the css file from node_modules\material-dynamic-table\css\column-resize.css in addition to setting specific columns |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
604694
69
4756
292
5
1