@magic-xpa/angular 4.1101.0-dev4111.286 → 4.1101.0-dev4111.287
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.1101.0-dev4111.
|
3
|
+
"version": "4.1101.0-dev4111.287",
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
5
5
|
"dependencies": {
|
6
|
-
"@magic-xpa/engine": "4.1101.0-dev4111.
|
7
|
-
"@magic-xpa/angular-material-core": "4.1101.0-dev4111.
|
6
|
+
"@magic-xpa/engine": "4.1101.0-dev4111.287",
|
7
|
+
"@magic-xpa/angular-material-core": "4.1101.0-dev4111.287",
|
8
8
|
"ng-dynamic-component": "~10.7.0",
|
9
9
|
"rxjs": "7.8.1",
|
10
10
|
"@maskito/angular": "^1.4.0",
|
@@ -39,7 +39,7 @@ export declare const matDateProviders: ({
|
|
39
39
|
};
|
40
40
|
useClass?: undefined;
|
41
41
|
})[];
|
42
|
-
export declare const basicMagicProviders: (typeof
|
42
|
+
export declare const basicMagicProviders: (typeof SubformMagicService | typeof TitleMagicService | typeof AccessorMagicService | typeof TaskMagicService | typeof MagicServices | ({
|
43
43
|
provide: typeof DateAdapter;
|
44
44
|
useClass: typeof MgDateAdapter;
|
45
45
|
useValue?: undefined;
|
@@ -72,7 +72,7 @@ export declare const basicMagicProviders: (typeof TaskMagicService | typeof Subf
|
|
72
72
|
};
|
73
73
|
useClass?: undefined;
|
74
74
|
})[])[];
|
75
|
-
export declare const magicProviders: (typeof
|
75
|
+
export declare const magicProviders: (typeof SubformMagicService | typeof TitleMagicService | typeof AccessorMagicService | typeof TaskMagicService | typeof TableMagicService | typeof MagicServices | ({
|
76
76
|
provide: typeof DateAdapter;
|
77
77
|
useClass: typeof MgDateAdapter;
|
78
78
|
useValue?: undefined;
|