@zambon-dev/library 1.4.0 → 1.4.1
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.
|
@@ -98,7 +98,17 @@ export declare class CatalogSelectComponent extends BaseComponent implements OnI
|
|
|
98
98
|
private openDropdownOverlay;
|
|
99
99
|
private refreshSearch;
|
|
100
100
|
private resetMessages;
|
|
101
|
+
private resolveDisplay;
|
|
101
102
|
private syncDisplayFromCurrentValue;
|
|
103
|
+
/**
|
|
104
|
+
* Decides whether the display control has to be written again.
|
|
105
|
+
*
|
|
106
|
+
* The value on its own is not enough. Resetting a form clears the display control and then
|
|
107
|
+
* patches the same value back, so an unchanged value can still leave the display empty. That
|
|
108
|
+
* only happens when the stored value equals the control's initial value, which is why it used
|
|
109
|
+
* to show up on the default entry alone.
|
|
110
|
+
*/
|
|
111
|
+
private shouldRefreshDisplay;
|
|
102
112
|
private syncFormControlsEnabledDisabled;
|
|
103
113
|
private tryFilterFromDataset;
|
|
104
114
|
private updateFilters;
|