@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
|
@@ -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:
|
|
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.ɵɵ
|
|
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
|
}
|
|
@@ -12245,12 +12247,13 @@
|
|
|
12245
12247
|
function HeaderSideComponent_button_13_div_2_Template(rf, ctx) {
|
|
12246
12248
|
if (rf & 1) {
|
|
12247
12249
|
i0__namespace.ɵɵelementStart(0, "div", 79);
|
|
12248
|
-
i0__namespace.ɵɵ
|
|
12250
|
+
i0__namespace.ɵɵtext(1, " Test ");
|
|
12251
|
+
i0__namespace.ɵɵelement(2, "app-avatar", 80);
|
|
12249
12252
|
i0__namespace.ɵɵelementEnd();
|
|
12250
12253
|
}
|
|
12251
12254
|
if (rf & 2) {
|
|
12252
12255
|
var ctx_r61 = i0__namespace.ɵɵnextContext(2);
|
|
12253
|
-
i0__namespace.ɵɵadvance(
|
|
12256
|
+
i0__namespace.ɵɵadvance(2);
|
|
12254
12257
|
i0__namespace.ɵɵproperty("name", ctx_r61.authenticatedUserRecord.fullName)("isRound", true);
|
|
12255
12258
|
}
|
|
12256
12259
|
}
|
|
@@ -12260,7 +12263,7 @@
|
|
|
12260
12263
|
i0__namespace.ɵɵelementStart(0, "button", 75);
|
|
12261
12264
|
i0__namespace.ɵɵlistener("click", function HeaderSideComponent_button_13_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r63_1); var ctx_r62 = i0__namespace.ɵɵnextContext(); return ctx_r62.toggleRecording(); });
|
|
12262
12265
|
i0__namespace.ɵɵtemplate(1, HeaderSideComponent_button_13_img_1_Template, 1, 1, "img", 76);
|
|
12263
|
-
i0__namespace.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template,
|
|
12266
|
+
i0__namespace.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template, 3, 2, "div", 77);
|
|
12264
12267
|
i0__namespace.ɵɵelementEnd();
|
|
12265
12268
|
}
|
|
12266
12269
|
if (rf & 2) {
|