@getflip/swirl-components-angular 0.522.0 → 0.523.1
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 +16 -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
|
@@ -21,6 +21,6 @@ Built Angular Package
|
|
|
21
21
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
22
22
|
------------------------------------------------------------------------------
|
|
23
23
|
|
|
24
|
-
Build at: 2026-08-
|
|
24
|
+
Build at: 2026-08-27T12:57:39.809Z - Time: 14310ms
|
|
25
25
|
|
|
26
|
-
Done in 16.
|
|
26
|
+
Done in 16.71s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.523.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`2727af675`](https://github.com/getflip/swirl/commit/2727af6751193599dc8800f0e091b6383c1588e9)]:
|
|
9
|
+
- @getflip/swirl-components@0.523.1
|
|
10
|
+
|
|
11
|
+
## 0.523.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
[[`fc4eb722c`](https://github.com/getflip/swirl/commit/fc4eb722ca54ee3a87b2ccca2ddef16a108e4dc0)]:
|
|
17
|
+
- @getflip/swirl-components@0.523.0
|
|
18
|
+
|
|
3
19
|
## 0.522.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -14080,11 +14080,11 @@ let SwirlTab = class SwirlTab {
|
|
|
14080
14080
|
this.el = r.nativeElement;
|
|
14081
14081
|
}
|
|
14082
14082
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
14083
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlTab, isStandalone: false, selector: "swirl-tab", inputs: { active: "active", icon: "icon", label: "label", padding: "padding", tabId: "tabId", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14083
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlTab, isStandalone: false, selector: "swirl-tab", inputs: { active: "active", badge: "badge", icon: "icon", label: "label", padding: "padding", tabId: "tabId", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14084
14084
|
};
|
|
14085
14085
|
SwirlTab = __decorate([
|
|
14086
14086
|
ProxyCmp({
|
|
14087
|
-
inputs: ['active', 'icon', 'label', 'padding', 'tabId', 'tooltip']
|
|
14087
|
+
inputs: ['active', 'badge', 'icon', 'label', 'padding', 'tabId', 'tooltip']
|
|
14088
14088
|
})
|
|
14089
14089
|
], SwirlTab);
|
|
14090
14090
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlTab, decorators: [{
|
|
@@ -14094,7 +14094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImpo
|
|
|
14094
14094
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
14095
14095
|
template: '<ng-content></ng-content>',
|
|
14096
14096
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
14097
|
-
inputs: ['active', 'icon', { name: 'label', required: true }, 'padding', { name: 'tabId', required: true }, 'tooltip'],
|
|
14097
|
+
inputs: ['active', 'badge', 'icon', { name: 'label', required: true }, 'padding', { name: 'tabId', required: true }, 'tooltip'],
|
|
14098
14098
|
standalone: false
|
|
14099
14099
|
}]
|
|
14100
14100
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|