@social-mail/social-mail-client 1.8.302 → 1.8.303
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/dist/public/channel/ChannelApp.pack.js +6 -0
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/public/channel/pages/posts/ChannelPage.d.ts +1 -0
- package/dist/public/channel/pages/posts/ChannelPage.d.ts.map +1 -1
- package/dist/public/channel/pages/posts/ChannelPage.js +6 -0
- package/dist/public/channel/pages/posts/ChannelPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/public/channel/pages/posts/ChannelPage.tsx +7 -0
|
@@ -27182,6 +27182,12 @@ System.register(["tslib", "../../BlogService", "../../../../model/model", "@web-
|
|
|
27182
27182
|
this.start = 0;
|
|
27183
27183
|
this.size = 20;
|
|
27184
27184
|
}
|
|
27185
|
+
set route(v) {
|
|
27186
|
+
if (v === "/") {
|
|
27187
|
+
return;
|
|
27188
|
+
}
|
|
27189
|
+
super.route = v;
|
|
27190
|
+
}
|
|
27185
27191
|
init() {
|
|
27186
27192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
27187
27193
|
this.renderer = XNode.create("div", null, XNode.create(Loader, null));
|