@getflip/swirl-components-angular 0.457.1 → 0.458.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 +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
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,5 +20,5 @@ Built Angular Package
|
|
|
20
20
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
21
21
|
------------------------------------------------------------------------------
|
|
22
22
|
|
|
23
|
-
Build at: 2026-03-
|
|
23
|
+
Build at: 2026-03-09T12:42:50.568Z - Time: 12215ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.458.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1519](https://github.com/getflip/swirl/pull/1519)
|
|
8
|
+
[`68c610e03`](https://github.com/getflip/swirl/commit/68c610e03e4597ef43a7ffb12d2483cc7f45ca5a)
|
|
9
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Add Mark as
|
|
10
|
+
new Tag to Tree-Navigation-item
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`68c610e03`](https://github.com/getflip/swirl/commit/68c610e03e4597ef43a7ffb12d2483cc7f45ca5a)]:
|
|
16
|
+
- @getflip/swirl-components@0.458.0
|
|
17
|
+
|
|
3
18
|
## 0.457.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -12787,11 +12787,11 @@ let SwirlTreeNavigationItem = class SwirlTreeNavigationItem {
|
|
|
12787
12787
|
proxyOutputs(this, this.el, ['expansionChange']);
|
|
12788
12788
|
}
|
|
12789
12789
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlTreeNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
12790
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlTreeNavigationItem, isStandalone: false, selector: "swirl-tree-navigation-item", inputs: { active: "active", expandable: "expandable", external: "external", href: "href", icon: "icon", label: "label", level: "level", navigationItemId: "navigationItemId", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12790
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlTreeNavigationItem, isStandalone: false, selector: "swirl-tree-navigation-item", inputs: { active: "active", expandable: "expandable", external: "external", href: "href", icon: "icon", label: "label", level: "level", markAsNew: "markAsNew", markAsNewLabel: "markAsNewLabel", navigationItemId: "navigationItemId", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12791
12791
|
};
|
|
12792
12792
|
SwirlTreeNavigationItem = __decorate([
|
|
12793
12793
|
ProxyCmp({
|
|
12794
|
-
inputs: ['active', 'expandable', 'external', 'href', 'icon', 'label', 'level', 'navigationItemId', 'target'],
|
|
12794
|
+
inputs: ['active', 'expandable', 'external', 'href', 'icon', 'label', 'level', 'markAsNew', 'markAsNewLabel', 'navigationItemId', 'target'],
|
|
12795
12795
|
methods: ['expand', 'collapse']
|
|
12796
12796
|
})
|
|
12797
12797
|
], SwirlTreeNavigationItem);
|
|
@@ -12802,7 +12802,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
12802
12802
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
12803
12803
|
template: '<ng-content></ng-content>',
|
|
12804
12804
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
12805
|
-
inputs: ['active', 'expandable', 'external', 'href', 'icon', { name: 'label', required: true }, 'level', { name: 'navigationItemId', required: true }, 'target'],
|
|
12805
|
+
inputs: ['active', 'expandable', 'external', 'href', 'icon', { name: 'label', required: true }, 'level', 'markAsNew', 'markAsNewLabel', { name: 'navigationItemId', required: true }, 'target'],
|
|
12806
12806
|
standalone: false
|
|
12807
12807
|
}]
|
|
12808
12808
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|