@magic-xpa/angular 4.1000.0-dev4100.292 → 4.1000.0-dev4100.295

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,10 +1,10 @@
1
1
  {
2
2
  "name": "@magic-xpa/angular",
3
- "version": "4.1000.0-dev4100.292",
3
+ "version": "4.1000.0-dev4100.295",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "dependencies": {
6
- "@magic-xpa/engine": "4.1000.0-dev4100.292",
7
- "@magic-xpa/angular-material-core": "4.1000.0-dev4100.292",
6
+ "@magic-xpa/engine": "4.1000.0-dev4100.295",
7
+ "@magic-xpa/angular-material-core": "4.1000.0-dev4100.295",
8
8
  "ng-dynamic-component": "^10.1.0",
9
9
  "rxjs": "^6.5.2",
10
10
  "tslib": "^2.3.0"
@@ -24,6 +24,7 @@ export declare class TaskMagicService {
24
24
  OnSelectedRowChanged: EventEmitter<string>;
25
25
  customPropertiesSubject: Subject<any>;
26
26
  recordsCountChangeSubject: Subject<any>;
27
+ mgLoadSubject: Subject<any>;
27
28
  template: {
28
29
  [id: string]: string;
29
30
  };
@@ -25,6 +25,7 @@ export declare class TaskBaseMagicComponent implements OnInit, OnDestroy, AfterV
25
25
  setInputDateFormat(): void;
26
26
  PropertyChanged(propertyName: string, rowId: number, value: any): void;
27
27
  RecordsCountChanged(recordsCount: number): void;
28
+ mgOnLoad(): void;
28
29
  ngAfterViewInit(): void;
29
30
  ngAfterContentChecked(): void;
30
31
  ngOnDestroy(): void;