chrv-components 1.11.41 → 1.11.42
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
|
@@ -46,7 +46,7 @@ declare class ChrButtonComponent {
|
|
|
46
46
|
readonly textColor: _angular_core.InputSignal<Color | undefined>;
|
|
47
47
|
readonly flat: _angular_core.InputSignal<boolean>;
|
|
48
48
|
readonly predicate: _angular_core.InputSignal<boolean | undefined>;
|
|
49
|
-
readonly type: _angular_core.InputSignal<"
|
|
49
|
+
readonly type: _angular_core.InputSignal<"fixed" | "small" | "none" | "responsive" | "table" | "full">;
|
|
50
50
|
readonly href: _angular_core.InputSignal<string | undefined>;
|
|
51
51
|
readonly target: _angular_core.InputSignal<"_blank" | "_parent" | "_self" | "_top" | undefined>;
|
|
52
52
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
@@ -749,7 +749,7 @@ interface IInputSearchFilter {
|
|
|
749
749
|
declare class ChrSearchSelectComponent extends ChrBaseInputComponent implements ControlValueAccessor, OnInit, OnDestroy {
|
|
750
750
|
predicate: boolean;
|
|
751
751
|
filteredModelOptions?: Observable<any>;
|
|
752
|
-
|
|
752
|
+
readonly values: BehaviorSubject<string>;
|
|
753
753
|
readonly autocomplete: _angular_core.Signal<MatAutocomplete>;
|
|
754
754
|
readonly placeholder: _angular_core.InputSignal<string | undefined>;
|
|
755
755
|
readonly data: _angular_core.InputSignal<any[] | null>;
|
|
@@ -770,7 +770,7 @@ declare class ChrSearchSelectComponent extends ChrBaseInputComponent implements
|
|
|
770
770
|
*/
|
|
771
771
|
readonly acceptText: _angular_core.InputSignal<boolean | null>;
|
|
772
772
|
protected filterIndex: _angular_core.WritableSignal<number>;
|
|
773
|
-
protected overrideShowResults: boolean
|
|
773
|
+
protected overrideShowResults: _angular_core.WritableSignal<boolean>;
|
|
774
774
|
constructor();
|
|
775
775
|
ngOnInit(): void;
|
|
776
776
|
/**
|
package/package.json
CHANGED
|
Binary file
|