@magic-xpa/angular-material-core 4.1101.0-dev4111.341 → 4.1101.1

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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, Input, HostListener, Injectable, Component, ViewChild, NgModule } from '@angular/core';
2
+ import { Directive, HostListener, Input, Injectable, Component, ViewChild, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
4
  import { FormsModule } from '@angular/forms';
5
5
  import * as i1 from '@magic-xpa/angular';
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@magic-xpa/angular-material-core",
3
- "version": "4.1101.0-dev4111.341",
3
+ "version": "4.1101.1",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "peerDependencies": {
6
6
  "@angular/core": "^17.3.6",
7
7
  "@angular/common": "^17.3.6",
8
8
  "@angular/forms": "^17.3.6",
9
9
  "@angular/material": "^17.3.6",
10
- "@magic-xpa/angular": "4.1101.0-dev4111.341"
10
+ "@magic-xpa/angular": "4.1101.1"
11
11
  },
12
12
  "module": "fesm2022/magic-xpa-angular-material-core.mjs",
13
13
  "typings": "index.d.ts",
@@ -1,4 +1,4 @@
1
- import { MatNativeDateModule } from '@angular/material/core';
1
+ import { MatButtonModule } from '@angular/material/button';
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";
@@ -18,7 +18,7 @@ import * as i15 from "@angular/material/select";
18
18
  import * as i16 from "@angular/material/datepicker";
19
19
  import * as i17 from "@angular/material/core";
20
20
  import * as i18 from "@magic-xpa/angular";
21
- export declare const materialModules: (typeof MatNativeDateModule)[];
21
+ export declare const materialModules: (typeof MatButtonModule)[];
22
22
  export declare class MagicAngularMaterialModule {
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<MagicAngularMaterialModule, never>;
24
24
  static ɵmod: i0.ɵɵNgModuleDeclaration<MagicAngularMaterialModule, [typeof i1.MatCheckboxDirective, typeof i2.MatComboboxDirective, typeof i3.MatListboxDirective, typeof i4.MatMagicAutocompleteDirective, typeof i5.BaseMatTableMagicComponent], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i8.MatTableModule, typeof i9.MatPaginatorModule, typeof i10.MatInputModule, typeof i11.MatButtonModule, typeof i12.MatListModule, typeof i13.MatCheckboxModule, typeof i14.MatTabsModule, typeof i15.MatSelectModule, typeof i16.MatDatepickerModule, typeof i17.MatNativeDateModule, typeof i18.MagicModule], [typeof i1.MatCheckboxDirective, typeof i2.MatComboboxDirective, typeof i3.MatListboxDirective, typeof i4.MatMagicAutocompleteDirective, typeof i5.BaseMatTableMagicComponent]>;