@smartbit4all/ng-client 3.3.242 → 3.3.244
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/smart-form/smartform.component.mjs +4 -1
- package/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +2 -2
- package/fesm2015/smartbit4all-ng-client.mjs +4 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +4 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.244.tgz +0 -0
- package/smartbit4all-ng-client-3.3.242.tgz +0 -0
|
@@ -5875,7 +5875,7 @@ class SmartformwidgetComponent {
|
|
|
5875
5875
|
}
|
|
5876
5876
|
const insertOpCount = (_b = (_a = change.delta.ops) === null || _a === void 0 ? void 0 : _a.filter((it) => !!it.insert).length) !== null && _b !== void 0 ? _b : 0;
|
|
5877
5877
|
if (insertOpCount > 0) {
|
|
5878
|
-
(_c = this.quill) === null || _c === void 0 ? void 0 : _c.quillEditor.setContents(change.oldDelta);
|
|
5878
|
+
(_c = this.quill) === null || _c === void 0 ? void 0 : _c.quillEditor.setContents(change.oldDelta, 'silent');
|
|
5879
5879
|
}
|
|
5880
5880
|
}
|
|
5881
5881
|
/**
|
|
@@ -6380,6 +6380,9 @@ class SmartformComponent {
|
|
|
6380
6380
|
});
|
|
6381
6381
|
this.translateWidgets(this.smartForm.widgets);
|
|
6382
6382
|
}
|
|
6383
|
+
else {
|
|
6384
|
+
this.markAllWidgetsForChangeDetection();
|
|
6385
|
+
}
|
|
6383
6386
|
}
|
|
6384
6387
|
translateWidgets(widgets) {
|
|
6385
6388
|
return __awaiter(this, void 0, void 0, function* () {
|