@smartbit4all/ng-client 5.0.14 → 5.0.15

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.
@@ -1,8 +1,9 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
1
2
  import { Table } from '../table';
2
3
  import { ComponentFactoryService } from '../../../component-factory-service/projects';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class MaterialTableComponent extends Table {
5
- constructor(cfService: ComponentFactoryService);
6
+ constructor(cfService: ComponentFactoryService, changeDetector: ChangeDetectorRef);
6
7
  trackByFn(index: number, item: any): any;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialTableComponent, never>;
8
9
  static ɵcmp: i0.ɵɵComponentDeclaration<MaterialTableComponent, "lib-material-table", never, {}, {}, never, never, false, never>;
@@ -1,8 +1,9 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
1
2
  import { Table } from '../table';
2
3
  import { ComponentFactoryService } from '../../../component-factory-service/projects';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class MobileTableComponent extends Table {
5
- constructor(cfService: ComponentFactoryService);
6
+ constructor(cfService: ComponentFactoryService, changeDetector: ChangeDetectorRef);
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MobileTableComponent, never>;
7
8
  static ɵcmp: i0.ɵɵComponentDeclaration<MobileTableComponent, "lib-mobile-table", never, {}, {}, never, never, false, never>;
8
9
  }
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ComponentRef, OnDestroy, OnInit, QueryList, ViewContainerRef } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ComponentRef, OnDestroy, OnInit, QueryList, ViewContainerRef } from '@angular/core';
2
2
  import { ThemePalette } from '@angular/material/core';
3
3
  import { MatMenuTrigger } from '@angular/material/menu';
4
4
  import { MatTable } from '@angular/material/table';
@@ -10,6 +10,7 @@ import { SmartTable, SmartTableButton, SmartTableButtonType, SmartTableHeader, S
10
10
  import * as i0 from "@angular/core";
11
11
  export declare class Table implements OnInit, OnDestroy, AfterViewInit {
12
12
  protected cfService: ComponentFactoryService;
13
+ protected changeDetector: ChangeDetectorRef;
13
14
  _destroy$: Subject<void>;
14
15
  triggers: QueryList<MatMenuTrigger>;
15
16
  vcRef?: ViewContainerRef[];
@@ -24,7 +25,7 @@ export declare class Table implements OnInit, OnDestroy, AfterViewInit {
24
25
  expandedElement: any | null;
25
26
  element?: any;
26
27
  onSelectionChanged: Subject<void>;
27
- constructor(cfService: ComponentFactoryService);
28
+ constructor(cfService: ComponentFactoryService, changeDetector: ChangeDetectorRef);
28
29
  asyncTranslationResult: (translator: any, param: string) => any;
29
30
  readonly ACTION_SEPERATOR = "_actionSeparator_";
30
31
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "5.0.14",
3
+ "version": "5.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.3",
6
6
  "@angular/cdk": "^19.2.3",
Binary file