@quadrel-enterprise-ui/framework 20.27.3 → 20.27.5
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
|
@@ -12054,12 +12054,12 @@ declare class QdFilterItemFreeTextComponent implements OnInit, OnDestroy {
|
|
|
12054
12054
|
itemIndex: number;
|
|
12055
12055
|
testId: string;
|
|
12056
12056
|
enterClick: EventEmitter<any>;
|
|
12057
|
+
get dataTestId(): string;
|
|
12057
12058
|
item: any;
|
|
12058
12059
|
i18n: any;
|
|
12059
|
-
get dataTestId(): string;
|
|
12060
|
-
get value(): string;
|
|
12061
12060
|
inputValue: string;
|
|
12062
12061
|
private _destroyed$;
|
|
12062
|
+
get value(): string;
|
|
12063
12063
|
ngOnInit(): void;
|
|
12064
12064
|
ngOnDestroy(): void;
|
|
12065
12065
|
handleValueChange(value: any): void;
|