ps-toolkit-ui 0.0.114 → 0.0.115
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 -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 +2 -3
- package/fesm2015/ps-toolkit-ui.js +1 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/components/table/row/table.row.component.d.ts +0 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -2526,7 +2526,6 @@
|
|
|
2526
2526
|
});
|
|
2527
2527
|
};
|
|
2528
2528
|
}
|
|
2529
|
-
this.options = this.getOptions();
|
|
2530
2529
|
if (this.optEdit !== null) {
|
|
2531
2530
|
if (this.table.form) {
|
|
2532
2531
|
this.optEdit.onClick = function () {
|
|
@@ -2630,7 +2629,7 @@
|
|
|
2630
2629
|
var opts = this.addChildren !== null && (this.table.level === null || this.table.level > this.level) ?
|
|
2631
2630
|
[this.addChildren] : [];
|
|
2632
2631
|
var _loop_1 = function (option) {
|
|
2633
|
-
if (this_1.options.filter(function (x) { return x.name === option.Name; }).length > 0) {
|
|
2632
|
+
if (this_1.table.options.filter(function (x) { return x.name === option.Name; }).length > 0) {
|
|
2634
2633
|
return "continue";
|
|
2635
2634
|
}
|
|
2636
2635
|
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');
|