fabrikantencore 2.6.2 → 2.6.3
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/esm2020/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.mjs +15 -3
- package/fesm2015/fabrikantencore.mjs +15 -3
- package/fesm2015/fabrikantencore.mjs.map +1 -1
- package/fesm2020/fabrikantencore.mjs +14 -3
- package/fesm2020/fabrikantencore.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.d.ts +2 -0
package/package.json
CHANGED
|
@@ -18,6 +18,8 @@ export declare class FabFilterColourDialogComponent {
|
|
|
18
18
|
ShowCustomTopColours(): boolean;
|
|
19
19
|
Select(colour: string, colourvalue: string): void;
|
|
20
20
|
Show(name: string): boolean;
|
|
21
|
+
ShowCustomTopBlackColour(): boolean;
|
|
22
|
+
ShowCustomTopGrayColour(): boolean;
|
|
21
23
|
private AddColours;
|
|
22
24
|
private AddColour;
|
|
23
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<FabFilterColourDialogComponent, never>;
|