@getflip/swirl-components-angular 0.219.0 → 0.220.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/esm2022/lib/stencil-generated/components.mjs +10 -10
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +9 -9
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +3 -3
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +6 -6
|
@@ -6697,11 +6697,11 @@ let SwirlShellLayout = class SwirlShellLayout {
|
|
|
6697
6697
|
proxyOutputs(this, this.el, ['sidebarToggleClick', 'skipLinkClick']);
|
|
6698
6698
|
}
|
|
6699
6699
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlShellLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6700
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlShellLayout, selector: "swirl-shell-layout", inputs: { brandedHeader: "brandedHeader", browserBackButtonLabel: "browserBackButtonLabel", browserForwardButtonLabel: "browserForwardButtonLabel", hideMobileNavigationButtonLabel: "hideMobileNavigationButtonLabel", navigationLabel: "navigationLabel", navigationToggleLabel: "navigationToggleLabel", 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 });
|
|
6700
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlShellLayout, selector: "swirl-shell-layout", inputs: { brandedHeader: "brandedHeader", browserBackButtonLabel: "browserBackButtonLabel", browserForwardButtonLabel: "browserForwardButtonLabel", enableSecondaryNavGridLayout: "enableSecondaryNavGridLayout", gridNavLayoutToggleLabel: "gridNavLayoutToggleLabel", hideMobileNavigationButtonLabel: "hideMobileNavigationButtonLabel", listNavLayoutToggleLabel: "listNavLayoutToggleLabel", navigationLabel: "navigationLabel", navigationToggleLabel: "navigationToggleLabel", secondaryNavCollapseLabel: "secondaryNavCollapseLabel", secondaryNavExpandLabel: "secondaryNavExpandLabel", 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 });
|
|
6701
6701
|
};
|
|
6702
6702
|
SwirlShellLayout = __decorate([
|
|
6703
6703
|
ProxyCmp({
|
|
6704
|
-
inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'hideMobileNavigationButtonLabel', 'navigationLabel', 'navigationToggleLabel', 'sidebarActive', 'sidebarToggleBadge', 'sidebarToggleBadgeAriaLabel', 'sidebarToggleIcon', 'sidebarToggleLabel', 'skipLinkLabel'],
|
|
6704
|
+
inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'enableSecondaryNavGridLayout', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'navigationToggleLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'sidebarActive', 'sidebarToggleBadge', 'sidebarToggleBadgeAriaLabel', 'sidebarToggleIcon', 'sidebarToggleLabel', 'skipLinkLabel'],
|
|
6705
6705
|
methods: ['showMobileNavigation', 'hideMobileNavigation']
|
|
6706
6706
|
})
|
|
6707
6707
|
], SwirlShellLayout);
|
|
@@ -6712,7 +6712,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6712
6712
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6713
6713
|
template: '<ng-content></ng-content>',
|
|
6714
6714
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6715
|
-
inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'hideMobileNavigationButtonLabel', 'navigationLabel', 'navigationToggleLabel', 'sidebarActive', 'sidebarToggleBadge', 'sidebarToggleBadgeAriaLabel', 'sidebarToggleIcon', 'sidebarToggleLabel', 'skipLinkLabel'],
|
|
6715
|
+
inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'enableSecondaryNavGridLayout', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'navigationToggleLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'sidebarActive', 'sidebarToggleBadge', 'sidebarToggleBadgeAriaLabel', 'sidebarToggleIcon', 'sidebarToggleLabel', 'skipLinkLabel'],
|
|
6716
6716
|
}]
|
|
6717
6717
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6718
6718
|
let SwirlShellNavigationItem = class SwirlShellNavigationItem {
|
|
@@ -6724,11 +6724,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
|
|
|
6724
6724
|
this.el = r.nativeElement;
|
|
6725
6725
|
}
|
|
6726
6726
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6727
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", href: "href", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6727
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", hideLabel: "hideLabel", href: "href", label: "label", target: "target", tiled: "tiled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6728
6728
|
};
|
|
6729
6729
|
SwirlShellNavigationItem = __decorate([
|
|
6730
6730
|
ProxyCmp({
|
|
6731
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'href', 'label', 'target']
|
|
6731
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'label', 'target', 'tiled']
|
|
6732
6732
|
})
|
|
6733
6733
|
], SwirlShellNavigationItem);
|
|
6734
6734
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
|
|
@@ -6738,7 +6738,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6738
6738
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6739
6739
|
template: '<ng-content></ng-content>',
|
|
6740
6740
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6741
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'href', 'label', 'target'],
|
|
6741
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'label', 'target', 'tiled'],
|
|
6742
6742
|
}]
|
|
6743
6743
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6744
6744
|
let SwirlSkeletonBox = class SwirlSkeletonBox {
|
|
@@ -8921,11 +8921,11 @@ let SwirlTooltip = class SwirlTooltip {
|
|
|
8921
8921
|
this.el = r.nativeElement;
|
|
8922
8922
|
}
|
|
8923
8923
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8924
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTooltip, selector: "swirl-tooltip", inputs: { content: "content", delay: "delay", position: "position", positioning: "positioning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8924
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTooltip, selector: "swirl-tooltip", inputs: { active: "active", content: "content", delay: "delay", position: "position", positioning: "positioning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8925
8925
|
};
|
|
8926
8926
|
SwirlTooltip = __decorate([
|
|
8927
8927
|
ProxyCmp({
|
|
8928
|
-
inputs: ['content', 'delay', 'position', 'positioning']
|
|
8928
|
+
inputs: ['active', 'content', 'delay', 'position', 'positioning']
|
|
8929
8929
|
})
|
|
8930
8930
|
], SwirlTooltip);
|
|
8931
8931
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTooltip, decorators: [{
|
|
@@ -8935,7 +8935,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8935
8935
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8936
8936
|
template: '<ng-content></ng-content>',
|
|
8937
8937
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8938
|
-
inputs: ['content', 'delay', 'position', 'positioning'],
|
|
8938
|
+
inputs: ['active', 'content', 'delay', 'position', 'positioning'],
|
|
8939
8939
|
}]
|
|
8940
8940
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
8941
8941
|
let SwirlTreeNavigationItem = class SwirlTreeNavigationItem {
|