ps-toolkit-ui 1.17.99 → 1.18.0
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 -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/table.class.js +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -9414,6 +9414,7 @@
|
|
|
9414
9414
|
if (this_1.buttons.filter(function (x) { return x.name === access.Name; }).length > 0) {
|
|
9415
9415
|
return "continue";
|
|
9416
9416
|
}
|
|
9417
|
+
console.log(access, access.InputAction);
|
|
9417
9418
|
var accessInp = new InputClass(this_1.environment, this_1.l, access.Name, access.Icon, access.InputType === exports.PermissionInputTypeEnum.Button ? exports.InputType.Button : exports.InputType.Icon, 'blue p-0 m-r-10-p w-u h-30');
|
|
9418
9419
|
if (access.AccessType === exports.PermissionAccessTypeEnum.Insert) {
|
|
9419
9420
|
accessInp.class = accessInp.class.replace('blue', 'green');
|
|
@@ -9455,6 +9456,7 @@
|
|
|
9455
9456
|
};
|
|
9456
9457
|
}
|
|
9457
9458
|
else if (access.InputAction === exports.PermissionInputActionEnum.Modal) {
|
|
9459
|
+
console.log(this_1.optionsActions, access.InputAction);
|
|
9458
9460
|
accessInp.modal = this_1.optionsActions.find(function (x) { return x.name === access.Action; });
|
|
9459
9461
|
accessInp.onClick = function () {
|
|
9460
9462
|
if (accessInp.modal.table) {
|