formica-ui-lib 1.0.276 → 1.0.277
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/dist/componentProps/templates/admin/marketreadiness/MarketReadinessTemplateProps.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export interface MarketReadinessDecorLocalization {
|
|
|
33
33
|
export interface MarketReadinessEditorControls {
|
|
34
34
|
saveLabel: string;
|
|
35
35
|
saveDisabled?: boolean;
|
|
36
|
+
saveHelpText?: string;
|
|
36
37
|
cancelLabel: string;
|
|
37
38
|
cancelDisabled?: boolean;
|
|
38
39
|
}
|
|
@@ -211,6 +212,7 @@ export interface MarketReadinessNotice {
|
|
|
211
212
|
actionLabel?: string;
|
|
212
213
|
}
|
|
213
214
|
export interface MarketReadinessTemplateData {
|
|
215
|
+
mode?: "create" | "edit";
|
|
214
216
|
pageTitle: string;
|
|
215
217
|
pageDescription?: string;
|
|
216
218
|
activeTabId: MarketReadinessTabId;
|