@tet/tet-components-angular 1.3.66-staging → 1.3.67-staging
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.
|
@@ -847,11 +847,11 @@ let TetInput = class TetInput {
|
|
|
847
847
|
this.el = r.nativeElement;
|
|
848
848
|
}
|
|
849
849
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
850
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetInput, selector: "tet-input", inputs: { accessibilityLabel: "accessibilityLabel", autocomplete: "autocomplete", class: "class", disabled: "disabled", error: "error", iconLeft: "iconLeft", iconLeftClickCallback: "iconLeftClickCallback", iconRight: "iconRight", iconRightClickCallback: "iconRightClickCallback", inputTabindex: "inputTabindex", label: "label", manualValidation: "manualValidation", maxlength: "maxlength", placeholder: "placeholder", readonly: "readonly", theme: "theme", type: "type", validators: "validators", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
850
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetInput, selector: "tet-input", inputs: { accessibilityLabel: "accessibilityLabel", autocomplete: "autocomplete", class: "class", disabled: "disabled", error: "error", iconLeft: "iconLeft", iconLeftClickCallback: "iconLeftClickCallback", iconRight: "iconRight", iconRightClickCallback: "iconRightClickCallback", inputTabindex: "inputTabindex", isPhoneNumber: "isPhoneNumber", label: "label", manualValidation: "manualValidation", maxlength: "maxlength", placeholder: "placeholder", readonly: "readonly", theme: "theme", type: "type", validators: "validators", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
851
851
|
};
|
|
852
852
|
TetInput = __decorate([
|
|
853
853
|
ProxyCmp({
|
|
854
|
-
inputs: ['accessibilityLabel', 'autocomplete', 'class', 'disabled', 'error', 'iconLeft', 'iconLeftClickCallback', 'iconRight', 'iconRightClickCallback', 'inputTabindex', 'label', 'manualValidation', 'maxlength', 'placeholder', 'readonly', 'theme', 'type', 'validators', 'value'],
|
|
854
|
+
inputs: ['accessibilityLabel', 'autocomplete', 'class', 'disabled', 'error', 'iconLeft', 'iconLeftClickCallback', 'iconRight', 'iconRightClickCallback', 'inputTabindex', 'isPhoneNumber', 'label', 'manualValidation', 'maxlength', 'placeholder', 'readonly', 'theme', 'type', 'validators', 'value'],
|
|
855
855
|
methods: ['getInputHtmlElement', 'getErrors', 'clearErrors', 'validateInput']
|
|
856
856
|
})
|
|
857
857
|
], TetInput);
|
|
@@ -862,7 +862,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
862
862
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
863
863
|
template: '<ng-content></ng-content>',
|
|
864
864
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
865
|
-
inputs: ['accessibilityLabel', 'autocomplete', 'class', 'disabled', 'error', 'iconLeft', 'iconLeftClickCallback', 'iconRight', 'iconRightClickCallback', 'inputTabindex', 'label', 'manualValidation', 'maxlength', 'placeholder', 'readonly', 'theme', 'type', 'validators', 'value'],
|
|
865
|
+
inputs: ['accessibilityLabel', 'autocomplete', 'class', 'disabled', 'error', 'iconLeft', 'iconLeftClickCallback', 'iconRight', 'iconRightClickCallback', 'inputTabindex', 'isPhoneNumber', 'label', 'manualValidation', 'maxlength', 'placeholder', 'readonly', 'theme', 'type', 'validators', 'value'],
|
|
866
866
|
}]
|
|
867
867
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
868
868
|
let TetLabel = class TetLabel {
|