@thetradeengineorg1/snova-shell-module 0.0.17 → 0.0.19
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 +8 -5
- 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 +5 -4
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +8 -5
- 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 });
|
|
@@ -11066,11 +11068,12 @@ function HeaderSideComponent_button_13_img_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
11066
11068
|
} }
|
|
11067
11069
|
function HeaderSideComponent_button_13_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
11068
11070
|
i0.ɵɵelementStart(0, "div", 79);
|
|
11069
|
-
i0.ɵɵ
|
|
11071
|
+
i0.ɵɵtext(1, " Test ");
|
|
11072
|
+
i0.ɵɵelement(2, "app-avatar", 80);
|
|
11070
11073
|
i0.ɵɵelementEnd();
|
|
11071
11074
|
} if (rf & 2) {
|
|
11072
11075
|
const ctx_r61 = i0.ɵɵnextContext(2);
|
|
11073
|
-
i0.ɵɵadvance(
|
|
11076
|
+
i0.ɵɵadvance(2);
|
|
11074
11077
|
i0.ɵɵproperty("name", ctx_r61.authenticatedUserRecord.fullName)("isRound", true);
|
|
11075
11078
|
} }
|
|
11076
11079
|
function HeaderSideComponent_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -11078,7 +11081,7 @@ function HeaderSideComponent_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
|
11078
11081
|
i0.ɵɵelementStart(0, "button", 75);
|
|
11079
11082
|
i0.ɵɵlistener("click", function HeaderSideComponent_button_13_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r63); const ctx_r62 = i0.ɵɵnextContext(); return ctx_r62.toggleRecording(); });
|
|
11080
11083
|
i0.ɵɵtemplate(1, HeaderSideComponent_button_13_img_1_Template, 1, 1, "img", 76);
|
|
11081
|
-
i0.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template,
|
|
11084
|
+
i0.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template, 3, 2, "div", 77);
|
|
11082
11085
|
i0.ɵɵelementEnd();
|
|
11083
11086
|
} if (rf & 2) {
|
|
11084
11087
|
const ctx_r6 = i0.ɵɵnextContext();
|