ps-toolkit-ui 0.0.115 → 0.0.116
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 +3 -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/components/table/row/table.row.component.js +4 -1
- package/fesm2015/ps-toolkit-ui.js +3 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2628,12 +2628,15 @@
|
|
|
2628
2628
|
var _this = this;
|
|
2629
2629
|
var opts = this.addChildren !== null && (this.table.level === null || this.table.level > this.level) ?
|
|
2630
2630
|
[this.addChildren] : [];
|
|
2631
|
+
console.log(this.row.Options);
|
|
2631
2632
|
var _loop_1 = function (option) {
|
|
2633
|
+
console.log(this_1.table.options.filter(function (x) { return x.name === option.Name; }).length);
|
|
2632
2634
|
if (this_1.table.options.filter(function (x) { return x.name === option.Name; }).length > 0) {
|
|
2633
2635
|
return "continue";
|
|
2634
2636
|
}
|
|
2635
2637
|
var opt = new InputClass(this_1.table.environment, this_1.table.l, option.Name, option.Icon, option.InputType === exports.PermissionInputTypeEnum.Icon ? exports.InputType.Icon : exports.InputType.Button, 'blue h-25 m-h-5 d-ib va-m f-u');
|
|
2636
2638
|
opt.condition = option.Condition;
|
|
2639
|
+
console.log(option.InputAction);
|
|
2637
2640
|
if (option.InputAction === exports.PermissionInputActionEnum.Link || option.InputAction === exports.PermissionInputActionEnum.LinkNewTab) {
|
|
2638
2641
|
var p = new PermissionClass();
|
|
2639
2642
|
p.RelatedId = this_1.table.permissions.RelatedId;
|