@sd-angular/core 1.3.178 → 1.3.180
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 +2 -3
- 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/bundles/sd-angular-core-table.umd.js +8 -7
- package/bundles/sd-angular-core-table.umd.js.map +1 -1
- package/bundles/sd-angular-core-table.umd.min.js +1 -1
- package/bundles/sd-angular-core-table.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/components/popup-export/popup-export.component.js +2 -3
- package/esm2015/table/src/lib/pipes/command-disable.pipe.js +9 -8
- package/fesm2015/sd-angular-core-grid-material.js +1 -2
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/fesm2015/sd-angular-core-table.js +8 -7
- package/fesm2015/sd-angular-core-table.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.178.tgz → sd-angular-core-1.3.180.tgz} +0 -0
- package/table/sd-angular-core-table.metadata.json +1 -1
- package/table/src/lib/pipes/command-disable.pipe.d.ts +2 -1
|
@@ -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,
|
|
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(
|
|
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();
|