@getflip/swirl-components-angular 0.525.0 → 0.527.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 +29 -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
|
@@ -262,7 +262,7 @@ export declare class SwirlDataCell {
|
|
|
262
262
|
protected el: HTMLSwirlDataCellElement;
|
|
263
263
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
264
264
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDataCell, never>;
|
|
265
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDataCell, "swirl-data-cell", never, { "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "value": { "alias": "value"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
265
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDataCell, "swirl-data-cell", never, { "href": { "alias": "href"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "label": { "alias": "label"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "value": { "alias": "value"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
266
266
|
}
|
|
267
267
|
export declare interface SwirlDataCell extends Components.SwirlDataCell {
|
|
268
268
|
valueChange: EventEmitter<CustomEvent<MouseEvent>>;
|
|
@@ -3444,7 +3444,7 @@ export declare class SwirlModal {
|
|
|
3444
3444
|
protected el: HTMLSwirlModalElement;
|
|
3445
3445
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3446
3446
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlModal, never>;
|
|
3447
|
-
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; }; "showBackdrop": { "alias": "showBackdrop"; "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>;
|
|
3447
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "contentGap": { "alias": "contentGap"; "required": false; }; "disableBackdropClose": { "alias": "disableBackdropClose"; "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; }; "showBackdrop": { "alias": "showBackdrop"; "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>;
|
|
3448
3448
|
}
|
|
3449
3449
|
export declare interface SwirlModal extends Components.SwirlModal {
|
|
3450
3450
|
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.527.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.23",
|
|
27
27
|
"@angular/platform-browser-dynamic": "19.2.23",
|
|
28
28
|
"@angular/router": "19.2.23",
|
|
29
|
-
"@getflip/swirl-components": "0.
|
|
29
|
+
"@getflip/swirl-components": "0.527.0",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
@@ -652,14 +652,14 @@ export declare interface SwirlConsoleLayout extends Components.SwirlConsoleLayou
|
|
|
652
652
|
|
|
653
653
|
|
|
654
654
|
@ProxyCmp({
|
|
655
|
-
inputs: ['intent', 'label', 'tooltip', 'value', 'vertical']
|
|
655
|
+
inputs: ['href', 'intent', 'interactive', 'label', 'linkTarget', 'size', 'tooltip', 'value', 'vertical']
|
|
656
656
|
})
|
|
657
657
|
@Component({
|
|
658
658
|
selector: 'swirl-data-cell',
|
|
659
659
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
660
660
|
template: '<ng-content></ng-content>',
|
|
661
661
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
662
|
-
inputs: ['intent', 'label', 'tooltip', 'value', 'vertical'],
|
|
662
|
+
inputs: ['href', 'intent', 'interactive', 'label', 'linkTarget', 'size', 'tooltip', 'value', 'vertical'],
|
|
663
663
|
standalone: false
|
|
664
664
|
})
|
|
665
665
|
export class SwirlDataCell {
|
|
@@ -8773,7 +8773,7 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
|
|
|
8773
8773
|
|
|
8774
8774
|
|
|
8775
8775
|
@ProxyCmp({
|
|
8776
|
-
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', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
8776
|
+
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'disableBackdropClose', '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', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
8777
8777
|
methods: ['open', 'close', 'setFullscreen', 'getScrollContainer']
|
|
8778
8778
|
})
|
|
8779
8779
|
@Component({
|
|
@@ -8781,7 +8781,7 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
|
|
|
8781
8781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8782
8782
|
template: '<ng-content></ng-content>',
|
|
8783
8783
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8784
|
-
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', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
8784
|
+
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'disableBackdropClose', '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', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
8785
8785
|
standalone: false
|
|
8786
8786
|
})
|
|
8787
8787
|
export class SwirlModal {
|