@getflip/swirl-components-angular 0.524.0 → 0.525.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 +2 -2
- package/CHANGELOG.md +8 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +5 -3
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-09-
|
|
24
|
+
Build at: 2026-09-07T09:04:19.263Z - Time: 15126ms
|
|
25
25
|
|
|
26
|
-
Done in
|
|
26
|
+
Done in 17.88s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.525.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`9c09ee48b`](https://github.com/getflip/swirl/commit/9c09ee48bae3dafa52f37f47223e6eff7c491fb1)]:
|
|
9
|
+
- @getflip/swirl-components@0.525.0
|
|
10
|
+
|
|
3
11
|
## 0.524.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -14324,14 +14324,14 @@ let SwirlTag = class SwirlTag {
|
|
|
14324
14324
|
this.z = z;
|
|
14325
14325
|
c.detach();
|
|
14326
14326
|
this.el = r.nativeElement;
|
|
14327
|
-
proxyOutputs(this, this.el, ['remove']);
|
|
14327
|
+
proxyOutputs(this, this.el, ['remove', 'tagClick']);
|
|
14328
14328
|
}
|
|
14329
14329
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
14330
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", hideLabel: "hideLabel", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14330
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", hideLabel: "hideLabel", icon: "icon", iconPosition: "iconPosition", intent: "intent", interactive: "interactive", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14331
14331
|
};
|
|
14332
14332
|
SwirlTag = __decorate([
|
|
14333
14333
|
ProxyCmp({
|
|
14334
|
-
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
14334
|
+
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'interactive', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
14335
14335
|
})
|
|
14336
14336
|
], SwirlTag);
|
|
14337
14337
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlTag, decorators: [{
|
|
@@ -14341,7 +14341,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImpo
|
|
|
14341
14341
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
14342
14342
|
template: '<ng-content></ng-content>',
|
|
14343
14343
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
14344
|
-
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
14344
|
+
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'interactive', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
14345
14345
|
standalone: false
|
|
14346
14346
|
}]
|
|
14347
14347
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|