@haiilo/catalyst 10.0.6 → 10.0.7

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.
@@ -4196,7 +4196,7 @@ const CatDatepickerFlat = class {
4196
4196
  }
4197
4197
  }
4198
4198
  onDisabledChanged() {
4199
- // Dynamically changing 'disabled' value is not working due to a bug in the
4199
+ // Dynamically changing config value is not working due to a bug in the
4200
4200
  // library. We thus need to fully recreate the date picker after the value
4201
4201
  // has been updated.
4202
4202
  this.pickr?.destroy();
@@ -4276,6 +4276,7 @@ const CatDatepickerFlat = class {
4276
4276
  "value": ["onValueChanged"],
4277
4277
  "disabled": ["onDisabledChanged"],
4278
4278
  "readonly": ["onDisabledChanged"],
4279
+ "mode": ["onDisabledChanged"],
4279
4280
  "min": ["onMinChanged"],
4280
4281
  "max": ["onMinChanged"]
4281
4282
  }; }