ps-toolkit-ui 0.0.145 → 0.0.150
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 +4 -6
- 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 -7
- package/esm2015/lib/components/form/label/form.label.component.js +4 -1
- package/fesm2015/ps-toolkit-ui.js +4 -6
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -4024,6 +4024,9 @@
|
|
|
4024
4024
|
}
|
|
4025
4025
|
FormLabelComponent.prototype.ngOnInit = function () {
|
|
4026
4026
|
var _this = this;
|
|
4027
|
+
console.log(this.inp, 'this.inp');
|
|
4028
|
+
console.log(this.inp.value, 'this.inp.value');
|
|
4029
|
+
console.log(this.inp.default, 'this.inp.default');
|
|
4027
4030
|
this.inp.setValue = function (v) {
|
|
4028
4031
|
_this.inp.value = v;
|
|
4029
4032
|
};
|
|
@@ -7295,8 +7298,6 @@
|
|
|
7295
7298
|
}
|
|
7296
7299
|
finally { if (e_2) throw e_2.error; }
|
|
7297
7300
|
}
|
|
7298
|
-
console.log(this.permissions, 'this.permissions');
|
|
7299
|
-
console.log(this.form, 'this.form');
|
|
7300
7301
|
if (this.form) {
|
|
7301
7302
|
this.form.addButtons('Save', 'green', true, this.permissions.Type === exports.PermissionTypeEnum.Form ? function (data) {
|
|
7302
7303
|
if (data.Id) {
|
|
@@ -7320,11 +7321,8 @@
|
|
|
7320
7321
|
}
|
|
7321
7322
|
else {
|
|
7322
7323
|
if (!this.modal) {
|
|
7323
|
-
this.modal = new ModalClass(this.environment, this.l, this.name);
|
|
7324
|
-
console.log(this.modal, 'this.modal');
|
|
7325
|
-
console.log(this.name, 'this.name');
|
|
7324
|
+
this.modal = new ModalClass(this.environment, this.l, this.form.name);
|
|
7326
7325
|
}
|
|
7327
|
-
console.log(this.form, 'this.form');
|
|
7328
7326
|
this.modal.form = this.form;
|
|
7329
7327
|
}
|
|
7330
7328
|
}
|