@getflip/swirl-components-angular 0.502.0 → 0.503.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 +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
|
@@ -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-06-
|
|
23
|
+
Build at: 2026-06-15T11:07:05.127Z - Time: 12697ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.503.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`467c03557`](https://github.com/getflip/swirl/commit/467c0355783590145fcc177d1c16501f01010934)]:
|
|
9
|
+
- @getflip/swirl-components@0.503.0
|
|
10
|
+
|
|
11
|
+
## 0.502.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
[[`81c20caa4`](https://github.com/getflip/swirl/commit/81c20caa40111429a509049184455b8d6e9c9940)]:
|
|
17
|
+
- @getflip/swirl-components@0.502.1
|
|
18
|
+
|
|
3
19
|
## 0.502.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -12989,11 +12989,11 @@ let SwirlTabBar = class SwirlTabBar {
|
|
|
12989
12989
|
proxyOutputs(this, this.el, ['activateNextTab', 'activatePreviousTab', 'activateTab']);
|
|
12990
12990
|
}
|
|
12991
12991
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
12992
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlTabBar, isStandalone: false, selector: "swirl-tab-bar", inputs: { disableTabSemantics: "disableTabSemantics", justify: "justify", label: "label", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", tabs: "tabs", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12992
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlTabBar, isStandalone: false, selector: "swirl-tab-bar", inputs: { disableTabSemantics: "disableTabSemantics", justify: "justify", label: "label", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", tabs: "tabs", variant: "variant", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12993
12993
|
};
|
|
12994
12994
|
SwirlTabBar = __decorate([
|
|
12995
12995
|
ProxyCmp({
|
|
12996
|
-
inputs: ['disableTabSemantics', 'justify', 'label', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'tabs', 'variant']
|
|
12996
|
+
inputs: ['disableTabSemantics', 'justify', 'label', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'tabs', 'variant', 'wrap']
|
|
12997
12997
|
})
|
|
12998
12998
|
], SwirlTabBar);
|
|
12999
12999
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlTabBar, decorators: [{
|
|
@@ -13003,7 +13003,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
13003
13003
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
13004
13004
|
template: '<ng-content></ng-content>',
|
|
13005
13005
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
13006
|
-
inputs: ['disableTabSemantics', 'justify', { name: 'label', required: true }, 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'tabs', 'variant'],
|
|
13006
|
+
inputs: ['disableTabSemantics', 'justify', { name: 'label', required: true }, 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'tabs', 'variant', 'wrap'],
|
|
13007
13007
|
standalone: false
|
|
13008
13008
|
}]
|
|
13009
13009
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|