@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maro-tech/form",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "^21.2.0",
@@ -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;