@dmlibs/dm-cmps 0.1.26 → 0.1.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dmlibs/dm-cmps",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -1676,4 +1676,4 @@ declare class DmRunOncePipe implements PipeTransform {
1676
1676
  }
1677
1677
 
1678
1678
  export { DmCmpsDataSource, DmColorPicker, DmDatePipe, DmDateService, DmFilterByPipe, DmIcon, DmMatSelect, DmRunOncePipe, DmRunOncePipeSevice, DmSpinner, DmSpinnerService, DmTable };
1679
- export type { DmCmpsDataSourceSort, DmSelectOnSelectionChange, DmTableActionButton, DmTableClasses, DmTableColumn, DmTableColumnHeaderMenuItem, DmTablePaginatorSettings, DmTableRowActionButton, DmTableRowDoubleClickEvent, DmTableStyle };
1679
+ export type { DmCmpsDataSourceSort, DmSelectOnSelectionChange, DmTableActionButton, DmTableClasses, DmTableColumn, DmTableColumnHeaderMenuItem, DmTablePaginatorSettings, DmTablePrintData, DmTableRowActionButton, DmTableRowDoubleClickEvent, DmTableStyle };