@getflip/swirl-components-angular 0.401.0 → 0.403.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: 2025-11-03T10:48:04.035Z - Time: 13809ms
23
+ Build at: 2025-11-05T13:30:04.177Z - Time: 13691ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.403.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1304](https://github.com/getflip/swirl/pull/1304)
8
+ [`422e0d83d`](https://github.com/getflip/swirl/commit/422e0d83d28e2bae23d8aa809c12626189d52a2a)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! -
10
+ `swirl-popover-trigger` clicks now toggle the popovers instead of only opening
11
+ them
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ [[`422e0d83d`](https://github.com/getflip/swirl/commit/422e0d83d28e2bae23d8aa809c12626189d52a2a)]:
17
+ - @getflip/swirl-components@0.403.0
18
+
19
+ ## 0.402.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [#1296](https://github.com/getflip/swirl/pull/1296)
24
+ [`08be55b55`](https://github.com/getflip/swirl/commit/08be55b55792e9cdb4ea0178a49d372565ecbb9a)
25
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Remove
26
+ sidebar from shell layout
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ [[`08be55b55`](https://github.com/getflip/swirl/commit/08be55b55792e9cdb4ea0178a49d372565ecbb9a)]:
32
+ - @getflip/swirl-components@0.402.0
33
+
3
34
  ## 0.401.0
4
35
 
5
36
  ### Minor Changes
@@ -8221,7 +8221,7 @@ let SwirlPopover = class SwirlPopover {
8221
8221
  SwirlPopover = __decorate([
8222
8222
  ProxyCmp({
8223
8223
  inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
8224
- methods: ['close', 'open', 'isOpen']
8224
+ methods: ['close', 'open', 'isOpen', 'toggle']
8225
8225
  })
8226
8226
  ], SwirlPopover);
8227
8227
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlPopover, decorators: [{
@@ -8546,14 +8546,14 @@ let SwirlShellLayout = class SwirlShellLayout {
8546
8546
  this.z = z;
8547
8547
  c.detach();
8548
8548
  this.el = r.nativeElement;
8549
- proxyOutputs(this, this.el, ['sidebarToggleClick', 'skipLinkClick']);
8549
+ proxyOutputs(this, this.el, ['skipLinkClick']);
8550
8550
  }
8551
8551
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8552
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellLayout, isStandalone: false, selector: "swirl-shell-layout", inputs: { brandedHeader: "brandedHeader", browserBackButtonLabel: "browserBackButtonLabel", browserForwardButtonLabel: "browserForwardButtonLabel", collapseNavigationButtonLabel: "collapseNavigationButtonLabel", enableSecondaryNavGridLayout: "enableSecondaryNavGridLayout", expandNavigationButtonLabel: "expandNavigationButtonLabel", gridNavLayoutToggleLabel: "gridNavLayoutToggleLabel", hideMobileNavigationButtonLabel: "hideMobileNavigationButtonLabel", listNavLayoutToggleLabel: "listNavLayoutToggleLabel", navigationLabel: "navigationLabel", secondaryNavCollapseLabel: "secondaryNavCollapseLabel", secondaryNavExpandLabel: "secondaryNavExpandLabel", secondaryNavGridLayoutVariant: "secondaryNavGridLayoutVariant", sidebarActive: "sidebarActive", sidebarToggleBadge: "sidebarToggleBadge", sidebarToggleBadgeAriaLabel: "sidebarToggleBadgeAriaLabel", sidebarToggleIcon: "sidebarToggleIcon", sidebarToggleLabel: "sidebarToggleLabel", skipLinkLabel: "skipLinkLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8552
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellLayout, isStandalone: false, selector: "swirl-shell-layout", inputs: { brandedHeader: "brandedHeader", browserBackButtonLabel: "browserBackButtonLabel", browserForwardButtonLabel: "browserForwardButtonLabel", collapseNavigationButtonLabel: "collapseNavigationButtonLabel", enableSecondaryNavGridLayout: "enableSecondaryNavGridLayout", expandNavigationButtonLabel: "expandNavigationButtonLabel", gridNavLayoutToggleLabel: "gridNavLayoutToggleLabel", hideMobileNavigationButtonLabel: "hideMobileNavigationButtonLabel", listNavLayoutToggleLabel: "listNavLayoutToggleLabel", navigationLabel: "navigationLabel", secondaryNavCollapseLabel: "secondaryNavCollapseLabel", secondaryNavExpandLabel: "secondaryNavExpandLabel", secondaryNavGridLayoutVariant: "secondaryNavGridLayoutVariant", skipLinkLabel: "skipLinkLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8553
8553
  };
8554
8554
  SwirlShellLayout = __decorate([
8555
8555
  ProxyCmp({
8556
- inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'sidebarActive', 'sidebarToggleBadge', 'sidebarToggleBadgeAriaLabel', 'sidebarToggleIcon', 'sidebarToggleLabel', 'skipLinkLabel'],
8556
+ inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'skipLinkLabel'],
8557
8557
  methods: ['showMobileNavigation', 'hideMobileNavigation']
8558
8558
  })
8559
8559
  ], SwirlShellLayout);
@@ -8564,7 +8564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
8564
8564
  changeDetection: ChangeDetectionStrategy.OnPush,
8565
8565
  template: '<ng-content></ng-content>',
8566
8566
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8567
- inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'sidebarActive', 'sidebarToggleBadge', 'sidebarToggleBadgeAriaLabel', 'sidebarToggleIcon', 'sidebarToggleLabel', 'skipLinkLabel'],
8567
+ inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'skipLinkLabel'],
8568
8568
  standalone: false
8569
8569
  }]
8570
8570
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });