@sd-angular/core 1.3.178 → 1.3.179

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.
@@ -896,18 +896,17 @@
896
896
  });
897
897
  };
898
898
  this.createTemplate = function () { return __awaiter(_this, void 0, void 0, function () {
899
- var _s, _t, _u, _v, _w, translate, fileName, result, file;
899
+ var _s, _t, _u, _v, _w, fileName, result, file;
900
900
  var _this = this;
901
901
  return __generator(this, function (_x) {
902
902
  switch (_x.label) {
903
903
  case 0:
904
- translate = this.translateService.translate;
905
904
  if (this.form.invalid) {
906
905
  this.form.markAllAsTouched();
907
906
  return [2 /*return*/];
908
907
  }
909
908
  if (!this.columns.some(function (e) { return _this.selected[e.field]; })) {
910
- this.notifyService.notify.warning(translate('Please select columns'));
909
+ this.notifyService.notify.warning("Vui l\u00F2ng ch\u1ECDn c\u1ED9t d\u1EEF li\u1EC7u \u0111\u1EC3 xu\u1EA5t");
911
910
  return [2 /*return*/];
912
911
  }
913
912
  this.loadingService.start();