ps-toolkit-ui 0.2.72 → 0.2.73
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 -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/components/table/row/table.row.component.js +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
};
|
|
2648
2648
|
var this_1 = this;
|
|
2649
2649
|
try {
|
|
2650
|
-
for (var _b = __values(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option &&
|
|
2650
|
+
for (var _b = __values(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option && x.InputAction === exports.PermissionInputActionEnum.Input; })), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2651
2651
|
var option = _c.value;
|
|
2652
2652
|
_loop_1(option);
|
|
2653
2653
|
}
|
|
@@ -2825,7 +2825,7 @@
|
|
|
2825
2825
|
};
|
|
2826
2826
|
var this_2 = this;
|
|
2827
2827
|
try {
|
|
2828
|
-
for (var _b = __values(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option &&
|
|
2828
|
+
for (var _b = __values(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option && x.InputAction !== exports.PermissionInputActionEnum.Input; })), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2829
2829
|
var option = _c.value;
|
|
2830
2830
|
_loop_2(option);
|
|
2831
2831
|
}
|