@magic-xpa/angular-material-core 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,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-xpa/angular-material-core",
|
|
3
|
-
"version": "4.1200.0-dev4120.
|
|
3
|
+
"version": "4.1200.0-dev4120.115",
|
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/core": "^19.1.3",
|
|
7
7
|
"@angular/common": "^19.1.3",
|
|
8
8
|
"@angular/forms": "^19.1.3",
|
|
9
9
|
"@angular/material": "^19.1.1",
|
|
10
|
-
"@magic-xpa/angular": "4.1200.0-dev4120.
|
|
10
|
+
"@magic-xpa/angular": "4.1200.0-dev4120.115"
|
|
11
11
|
},
|
|
12
12
|
"module": "fesm2022/magic-xpa-angular-material-core.mjs",
|
|
13
13
|
"typings": "index.d.ts",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MatNativeDateModule } from '@angular/material/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./directives/magic/form-controls/mat-magic-checkbox.directive";
|
|
4
4
|
import * as i2 from "./directives/magic/form-controls/mat-magic-combobox.directive";
|
|
@@ -21,7 +21,7 @@ import * as i18 from "@magic-xpa/angular";
|
|
|
21
21
|
/**
|
|
22
22
|
* @ignore
|
|
23
23
|
*/
|
|
24
|
-
export declare const materialModules: (typeof
|
|
24
|
+
export declare const materialModules: (typeof MatNativeDateModule)[];
|
|
25
25
|
/**
|
|
26
26
|
* @ignore
|
|
27
27
|
*/
|
|
@@ -3,7 +3,7 @@ import { MgMatTableService } from "./mattable.magic.service";
|
|
|
3
3
|
/**
|
|
4
4
|
* @ignore
|
|
5
5
|
*/
|
|
6
|
-
export declare const matMagicProviders: (typeof import("@magic-xpa/angular").
|
|
6
|
+
export declare const matMagicProviders: (typeof import("@magic-xpa/angular").SubformMagicService | typeof import("@magic-xpa/angular").TitleMagicService | typeof import("@magic-xpa/angular").AccessorMagicService | typeof import("@magic-xpa/angular").TaskMagicService | typeof import("@magic-xpa/angular").MagicServices | ({
|
|
7
7
|
provide: typeof import("@angular/material/date-adapter.d-c6835d41").D;
|
|
8
8
|
useClass: typeof import("@magic-xpa/angular").MgDateAdapter;
|
|
9
9
|
useValue?: undefined;
|