@magic-xpa/angular 4.1200.0-dev4120.113 → 4.1200.0-dev4120.115
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.1200.0-dev4120.
|
3
|
+
"version": "4.1200.0-dev4120.115",
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
5
5
|
"dependencies": {
|
6
|
-
"@magic-xpa/engine": "4.1200.0-dev4120.
|
7
|
-
"@magic-xpa/angular-material-core": "4.1200.0-dev4120.
|
6
|
+
"@magic-xpa/engine": "4.1200.0-dev4120.115",
|
7
|
+
"@magic-xpa/angular-material-core": "4.1200.0-dev4120.115",
|
8
8
|
"ng-dynamic-component": "~10.7.0",
|
9
9
|
"rxjs": "7.8.1",
|
10
10
|
"@maskito/angular": "^1.4.0",
|
@@ -42,7 +42,7 @@ export declare const matDateProviders: ({
|
|
42
42
|
/**
|
43
43
|
* Magic service providers
|
44
44
|
*/
|
45
|
-
export declare const basicMagicProviders: (({
|
45
|
+
export declare const basicMagicProviders: (typeof SubformMagicService | typeof TitleMagicService | typeof AccessorMagicService | typeof TaskMagicService | typeof MagicServices | ({
|
46
46
|
provide: typeof DateAdapter;
|
47
47
|
useClass: typeof MgDateAdapter;
|
48
48
|
useValue?: undefined;
|
@@ -74,8 +74,8 @@ export declare const basicMagicProviders: (({
|
|
74
74
|
};
|
75
75
|
};
|
76
76
|
useClass?: undefined;
|
77
|
-
})[]
|
78
|
-
export declare const magicProviders: (({
|
77
|
+
})[])[];
|
78
|
+
export declare const magicProviders: (typeof SubformMagicService | typeof TitleMagicService | typeof AccessorMagicService | typeof TaskMagicService | typeof TableMagicService | typeof MagicServices | ({
|
79
79
|
provide: typeof DateAdapter;
|
80
80
|
useClass: typeof MgDateAdapter;
|
81
81
|
useValue?: undefined;
|
@@ -107,4 +107,4 @@ export declare const magicProviders: (({
|
|
107
107
|
};
|
108
108
|
};
|
109
109
|
useClass?: undefined;
|
110
|
-
})[]
|
110
|
+
})[])[];
|