@getflip/swirl-components-angular 0.257.0 → 0.258.0

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.
@@ -2284,7 +2284,7 @@ export declare class SwirlModal {
2284
2284
  protected el: HTMLElement;
2285
2285
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2286
2286
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlModal, never>;
2287
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
2287
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "hideSecondaryContent": { "alias": "hideSecondaryContent"; "required": false; }; "hideSecondaryContentBorders": { "alias": "hideSecondaryContentBorders"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "primaryContentFlex": { "alias": "primaryContentFlex"; "required": false; }; "primaryContentMaxWidth": { "alias": "primaryContentMaxWidth"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; "secondaryContentFlex": { "alias": "secondaryContentFlex"; "required": false; }; "secondaryContentMaxWidth": { "alias": "secondaryContentMaxWidth"; "required": false; }; "secondaryContentPadding": { "alias": "secondaryContentPadding"; "required": false; }; "secondaryContentPaddingBlockEnd": { "alias": "secondaryContentPaddingBlockEnd"; "required": false; }; "secondaryContentPaddingBlockStart": { "alias": "secondaryContentPaddingBlockStart"; "required": false; }; "secondaryContentPaddingInlineEnd": { "alias": "secondaryContentPaddingInlineEnd"; "required": false; }; "secondaryContentPaddingInlineStart": { "alias": "secondaryContentPaddingInlineStart"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
2288
2288
  }
2289
2289
  export declare interface SwirlModal extends Components.SwirlModal {
2290
2290
  modalClose: EventEmitter<CustomEvent<void>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.257.0",
3
+ "version": "0.258.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^16.2.12",
15
15
  "@angular/platform-browser-dynamic": "^16.2.12",
16
16
  "@angular/router": "^16.2.12",
17
- "@getflip/swirl-components": "^0.257.0",
17
+ "@getflip/swirl-components": "^0.258.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.13.3"
@@ -5611,7 +5611,7 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
5611
5611
 
5612
5612
 
5613
5613
  @ProxyCmp({
5614
- inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant'],
5614
+ inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'variant'],
5615
5615
  methods: ['open', 'close']
5616
5616
  })
5617
5617
  @Component({
@@ -5619,7 +5619,7 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
5619
5619
  changeDetection: ChangeDetectionStrategy.OnPush,
5620
5620
  template: '<ng-content></ng-content>',
5621
5621
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
5622
- inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant'],
5622
+ inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'variant'],
5623
5623
  })
5624
5624
  export class SwirlModal {
5625
5625
  protected el: HTMLElement;