@getflip/swirl-components-angular 0.522.0 → 0.523.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 +3 -3
- 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
|
@@ -4804,7 +4804,7 @@ export declare class SwirlTab {
|
|
|
4804
4804
|
protected el: HTMLSwirlTabElement;
|
|
4805
4805
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4806
4806
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTab, never>;
|
|
4807
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTab, "swirl-tab", never, { "active": { "alias": "active"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": true; }; "padding": { "alias": "padding"; "required": false; }; "tabId": { "alias": "tabId"; "required": true; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4807
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTab, "swirl-tab", never, { "active": { "alias": "active"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": true; }; "padding": { "alias": "padding"; "required": false; }; "tabId": { "alias": "tabId"; "required": true; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4808
4808
|
}
|
|
4809
4809
|
export declare interface SwirlTab extends Components.SwirlTab {
|
|
4810
4810
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.523.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.23",
|
|
27
27
|
"@angular/platform-browser-dynamic": "19.2.23",
|
|
28
28
|
"@angular/router": "19.2.23",
|
|
29
|
-
"@getflip/swirl-components": "0.
|
|
29
|
+
"@getflip/swirl-components": "0.523.0",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
@@ -12248,14 +12248,14 @@ export declare interface SwirlSymbolYoutube extends Components.SwirlSymbolYoutub
|
|
|
12248
12248
|
|
|
12249
12249
|
|
|
12250
12250
|
@ProxyCmp({
|
|
12251
|
-
inputs: ['active', 'icon', 'label', 'padding', 'tabId', 'tooltip']
|
|
12251
|
+
inputs: ['active', 'badge', 'icon', 'label', 'padding', 'tabId', 'tooltip']
|
|
12252
12252
|
})
|
|
12253
12253
|
@Component({
|
|
12254
12254
|
selector: 'swirl-tab',
|
|
12255
12255
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
12256
12256
|
template: '<ng-content></ng-content>',
|
|
12257
12257
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
12258
|
-
inputs: ['active', 'icon', { name: 'label', required: true }, 'padding', { name: 'tabId', required: true }, 'tooltip'],
|
|
12258
|
+
inputs: ['active', 'badge', 'icon', { name: 'label', required: true }, 'padding', { name: 'tabId', required: true }, 'tooltip'],
|
|
12259
12259
|
standalone: false
|
|
12260
12260
|
})
|
|
12261
12261
|
export class SwirlTab {
|