@magic-xpa/angular-material-core 4.1300.0-dev4130.183 → 4.1300.0-dev4130.184

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.183",
3
+ "version": "4.1300.0-dev4130.184",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "peerDependencies": {
6
6
  "@angular/core": "^21.1.4",
7
7
  "@angular/common": "^21.1.4",
8
8
  "@angular/forms": "^21.1.4",
9
9
  "@angular/material": "^21.1.4",
10
- "@magic-xpa/angular": "4.1300.0-dev4130.183"
10
+ "@magic-xpa/angular": "4.1300.0-dev4130.184"
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 i9 from '@angular/material/table';
2
- import { MatTableModule, MatTableDataSource } from '@angular/material/table';
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, MatAutocompleteTrigger, MatAutocomplete } from '@angular/material/autocomplete';
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';
@@ -18,13 +18,14 @@ import { MatFormFieldControl } from '@angular/material/form-field';
18
18
  import { FocusMonitor } from '@angular/cdk/a11y';
19
19
  import { Subject } from 'rxjs';
20
20
  import * as i7 from '@angular/common';
21
+ import * as i9 from '@angular/material/table';
22
+ import { MatTableDataSource } from '@angular/material/table';
21
23
  import * as i11 from '@angular/material/input';
22
24
  import * as i12 from '@angular/material/button';
23
25
  import * as i13 from '@angular/material/list';
24
26
  import * as i15 from '@angular/material/tabs';
25
27
  import * as i16 from '@angular/material/select';
26
28
  import * as i17 from '@angular/material/datepicker';
27
- import * as _angular_material_core from '@angular/material/core';
28
29
  import { SelectionModel } from '@angular/cdk/collections';
29
30
 
30
31
  /**
@@ -214,7 +215,7 @@ declare class EditableComboComponent implements ControlValueAccessor, MatFormFie
214
215
  /**
215
216
  * @ignore
216
217
  */
217
- declare const materialModules: (typeof MatTableModule | typeof MatAutocompleteTrigger | typeof MatAutocomplete)[];
218
+ declare const materialModules: (typeof MatNativeDateModule | typeof MatAutocomplete | typeof MatAutocompleteTrigger)[];
218
219
  /**
219
220
  * @ignore
220
221
  */
@@ -351,7 +352,7 @@ declare class MgMatTableService extends TableMagicService {
351
352
  /**
352
353
  * @ignore
353
354
  */
354
- 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 | ({
355
+ 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 | ({
355
356
  provide: typeof _angular_material_core.DateAdapter;
356
357
  useClass: typeof _magic_xpa_angular.MgDateAdapter;
357
358
  useValue?: undefined;