@thetradeengineorg1/snova-shell-module 0.0.17 → 0.0.18

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.
@@ -7673,11 +7673,13 @@
7673
7673
  return AvatarComponent;
7674
7674
  }());
7675
7675
  AvatarComponent.ɵfac = function AvatarComponent_Factory(t) { return new (t || AvatarComponent)(); };
7676
- AvatarComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AvatarComponent, selectors: [["app-avatar"]], inputs: { name: "name", src: "src", isRound: "isRound", size: "size", avatarClass: "avatarClass" }, decls: 1, vars: 6, consts: [["initialsSize", "2", 3, "name", "src", "round", "size"]], template: function AvatarComponent_Template(rf, ctx) {
7676
+ AvatarComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AvatarComponent, selectors: [["app-avatar"]], inputs: { name: "name", src: "src", isRound: "isRound", size: "size", avatarClass: "avatarClass" }, decls: 2, vars: 6, consts: [["initialsSize", "2", 3, "name", "src", "round", "size"]], template: function AvatarComponent_Template(rf, ctx) {
7677
7677
  if (rf & 1) {
7678
- i0__namespace.ɵɵelement(0, "ngx-avatar", 0);
7678
+ i0__namespace.ɵɵtext(0, "Test\n");
7679
+ i0__namespace.ɵɵelement(1, "ngx-avatar", 0);
7679
7680
  }
7680
7681
  if (rf & 2) {
7682
+ i0__namespace.ɵɵadvance(1);
7681
7683
  i0__namespace.ɵɵclassMap(ctx.avatarClass);
7682
7684
  i0__namespace.ɵɵproperty("name", ctx.name)("src", ctx.src)("round", ctx.isRound)("size", ctx.size);
7683
7685
  }