@getflip/swirl-components-angular 0.55.0 → 0.56.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 +2 -2
- package/CHANGELOG.md +31 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2020/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
|
@@ -450,7 +450,7 @@ export declare class SwirlFormControl {
|
|
|
450
450
|
protected el: HTMLElement;
|
|
451
451
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
452
452
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormControl, never>;
|
|
453
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": "description"; "disabled": "disabled"; "errorMessage": "errorMessage"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "labelPosition": "labelPosition"; }, {}, never, ["*"], false>;
|
|
453
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": "description"; "disabled": "disabled"; "errorMessage": "errorMessage"; "hideLabel": "hideLabel"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "labelPosition": "labelPosition"; }, {}, never, ["*"], false>;
|
|
454
454
|
}
|
|
455
455
|
export declare interface SwirlFormGroup extends Components.SwirlFormGroup {
|
|
456
456
|
}
|
|
@@ -1758,7 +1758,7 @@ export declare class SwirlSelect {
|
|
|
1758
1758
|
protected el: HTMLElement;
|
|
1759
1759
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1760
1760
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSelect, never>;
|
|
1761
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSelect, "swirl-select", never, { "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1761
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSelect, "swirl-select", never, { "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "selectId": "selectId"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1762
1762
|
}
|
|
1763
1763
|
export declare interface SwirlSeparator extends Components.SwirlSeparator {
|
|
1764
1764
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.56.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@angular/platform-browser": "^14.1.0",
|
|
15
15
|
"@angular/platform-browser-dynamic": "^14.1.0",
|
|
16
16
|
"@angular/router": "^14.1.0",
|
|
17
|
-
"@getflip/swirl-components": "^0.
|
|
17
|
+
"@getflip/swirl-components": "^0.57.1",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.11.4"
|
|
@@ -940,13 +940,13 @@ export declare interface SwirlFormControl extends Components.SwirlFormControl {}
|
|
|
940
940
|
|
|
941
941
|
@ProxyCmp({
|
|
942
942
|
defineCustomElementFn: undefined,
|
|
943
|
-
inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
|
|
943
|
+
inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
|
|
944
944
|
})
|
|
945
945
|
@Component({
|
|
946
946
|
selector: 'swirl-form-control',
|
|
947
947
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
948
948
|
template: '<ng-content></ng-content>',
|
|
949
|
-
inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
|
|
949
|
+
inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
|
|
950
950
|
})
|
|
951
951
|
export class SwirlFormControl {
|
|
952
952
|
protected el: HTMLElement;
|
|
@@ -3910,13 +3910,13 @@ export declare interface SwirlSelect extends Components.SwirlSelect {
|
|
|
3910
3910
|
|
|
3911
3911
|
@ProxyCmp({
|
|
3912
3912
|
defineCustomElementFn: undefined,
|
|
3913
|
-
inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
|
|
3913
|
+
inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
|
|
3914
3914
|
})
|
|
3915
3915
|
@Component({
|
|
3916
3916
|
selector: 'swirl-select',
|
|
3917
3917
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3918
3918
|
template: '<ng-content></ng-content>',
|
|
3919
|
-
inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
|
|
3919
|
+
inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
|
|
3920
3920
|
})
|
|
3921
3921
|
export class SwirlSelect {
|
|
3922
3922
|
protected el: HTMLElement;
|