@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.
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +4 -2
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/avatar.component.js +5 -3
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +1 -1
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +4 -2
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/package.json +1 -1
|
@@ -6757,9 +6757,11 @@ class AvatarComponent {
|
|
|
6757
6757
|
}
|
|
6758
6758
|
}
|
|
6759
6759
|
AvatarComponent.ɵfac = function AvatarComponent_Factory(t) { return new (t || AvatarComponent)(); };
|
|
6760
|
-
AvatarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AvatarComponent, selectors: [["app-avatar"]], inputs: { name: "name", src: "src", isRound: "isRound", size: "size", avatarClass: "avatarClass" }, decls:
|
|
6761
|
-
i0.ɵɵ
|
|
6760
|
+
AvatarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵ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) { if (rf & 1) {
|
|
6761
|
+
i0.ɵɵtext(0, "Test\n");
|
|
6762
|
+
i0.ɵɵelement(1, "ngx-avatar", 0);
|
|
6762
6763
|
} if (rf & 2) {
|
|
6764
|
+
i0.ɵɵadvance(1);
|
|
6763
6765
|
i0.ɵɵclassMap(ctx.avatarClass);
|
|
6764
6766
|
i0.ɵɵproperty("name", ctx.name)("src", ctx.src)("round", ctx.isRound)("size", ctx.size);
|
|
6765
6767
|
} }, directives: [i1$4.ɵa], encapsulation: 2 });
|