@getflip/swirl-components-angular 0.471.0 → 0.472.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 +2 -2
- package/CHANGELOG.md +32 -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 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +3 -3
|
@@ -3012,7 +3012,7 @@ export declare class SwirlPopover {
|
|
|
3012
3012
|
protected el: HTMLSwirlPopoverElement;
|
|
3013
3013
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3014
3014
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPopover, never>;
|
|
3015
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopover, "swirl-popover", never, { "animation": { "alias": "animation"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "disableScrollLock": { "alias": "disableScrollLock"; "required": false; }; "enableFlip": { "alias": "enableFlip"; "required": false; }; "fullscreenBottomSheet": { "alias": "fullscreenBottomSheet"; "required": false; }; "label": { "alias": "label"; "required": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "popoverId": { "alias": "popoverId"; "required": false; }; "returnFocusToTrigger": { "alias": "returnFocusToTrigger"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "transparent": { "alias": "transparent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "triggerContainer": { "alias": "triggerContainer"; "required": false; }; "useContainerWidth": { "alias": "useContainerWidth"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3015
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopover, "swirl-popover", never, { "animation": { "alias": "animation"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "disableScrollLock": { "alias": "disableScrollLock"; "required": false; }; "enableFlip": { "alias": "enableFlip"; "required": false; }; "fallbackAxisSideDirection": { "alias": "fallbackAxisSideDirection"; "required": false; }; "fullscreenBottomSheet": { "alias": "fullscreenBottomSheet"; "required": false; }; "label": { "alias": "label"; "required": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "popoverId": { "alias": "popoverId"; "required": false; }; "returnFocusToTrigger": { "alias": "returnFocusToTrigger"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "transparent": { "alias": "transparent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "triggerContainer": { "alias": "triggerContainer"; "required": false; }; "useContainerWidth": { "alias": "useContainerWidth"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3016
3016
|
}
|
|
3017
3017
|
export declare interface SwirlPopover extends Components.SwirlPopover {
|
|
3018
3018
|
popoverClose: EventEmitter<CustomEvent<void>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.472.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/getflip/swirl"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@angular/platform-browser": "19.2.19",
|
|
27
27
|
"@angular/platform-browser-dynamic": "19.2.19",
|
|
28
28
|
"@angular/router": "19.2.19",
|
|
29
|
-
"@getflip/swirl-components": "0.
|
|
29
|
+
"@getflip/swirl-components": "0.472.0",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
@@ -189,7 +189,7 @@ export declare interface SwirlAppIcon extends Components.SwirlAppIcon {}
|
|
|
189
189
|
|
|
190
190
|
@ProxyCmp({
|
|
191
191
|
inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
|
|
192
|
-
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'changeMobileView']
|
|
192
|
+
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'getScrollContainer', 'changeMobileView']
|
|
193
193
|
})
|
|
194
194
|
@Component({
|
|
195
195
|
selector: 'swirl-app-layout',
|
|
@@ -7710,7 +7710,7 @@ export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
|
|
|
7710
7710
|
|
|
7711
7711
|
|
|
7712
7712
|
@ProxyCmp({
|
|
7713
|
-
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
7713
|
+
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fallbackAxisSideDirection', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
7714
7714
|
methods: ['close', 'open', 'isOpen', 'toggle']
|
|
7715
7715
|
})
|
|
7716
7716
|
@Component({
|
|
@@ -7718,7 +7718,7 @@ export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
|
|
|
7718
7718
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7719
7719
|
template: '<ng-content></ng-content>',
|
|
7720
7720
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7721
|
-
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
7721
|
+
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fallbackAxisSideDirection', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
7722
7722
|
standalone: false
|
|
7723
7723
|
})
|
|
7724
7724
|
export class SwirlPopover {
|