ps-toolkit-ui 1.14.67 → 1.14.68
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 +1 -0
- 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 +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -1814,6 +1814,7 @@
|
|
|
1814
1814
|
if (table.vertical) {
|
|
1815
1815
|
var c_1 = {};
|
|
1816
1816
|
table.cols.forEach(function (x) { return c_1[x.name] = x.name; });
|
|
1817
|
+
c_1.ColType = 'Column';
|
|
1817
1818
|
res.result.List.unshift({ Data: c_1, Options: [] });
|
|
1818
1819
|
}
|
|
1819
1820
|
table.rows = res.result.List;
|