ps-toolkit-ui 1.13.82 → 1.13.83
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/ps-toolkit-ui.umd.js +4 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/request.class.js +5 -3
- package/fesm2015/ps-toolkit-ui.js +4 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -1687,7 +1687,8 @@
|
|
|
1687
1687
|
}
|
|
1688
1688
|
else {
|
|
1689
1689
|
if (typeof res.message === 'string') {
|
|
1690
|
-
|
|
1690
|
+
var am = res.message.split(':');
|
|
1691
|
+
m = table.l(am[0], am.length > 1 ? am.slice(1) : null);
|
|
1691
1692
|
}
|
|
1692
1693
|
else {
|
|
1693
1694
|
// tslint:disable-next-line:forin
|
|
@@ -1760,7 +1761,8 @@
|
|
|
1760
1761
|
}
|
|
1761
1762
|
else {
|
|
1762
1763
|
if (typeof res.message === 'string') {
|
|
1763
|
-
|
|
1764
|
+
var am = res.message.split(':');
|
|
1765
|
+
m = _this.l(am[0], am.length > 1 ? am.slice(1) : null);
|
|
1764
1766
|
}
|
|
1765
1767
|
else {
|
|
1766
1768
|
// tslint:disable-next-line:forin
|