@quadrel-enterprise-ui/framework 20.27.4 → 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;
@@ -12054,12 +12056,12 @@ declare class QdFilterItemFreeTextComponent implements OnInit, OnDestroy {
12054
12056
  itemIndex: number;
12055
12057
  testId: string;
12056
12058
  enterClick: EventEmitter<any>;
12059
+ get dataTestId(): string;
12057
12060
  item: any;
12058
12061
  i18n: any;
12059
- get dataTestId(): string;
12060
- get value(): string;
12061
12062
  inputValue: string;
12062
12063
  private _destroyed$;
12064
+ get value(): string;
12063
12065
  ngOnInit(): void;
12064
12066
  ngOnDestroy(): void;
12065
12067
  handleValueChange(value: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quadrel-enterprise-ui/framework",
3
- "version": "20.27.4",
3
+ "version": "20.27.6",
4
4
  "exports": {
5
5
  "./jest-preset": "./jest-preset.js",
6
6
  "./package.json": {