@vsn-ux/ngx-gaia 0.14.2 → 0.14.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": "@vsn-ux/ngx-gaia",
3
- "version": "0.14.2",
3
+ "version": "0.14.4",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "^21.2.0",
@@ -448,6 +448,7 @@ declare class GaDatepickerInputDirective implements ControlValueAccessor, Valida
448
448
  emitToNgModel?: boolean;
449
449
  }): void;
450
450
  writeValue(value: any | null): void;
451
+ private valuesEqual;
451
452
  registerOnChange(fn: (value: any) => void): void;
452
453
  registerOnTouched(fn: () => void): void;
453
454
  setDisabledState(isDisabled: boolean): void;