@magic-xpa/angular-material-core 4.1300.0-dev4130.29 → 4.1300.0-dev4130.30
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,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-xpa/angular-material-core",
|
|
3
|
-
"version": "4.1300.0-dev4130.
|
|
3
|
+
"version": "4.1300.0-dev4130.30",
|
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/core": "^21.1.3",
|
|
7
7
|
"@angular/common": "^21.1.3",
|
|
8
8
|
"@angular/forms": "^21.1.3",
|
|
9
9
|
"@angular/material": "^21.1.3",
|
|
10
|
-
"@magic-xpa/angular": "4.1300.0-dev4130.
|
|
10
|
+
"@magic-xpa/angular": "4.1300.0-dev4130.30"
|
|
11
11
|
},
|
|
12
12
|
"module": "fesm2022/magic-xpa-angular-material-core.mjs",
|
|
13
13
|
"typings": "types/magic-xpa-angular-material-core.d.ts",
|
|
@@ -324,7 +324,7 @@ declare class MgMatTableService extends TableMagicService {
|
|
|
324
324
|
/**
|
|
325
325
|
* @ignore
|
|
326
326
|
*/
|
|
327
|
-
declare const matMagicProviders: (typeof _magic_xpa_angular.
|
|
327
|
+
declare const matMagicProviders: (typeof _magic_xpa_angular.TaskMagicService | typeof _magic_xpa_angular.AccessorMagicService | typeof _magic_xpa_angular.SubformMagicService | typeof _magic_xpa_angular.TitleMagicService | typeof _magic_xpa_angular.MagicServices | ({
|
|
328
328
|
provide: typeof _angular_material_core.DateAdapter;
|
|
329
329
|
useClass: typeof _magic_xpa_angular.MgDateAdapter;
|
|
330
330
|
useValue?: undefined;
|