tickera-angular-components 0.0.1-dev.57 → 0.0.1-dev.58
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/index.d.ts
CHANGED
|
@@ -2222,7 +2222,7 @@ declare class FormInputComponent implements ControlValueAccessor {
|
|
|
2222
2222
|
|
|
2223
2223
|
declare class FormSelectComponent implements ControlValueAccessor {
|
|
2224
2224
|
ngControl: NgControl;
|
|
2225
|
-
|
|
2225
|
+
protected transloco: TranslocoService;
|
|
2226
2226
|
label: string;
|
|
2227
2227
|
name: string;
|
|
2228
2228
|
id: string;
|
|
@@ -2246,7 +2246,6 @@ declare class FormSelectComponent implements ControlValueAccessor {
|
|
|
2246
2246
|
get inputId(): string;
|
|
2247
2247
|
get showError(): boolean;
|
|
2248
2248
|
get errorMessage(): string;
|
|
2249
|
-
get resolvedDefaultOptionLabel(): string;
|
|
2250
2249
|
get fieldGroupClasses(): string;
|
|
2251
2250
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectComponent, [{ optional: true; self: true; }, null]>;
|
|
2252
2251
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormSelectComponent, "form-select", never, { "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "options": { "alias": "options"; "required": false; }; "fieldGroupClass": { "alias": "fieldGroupClass"; "required": false; }; "showDefaultOption": { "alias": "showDefaultOption"; "required": false; }; "defaultOptionLabel": { "alias": "defaultOptionLabel"; "required": false; }; }, {}, never, never, true, never>;
|