@getflip/swirl-components-angular 0.221.0 → 0.222.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 +2 -2
- package/CHANGELOG.md +14 -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
|
@@ -464,7 +464,7 @@ export declare class SwirlFormControl {
|
|
|
464
464
|
protected el: HTMLElement;
|
|
465
465
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
466
466
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormControl, never>;
|
|
467
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
467
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
468
468
|
}
|
|
469
469
|
export declare interface SwirlFormControl extends Components.SwirlFormControl {
|
|
470
470
|
}
|
|
@@ -3078,7 +3078,7 @@ export declare class SwirlTextInput {
|
|
|
3078
3078
|
protected el: HTMLElement;
|
|
3079
3079
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3080
3080
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTextInput, never>;
|
|
3081
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "autoGrow": { "alias": "autoGrow"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "disableDynamicWidth": { "alias": "disableDynamicWidth"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "passwordToggleLabel": { "alias": "passwordToggleLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "prefixLabel": { "alias": "prefixLabel"; "required": false; }; "required": { "alias": "required"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "showCharacterCounter": { "alias": "showCharacterCounter"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "suffixLabel": { "alias": "suffixLabel"; "required": false; }; "swirlAriaAutocomplete": { "alias": "swirlAriaAutocomplete"; "required": false; }; "swirlAriaControls": { "alias": "swirlAriaControls"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "swirlAriaExpanded": { "alias": "swirlAriaExpanded"; "required": false; }; "swirlRole": { "alias": "swirlRole"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3081
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "autoGrow": { "alias": "autoGrow"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "disableDynamicWidth": { "alias": "disableDynamicWidth"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "passwordToggleLabel": { "alias": "passwordToggleLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "prefixLabel": { "alias": "prefixLabel"; "required": false; }; "required": { "alias": "required"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "showCharacterCounter": { "alias": "showCharacterCounter"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "suffixLabel": { "alias": "suffixLabel"; "required": false; }; "swirlAriaAutocomplete": { "alias": "swirlAriaAutocomplete"; "required": false; }; "swirlAriaControls": { "alias": "swirlAriaControls"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "swirlAriaExpanded": { "alias": "swirlAriaExpanded"; "required": false; }; "swirlRole": { "alias": "swirlRole"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3082
3082
|
}
|
|
3083
3083
|
export declare interface SwirlTextInput extends Components.SwirlTextInput {
|
|
3084
3084
|
inputBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.222.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.222.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.13.3"
|
|
@@ -1157,14 +1157,14 @@ export declare interface SwirlFileViewerVideo extends Components.SwirlFileViewer
|
|
|
1157
1157
|
|
|
1158
1158
|
|
|
1159
1159
|
@ProxyCmp({
|
|
1160
|
-
inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
|
|
1160
|
+
inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
|
|
1161
1161
|
})
|
|
1162
1162
|
@Component({
|
|
1163
1163
|
selector: 'swirl-form-control',
|
|
1164
1164
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1165
1165
|
template: '<ng-content></ng-content>',
|
|
1166
1166
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1167
|
-
inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip'],
|
|
1167
|
+
inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip'],
|
|
1168
1168
|
})
|
|
1169
1169
|
export class SwirlFormControl {
|
|
1170
1170
|
protected el: HTMLElement;
|
|
@@ -7557,7 +7557,7 @@ export declare interface SwirlText extends Components.SwirlText {}
|
|
|
7557
7557
|
|
|
7558
7558
|
|
|
7559
7559
|
@ProxyCmp({
|
|
7560
|
-
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
7560
|
+
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
7561
7561
|
methods: ['blurInput', 'focusInput']
|
|
7562
7562
|
})
|
|
7563
7563
|
@Component({
|
|
@@ -7565,7 +7565,7 @@ export declare interface SwirlText extends Components.SwirlText {}
|
|
|
7565
7565
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7566
7566
|
template: '<ng-content></ng-content>',
|
|
7567
7567
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7568
|
-
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
7568
|
+
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
7569
7569
|
})
|
|
7570
7570
|
export class SwirlTextInput {
|
|
7571
7571
|
protected el: HTMLElement;
|