ps-toolkit-ui 0.0.31 → 0.0.32
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 +11 -9
- 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 +12 -10
- package/fesm2015/ps-toolkit-ui.js +11 -9
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7056,15 +7056,17 @@
|
|
|
7056
7056
|
var _this = this;
|
|
7057
7057
|
if (changeRows === void 0) { changeRows = null; }
|
|
7058
7058
|
this.permission = true;
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
|
|
7063
|
-
|
|
7064
|
-
this.
|
|
7065
|
-
|
|
7066
|
-
|
|
7067
|
-
|
|
7059
|
+
if (this.permissions) {
|
|
7060
|
+
var listAccess = this.permissions.getAccess('List');
|
|
7061
|
+
if (listAccess !== null) {
|
|
7062
|
+
this.title = listAccess.Name;
|
|
7063
|
+
this.url = this.permissions.getUrl();
|
|
7064
|
+
if (this.permissions.Type !== exports.PermissionTypeEnum.Form) {
|
|
7065
|
+
this.load();
|
|
7066
|
+
}
|
|
7067
|
+
else {
|
|
7068
|
+
this.loading = false;
|
|
7069
|
+
}
|
|
7068
7070
|
}
|
|
7069
7071
|
}
|
|
7070
7072
|
else {
|