@quadrel-enterprise-ui/framework 20.27.5 → 20.27.6
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
|
@@ -7190,6 +7190,7 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
|
|
|
7190
7190
|
private readonly controlContainer;
|
|
7191
7191
|
private readonly eventBrokerService;
|
|
7192
7192
|
private readonly numberInputService;
|
|
7193
|
+
private readonly translateService;
|
|
7193
7194
|
/**
|
|
7194
7195
|
* The form control name can be assigned here if you want to use Reactive Forms.
|
|
7195
7196
|
*/
|
|
@@ -7328,6 +7329,7 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
|
|
|
7328
7329
|
private updateConfig;
|
|
7329
7330
|
private subscribeToOptions;
|
|
7330
7331
|
private loadOptionsForTypedValue;
|
|
7332
|
+
private getUnitLabel;
|
|
7331
7333
|
private emitValue;
|
|
7332
7334
|
private initOpModeSubscription;
|
|
7333
7335
|
private normalizeInitialControlValueIfNeeded;
|