@getflip/swirl-components-angular 0.526.0 → 0.527.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 +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-09-
|
|
24
|
+
Build at: 2026-09-08T16:47:18.033Z - Time: 14573ms
|
|
25
25
|
|
|
26
|
-
Done in
|
|
26
|
+
Done in 16.75s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.527.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`19cc25ba8`](https://github.com/getflip/swirl/commit/19cc25ba8a30bca9167d31675d29f4ee12510d80)]:
|
|
9
|
+
- @getflip/swirl-components@0.527.0
|
|
10
|
+
|
|
3
11
|
## 0.526.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -738,11 +738,11 @@ let SwirlDataCell = class SwirlDataCell {
|
|
|
738
738
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
739
739
|
}
|
|
740
740
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlDataCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
741
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlDataCell, isStandalone: false, selector: "swirl-data-cell", inputs: { intent: "intent", label: "label", tooltip: "tooltip", value: "value", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
741
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlDataCell, isStandalone: false, selector: "swirl-data-cell", inputs: { href: "href", intent: "intent", interactive: "interactive", label: "label", linkTarget: "linkTarget", size: "size", tooltip: "tooltip", value: "value", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
742
742
|
};
|
|
743
743
|
SwirlDataCell = __decorate([
|
|
744
744
|
ProxyCmp({
|
|
745
|
-
inputs: ['intent', 'label', 'tooltip', 'value', 'vertical']
|
|
745
|
+
inputs: ['href', 'intent', 'interactive', 'label', 'linkTarget', 'size', 'tooltip', 'value', 'vertical']
|
|
746
746
|
})
|
|
747
747
|
], SwirlDataCell);
|
|
748
748
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlDataCell, decorators: [{
|
|
@@ -752,7 +752,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImpo
|
|
|
752
752
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
753
753
|
template: '<ng-content></ng-content>',
|
|
754
754
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
755
|
-
inputs: ['intent', 'label', 'tooltip', 'value', 'vertical'],
|
|
755
|
+
inputs: ['href', 'intent', 'interactive', 'label', 'linkTarget', 'size', 'tooltip', 'value', 'vertical'],
|
|
756
756
|
standalone: false
|
|
757
757
|
}]
|
|
758
758
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|