tnx-shared 5.3.233 → 5.3.235
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/tnx-shared.umd.js +4 -4
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/classes/base/data-form-base.d.ts +1 -1
- package/classes/base/data-form-base.d.ts.map +1 -1
- package/components/html-preview/html-preview.component.d.ts.map +1 -1
- package/esm2015/classes/base/data-form-base.js +4 -4
- package/esm2015/components/html-preview/html-preview.component.js +2 -2
- package/fesm2015/tnx-shared.js +4 -4
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -18671,7 +18671,7 @@
|
|
|
18671
18671
|
case 5: return [4 /*yield*/, this._processAfterGetData(response.data)];
|
|
18672
18672
|
case 6:
|
|
18673
18673
|
_e.sent();
|
|
18674
|
-
return [4 /*yield*/, this.onAfterGetDetail()];
|
|
18674
|
+
return [4 /*yield*/, this.onAfterGetDetail(response.data)];
|
|
18675
18675
|
case 7:
|
|
18676
18676
|
_e.sent();
|
|
18677
18677
|
return [3 /*break*/, 10];
|
|
@@ -18704,7 +18704,7 @@
|
|
|
18704
18704
|
return [4 /*yield*/, this._processAfterGetData(resultCheck.data)];
|
|
18705
18705
|
case 13:
|
|
18706
18706
|
_e.sent();
|
|
18707
|
-
return [4 /*yield*/, this.onAfterGetDetail()];
|
|
18707
|
+
return [4 /*yield*/, this.onAfterGetDetail(resultCheck.data)];
|
|
18708
18708
|
case 14:
|
|
18709
18709
|
_e.sent();
|
|
18710
18710
|
return [3 /*break*/, 17];
|
|
@@ -19057,7 +19057,7 @@
|
|
|
19057
19057
|
this.model.data.id = this._commonService.guid();
|
|
19058
19058
|
}
|
|
19059
19059
|
};
|
|
19060
|
-
DataFormBase.prototype.onAfterGetDetail = function () {
|
|
19060
|
+
DataFormBase.prototype.onAfterGetDetail = function (data) {
|
|
19061
19061
|
return __awaiter(this, void 0, void 0, function () {
|
|
19062
19062
|
return __generator(this, function (_e) {
|
|
19063
19063
|
return [2 /*return*/];
|
|
@@ -54328,7 +54328,6 @@
|
|
|
54328
54328
|
this.content = '';
|
|
54329
54329
|
this.id = '';
|
|
54330
54330
|
this.id = this._commonService.guid();
|
|
54331
|
-
this.loadMathConfig();
|
|
54332
54331
|
}
|
|
54333
54332
|
// ngOnChanges(changes: SimpleChanges) {
|
|
54334
54333
|
// if (changes['content']) {
|
|
@@ -54446,6 +54445,7 @@
|
|
|
54446
54445
|
document.head.appendChild(script);
|
|
54447
54446
|
};
|
|
54448
54447
|
HtmlPreviewComponent.prototype.ngOnInit = function () {
|
|
54448
|
+
this.loadMathConfig();
|
|
54449
54449
|
};
|
|
54450
54450
|
return HtmlPreviewComponent;
|
|
54451
54451
|
}());
|