@sd-angular/core 0.0.993 → 0.0.994

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.
@@ -3914,7 +3914,7 @@
3914
3914
  var SdEditorValidatePipe = /** @class */ (function () {
3915
3915
  function SdEditorValidatePipe() {
3916
3916
  _previous.set(this, void 0);
3917
- _delay.set(this, 1000); // Sau khoảng thời gian delay nếu không có thay đổi thì thì mới bắt đầu thực hiện validate
3917
+ _delay.set(this, 200); // Sau khoảng thời gian delay nếu không có thay đổi thì thì mới bắt đầu thực hiện validate
3918
3918
  }
3919
3919
  SdEditorValidatePipe.prototype.transform = function (sdId, item, gridOption) {
3920
3920
  return __awaiter(this, void 0, void 0, function () {