@getflip/swirl-components-angular 0.440.1 → 0.442.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.
@@ -20,5 +20,5 @@ Built Angular Package
20
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2026-02-16T15:52:09.543Z - Time: 12608ms
23
+ Build at: 2026-02-17T13:07:53.137Z - Time: 13985ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.442.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1451](https://github.com/getflip/swirl/pull/1451)
8
+ [`9e18b0994`](https://github.com/getflip/swirl/commit/9e18b0994391d42e03552ca7d257714783a0c8b7)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add return-focus-to prop to
10
+ swirl-modal
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`9e18b0994`](https://github.com/getflip/swirl/commit/9e18b0994391d42e03552ca7d257714783a0c8b7)]:
16
+ - @getflip/swirl-components@0.442.0
17
+
18
+ ## 0.441.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1448](https://github.com/getflip/swirl/pull/1448)
23
+ [`9688d9259`](https://github.com/getflip/swirl/commit/9688d9259b5cc6bc0719638ac37806ef57720b83)
24
+ Thanks [@nunofaria11](https://github.com/nunofaria11)! - Fix swirl-components
25
+ release version
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ [[`9688d9259`](https://github.com/getflip/swirl/commit/9688d9259b5cc6bc0719638ac37806ef57720b83)]:
31
+ - @getflip/swirl-components@0.441.0
32
+
3
33
  ## 0.440.1
4
34
 
5
35
  ### Patch Changes
@@ -8238,11 +8238,11 @@ let SwirlModal = class SwirlModal {
8238
8238
  proxyOutputs(this, this.el, ['toggleFullscreen', 'modalClose', 'modalOpen', 'primaryAction', 'requestModalClose', 'secondaryAction', 'sidebarClose', 'toggleDialog']);
8239
8239
  }
8240
8240
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8241
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlModal, isStandalone: false, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", contentGap: "contentGap", fullscreenDisableButtonLabel: "fullscreenDisableButtonLabel", fullscreenEnableButtonLabel: "fullscreenEnableButtonLabel", hasSidebarCloseButton: "hasSidebarCloseButton", height: "height", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", hideScrolledHeaderBorder: "hideScrolledHeaderBorder", hideSecondaryContent: "hideSecondaryContent", hideSecondaryContentBorders: "hideSecondaryContentBorders", hideSidebarContent: "hideSidebarContent", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", padded: "padded", primaryActionLabel: "primaryActionLabel", primaryContentFlex: "primaryContentFlex", primaryContentMaxWidth: "primaryContentMaxWidth", secondaryActionLabel: "secondaryActionLabel", secondaryContentFlex: "secondaryContentFlex", secondaryContentMaxWidth: "secondaryContentMaxWidth", secondaryContentPadding: "secondaryContentPadding", secondaryContentPaddingBlockEnd: "secondaryContentPaddingBlockEnd", secondaryContentPaddingBlockStart: "secondaryContentPaddingBlockStart", secondaryContentPaddingInlineEnd: "secondaryContentPaddingInlineEnd", secondaryContentPaddingInlineStart: "secondaryContentPaddingInlineStart", showFullscreenButton: "showFullscreenButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarFooterPadded: "sidebarFooterPadded", sidebarLabel: "sidebarLabel", sidebarPadded: "sidebarPadded", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8241
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlModal, isStandalone: false, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", contentGap: "contentGap", fullscreenDisableButtonLabel: "fullscreenDisableButtonLabel", fullscreenEnableButtonLabel: "fullscreenEnableButtonLabel", hasSidebarCloseButton: "hasSidebarCloseButton", height: "height", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", hideScrolledHeaderBorder: "hideScrolledHeaderBorder", hideSecondaryContent: "hideSecondaryContent", hideSecondaryContentBorders: "hideSecondaryContentBorders", hideSidebarContent: "hideSidebarContent", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", padded: "padded", primaryActionLabel: "primaryActionLabel", primaryContentFlex: "primaryContentFlex", primaryContentMaxWidth: "primaryContentMaxWidth", returnFocusTo: "returnFocusTo", secondaryActionLabel: "secondaryActionLabel", secondaryContentFlex: "secondaryContentFlex", secondaryContentMaxWidth: "secondaryContentMaxWidth", secondaryContentPadding: "secondaryContentPadding", secondaryContentPaddingBlockEnd: "secondaryContentPaddingBlockEnd", secondaryContentPaddingBlockStart: "secondaryContentPaddingBlockStart", secondaryContentPaddingInlineEnd: "secondaryContentPaddingInlineEnd", secondaryContentPaddingInlineStart: "secondaryContentPaddingInlineStart", showFullscreenButton: "showFullscreenButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarFooterPadded: "sidebarFooterPadded", sidebarLabel: "sidebarLabel", sidebarPadded: "sidebarPadded", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8242
8242
  };
8243
8243
  SwirlModal = __decorate([
8244
8244
  ProxyCmp({
8245
- inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
8245
+ inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'returnFocusTo', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
8246
8246
  methods: ['open', 'close', 'setFullscreen', 'getScrollContainer']
8247
8247
  })
8248
8248
  ], SwirlModal);
@@ -8253,7 +8253,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8253
8253
  changeDetection: ChangeDetectionStrategy.OnPush,
8254
8254
  template: '<ng-content></ng-content>',
8255
8255
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8256
- inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', { name: 'label', required: true }, 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
8256
+ inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', { name: 'label', required: true }, 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'returnFocusTo', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
8257
8257
  standalone: false
8258
8258
  }]
8259
8259
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });