@solcre-org/core-ui 2.15.11 → 2.15.13
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
|
@@ -5013,6 +5013,7 @@ declare class FixedActionsMobileModalComponent {
|
|
|
5013
5013
|
modalData: _angular_core.Signal<_solcre_org_core_ui.MobileModalData<any> | null>;
|
|
5014
5014
|
visibleActions: _angular_core.Signal<FixedActionConfig<any>[]>;
|
|
5015
5015
|
shouldShowAction(action: FixedActionConfig): boolean;
|
|
5016
|
+
isActionDisabled(action: FixedActionConfig): boolean;
|
|
5016
5017
|
getActionLabel(action: FixedActionConfig): string;
|
|
5017
5018
|
getActionIcon(action: FixedActionConfig): string;
|
|
5018
5019
|
onClose(): void;
|