@getflip/swirl-components-angular 0.388.0 → 0.389.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 +15 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- 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 +2 -2
|
@@ -2929,7 +2929,7 @@ export declare class SwirlShellNavigationItem {
|
|
|
2929
2929
|
protected el: HTMLSwirlShellNavigationItemElement;
|
|
2930
2930
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2931
2931
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlShellNavigationItem, never>;
|
|
2932
|
-
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; }; "variant": { "alias": "variant"; "required": false; }; "withGradient": { "alias": "withGradient"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2932
|
+
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>;
|
|
2933
2933
|
}
|
|
2934
2934
|
export declare interface SwirlShellNavigationItem extends Components.SwirlShellNavigationItem {
|
|
2935
2935
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.389.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.389.0",
|
|
26
26
|
"rxjs": "~7.8.0",
|
|
27
27
|
"tslib": "^2.3.0",
|
|
28
28
|
"zone.js": "0.15.0"
|
|
@@ -7491,14 +7491,14 @@ export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
|
|
|
7491
7491
|
|
|
7492
7492
|
|
|
7493
7493
|
@ProxyCmp({
|
|
7494
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'target', 'variant', 'withGradient']
|
|
7494
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'target', 'useCustomIconSize', 'variant', 'withGradient']
|
|
7495
7495
|
})
|
|
7496
7496
|
@Component({
|
|
7497
7497
|
selector: 'swirl-shell-navigation-item',
|
|
7498
7498
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7499
7499
|
template: '<ng-content></ng-content>',
|
|
7500
7500
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7501
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'target', 'variant', 'withGradient'],
|
|
7501
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'target', 'useCustomIconSize', 'variant', 'withGradient'],
|
|
7502
7502
|
standalone: false
|
|
7503
7503
|
})
|
|
7504
7504
|
export class SwirlShellNavigationItem {
|