@tet/tet-components-angular 1.3.93-testing → 1.3.94-testing
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.
|
@@ -824,11 +824,11 @@ let TetExpandableInput = class TetExpandableInput {
|
|
|
824
824
|
proxyOutputs(this, this.el, ['before-state-change', 'after-state-change']);
|
|
825
825
|
}
|
|
826
826
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetExpandableInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
827
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetExpandableInput, selector: "tet-expandable-input", inputs: { accessibilityLabel: "accessibilityLabel", animationDuration: "animationDuration", class: "class", closeInputText: "closeInputText", closedWidth: "closedWidth", darkMode: "darkMode", disabled: "disabled", error: "error",
|
|
827
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetExpandableInput, selector: "tet-expandable-input", inputs: { accessibilityLabel: "accessibilityLabel", animationDuration: "animationDuration", class: "class", closeInputText: "closeInputText", closedWidth: "closedWidth", darkMode: "darkMode", disabled: "disabled", error: "error", iconLeft: "iconLeft", iconRight: "iconRight", iconRightClickCallback: "iconRightClickCallback", manualValidation: "manualValidation", mode: "mode", placeholder: "placeholder", size: "size", theme: "theme", validators: "validators", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
828
828
|
};
|
|
829
829
|
TetExpandableInput = __decorate([
|
|
830
830
|
ProxyCmp({
|
|
831
|
-
inputs: ['accessibilityLabel', 'animationDuration', 'class', 'closeInputText', 'closedWidth', 'darkMode', 'disabled', 'error', '
|
|
831
|
+
inputs: ['accessibilityLabel', 'animationDuration', 'class', 'closeInputText', 'closedWidth', 'darkMode', 'disabled', 'error', 'iconLeft', 'iconRight', 'iconRightClickCallback', 'manualValidation', 'mode', 'placeholder', 'size', 'theme', 'validators', 'value'],
|
|
832
832
|
methods: ['getInputHtmlElement', 'getErrors', 'validateInput', 'setState', 'clear']
|
|
833
833
|
})
|
|
834
834
|
], TetExpandableInput);
|
|
@@ -839,7 +839,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
839
839
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
840
840
|
template: '<ng-content></ng-content>',
|
|
841
841
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
842
|
-
inputs: ['accessibilityLabel', 'animationDuration', 'class', 'closeInputText', 'closedWidth', 'darkMode', 'disabled', 'error', '
|
|
842
|
+
inputs: ['accessibilityLabel', 'animationDuration', 'class', 'closeInputText', 'closedWidth', 'darkMode', 'disabled', 'error', 'iconLeft', 'iconRight', 'iconRightClickCallback', 'manualValidation', 'mode', 'placeholder', 'size', 'theme', 'validators', 'value'],
|
|
843
843
|
}]
|
|
844
844
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
845
845
|
let TetExpansionPanel = class TetExpansionPanel {
|