ps-toolkit-ui 0.1.44 → 0.1.45
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 -3
- 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 +2 -2
- package/esm2015/lib/components/table/table.component.js +3 -3
- package/fesm2015/ps-toolkit-ui.js +3 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3016,8 +3016,8 @@
|
|
|
3016
3016
|
var percent = _a.percent;
|
|
3017
3017
|
return a + percent;
|
|
3018
3018
|
}, 0);
|
|
3019
|
-
this.reload = new InputClass(this.table.environment, this.table.l, 'Reload', 'fa-duotone fa-sync-alt', exports.InputType.Icon, 'm-r-10');
|
|
3020
|
-
this.maximum = new InputClass(this.table.environment, this.table.l, 'Maximum', 'fa-duotone fa-arrows-maximize', exports.InputType.Icon, 'm-r-10');
|
|
3019
|
+
this.reload = new InputClass(this.table.environment, this.table.l, 'Reload', 'fa-duotone fa-sync-alt', exports.InputType.Icon, 'm-r-10-p');
|
|
3020
|
+
this.maximum = new InputClass(this.table.environment, this.table.l, 'Maximum', 'fa-duotone fa-arrows-maximize', exports.InputType.Icon, 'm-r-10-p');
|
|
3021
3021
|
this.optDelete = new InputClass(this.table.environment, this.table.l, 'Delete', 'fa-duotone fa-trash', exports.InputType.Icon, 'red h-25 m-h-5 d-ib va-m f-u');
|
|
3022
3022
|
try {
|
|
3023
3023
|
for (var _b = __values(this.table.cols.filter(function (x) { return x.withSearch; })), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -8426,7 +8426,7 @@
|
|
|
8426
8426
|
if (this_1.buttons.filter(function (x) { return x.name === access.Name; }).length > 0) {
|
|
8427
8427
|
return "continue";
|
|
8428
8428
|
}
|
|
8429
|
-
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 w-u h-30');
|
|
8429
|
+
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');
|
|
8430
8430
|
if (access.AccessType === exports.PermissionAccessTypeEnum.Insert) {
|
|
8431
8431
|
accessInp.class = accessInp.class.replace('blue', 'green');
|
|
8432
8432
|
if (this_1.form) {
|