@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
|
@@ -1294,11 +1294,11 @@ let SwirlFormControl = class SwirlFormControl {
|
|
|
1294
1294
|
this.el = r.nativeElement;
|
|
1295
1295
|
}
|
|
1296
1296
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFormControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1297
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", hideLabel: "hideLabel", inline: "inline", invalid: "invalid", label: "label", labelPosition: "labelPosition", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1297
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", fontSize: "fontSize", hideLabel: "hideLabel", inline: "inline", invalid: "invalid", label: "label", labelPosition: "labelPosition", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1298
1298
|
};
|
|
1299
1299
|
SwirlFormControl = __decorate([
|
|
1300
1300
|
ProxyCmp({
|
|
1301
|
-
inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
|
|
1301
|
+
inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
|
|
1302
1302
|
})
|
|
1303
1303
|
], SwirlFormControl);
|
|
1304
1304
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFormControl, decorators: [{
|
|
@@ -1308,7 +1308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1308
1308
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1309
1309
|
template: '<ng-content></ng-content>',
|
|
1310
1310
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1311
|
-
inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip'],
|
|
1311
|
+
inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip'],
|
|
1312
1312
|
}]
|
|
1313
1313
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1314
1314
|
let SwirlFormGroup = class SwirlFormGroup {
|
|
@@ -8732,11 +8732,11 @@ let SwirlTextInput = class SwirlTextInput {
|
|
|
8732
8732
|
proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'valueChange']);
|
|
8733
8733
|
}
|
|
8734
8734
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8735
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTextInput, selector: "swirl-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoGrow: "autoGrow", autoSelect: "autoSelect", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disableDynamicWidth: "disableDynamicWidth", disabled: "disabled", inline: "inline", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", placeholder: "placeholder", prefixLabel: "prefixLabel", required: "required", rows: "rows", showCharacterCounter: "showCharacterCounter", spellCheck: "spellCheck", step: "step", suffixLabel: "suffixLabel", swirlAriaAutocomplete: "swirlAriaAutocomplete", swirlAriaControls: "swirlAriaControls", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlRole: "swirlRole", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8735
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTextInput, selector: "swirl-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoGrow: "autoGrow", autoSelect: "autoSelect", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disableDynamicWidth: "disableDynamicWidth", disabled: "disabled", fontSize: "fontSize", inline: "inline", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", placeholder: "placeholder", prefixLabel: "prefixLabel", required: "required", rows: "rows", showCharacterCounter: "showCharacterCounter", spellCheck: "spellCheck", step: "step", suffixLabel: "suffixLabel", swirlAriaAutocomplete: "swirlAriaAutocomplete", swirlAriaControls: "swirlAriaControls", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlRole: "swirlRole", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8736
8736
|
};
|
|
8737
8737
|
SwirlTextInput = __decorate([
|
|
8738
8738
|
ProxyCmp({
|
|
8739
|
-
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'],
|
|
8739
|
+
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'],
|
|
8740
8740
|
methods: ['blurInput', 'focusInput']
|
|
8741
8741
|
})
|
|
8742
8742
|
], SwirlTextInput);
|
|
@@ -8747,7 +8747,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8747
8747
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8748
8748
|
template: '<ng-content></ng-content>',
|
|
8749
8749
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8750
|
-
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'],
|
|
8750
|
+
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'],
|
|
8751
8751
|
}]
|
|
8752
8752
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
8753
8753
|
let SwirlThemeProvider = class SwirlThemeProvider {
|