@getflip/swirl-components-angular 0.478.0 → 0.479.1-beta-20260420150019
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 +29 -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
|
@@ -4480,7 +4480,7 @@ export declare class SwirlTooltip {
|
|
|
4480
4480
|
protected el: HTMLSwirlTooltipElement;
|
|
4481
4481
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4482
4482
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTooltip, never>;
|
|
4483
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTooltip, "swirl-tooltip", never, { "active": { "alias": "active"; "required": false; }; "content": { "alias": "content"; "required": true; }; "delay": { "alias": "delay"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; "positioning": { "alias": "positioning"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4483
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTooltip, "swirl-tooltip", never, { "active": { "alias": "active"; "required": false; }; "content": { "alias": "content"; "required": true; }; "delay": { "alias": "delay"; "required": false; }; "enableFlip": { "alias": "enableFlip"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; "positioning": { "alias": "positioning"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4484
4484
|
}
|
|
4485
4485
|
export declare interface SwirlTooltip extends Components.SwirlTooltip {
|
|
4486
4486
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.479.1-beta-20260420150019",
|
|
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.
|
|
29
|
+
"@getflip/swirl-components": "0.479.1-beta-20260420150019",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
@@ -11478,7 +11478,7 @@ export declare interface SwirlToolbar extends Components.SwirlToolbar {}
|
|
|
11478
11478
|
|
|
11479
11479
|
|
|
11480
11480
|
@ProxyCmp({
|
|
11481
|
-
inputs: ['active', 'content', 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
|
|
11481
|
+
inputs: ['active', 'content', 'delay', 'enableFlip', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
|
|
11482
11482
|
methods: ['show', 'hide']
|
|
11483
11483
|
})
|
|
11484
11484
|
@Component({
|
|
@@ -11486,7 +11486,7 @@ export declare interface SwirlToolbar extends Components.SwirlToolbar {}
|
|
|
11486
11486
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11487
11487
|
template: '<ng-content></ng-content>',
|
|
11488
11488
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
11489
|
-
inputs: ['active', { name: 'content', required: true }, 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
|
|
11489
|
+
inputs: ['active', { name: 'content', required: true }, 'delay', 'enableFlip', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
|
|
11490
11490
|
standalone: false
|
|
11491
11491
|
})
|
|
11492
11492
|
export class SwirlTooltip {
|