ps-toolkit-ui 0.1.44 → 0.1.47
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 +6 -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/esm2015/lib/components/table-old/table-old.component.js +4 -1
- package/fesm2015/ps-toolkit-ui.js +6 -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()) {
|
|
@@ -8058,6 +8058,9 @@
|
|
|
8058
8058
|
this.table.set(this.changeRows);
|
|
8059
8059
|
if (this.table.searchForm) {
|
|
8060
8060
|
this.table.searchForm.displayLabel = false;
|
|
8061
|
+
console.log(this.table.searchForm.class);
|
|
8062
|
+
this.table.searchForm.class += ' p-0';
|
|
8063
|
+
console.log(this.table.searchForm.class);
|
|
8061
8064
|
this.table.searchForm.inputs.forEach(function (x) {
|
|
8062
8065
|
x.required = false;
|
|
8063
8066
|
x.displayLabel = false;
|
|
@@ -8426,7 +8429,7 @@
|
|
|
8426
8429
|
if (this_1.buttons.filter(function (x) { return x.name === access.Name; }).length > 0) {
|
|
8427
8430
|
return "continue";
|
|
8428
8431
|
}
|
|
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');
|
|
8432
|
+
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
8433
|
if (access.AccessType === exports.PermissionAccessTypeEnum.Insert) {
|
|
8431
8434
|
accessInp.class = accessInp.class.replace('blue', 'green');
|
|
8432
8435
|
if (this_1.form) {
|