@getflip/swirl-components-angular 0.522.0 → 0.523.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 +8 -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
|
@@ -13,14 +13,14 @@ Building entry point '@getflip/swirl-components-angular'
|
|
|
13
13
|
✔ Copying assets
|
|
14
14
|
- Writing package manifest
|
|
15
15
|
✔ Writing package manifest
|
|
16
|
-
✔ Built @getflip/swirl-components-angular
|
|
17
16
|
|
|
18
17
|
------------------------------------------------------------------------------
|
|
19
18
|
Built Angular Package
|
|
19
|
+
✔ Built @getflip/swirl-components-angular
|
|
20
20
|
- from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
|
|
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-27T10:26:06.023Z - Time: 14831ms
|
|
25
25
|
|
|
26
|
-
Done in
|
|
26
|
+
Done in 17.36s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.523.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`fc4eb722c`](https://github.com/getflip/swirl/commit/fc4eb722ca54ee3a87b2ccca2ddef16a108e4dc0)]:
|
|
9
|
+
- @getflip/swirl-components@0.523.0
|
|
10
|
+
|
|
3
11
|
## 0.522.0
|
|
4
12
|
|
|
5
13
|
### 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 }] });
|