@getflip/swirl-components-angular 0.401.0 → 0.402.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +3 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -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-
|
|
23
|
+
Build at: 2025-11-03T11:51:31.989Z - Time: 13380ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.402.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1296](https://github.com/getflip/swirl/pull/1296)
|
|
8
|
+
[`08be55b55`](https://github.com/getflip/swirl/commit/08be55b55792e9cdb4ea0178a49d372565ecbb9a)
|
|
9
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Remove
|
|
10
|
+
sidebar from shell layout
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`08be55b55`](https://github.com/getflip/swirl/commit/08be55b55792e9cdb4ea0178a49d372565ecbb9a)]:
|
|
16
|
+
- @getflip/swirl-components@0.402.0
|
|
17
|
+
|
|
3
18
|
## 0.401.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -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, ['
|
|
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",
|
|
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', '
|
|
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', '
|
|
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 }] });
|