@getflip/swirl-components-angular 0.491.0-beta-20260513071111 → 0.491.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 +4 -3
- 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
|
@@ -4517,7 +4517,7 @@ export declare class SwirlToolbar {
|
|
|
4517
4517
|
protected el: HTMLSwirlToolbarElement;
|
|
4518
4518
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4519
4519
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToolbar, never>;
|
|
4520
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToolbar, "swirl-toolbar", never, { "label": { "alias": "label"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4520
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToolbar, "swirl-toolbar", never, { "label": { "alias": "label"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4521
4521
|
}
|
|
4522
4522
|
export declare interface SwirlToolbar extends Components.SwirlToolbar {
|
|
4523
4523
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.491.0
|
|
3
|
+
"version": "0.491.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/getflip/swirl"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@angular/platform-browser": "19.2.19",
|
|
27
27
|
"@angular/platform-browser-dynamic": "19.2.19",
|
|
28
28
|
"@angular/router": "19.2.19",
|
|
29
|
-
"@getflip/swirl-components": "0.491.0
|
|
29
|
+
"@getflip/swirl-components": "0.491.0",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
@@ -11572,14 +11572,14 @@ export declare interface SwirlToggleGroup extends Components.SwirlToggleGroup {
|
|
|
11572
11572
|
|
|
11573
11573
|
|
|
11574
11574
|
@ProxyCmp({
|
|
11575
|
-
inputs: ['label', 'orientation']
|
|
11575
|
+
inputs: ['label', 'orientation', 'spacing']
|
|
11576
11576
|
})
|
|
11577
11577
|
@Component({
|
|
11578
11578
|
selector: 'swirl-toolbar',
|
|
11579
11579
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11580
11580
|
template: '<ng-content></ng-content>',
|
|
11581
11581
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
11582
|
-
inputs: ['label', 'orientation'],
|
|
11582
|
+
inputs: ['label', 'orientation', 'spacing'],
|
|
11583
11583
|
standalone: false
|
|
11584
11584
|
})
|
|
11585
11585
|
export class SwirlToolbar {
|