ps-toolkit-ui 0.0.127 → 0.0.128
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 +0 -4
- 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 +1 -5
- package/fesm2015/ps-toolkit-ui.js +0 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7213,8 +7213,6 @@
|
|
|
7213
7213
|
this.permission = false;
|
|
7214
7214
|
return;
|
|
7215
7215
|
}
|
|
7216
|
-
console.log(this.permissions.getAccesses());
|
|
7217
|
-
console.log(this.permissions.getAccesses().filter(function (x) { return x.InputAction !== exports.PermissionInputActionEnum.None; }));
|
|
7218
7216
|
try {
|
|
7219
7217
|
for (var _b = __values(this.permissions.getAccesses().filter(function (x) { return x.InputAction !== exports.PermissionInputActionEnum.None; })), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
7220
7218
|
var access = _c.value;
|
|
@@ -7230,14 +7228,12 @@
|
|
|
7230
7228
|
};
|
|
7231
7229
|
_this.showInsertModal();
|
|
7232
7230
|
};
|
|
7233
|
-
this.buttons.unshift(accessInp);
|
|
7234
7231
|
}
|
|
7235
7232
|
else {
|
|
7236
7233
|
this.form.displayLabel = false;
|
|
7237
7234
|
}
|
|
7238
7235
|
}
|
|
7239
7236
|
else {
|
|
7240
|
-
this.buttons.unshift(accessInp);
|
|
7241
7237
|
if (this.modal) {
|
|
7242
7238
|
accessInp.onClick = function () {
|
|
7243
7239
|
_this.modal.show();
|