@getflip/swirl-components-angular 0.524.0 → 0.526.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.
@@ -21,6 +21,6 @@ Built Angular Package
21
21
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
22
  ------------------------------------------------------------------------------
23
23
 
24
- Build at: 2026-09-03T07:47:55.301Z - Time: 8910ms
24
+ Build at: 2026-09-08T10:04:12.752Z - Time: 9789ms
25
25
 
26
- Done in 10.32s.
26
+ Done in 11.30s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.526.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1793](https://github.com/getflip/swirl/pull/1793)
8
+ [`26459e5f0`](https://github.com/getflip/swirl/commit/26459e5f0995f3f15616af231bfe19a5fc05add7)
9
+ Thanks [@danizep](https://github.com/danizep)! - Enhance centered avatar group
10
+ layout with 4-avatar arrangement and improved symmetry
11
+
12
+ * [#1795](https://github.com/getflip/swirl/pull/1795)
13
+ [`91d6e2723`](https://github.com/getflip/swirl/commit/91d6e2723ad75b5176b6c5a97f029d1148936572)
14
+ Thanks [@danizep](https://github.com/danizep)! - Add `disableBackdropClose`
15
+ prop to swirl-modal
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ [[`26459e5f0`](https://github.com/getflip/swirl/commit/26459e5f0995f3f15616af231bfe19a5fc05add7),
21
+ [`91d6e2723`](https://github.com/getflip/swirl/commit/91d6e2723ad75b5176b6c5a97f029d1148936572)]:
22
+ - @getflip/swirl-components@0.526.0
23
+
24
+ ## 0.525.0
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ [[`9c09ee48b`](https://github.com/getflip/swirl/commit/9c09ee48bae3dafa52f37f47223e6eff7c491fb1)]:
30
+ - @getflip/swirl-components@0.525.0
31
+
3
32
  ## 0.524.0
4
33
 
5
34
  ### Minor Changes
@@ -10114,11 +10114,11 @@ let SwirlModal = class SwirlModal {
10114
10114
  proxyOutputs(this, this.el, ['toggleFullscreen', 'modalClose', 'modalOpen', 'primaryAction', 'requestModalClose', 'secondaryAction', 'sidebarClose', 'toggleDialog']);
10115
10115
  }
10116
10116
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
10117
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", 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", showBackdrop: "showBackdrop", 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 });
10117
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlModal, isStandalone: false, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", contentGap: "contentGap", disableBackdropClose: "disableBackdropClose", 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", showBackdrop: "showBackdrop", 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 });
10118
10118
  };
10119
10119
  SwirlModal = __decorate([
10120
10120
  ProxyCmp({
10121
- 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', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
10121
+ inputs: ['closable', 'closeButtonLabel', 'contentGap', 'disableBackdropClose', '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', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
10122
10122
  methods: ['open', 'close', 'setFullscreen', 'getScrollContainer']
10123
10123
  })
10124
10124
  ], SwirlModal);
@@ -10129,7 +10129,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImpo
10129
10129
  changeDetection: ChangeDetectionStrategy.OnPush,
10130
10130
  template: '<ng-content></ng-content>',
10131
10131
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
10132
- 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', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
10132
+ inputs: ['closable', 'closeButtonLabel', 'contentGap', 'disableBackdropClose', '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', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
10133
10133
  standalone: false
10134
10134
  }]
10135
10135
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -14324,14 +14324,14 @@ let SwirlTag = class SwirlTag {
14324
14324
  this.z = z;
14325
14325
  c.detach();
14326
14326
  this.el = r.nativeElement;
14327
- proxyOutputs(this, this.el, ['remove']);
14327
+ proxyOutputs(this, this.el, ['remove', 'tagClick']);
14328
14328
  }
14329
14329
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
14330
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", hideLabel: "hideLabel", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
14330
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", hideLabel: "hideLabel", icon: "icon", iconPosition: "iconPosition", intent: "intent", interactive: "interactive", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
14331
14331
  };
14332
14332
  SwirlTag = __decorate([
14333
14333
  ProxyCmp({
14334
- inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
14334
+ inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'interactive', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
14335
14335
  })
14336
14336
  ], SwirlTag);
14337
14337
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlTag, decorators: [{
@@ -14341,7 +14341,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImpo
14341
14341
  changeDetection: ChangeDetectionStrategy.OnPush,
14342
14342
  template: '<ng-content></ng-content>',
14343
14343
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
14344
- inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
14344
+ inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'interactive', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
14345
14345
  standalone: false
14346
14346
  }]
14347
14347
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });