@syncfusion/ej2-angular-base 20.1.55 → 20.2.38

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/src/form-base.js CHANGED
@@ -49,7 +49,7 @@ var FormBase = /** @class */ (function () {
49
49
  FormBase.prototype.twoWaySetter = function (newVal, prop) {
50
50
  var oldVal = this.oldValue || getValue(prop, this.properties);
51
51
  var ele = this.inputElement || this.element;
52
- if (ele && oldVal === newVal && this.value === newVal &&
52
+ if (ele && oldVal === newVal &&
53
53
  (ele.value === undefined || ele.value === '')) {
54
54
  return;
55
55
  }
package/src/template.js CHANGED
@@ -18,6 +18,7 @@ export function compile(templateEle, helper) {
18
18
  var conRef = contRef_1 ? contRef_1 : component.viewContainerRef;
19
19
  var viewRef = conRef.createEmbeddedView(templateEle, context);
20
20
  viewRef.markForCheck();
21
+ viewRef.detectChanges();
21
22
  /* istanbul ignore next */
22
23
  var viewCollection = (component && component.registeredTemplate) ?
23
24
  component.registeredTemplate : getValue('currentInstance.registeredTemplate', conRef);
@@ -1 +1 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@@ -1 +1 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@@ -1 +1 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
1
+ @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@@ -1 +1 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
1
+ @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");