ps-toolkit-ui 1.5.16 → 1.5.19
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 +2 -1
- 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/components/table/table.component.js +3 -2
- package/fesm2015/ps-toolkit-ui.js +2 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3163,7 +3163,8 @@
|
|
|
3163
3163
|
var p = new PermissionClass();
|
|
3164
3164
|
p.Area = _this.table.permissions.Area;
|
|
3165
3165
|
p.Controller = _this.table.permissions.Controller;
|
|
3166
|
-
p.
|
|
3166
|
+
p.RelatedId = _this.table.permissions.RelatedId;
|
|
3167
|
+
p.Action = _this.table.permissions.Action + '-sort';
|
|
3167
3168
|
new RequestClass(_this.table.environment, _this.table.l).send(p.getUrl().toLowerCase(), exports.Method.Post, { Ids: data }, null, function () {
|
|
3168
3169
|
if (_this.table.onSort) {
|
|
3169
3170
|
_this.table.onSort();
|