tnx-shared 5.1.285 → 5.1.286
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 +5 -1
- 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/list-base.d.ts +1 -0
- package/classes/base/list-base.d.ts.map +1 -1
- package/esm2015/classes/base/list-base.js +6 -2
- package/fesm2015/tnx-shared.js +5 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -23959,7 +23959,10 @@
|
|
|
23959
23959
|
this.crudList = content;
|
|
23960
23960
|
if (!beforeValue) {
|
|
23961
23961
|
this.countReady++;
|
|
23962
|
-
|
|
23962
|
+
if (!this.keyA) {
|
|
23963
|
+
this.keyA = this._commonService.guid();
|
|
23964
|
+
}
|
|
23965
|
+
console.log(this.keyA, this.crudList.container);
|
|
23963
23966
|
if (!this.crudList.checkIsInsideDialog()) {
|
|
23964
23967
|
this.loadItemFromQueryParam();
|
|
23965
23968
|
}
|
|
@@ -24709,6 +24712,7 @@
|
|
|
24709
24712
|
pid = this._activatedRoute.snapshot.queryParams.pid;
|
|
24710
24713
|
}
|
|
24711
24714
|
if (pid) {
|
|
24715
|
+
console.log(this.keyA, this.constructor.name);
|
|
24712
24716
|
this.loadDetailPid(pid);
|
|
24713
24717
|
}
|
|
24714
24718
|
else if (idInQueryString) {
|