@maro-tech/form 0.1.3 → 0.1.4
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/package.json
CHANGED
|
@@ -112,6 +112,7 @@ declare class InputSelectControlComponent implements ControlValueAccessor, OnCha
|
|
|
112
112
|
private mergeOptions;
|
|
113
113
|
private isBlankOption;
|
|
114
114
|
private getDictionaryName;
|
|
115
|
+
private sameDataParams;
|
|
115
116
|
private reloadDictionaryOptions;
|
|
116
117
|
private loadDictionaryOptions;
|
|
117
118
|
private ensureSelectedDictionaryOptionsLoaded;
|