@getflip/swirl-components-angular 0.274.1 → 0.276.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 +36 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
|
@@ -162,7 +162,7 @@ export declare class SwirlButton {
|
|
|
162
162
|
protected el: HTMLElement;
|
|
163
163
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
164
164
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButton, never>;
|
|
165
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "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; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "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>;
|
|
165
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "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": false; }; "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>;
|
|
166
166
|
}
|
|
167
167
|
export declare interface SwirlButton extends Components.SwirlButton {
|
|
168
168
|
}
|
|
@@ -171,7 +171,7 @@ export declare class SwirlButtonGroup {
|
|
|
171
171
|
protected el: HTMLElement;
|
|
172
172
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
173
173
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButtonGroup, never>;
|
|
174
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButtonGroup, "swirl-button-group", never, { "orientation": { "alias": "orientation"; "required": false; }; "segmented": { "alias": "segmented"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
174
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButtonGroup, "swirl-button-group", never, { "orientation": { "alias": "orientation"; "required": false; }; "segmented": { "alias": "segmented"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
175
175
|
}
|
|
176
176
|
export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {
|
|
177
177
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.276.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@angular/platform-browser": "^16.2.12",
|
|
15
15
|
"@angular/platform-browser-dynamic": "^16.2.12",
|
|
16
16
|
"@angular/router": "^16.2.12",
|
|
17
|
-
"@getflip/swirl-components": "^0.
|
|
17
|
+
"@getflip/swirl-components": "^0.276.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.13.3"
|
|
@@ -389,14 +389,14 @@ export declare interface SwirlBox extends Components.SwirlBox {}
|
|
|
389
389
|
|
|
390
390
|
|
|
391
391
|
@ProxyCmp({
|
|
392
|
-
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
392
|
+
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
393
393
|
})
|
|
394
394
|
@Component({
|
|
395
395
|
selector: 'swirl-button',
|
|
396
396
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
397
397
|
template: '<ng-content></ng-content>',
|
|
398
398
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
399
|
-
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
|
|
399
|
+
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
|
|
400
400
|
})
|
|
401
401
|
export class SwirlButton {
|
|
402
402
|
protected el: HTMLElement;
|
|
@@ -411,14 +411,14 @@ export declare interface SwirlButton extends Components.SwirlButton {}
|
|
|
411
411
|
|
|
412
412
|
|
|
413
413
|
@ProxyCmp({
|
|
414
|
-
inputs: ['orientation', 'segmented', 'stretch', 'wrap']
|
|
414
|
+
inputs: ['orientation', 'segmented', 'spacing', 'stretch', 'wrap']
|
|
415
415
|
})
|
|
416
416
|
@Component({
|
|
417
417
|
selector: 'swirl-button-group',
|
|
418
418
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
419
419
|
template: '<ng-content></ng-content>',
|
|
420
420
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
421
|
-
inputs: ['orientation', 'segmented', 'stretch', 'wrap'],
|
|
421
|
+
inputs: ['orientation', 'segmented', 'spacing', 'stretch', 'wrap'],
|
|
422
422
|
})
|
|
423
423
|
export class SwirlButtonGroup {
|
|
424
424
|
protected el: HTMLElement;
|