@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.
- package/bundles/sd-angular-core-grid-material.umd.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/pipes/editor-validate.pipe.js +2 -2
- package/fesm2015/sd-angular-core-grid-material.js +1 -1
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-0.0.993.tgz → sd-angular-core-0.0.994.tgz} +0 -0
|
@@ -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,
|
|
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 () {
|