@energycap/components 0.39.8 → 0.39.9-ECAP-23221-bc-file-upload-dialog.20240229-1206

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.
@@ -51,6 +51,8 @@ export declare class ConfirmDialogContext {
51
51
  saveButtonType?: ButtonType;
52
52
  /** Optional cancel button label */
53
53
  cancelLabel?: string;
54
+ /** Optional flag for hiding the cancel (secondary) button */
55
+ hideCancel?: boolean;
54
56
  /** When true, adds the submit tag to the save button so hitting enter triggers the save */
55
57
  saveOnEnter?: boolean;
56
58
  /** Optional alternate save button label */
@@ -50,6 +50,8 @@ export declare class PageViewComponent {
50
50
  */
51
51
  secondaryActionLabel?: string;
52
52
  hideSecondaryAction: boolean;
53
+ /** Flag for hiding the tiny close button in the top-right corner of dialog while in pending state only */
54
+ hideCloseOnPending: boolean;
53
55
  /**
54
56
  * Label for the primary button in the header. Default is 'Save'
55
57
  */
@@ -92,5 +94,5 @@ export declare class PageViewComponent {
92
94
  secondaryAction(event: any): void;
93
95
  closeDialog(): void;
94
96
  static ɵfac: i0.ɵɵFactoryDeclaration<PageViewComponent, never>;
95
- static ɵcmp: i0.ɵɵComponentDeclaration<PageViewComponent, "ec-page-view", never, { "isDialog": "isDialog"; "readonly": "readonly"; "status": "status"; "showHeader": "showHeader"; "errors": "errors"; "breadcrumbs": "breadcrumbs"; "title": "title"; "titleIcon": "titleIcon"; "subTitle": "subTitle"; "subTitleUrl": "subTitleUrl"; "moreActionsLabel": "moreActionsLabel"; "moreActions": "moreActions"; "secondaryActionLabel": "secondaryActionLabel"; "hideSecondaryAction": "hideSecondaryAction"; "primaryActionLabel": "primaryActionLabel"; "hidePrimaryAction": "hidePrimaryAction"; "customTitleTemplate": "customTitleTemplate"; "customActionsTemplate": "customActionsTemplate"; "customHeaderTemplate": "customHeaderTemplate"; "footerTemplate": "footerTemplate"; "customErrorBannerTemplate": "customErrorBannerTemplate"; "stickyFooter": "stickyFooter"; "fitContent": "fitContent"; "bgContent": "bgContent"; }, { "onPrimaryAction": "onPrimaryAction"; "onSecondaryAction": "onSecondaryAction"; }, never, ["*"], false, never>;
97
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageViewComponent, "ec-page-view", never, { "isDialog": "isDialog"; "readonly": "readonly"; "status": "status"; "showHeader": "showHeader"; "errors": "errors"; "breadcrumbs": "breadcrumbs"; "title": "title"; "titleIcon": "titleIcon"; "subTitle": "subTitle"; "subTitleUrl": "subTitleUrl"; "moreActionsLabel": "moreActionsLabel"; "moreActions": "moreActions"; "secondaryActionLabel": "secondaryActionLabel"; "hideSecondaryAction": "hideSecondaryAction"; "hideCloseOnPending": "hideCloseOnPending"; "primaryActionLabel": "primaryActionLabel"; "hidePrimaryAction": "hidePrimaryAction"; "customTitleTemplate": "customTitleTemplate"; "customActionsTemplate": "customActionsTemplate"; "customHeaderTemplate": "customHeaderTemplate"; "footerTemplate": "footerTemplate"; "customErrorBannerTemplate": "customErrorBannerTemplate"; "stickyFooter": "stickyFooter"; "fitContent": "fitContent"; "bgContent": "bgContent"; }, { "onPrimaryAction": "onPrimaryAction"; "onSecondaryAction": "onSecondaryAction"; }, never, ["*"], false, never>;
96
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.39.8",
3
+ "version": "0.39.9-ECAP-23221-bc-file-upload-dialog.20240229-1206",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },