@magic-xpa/angular-material-core 4.1200.0 → 4.1201.0-dev4121.249
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.
|
|
3
|
+
"version": "4.1201.0-dev4121.249",
|
|
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.
|
|
10
|
+
"@magic-xpa/angular": "4.1201.0-dev4121.249"
|
|
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 { MatAutocomplete, MatAutocompleteTrigger } from "@angular/material/autocomplete";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./directives/magic/form-controls/mat-magic-checkbox.directive";
|
|
@@ -24,7 +24,7 @@ import * as i20 from "@magic-xpa/angular";
|
|
|
24
24
|
/**
|
|
25
25
|
* @ignore
|
|
26
26
|
*/
|
|
27
|
-
export declare const materialModules: (typeof
|
|
27
|
+
export declare const materialModules: (typeof MatNativeDateModule | typeof MatAutocomplete | typeof MatAutocompleteTrigger)[];
|
|
28
28
|
/**
|
|
29
29
|
* @ignore
|
|
30
30
|
*/
|