cat-qw-lib 0.43.2 → 0.43.4
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/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -684,8 +684,11 @@ class BaseControlComponent {
|
|
|
684
684
|
return this.record[this.attributeModel.name];
|
|
685
685
|
}
|
|
686
686
|
checkUnsavedChanges() {
|
|
687
|
+
console.log("0 Entry");
|
|
687
688
|
const hasChanges = JSON.stringify(this.initialRecord) !== JSON.stringify(this.record);
|
|
689
|
+
console.log("1", hasChanges);
|
|
688
690
|
if (this.formStateService) {
|
|
691
|
+
console.log("2", hasChanges);
|
|
689
692
|
this.formStateService.setFormChanges(hasChanges);
|
|
690
693
|
}
|
|
691
694
|
}
|
|
@@ -4274,5 +4277,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImpor
|
|
|
4274
4277
|
* Generated bundle index. Do not edit.
|
|
4275
4278
|
*/
|
|
4276
4279
|
|
|
4277
|
-
export { ActionAdminModule, AdminActionFormComponent, AdminActionListComponent, ApiAdminFormComponent, ApiAdminListComponent, ApiAdminModule, DdAdminFormComponent, DdAdminListComponent, DdAdminModule, QWWidgetAdminModule, QueueAdminFormComponent, QueueAdminListComponent, QueueAdminModule, QueueApplicationListComponent, TemplateAdminFormComponent, TemplateAdminListComponent, TemplateAdminModule, WidgetAdminFormComponent, WidgetAdminListComponent, WidgetContainerComponent, WidgetModule };
|
|
4280
|
+
export { ActionAdminModule, AdminActionFormComponent, AdminActionListComponent, ApiAdminFormComponent, ApiAdminListComponent, ApiAdminModule, DdAdminFormComponent, DdAdminListComponent, DdAdminModule, FormStateService, QWWidgetAdminModule, QueueAdminFormComponent, QueueAdminListComponent, QueueAdminModule, QueueApplicationListComponent, TemplateAdminFormComponent, TemplateAdminListComponent, TemplateAdminModule, WidgetAdminFormComponent, WidgetAdminListComponent, WidgetContainerComponent, WidgetModule };
|
|
4278
4281
|
//# sourceMappingURL=cat-qw-lib.mjs.map
|