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.
- package/chrv-components-1.10.55.tgz +0 -0
- package/fesm2022/chrv-components.mjs +61 -61
- package/fesm2022/chrv-components.mjs.map +1 -1
- package/lib/services/dialog.service.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/styles.scss +2 -2
- package/chrv-components-1.10.53.tgz +0 -0
|
@@ -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").
|
|
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
package/public-api.d.ts
CHANGED
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
|
-
|
|
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
|
-
|
|
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
|