@decaf-ts/for-angular 0.1.35 → 0.1.36

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
@@ -7692,6 +7692,14 @@ declare class ModalComponent extends NgxParentComponentDirective implements OnIn
7692
7692
  * @default false
7693
7693
  */
7694
7694
  expandable: boolean;
7695
+ /**
7696
+ * @description Controls whether modal content renders with visual borders.
7697
+ * @summary When set to true, border styles are applied according to inherited
7698
+ * component styling rules; when false, border rendering is disabled.
7699
+ * @type {boolean}
7700
+ * @default true
7701
+ */
7702
+ borders: boolean;
7695
7703
  /**
7696
7704
  * @description Enables lightbox mode for the modal.
7697
7705
  * @summary When set to true, the modal is displayed as a lightbox.
@@ -7823,7 +7831,7 @@ declare class ModalComponent extends NgxParentComponentDirective implements OnIn
7823
7831
  */
7824
7832
  confirm(event?: IBaseCustomEvent): Promise<void>;
7825
7833
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
7826
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "ngx-decaf-modal", never, { "title": { "alias": "title"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "options": { "alias": "options"; "required": false; }; "globals": { "alias": "globals"; "required": false; }; "inlineContent": { "alias": "inlineContent"; "required": false; }; "inlineContentPosition": { "alias": "inlineContentPosition"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "lightBox": { "alias": "lightBox"; "required": false; }; "headerTransparent": { "alias": "headerTransparent"; "required": false; }; "headerBackground": { "alias": "headerBackground"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "handlers": { "alias": "handlers"; "required": false; }; }, { "willDismissEvent": "willDismissEvent"; }, never, never, true, never>;
7834
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "ngx-decaf-modal", never, { "title": { "alias": "title"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "options": { "alias": "options"; "required": false; }; "globals": { "alias": "globals"; "required": false; }; "inlineContent": { "alias": "inlineContent"; "required": false; }; "inlineContentPosition": { "alias": "inlineContentPosition"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "borders": { "alias": "borders"; "required": false; }; "lightBox": { "alias": "lightBox"; "required": false; }; "headerTransparent": { "alias": "headerTransparent"; "required": false; }; "headerBackground": { "alias": "headerBackground"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "handlers": { "alias": "handlers"; "required": false; }; }, { "willDismissEvent": "willDismissEvent"; }, never, never, true, never>;
7827
7835
  }
7828
7836
  declare class ModalConfirmComponent extends ModalComponent implements OnInit {
7829
7837
  data?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-angular",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "author": "Tiago Venceslau and Contributors",
5
5
  "license": "MPL-2.0 OR AGPL-3.0",
6
6
  "repository": {