@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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +31 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +5 -5
- 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 +4 -6
|
@@ -2919,10 +2919,9 @@ export declare class SwirlShellLayout {
|
|
|
2919
2919
|
protected el: HTMLSwirlShellLayoutElement;
|
|
2920
2920
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2921
2921
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlShellLayout, never>;
|
|
2922
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellLayout, "swirl-shell-layout", never, { "brandedHeader": { "alias": "brandedHeader"; "required": false; }; "browserBackButtonLabel": { "alias": "browserBackButtonLabel"; "required": false; }; "browserForwardButtonLabel": { "alias": "browserForwardButtonLabel"; "required": false; }; "collapseNavigationButtonLabel": { "alias": "collapseNavigationButtonLabel"; "required": false; }; "enableSecondaryNavGridLayout": { "alias": "enableSecondaryNavGridLayout"; "required": false; }; "expandNavigationButtonLabel": { "alias": "expandNavigationButtonLabel"; "required": false; }; "gridNavLayoutToggleLabel": { "alias": "gridNavLayoutToggleLabel"; "required": false; }; "hideMobileNavigationButtonLabel": { "alias": "hideMobileNavigationButtonLabel"; "required": false; }; "listNavLayoutToggleLabel": { "alias": "listNavLayoutToggleLabel"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "secondaryNavCollapseLabel": { "alias": "secondaryNavCollapseLabel"; "required": false; }; "secondaryNavExpandLabel": { "alias": "secondaryNavExpandLabel"; "required": false; }; "secondaryNavGridLayoutVariant": { "alias": "secondaryNavGridLayoutVariant"; "required": false; }; "
|
|
2922
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellLayout, "swirl-shell-layout", never, { "brandedHeader": { "alias": "brandedHeader"; "required": false; }; "browserBackButtonLabel": { "alias": "browserBackButtonLabel"; "required": false; }; "browserForwardButtonLabel": { "alias": "browserForwardButtonLabel"; "required": false; }; "collapseNavigationButtonLabel": { "alias": "collapseNavigationButtonLabel"; "required": false; }; "enableSecondaryNavGridLayout": { "alias": "enableSecondaryNavGridLayout"; "required": false; }; "expandNavigationButtonLabel": { "alias": "expandNavigationButtonLabel"; "required": false; }; "gridNavLayoutToggleLabel": { "alias": "gridNavLayoutToggleLabel"; "required": false; }; "hideMobileNavigationButtonLabel": { "alias": "hideMobileNavigationButtonLabel"; "required": false; }; "listNavLayoutToggleLabel": { "alias": "listNavLayoutToggleLabel"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "secondaryNavCollapseLabel": { "alias": "secondaryNavCollapseLabel"; "required": false; }; "secondaryNavExpandLabel": { "alias": "secondaryNavExpandLabel"; "required": false; }; "secondaryNavGridLayoutVariant": { "alias": "secondaryNavGridLayoutVariant"; "required": false; }; "skipLinkLabel": { "alias": "skipLinkLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2923
2923
|
}
|
|
2924
2924
|
export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
|
|
2925
|
-
sidebarToggleClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
2926
2925
|
skipLinkClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
2927
2926
|
}
|
|
2928
2927
|
export declare class SwirlShellNavigationItem {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.403.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@angular/platform-browser": "19.2.3",
|
|
23
23
|
"@angular/platform-browser-dynamic": "19.2.3",
|
|
24
24
|
"@angular/router": "19.2.3",
|
|
25
|
-
"@getflip/swirl-components": "0.
|
|
25
|
+
"@getflip/swirl-components": "0.403.0",
|
|
26
26
|
"rxjs": "7.8.2",
|
|
27
27
|
"tslib": "2.4.0",
|
|
28
28
|
"zone.js": "0.15.0"
|
|
@@ -7139,7 +7139,7 @@ export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
|
|
|
7139
7139
|
|
|
7140
7140
|
@ProxyCmp({
|
|
7141
7141
|
inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
7142
|
-
methods: ['close', 'open', 'isOpen']
|
|
7142
|
+
methods: ['close', 'open', 'isOpen', 'toggle']
|
|
7143
7143
|
})
|
|
7144
7144
|
@Component({
|
|
7145
7145
|
selector: 'swirl-popover',
|
|
@@ -7463,7 +7463,7 @@ export declare interface SwirlSeparator extends Components.SwirlSeparator {}
|
|
|
7463
7463
|
|
|
7464
7464
|
|
|
7465
7465
|
@ProxyCmp({
|
|
7466
|
-
inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', '
|
|
7466
|
+
inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'skipLinkLabel'],
|
|
7467
7467
|
methods: ['showMobileNavigation', 'hideMobileNavigation']
|
|
7468
7468
|
})
|
|
7469
7469
|
@Component({
|
|
@@ -7471,7 +7471,7 @@ export declare interface SwirlSeparator extends Components.SwirlSeparator {}
|
|
|
7471
7471
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7472
7472
|
template: '<ng-content></ng-content>',
|
|
7473
7473
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7474
|
-
inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', '
|
|
7474
|
+
inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'skipLinkLabel'],
|
|
7475
7475
|
standalone: false
|
|
7476
7476
|
})
|
|
7477
7477
|
export class SwirlShellLayout {
|
|
@@ -7479,15 +7479,13 @@ export class SwirlShellLayout {
|
|
|
7479
7479
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7480
7480
|
c.detach();
|
|
7481
7481
|
this.el = r.nativeElement;
|
|
7482
|
-
proxyOutputs(this, this.el, ['
|
|
7482
|
+
proxyOutputs(this, this.el, ['skipLinkClick']);
|
|
7483
7483
|
}
|
|
7484
7484
|
}
|
|
7485
7485
|
|
|
7486
7486
|
|
|
7487
7487
|
export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
|
|
7488
7488
|
|
|
7489
|
-
sidebarToggleClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
7490
|
-
|
|
7491
7489
|
skipLinkClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
7492
7490
|
}
|
|
7493
7491
|
|