@eqproject/eqp-dynamic-module 2.7.10 → 2.7.12
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/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +2 -3
- package/esm2020/lib/components/private/dynamic-module-field-fix/dynamic-module-field.component.mjs +2 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +2 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +2 -2
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4421,7 +4421,6 @@ class DbgetterComponent {
|
|
|
4421
4421
|
if (this.field.DataGetter.DataGetterValue.openedFields.find(x => x.QueryPropertyValue == '?') != null) {
|
|
4422
4422
|
// Il modulo ha almeno una risposta con "?"
|
|
4423
4423
|
this.haveQuestions = true;
|
|
4424
|
-
this.showButtonReply = true;
|
|
4425
4424
|
}
|
|
4426
4425
|
if (this.field.DataGetter.DataGetterValue.openedFields.find(x => x.QueryPropertyValue.indexOf('!') != -1) != null) {
|
|
4427
4426
|
// Il modulo ha almeno una risposta con "!"
|
|
@@ -4504,7 +4503,6 @@ class DbgetterComponent {
|
|
|
4504
4503
|
else {
|
|
4505
4504
|
relationLoaded = false;
|
|
4506
4505
|
}
|
|
4507
|
-
this.showButtonReply = true;
|
|
4508
4506
|
});
|
|
4509
4507
|
this.relationsLoaded = relationLoaded;
|
|
4510
4508
|
}
|
|
@@ -4539,6 +4537,7 @@ class DbgetterComponent {
|
|
|
4539
4537
|
delete() {
|
|
4540
4538
|
this.selectedValue.emit([null, true]);
|
|
4541
4539
|
this.showTable = false;
|
|
4540
|
+
this.showButtonReply = false;
|
|
4542
4541
|
}
|
|
4543
4542
|
}
|
|
4544
4543
|
DbgetterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DbgetterComponent, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -4596,6 +4595,7 @@ class DynamicModuleFieldFixComponent {
|
|
|
4596
4595
|
if (this.fieldTemplate && this.fieldTemplate.length > 0) {
|
|
4597
4596
|
this.fieldTemplate.forEach(f => f.updateField());
|
|
4598
4597
|
}
|
|
4598
|
+
document.querySelector;
|
|
4599
4599
|
}
|
|
4600
4600
|
ngOnInit() {
|
|
4601
4601
|
console.log("dynamic-module-field", this.field);
|