@getflip/swirl-components-angular 0.461.0 → 0.463.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 +30 -0
- 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
|
@@ -178,7 +178,7 @@ export declare class SwirlCard {
|
|
|
178
178
|
protected el: HTMLSwirlCardElement;
|
|
179
179
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
180
180
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCard, never>;
|
|
181
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": { "alias": "as"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "customBackdropFilter": { "alias": "customBackdropFilter"; "required": false; }; "customBackgroundColor": { "alias": "customBackgroundColor"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "elevationLevel": { "alias": "elevationLevel"; "required": false; }; "height": { "alias": "height"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "href": { "alias": "href"; "required": false; }; "imageAspectRatio": { "alias": "imageAspectRatio"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "isBorderless": { "alias": "isBorderless"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingBlockEnd": { "alias": "paddingBlockEnd"; "required": false; }; "paddingBlockStart": { "alias": "paddingBlockStart"; "required": false; }; "paddingInlineEnd": { "alias": "paddingInlineEnd"; "required": false; }; "paddingInlineStart": { "alias": "paddingInlineStart"; "required": false; }; "swirlAriaCurrent": { "alias": "swirlAriaCurrent"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "swirlAriaLabelledby": { "alias": "swirlAriaLabelledby"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
181
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": { "alias": "as"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "customBackdropFilter": { "alias": "customBackdropFilter"; "required": false; }; "customBackgroundColor": { "alias": "customBackgroundColor"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "elevationLevel": { "alias": "elevationLevel"; "required": false; }; "height": { "alias": "height"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "href": { "alias": "href"; "required": false; }; "imageAspectRatio": { "alias": "imageAspectRatio"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "isBorderless": { "alias": "isBorderless"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingBlockEnd": { "alias": "paddingBlockEnd"; "required": false; }; "paddingBlockStart": { "alias": "paddingBlockStart"; "required": false; }; "paddingInlineEnd": { "alias": "paddingInlineEnd"; "required": false; }; "paddingInlineStart": { "alias": "paddingInlineStart"; "required": false; }; "swirlAriaCurrent": { "alias": "swirlAriaCurrent"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "swirlAriaLabelledby": { "alias": "swirlAriaLabelledby"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
182
182
|
}
|
|
183
183
|
export declare interface SwirlCard extends Components.SwirlCard {
|
|
184
184
|
componentLoad: EventEmitter<CustomEvent<void>>;
|
|
@@ -4326,7 +4326,7 @@ export declare class SwirlToggleButton {
|
|
|
4326
4326
|
protected el: HTMLSwirlToggleButtonElement;
|
|
4327
4327
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4328
4328
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToggleButton, never>;
|
|
4329
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToggleButton, "swirl-toggle-button", never, { "icon": { "alias": "icon"; "required": false; }; "identifier": { "alias": "identifier"; "required": true; }; "isPressed": { "alias": "isPressed"; "required": false; }; "label": { "alias": "label"; "required": true; }; }, {}, never, ["*"], false, never>;
|
|
4329
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToggleButton, "swirl-toggle-button", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "identifier": { "alias": "identifier"; "required": true; }; "isPressed": { "alias": "isPressed"; "required": false; }; "label": { "alias": "label"; "required": true; }; }, {}, never, ["*"], false, never>;
|
|
4330
4330
|
}
|
|
4331
4331
|
export declare interface SwirlToggleButton extends Components.SwirlToggleButton {
|
|
4332
4332
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.463.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@angular/platform-browser": "19.2.19",
|
|
23
23
|
"@angular/platform-browser-dynamic": "19.2.19",
|
|
24
24
|
"@angular/router": "19.2.19",
|
|
25
|
-
"@getflip/swirl-components": "0.
|
|
25
|
+
"@getflip/swirl-components": "0.463.0",
|
|
26
26
|
"rxjs": "7.8.2",
|
|
27
27
|
"tslib": "2.4.0",
|
|
28
28
|
"zone.js": "0.15.0"
|
|
@@ -433,7 +433,7 @@ export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {}
|
|
|
433
433
|
|
|
434
434
|
|
|
435
435
|
@ProxyCmp({
|
|
436
|
-
inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
436
|
+
inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby', 'translucent'],
|
|
437
437
|
methods: ['flash']
|
|
438
438
|
})
|
|
439
439
|
@Component({
|
|
@@ -441,7 +441,7 @@ export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {}
|
|
|
441
441
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
442
442
|
template: '<ng-content></ng-content>',
|
|
443
443
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
444
|
-
inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
444
|
+
inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby', 'translucent'],
|
|
445
445
|
standalone: false
|
|
446
446
|
})
|
|
447
447
|
export class SwirlCard {
|
|
@@ -11083,14 +11083,14 @@ export declare interface SwirlToastProvider extends Components.SwirlToastProvide
|
|
|
11083
11083
|
|
|
11084
11084
|
|
|
11085
11085
|
@ProxyCmp({
|
|
11086
|
-
inputs: ['icon', 'identifier', 'isPressed', 'label']
|
|
11086
|
+
inputs: ['hideLabel', 'icon', 'identifier', 'isPressed', 'label']
|
|
11087
11087
|
})
|
|
11088
11088
|
@Component({
|
|
11089
11089
|
selector: 'swirl-toggle-button',
|
|
11090
11090
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11091
11091
|
template: '<ng-content></ng-content>',
|
|
11092
11092
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
11093
|
-
inputs: ['icon', { name: 'identifier', required: true }, 'isPressed', { name: 'label', required: true }],
|
|
11093
|
+
inputs: ['hideLabel', 'icon', { name: 'identifier', required: true }, 'isPressed', { name: 'label', required: true }],
|
|
11094
11094
|
standalone: false
|
|
11095
11095
|
})
|
|
11096
11096
|
export class SwirlToggleButton {
|