@magic-xpa/angular-material-core 4.1300.0-dev4130.281 → 4.1300.0-dev4130.282
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.282",
|
|
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.282"
|
|
11
11
|
},
|
|
12
12
|
"module": "fesm2022/magic-xpa-angular-material-core.mjs",
|
|
13
13
|
"typings": "types/magic-xpa-angular-material-core.d.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import {
|
|
1
|
+
import * as _angular_material_core from '@angular/material/core';
|
|
2
|
+
import { MatNativeDateModule } from '@angular/material/core';
|
|
3
3
|
import * as i19 from '@angular/material/autocomplete';
|
|
4
|
-
import { MatAutocompleteSelectedEvent,
|
|
4
|
+
import { MatAutocompleteSelectedEvent, MatAutocomplete, MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { ElementRef, ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core';
|
|
7
7
|
import * as _magic_xpa_angular from '@magic-xpa/angular';
|
|
@@ -15,6 +15,8 @@ import { ControlValueAccessor, FormGroup, NgControl } from '@angular/forms';
|
|
|
15
15
|
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
16
16
|
import { Subject } from 'rxjs';
|
|
17
17
|
import * as i7 from '@angular/common';
|
|
18
|
+
import * as i9 from '@angular/material/table';
|
|
19
|
+
import { MatTableDataSource } from '@angular/material/table';
|
|
18
20
|
import * as i11 from '@angular/material/input';
|
|
19
21
|
import * as i12 from '@angular/material/button';
|
|
20
22
|
import * as i13 from '@angular/material/list';
|
|
@@ -22,7 +24,6 @@ import * as i14 from '@angular/material/checkbox';
|
|
|
22
24
|
import * as i15 from '@angular/material/tabs';
|
|
23
25
|
import * as i16 from '@angular/material/select';
|
|
24
26
|
import * as i17 from '@angular/material/datepicker';
|
|
25
|
-
import * as _angular_material_core from '@angular/material/core';
|
|
26
27
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
27
28
|
|
|
28
29
|
/**
|
|
@@ -212,7 +213,7 @@ declare class EditableComboComponent implements ControlValueAccessor, MatFormFie
|
|
|
212
213
|
/**
|
|
213
214
|
* @ignore
|
|
214
215
|
*/
|
|
215
|
-
declare const materialModules: (typeof
|
|
216
|
+
declare const materialModules: (typeof MatNativeDateModule | typeof MatAutocomplete | typeof MatAutocompleteTrigger)[];
|
|
216
217
|
/**
|
|
217
218
|
* @ignore
|
|
218
219
|
*/
|
|
@@ -349,7 +350,7 @@ declare class MgMatTableService extends TableMagicService {
|
|
|
349
350
|
/**
|
|
350
351
|
* @ignore
|
|
351
352
|
*/
|
|
352
|
-
declare const matMagicProviders: (typeof _magic_xpa_angular.
|
|
353
|
+
declare const matMagicProviders: (typeof _magic_xpa_angular.SubformMagicService | typeof _magic_xpa_angular.TitleMagicService | typeof _magic_xpa_angular.AccessorMagicService | typeof _magic_xpa_angular.TaskMagicService | typeof _magic_xpa_angular.MagicServices | ({
|
|
353
354
|
provide: typeof _angular_material_core.DateAdapter;
|
|
354
355
|
useClass: typeof _magic_xpa_angular.MgDateAdapter;
|
|
355
356
|
useValue?: undefined;
|