@getflip/swirl-components-angular 0.418.0 → 0.419.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 +15 -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
|
@@ -185,7 +185,7 @@ export declare class SwirlCard {
|
|
|
185
185
|
protected el: HTMLSwirlCardElement;
|
|
186
186
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
187
187
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCard, never>;
|
|
188
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": { "alias": "as"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "customBackgroundColor": { "alias": "customBackgroundColor"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "elevationLevel": { "alias": "elevationLevel"; "required": false; }; "height": { "alias": "height"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "href": { "alias": "href"; "required": false; }; "imageAspectRatio": { "alias": "imageAspectRatio"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "isBorderless": { "alias": "isBorderless"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingBlockEnd": { "alias": "paddingBlockEnd"; "required": false; }; "paddingBlockStart": { "alias": "paddingBlockStart"; "required": false; }; "paddingInlineEnd": { "alias": "paddingInlineEnd"; "required": false; }; "paddingInlineStart": { "alias": "paddingInlineStart"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "swirlAriaLabelledby": { "alias": "swirlAriaLabelledby"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
188
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": { "alias": "as"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "customBackgroundColor": { "alias": "customBackgroundColor"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "elevationLevel": { "alias": "elevationLevel"; "required": false; }; "height": { "alias": "height"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "href": { "alias": "href"; "required": false; }; "imageAspectRatio": { "alias": "imageAspectRatio"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "isBorderless": { "alias": "isBorderless"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingBlockEnd": { "alias": "paddingBlockEnd"; "required": false; }; "paddingBlockStart": { "alias": "paddingBlockStart"; "required": false; }; "paddingInlineEnd": { "alias": "paddingInlineEnd"; "required": false; }; "paddingInlineStart": { "alias": "paddingInlineStart"; "required": false; }; "swirlAriaCurrent": { "alias": "swirlAriaCurrent"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "swirlAriaLabelledby": { "alias": "swirlAriaLabelledby"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
189
189
|
}
|
|
190
190
|
export declare interface SwirlCard extends Components.SwirlCard {
|
|
191
191
|
componentLoad: EventEmitter<CustomEvent<void>>;
|
|
@@ -2966,7 +2966,7 @@ export declare class SwirlShellNavigationItem {
|
|
|
2966
2966
|
protected el: HTMLSwirlShellNavigationItemElement;
|
|
2967
2967
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2968
2968
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlShellNavigationItem, never>;
|
|
2969
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "boxed": { "alias": "boxed"; "required": false; }; "description": { "alias": "description"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "inlineLabel": { "alias": "inlineLabel"; "required": false; }; "inlineLabelColor": { "alias": "inlineLabelColor"; "required": false; }; "label": { "alias": "label"; "required": true; }; "markAsNew": { "alias": "markAsNew"; "required": false; }; "markAsNewLabel": { "alias": "markAsNewLabel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "useCustomIconSize": { "alias": "useCustomIconSize"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "withGradient": { "alias": "withGradient"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2969
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "boxed": { "alias": "boxed"; "required": false; }; "description": { "alias": "description"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "inlineLabel": { "alias": "inlineLabel"; "required": false; }; "inlineLabelColor": { "alias": "inlineLabelColor"; "required": false; }; "label": { "alias": "label"; "required": true; }; "markAsNew": { "alias": "markAsNew"; "required": false; }; "markAsNewLabel": { "alias": "markAsNewLabel"; "required": false; }; "swirlAriaCurrent": { "alias": "swirlAriaCurrent"; "required": false; }; "target": { "alias": "target"; "required": false; }; "useCustomIconSize": { "alias": "useCustomIconSize"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "withGradient": { "alias": "withGradient"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2970
2970
|
}
|
|
2971
2971
|
export declare interface SwirlShellNavigationItem extends Components.SwirlShellNavigationItem {
|
|
2972
2972
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.419.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.419.0",
|
|
26
26
|
"rxjs": "7.8.2",
|
|
27
27
|
"tslib": "2.4.0",
|
|
28
28
|
"zone.js": "0.15.0"
|
|
@@ -455,7 +455,7 @@ export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {}
|
|
|
455
455
|
|
|
456
456
|
|
|
457
457
|
@ProxyCmp({
|
|
458
|
-
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
458
|
+
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
459
459
|
methods: ['flash']
|
|
460
460
|
})
|
|
461
461
|
@Component({
|
|
@@ -463,7 +463,7 @@ export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {}
|
|
|
463
463
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
464
464
|
template: '<ng-content></ng-content>',
|
|
465
465
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
466
|
-
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
466
|
+
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
467
467
|
standalone: false
|
|
468
468
|
})
|
|
469
469
|
export class SwirlCard {
|
|
@@ -7589,14 +7589,14 @@ export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
|
|
|
7589
7589
|
|
|
7590
7590
|
|
|
7591
7591
|
@ProxyCmp({
|
|
7592
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'target', 'useCustomIconSize', 'variant', 'withGradient']
|
|
7592
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'swirlAriaCurrent', 'target', 'useCustomIconSize', 'variant', 'withGradient']
|
|
7593
7593
|
})
|
|
7594
7594
|
@Component({
|
|
7595
7595
|
selector: 'swirl-shell-navigation-item',
|
|
7596
7596
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7597
7597
|
template: '<ng-content></ng-content>',
|
|
7598
7598
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7599
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'target', 'useCustomIconSize', 'variant', 'withGradient'],
|
|
7599
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'swirlAriaCurrent', 'target', 'useCustomIconSize', 'variant', 'withGradient'],
|
|
7600
7600
|
standalone: false
|
|
7601
7601
|
})
|
|
7602
7602
|
export class SwirlShellNavigationItem {
|