@magic-xpa/angular 4.1300.0-dev4130.30 → 4.1300.0-dev4130.34

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.1300.0-dev4130.30",
3
+ "version": "4.1300.0-dev4130.34",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "dependencies": {
6
- "@magic-xpa/engine": "4.1300.0-dev4130.30",
7
- "@magic-xpa/angular-material-core": "4.1300.0-dev4130.30",
6
+ "@magic-xpa/engine": "4.1300.0-dev4130.34",
7
+ "@magic-xpa/angular-material-core": "4.1300.0-dev4130.34",
8
8
  "ng-dynamic-component": "~10.7.0",
9
9
  "rxjs": "7.8.1",
10
10
  "@maskito/angular": "^1.4.0",
@@ -2369,7 +2369,7 @@ declare const matDateProviders: ({
2369
2369
  /**
2370
2370
  * Magic service providers
2371
2371
  */
2372
- declare const basicMagicProviders: (typeof TaskMagicService | typeof AccessorMagicService | typeof SubformMagicService | typeof TitleMagicService | typeof MagicServices | ({
2372
+ declare const basicMagicProviders: (typeof SubformMagicService | typeof TitleMagicService | typeof AccessorMagicService | typeof TaskMagicService | typeof MagicServices | ({
2373
2373
  provide: typeof DateAdapter;
2374
2374
  useClass: typeof MgDateAdapter;
2375
2375
  useValue?: undefined;
@@ -2402,7 +2402,7 @@ declare const basicMagicProviders: (typeof TaskMagicService | typeof AccessorMag
2402
2402
  };
2403
2403
  useClass?: undefined;
2404
2404
  })[])[];
2405
- declare const magicProviders: (typeof TaskMagicService | typeof AccessorMagicService | typeof SubformMagicService | typeof TableMagicService | typeof TitleMagicService | typeof MagicServices | ({
2405
+ declare const magicProviders: (typeof SubformMagicService | typeof TitleMagicService | typeof AccessorMagicService | typeof TaskMagicService | typeof TableMagicService | typeof MagicServices | ({
2406
2406
  provide: typeof DateAdapter;
2407
2407
  useClass: typeof MgDateAdapter;
2408
2408
  useValue?: undefined;