ps-toolkit-ui 1.22.24 → 1.22.25
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 -5
- 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 -6
- package/esm2015/lib/components/form/checkbox/form.checkbox.component.js +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -5
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3788,8 +3788,6 @@
|
|
|
3788
3788
|
if (this.form && this.form.onTop) {
|
|
3789
3789
|
this.form.displayLabel = false;
|
|
3790
3790
|
}
|
|
3791
|
-
console.log(11, this.permissions.getAccesses());
|
|
3792
|
-
console.log(22, this.permissions.getAccesses().filter(function (x) { return x.InputAction !== exports.PermissionInputActionEnum.None; }));
|
|
3793
3791
|
var _loop_1 = function (access) {
|
|
3794
3792
|
if (this_1.buttons.filter(function (x) { return x.name === access.Name; }).length > 0) {
|
|
3795
3793
|
return "continue";
|
|
@@ -3836,9 +3834,6 @@
|
|
|
3836
3834
|
};
|
|
3837
3835
|
}
|
|
3838
3836
|
else if (access.InputAction === exports.PermissionInputActionEnum.Modal) {
|
|
3839
|
-
console.log(33, access.Action);
|
|
3840
|
-
console.log(44, this_1.optionsActions);
|
|
3841
|
-
console.log(55, this_1.optionsActions.find(function (x) { return x.name === access.Action; }));
|
|
3842
3837
|
accessInp.modal = this_1.optionsActions.find(function (x) { return x.name === access.Action; });
|
|
3843
3838
|
accessInp.onClick = function () {
|
|
3844
3839
|
if (accessInp.modal.table) {
|
|
@@ -5215,6 +5210,8 @@
|
|
|
5215
5210
|
this.inp.clear = function () {
|
|
5216
5211
|
_this.inp.error = null;
|
|
5217
5212
|
_this.inp.value = _this.inp.default === true;
|
|
5213
|
+
console.log(_this.inp.default);
|
|
5214
|
+
console.log(_this.inp.value);
|
|
5218
5215
|
};
|
|
5219
5216
|
this.inp.isValid = function () {
|
|
5220
5217
|
_this.inp.error = null;
|