chrv-components 1.10.53 → 1.10.55

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.
@@ -6,7 +6,7 @@ export declare class DialogService {
6
6
  constructor(dialog: MatDialog);
7
7
  openDelete: (callback?: Function, ...elements: Parameters<any>) => void;
8
8
  openDefault: (config?: IDefaultDialogConfig) => void;
9
- open: (component: any, options?: MatDialogConfig<any> | undefined) => import("@angular/material/dialog").MatDialogRef<unknown, any>;
9
+ open: (component: any, options?: MatDialogConfig<any> | undefined) => import("@angular/material/dialog.d-B5HZULyo").M<unknown, any>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.10.53",
3
+ "version": "1.10.55",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.3.0",
6
6
  "@angular/core": ">=17.3.0",
package/public-api.d.ts CHANGED
@@ -46,3 +46,4 @@ export * from './lib/models/colors';
46
46
  export * from 'ngx-pagination';
47
47
  export * from 'chrv-pipes';
48
48
  export * from '@angular/material/dialog';
49
+ export * from 'ngx-mask';
package/styles.scss CHANGED
@@ -1,7 +1,7 @@
1
1
  // Custom Theming for Angular Material
2
2
  // For more information: https://material.angular.io/guide/theming
3
3
  @use '@angular/material' as mat;
4
- @use 'chr-theme.scss' as theme;
4
+ //@use 'chr-theme.scss' as theme;
5
5
  @include mat.core();
6
6
  // Plus imports for other components in your app.
7
7
  //IMPORT MY THEME
@@ -22,7 +22,7 @@
22
22
  //@include mat.all-component-themes($StockManager-theme);
23
23
  //USE THE IMPORTED THEME INSTEAD
24
24
  //@include mat.all-component-themes($chr-theme);
25
- @include mat.all-component-themes(theme.$chr-theme);
25
+ //@include mat.all-component-themes(theme.$chr-theme);
26
26
 
27
27
  .dark-theme {
28
28
  // use our theme with angular-material-theme mixin
Binary file