@getflip/swirl-components-angular 0.321.0 → 0.323.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 +3 -3
- package/CHANGELOG.md +30 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +5 -5
- 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 +2 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +5 -3
|
@@ -2436,7 +2436,7 @@ export declare class SwirlModal {
|
|
|
2436
2436
|
protected el: HTMLElement;
|
|
2437
2437
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2438
2438
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlModal, never>;
|
|
2439
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "contentGap": { "alias": "contentGap"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "hideSecondaryContent": { "alias": "hideSecondaryContent"; "required": false; }; "hideSecondaryContentBorders": { "alias": "hideSecondaryContentBorders"; "required": false; }; "hideSidebarContent": { "alias": "hideSidebarContent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "primaryContentFlex": { "alias": "primaryContentFlex"; "required": false; }; "primaryContentMaxWidth": { "alias": "primaryContentMaxWidth"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; "secondaryContentFlex": { "alias": "secondaryContentFlex"; "required": false; }; "secondaryContentMaxWidth": { "alias": "secondaryContentMaxWidth"; "required": false; }; "secondaryContentPadding": { "alias": "secondaryContentPadding"; "required": false; }; "secondaryContentPaddingBlockEnd": { "alias": "secondaryContentPaddingBlockEnd"; "required": false; }; "secondaryContentPaddingBlockStart": { "alias": "secondaryContentPaddingBlockStart"; "required": false; }; "secondaryContentPaddingInlineEnd": { "alias": "secondaryContentPaddingInlineEnd"; "required": false; }; "secondaryContentPaddingInlineStart": { "alias": "secondaryContentPaddingInlineStart"; "required": false; }; "sidebarFooterPadded": { "alias": "sidebarFooterPadded"; "required": false; }; "sidebarLabel": { "alias": "sidebarLabel"; "required": false; }; "sidebarPadded": { "alias": "sidebarPadded"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2439
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "contentGap": { "alias": "contentGap"; "required": false; }; "hasSidebarCloseButton": { "alias": "hasSidebarCloseButton"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "hideSecondaryContent": { "alias": "hideSecondaryContent"; "required": false; }; "hideSecondaryContentBorders": { "alias": "hideSecondaryContentBorders"; "required": false; }; "hideSidebarContent": { "alias": "hideSidebarContent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "primaryContentFlex": { "alias": "primaryContentFlex"; "required": false; }; "primaryContentMaxWidth": { "alias": "primaryContentMaxWidth"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; "secondaryContentFlex": { "alias": "secondaryContentFlex"; "required": false; }; "secondaryContentMaxWidth": { "alias": "secondaryContentMaxWidth"; "required": false; }; "secondaryContentPadding": { "alias": "secondaryContentPadding"; "required": false; }; "secondaryContentPaddingBlockEnd": { "alias": "secondaryContentPaddingBlockEnd"; "required": false; }; "secondaryContentPaddingBlockStart": { "alias": "secondaryContentPaddingBlockStart"; "required": false; }; "secondaryContentPaddingInlineEnd": { "alias": "secondaryContentPaddingInlineEnd"; "required": false; }; "secondaryContentPaddingInlineStart": { "alias": "secondaryContentPaddingInlineStart"; "required": false; }; "sidebarCloseButtonLabel": { "alias": "sidebarCloseButtonLabel"; "required": false; }; "sidebarFooterPadded": { "alias": "sidebarFooterPadded"; "required": false; }; "sidebarLabel": { "alias": "sidebarLabel"; "required": false; }; "sidebarPadded": { "alias": "sidebarPadded"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2440
2440
|
}
|
|
2441
2441
|
export declare interface SwirlModal extends Components.SwirlModal {
|
|
2442
2442
|
modalClose: EventEmitter<CustomEvent<void>>;
|
|
@@ -2444,6 +2444,7 @@ export declare interface SwirlModal extends Components.SwirlModal {
|
|
|
2444
2444
|
primaryAction: EventEmitter<CustomEvent<MouseEvent>>;
|
|
2445
2445
|
requestModalClose: EventEmitter<CustomEvent<void>>;
|
|
2446
2446
|
secondaryAction: EventEmitter<CustomEvent<MouseEvent>>;
|
|
2447
|
+
sidebarClose: EventEmitter<CustomEvent<void>>;
|
|
2447
2448
|
}
|
|
2448
2449
|
export declare class SwirlOptionList {
|
|
2449
2450
|
protected z: NgZone;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.323.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@angular/platform-browser": "^16.2.12",
|
|
15
15
|
"@angular/platform-browser-dynamic": "^16.2.12",
|
|
16
16
|
"@angular/router": "^16.2.12",
|
|
17
|
-
"@getflip/swirl-components": "^0.
|
|
17
|
+
"@getflip/swirl-components": "^0.323.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.13.3"
|
|
@@ -5975,7 +5975,7 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
|
|
|
5975
5975
|
|
|
5976
5976
|
|
|
5977
5977
|
@ProxyCmp({
|
|
5978
|
-
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
5978
|
+
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
5979
5979
|
methods: ['open', 'close']
|
|
5980
5980
|
})
|
|
5981
5981
|
@Component({
|
|
@@ -5983,14 +5983,14 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
|
|
|
5983
5983
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5984
5984
|
template: '<ng-content></ng-content>',
|
|
5985
5985
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5986
|
-
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
5986
|
+
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
5987
5987
|
})
|
|
5988
5988
|
export class SwirlModal {
|
|
5989
5989
|
protected el: HTMLElement;
|
|
5990
5990
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
5991
5991
|
c.detach();
|
|
5992
5992
|
this.el = r.nativeElement;
|
|
5993
|
-
proxyOutputs(this, this.el, ['modalClose', 'modalOpen', 'primaryAction', 'requestModalClose', 'secondaryAction']);
|
|
5993
|
+
proxyOutputs(this, this.el, ['modalClose', 'modalOpen', 'primaryAction', 'requestModalClose', 'secondaryAction', 'sidebarClose']);
|
|
5994
5994
|
}
|
|
5995
5995
|
}
|
|
5996
5996
|
|
|
@@ -6006,6 +6006,8 @@ export declare interface SwirlModal extends Components.SwirlModal {
|
|
|
6006
6006
|
requestModalClose: EventEmitter<CustomEvent<void>>;
|
|
6007
6007
|
|
|
6008
6008
|
secondaryAction: EventEmitter<CustomEvent<MouseEvent>>;
|
|
6009
|
+
|
|
6010
|
+
sidebarClose: EventEmitter<CustomEvent<void>>;
|
|
6009
6011
|
}
|
|
6010
6012
|
|
|
6011
6013
|
|