@magic-xpa/angular-material-core 4.1300.0-dev4130.274 → 4.1300.0-dev4130.276
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.276",
|
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/core": "^22.1.1",
|
|
7
7
|
"@angular/common": "^22.1.1",
|
|
8
8
|
"@angular/forms": "^22.1.1",
|
|
9
9
|
"@angular/material": "^22.1.1",
|
|
10
|
-
"@magic-xpa/angular": "4.1300.0-dev4130.
|
|
10
|
+
"@magic-xpa/angular": "4.1300.0-dev4130.276"
|
|
11
11
|
},
|
|
12
12
|
"module": "fesm2022/magic-xpa-angular-material-core.mjs",
|
|
13
13
|
"typings": "types/magic-xpa-angular-material-core.d.ts",
|
|
@@ -344,7 +344,7 @@ declare class MgMatTableService extends TableMagicService {
|
|
|
344
344
|
*/
|
|
345
345
|
getTableTopIndex(): number;
|
|
346
346
|
static ɵfac: i0.ɵɵFactoryDeclaration<MgMatTableService, never>;
|
|
347
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
347
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
/**
|