@solcre-org/core-ui 2.15.13 → 2.15.14
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/index.d.ts
CHANGED
|
@@ -3194,6 +3194,7 @@ interface HeaderActionConfig {
|
|
|
3194
3194
|
resource: string;
|
|
3195
3195
|
action: string;
|
|
3196
3196
|
};
|
|
3197
|
+
mobileConfig?: MobileActionConfig;
|
|
3197
3198
|
}
|
|
3198
3199
|
interface HeaderConfig {
|
|
3199
3200
|
title?: string;
|
|
@@ -3635,6 +3636,7 @@ declare class HeaderService {
|
|
|
3635
3636
|
setTitle(title: string): void;
|
|
3636
3637
|
setText(text: string): void;
|
|
3637
3638
|
setHeaderConfig(config: HeaderConfig): void;
|
|
3639
|
+
private getButtonTypeFromClass;
|
|
3638
3640
|
getIsVisible(): _angular_core.WritableSignal<boolean>;
|
|
3639
3641
|
getCustomActions(): _angular_core.WritableSignal<HeaderActionConfig[]>;
|
|
3640
3642
|
getShowDefaultFilter(): _angular_core.WritableSignal<boolean>;
|
|
@@ -3670,6 +3672,7 @@ declare class HeaderComponent implements OnInit {
|
|
|
3670
3672
|
headerService: HeaderService;
|
|
3671
3673
|
private permissionService;
|
|
3672
3674
|
private cdr;
|
|
3675
|
+
private mobileResolutionService;
|
|
3673
3676
|
HeaderElementType: typeof HeaderElementType;
|
|
3674
3677
|
title: string;
|
|
3675
3678
|
user: any;
|