@getflip/swirl-components-angular 0.260.0 → 0.261.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 +16 -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
|
@@ -2284,7 +2284,7 @@ export declare class SwirlModal {
|
|
|
2284
2284
|
protected el: HTMLElement;
|
|
2285
2285
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2286
2286
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlModal, never>;
|
|
2287
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "hideSecondaryContent": { "alias": "hideSecondaryContent"; "required": false; }; "hideSecondaryContentBorders": { "alias": "hideSecondaryContentBorders"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "primaryContentFlex": { "alias": "primaryContentFlex"; "required": false; }; "primaryContentMaxWidth": { "alias": "primaryContentMaxWidth"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; "secondaryContentFlex": { "alias": "secondaryContentFlex"; "required": false; }; "secondaryContentMaxWidth": { "alias": "secondaryContentMaxWidth"; "required": false; }; "secondaryContentPadding": { "alias": "secondaryContentPadding"; "required": false; }; "secondaryContentPaddingBlockEnd": { "alias": "secondaryContentPaddingBlockEnd"; "required": false; }; "secondaryContentPaddingBlockStart": { "alias": "secondaryContentPaddingBlockStart"; "required": false; }; "secondaryContentPaddingInlineEnd": { "alias": "secondaryContentPaddingInlineEnd"; "required": false; }; "secondaryContentPaddingInlineStart": { "alias": "secondaryContentPaddingInlineStart"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2287
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "contentGap": { "alias": "contentGap"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "hideSecondaryContent": { "alias": "hideSecondaryContent"; "required": false; }; "hideSecondaryContentBorders": { "alias": "hideSecondaryContentBorders"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "primaryContentFlex": { "alias": "primaryContentFlex"; "required": false; }; "primaryContentMaxWidth": { "alias": "primaryContentMaxWidth"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; "secondaryContentFlex": { "alias": "secondaryContentFlex"; "required": false; }; "secondaryContentMaxWidth": { "alias": "secondaryContentMaxWidth"; "required": false; }; "secondaryContentPadding": { "alias": "secondaryContentPadding"; "required": false; }; "secondaryContentPaddingBlockEnd": { "alias": "secondaryContentPaddingBlockEnd"; "required": false; }; "secondaryContentPaddingBlockStart": { "alias": "secondaryContentPaddingBlockStart"; "required": false; }; "secondaryContentPaddingInlineEnd": { "alias": "secondaryContentPaddingInlineEnd"; "required": false; }; "secondaryContentPaddingInlineStart": { "alias": "secondaryContentPaddingInlineStart"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2288
2288
|
}
|
|
2289
2289
|
export declare interface SwirlModal extends Components.SwirlModal {
|
|
2290
2290
|
modalClose: EventEmitter<CustomEvent<void>>;
|
|
@@ -2538,7 +2538,7 @@ export declare class SwirlSwitch {
|
|
|
2538
2538
|
protected el: HTMLElement;
|
|
2539
2539
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2540
2540
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSwitch, never>;
|
|
2541
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSwitch, "swirl-switch", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2541
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSwitch, "swirl-switch", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2542
2542
|
}
|
|
2543
2543
|
export declare interface SwirlSwitch extends Components.SwirlSwitch {
|
|
2544
2544
|
valueChange: EventEmitter<CustomEvent<boolean>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.261.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.261.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.13.3"
|
|
@@ -5611,7 +5611,7 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
|
|
|
5611
5611
|
|
|
5612
5612
|
|
|
5613
5613
|
@ProxyCmp({
|
|
5614
|
-
inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'variant'],
|
|
5614
|
+
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'variant'],
|
|
5615
5615
|
methods: ['open', 'close']
|
|
5616
5616
|
})
|
|
5617
5617
|
@Component({
|
|
@@ -5619,7 +5619,7 @@ export declare interface SwirlMenuItem extends Components.SwirlMenuItem {}
|
|
|
5619
5619
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5620
5620
|
template: '<ng-content></ng-content>',
|
|
5621
5621
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5622
|
-
inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'variant'],
|
|
5622
|
+
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'variant'],
|
|
5623
5623
|
})
|
|
5624
5624
|
export class SwirlModal {
|
|
5625
5625
|
protected el: HTMLElement;
|
|
@@ -6229,7 +6229,7 @@ export declare interface SwirlStatusIndicator extends Components.SwirlStatusIndi
|
|
|
6229
6229
|
|
|
6230
6230
|
|
|
6231
6231
|
@ProxyCmp({
|
|
6232
|
-
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value'],
|
|
6232
|
+
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'swirlAriaLabel', 'value'],
|
|
6233
6233
|
methods: ['toggle']
|
|
6234
6234
|
})
|
|
6235
6235
|
@Component({
|
|
@@ -6237,7 +6237,7 @@ export declare interface SwirlStatusIndicator extends Components.SwirlStatusIndi
|
|
|
6237
6237
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6238
6238
|
template: '<ng-content></ng-content>',
|
|
6239
6239
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6240
|
-
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value'],
|
|
6240
|
+
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'swirlAriaLabel', 'value'],
|
|
6241
6241
|
})
|
|
6242
6242
|
export class SwirlSwitch {
|
|
6243
6243
|
protected el: HTMLElement;
|