@getflip/swirl-components-angular 0.396.0 → 0.397.1
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 +27 -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
|
@@ -167,7 +167,7 @@ export declare class SwirlButton {
|
|
|
167
167
|
protected el: HTMLSwirlButtonElement;
|
|
168
168
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
169
169
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButton, never>;
|
|
170
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "inheritFontSize": { "alias": "inheritFontSize"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": true; }; "name": { "alias": "name"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "size": { "alias": "size"; "required": false; }; "swirlAriaControls": { "alias": "swirlAriaControls"; "required": false; }; "swirlAriaCurrent": { "alias": "swirlAriaCurrent"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "swirlAriaExpanded": { "alias": "swirlAriaExpanded"; "required": false; }; "swirlAriaHaspopup": { "alias": "swirlAriaHaspopup"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
170
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "cursor": { "alias": "cursor"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "inheritFontSize": { "alias": "inheritFontSize"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": true; }; "name": { "alias": "name"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "size": { "alias": "size"; "required": false; }; "swirlAriaControls": { "alias": "swirlAriaControls"; "required": false; }; "swirlAriaCurrent": { "alias": "swirlAriaCurrent"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "swirlAriaExpanded": { "alias": "swirlAriaExpanded"; "required": false; }; "swirlAriaHaspopup": { "alias": "swirlAriaHaspopup"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
171
171
|
}
|
|
172
172
|
export declare interface SwirlButton extends Components.SwirlButton {
|
|
173
173
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.397.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@angular/platform-browser": "19.2.3",
|
|
23
23
|
"@angular/platform-browser-dynamic": "19.2.3",
|
|
24
24
|
"@angular/router": "19.2.3",
|
|
25
|
-
"@getflip/swirl-components": "^0.
|
|
25
|
+
"@getflip/swirl-components": "^0.397.1",
|
|
26
26
|
"rxjs": "~7.8.0",
|
|
27
27
|
"tslib": "^2.3.0",
|
|
28
28
|
"zone.js": "0.15.0"
|
|
@@ -408,14 +408,14 @@ export declare interface SwirlBox extends Components.SwirlBox {
|
|
|
408
408
|
|
|
409
409
|
|
|
410
410
|
@ProxyCmp({
|
|
411
|
-
inputs: ['disabled', 'download', 'elevated', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
411
|
+
inputs: ['cursor', 'disabled', 'download', 'elevated', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
412
412
|
})
|
|
413
413
|
@Component({
|
|
414
414
|
selector: 'swirl-button',
|
|
415
415
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
416
416
|
template: '<ng-content></ng-content>',
|
|
417
417
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
418
|
-
inputs: ['disabled', 'download', 'elevated', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', { name: 'label', required: true }, 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
|
|
418
|
+
inputs: ['cursor', 'disabled', 'download', 'elevated', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', { name: 'label', required: true }, 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
|
|
419
419
|
standalone: false
|
|
420
420
|
})
|
|
421
421
|
export class SwirlButton {
|