@getflip/swirl-components-angular 0.441.0 → 0.443.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 +30 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
|
@@ -327,7 +327,7 @@ export declare class SwirlDialog {
|
|
|
327
327
|
protected el: HTMLSwirlDialogElement;
|
|
328
328
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
329
329
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDialog, never>;
|
|
330
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDialog, "swirl-dialog", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": true; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
330
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDialog, "swirl-dialog", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": true; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "returnFocusTo": { "alias": "returnFocusTo"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
331
331
|
}
|
|
332
332
|
export declare interface SwirlDialog extends Components.SwirlDialog {
|
|
333
333
|
dialogClose: EventEmitter<CustomEvent<void>>;
|
|
@@ -2785,7 +2785,7 @@ export declare class SwirlModal {
|
|
|
2785
2785
|
protected el: HTMLSwirlModalElement;
|
|
2786
2786
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2787
2787
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlModal, never>;
|
|
2788
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "contentGap": { "alias": "contentGap"; "required": false; }; "fullscreenDisableButtonLabel": { "alias": "fullscreenDisableButtonLabel"; "required": false; }; "fullscreenEnableButtonLabel": { "alias": "fullscreenEnableButtonLabel"; "required": false; }; "hasSidebarCloseButton": { "alias": "hasSidebarCloseButton"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "hideScrolledHeaderBorder": { "alias": "hideScrolledHeaderBorder"; "required": false; }; "hideSecondaryContent": { "alias": "hideSecondaryContent"; "required": false; }; "hideSecondaryContentBorders": { "alias": "hideSecondaryContentBorders"; "required": false; }; "hideSidebarContent": { "alias": "hideSidebarContent"; "required": false; }; "label": { "alias": "label"; "required": true; }; "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; }; "showFullscreenButton": { "alias": "showFullscreenButton"; "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>;
|
|
2788
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "contentGap": { "alias": "contentGap"; "required": false; }; "fullscreenDisableButtonLabel": { "alias": "fullscreenDisableButtonLabel"; "required": false; }; "fullscreenEnableButtonLabel": { "alias": "fullscreenEnableButtonLabel"; "required": false; }; "hasSidebarCloseButton": { "alias": "hasSidebarCloseButton"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "hideScrolledHeaderBorder": { "alias": "hideScrolledHeaderBorder"; "required": false; }; "hideSecondaryContent": { "alias": "hideSecondaryContent"; "required": false; }; "hideSecondaryContentBorders": { "alias": "hideSecondaryContentBorders"; "required": false; }; "hideSidebarContent": { "alias": "hideSidebarContent"; "required": false; }; "label": { "alias": "label"; "required": true; }; "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; }; "returnFocusTo": { "alias": "returnFocusTo"; "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; }; "showFullscreenButton": { "alias": "showFullscreenButton"; "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>;
|
|
2789
2789
|
}
|
|
2790
2790
|
export declare interface SwirlModal extends Components.SwirlModal {
|
|
2791
2791
|
toggleFullscreen: EventEmitter<CustomEvent<boolean>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.443.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@angular/platform-browser": "19.2.18",
|
|
23
23
|
"@angular/platform-browser-dynamic": "19.2.18",
|
|
24
24
|
"@angular/router": "19.2.18",
|
|
25
|
-
"@getflip/swirl-components": "0.
|
|
25
|
+
"@getflip/swirl-components": "0.443.0",
|
|
26
26
|
"rxjs": "7.8.2",
|
|
27
27
|
"tslib": "2.4.0",
|
|
28
28
|
"zone.js": "0.15.0"
|
|
@@ -826,7 +826,7 @@ export declare interface SwirlDescriptionListItem extends Components.SwirlDescri
|
|
|
826
826
|
|
|
827
827
|
|
|
828
828
|
@ProxyCmp({
|
|
829
|
-
inputs: ['hideLabel', 'intent', 'label', 'primaryActionLabel', 'secondaryActionLabel'],
|
|
829
|
+
inputs: ['hideLabel', 'intent', 'label', 'primaryActionLabel', 'returnFocusTo', 'secondaryActionLabel'],
|
|
830
830
|
methods: ['open', 'close']
|
|
831
831
|
})
|
|
832
832
|
@Component({
|
|
@@ -834,7 +834,7 @@ export declare interface SwirlDescriptionListItem extends Components.SwirlDescri
|
|
|
834
834
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
835
835
|
template: '<ng-content></ng-content>',
|
|
836
836
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
837
|
-
inputs: ['hideLabel', 'intent', { name: 'label', required: true }, 'primaryActionLabel', 'secondaryActionLabel'],
|
|
837
|
+
inputs: ['hideLabel', 'intent', { name: 'label', required: true }, 'primaryActionLabel', 'returnFocusTo', 'secondaryActionLabel'],
|
|
838
838
|
standalone: false
|
|
839
839
|
})
|
|
840
840
|
export class SwirlDialog {
|
|
@@ -7130,7 +7130,7 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
|
|
|
7130
7130
|
|
|
7131
7131
|
|
|
7132
7132
|
@ProxyCmp({
|
|
7133
|
-
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
7133
|
+
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'returnFocusTo', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
7134
7134
|
methods: ['open', 'close', 'setFullscreen', 'getScrollContainer']
|
|
7135
7135
|
})
|
|
7136
7136
|
@Component({
|
|
@@ -7138,7 +7138,7 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
|
|
|
7138
7138
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7139
7139
|
template: '<ng-content></ng-content>',
|
|
7140
7140
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7141
|
-
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', { name: 'label', required: true }, 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
7141
|
+
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', { name: 'label', required: true }, 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'returnFocusTo', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
7142
7142
|
standalone: false
|
|
7143
7143
|
})
|
|
7144
7144
|
export class SwirlModal {
|