@social-mail/social-mail-client 1.4.193 → 1.4.195

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.
Files changed (53) hide show
  1. package/content/templates/plain/blog.html +2 -2
  2. package/content/templates/plain/contact.html +2 -2
  3. package/content/templates/plain/index.html +2 -2
  4. package/content/templates/plain/store.html +2 -2
  5. package/content/templates/plain/templates/footer.html +2 -2
  6. package/content/templates/plain/templates/header.html +2 -2
  7. package/dist/public/channel/ChannelApp.pack.js +202 -147
  8. package/dist/public/channel/ChannelApp.pack.js.map +1 -1
  9. package/dist/public/channel/ChannelApp.pack.local.less +1 -0
  10. package/dist/public/channel/ChannelApp.pack.local.less.css +47 -0
  11. package/dist/public/channel/ChannelApp.pack.local.less.css.map +1 -1
  12. package/dist/public/channel/ChannelApp.pack.min.js +1 -1
  13. package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
  14. package/dist/public/channel/commands/ChannelCommands.js +2 -2
  15. package/dist/public/channel/commands/ChannelCommands.js.map +1 -1
  16. package/dist/public/channel/pages/{ChannelPhotosPage.d.ts → photo/ChannelPhotosPage.d.ts} +5 -5
  17. package/dist/public/channel/pages/photo/ChannelPhotosPage.d.ts.map +1 -0
  18. package/dist/public/channel/pages/{ChannelPhotosPage.js → photo/ChannelPhotosPage.js} +1 -1
  19. package/dist/public/channel/pages/photo/ChannelPhotosPage.js.map +1 -0
  20. package/dist/public/channel/pages/video/ChannelVideoPage.local.less.css +48 -0
  21. package/dist/public/channel/pages/video/ChannelVideoPage.local.less.css.map +1 -0
  22. package/dist/public/channel/pages/video/ChannelVideosPage.d.ts +27 -0
  23. package/dist/public/channel/pages/video/ChannelVideosPage.d.ts.map +1 -0
  24. package/dist/public/channel/pages/{ChannelVideosPage.js → video/ChannelVideosPage.js} +27 -12
  25. package/dist/public/channel/pages/video/ChannelVideosPage.js.map +1 -0
  26. package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
  27. package/dist/site-editor/editor/HtmlPageEditor.js +4 -4
  28. package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
  29. package/dist/site-editor/editor/WebSitePageEditor.d.ts.map +1 -1
  30. package/dist/site-editor/editor/WebSitePageEditor.js +1 -1
  31. package/dist/site-editor/editor/WebSitePageEditor.js.map +1 -1
  32. package/dist/site-editor/editor/webComponentsPath.d.ts.map +1 -1
  33. package/dist/site-editor/editor/webComponentsPath.js +1 -1
  34. package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
  35. package/dist/site-editor-app/SiteEditorApp.pack.js +6 -6
  36. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  37. package/dist/site-editor-app/SiteEditorApp.pack.min.js +2 -2
  38. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  39. package/dist/tsconfig.tsbuildinfo +1 -1
  40. package/package.json +1 -1
  41. package/src/public/channel/commands/ChannelCommands.tsx +2 -2
  42. package/src/public/channel/pages/{ChannelPhotosPage.tsx → photo/ChannelPhotosPage.tsx} +13 -13
  43. package/src/public/channel/pages/video/ChannelVideoPage.local.less +51 -0
  44. package/src/public/channel/pages/video/ChannelVideosPage.tsx +88 -0
  45. package/src/site-editor/editor/HtmlPageEditor.tsx +4 -2
  46. package/src/site-editor/editor/WebSitePageEditor.tsx +1 -3
  47. package/src/site-editor/editor/webComponentsPath.ts +1 -1
  48. package/dist/public/channel/pages/ChannelPhotosPage.d.ts.map +0 -1
  49. package/dist/public/channel/pages/ChannelPhotosPage.js.map +0 -1
  50. package/dist/public/channel/pages/ChannelVideosPage.d.ts +0 -16
  51. package/dist/public/channel/pages/ChannelVideosPage.d.ts.map +0 -1
  52. package/dist/public/channel/pages/ChannelVideosPage.js.map +0 -1
  53. package/src/public/channel/pages/ChannelVideosPage.tsx +0 -61
@@ -9,8 +9,8 @@
9
9
  </style>
10
10
  <link rel="stylesheet" styler-css="styler.css" href="./styles/styler.css">
11
11
  <link rel="stylesheet" styler-css="vars.css" href="./styles/vars.css">
12
- <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.140/dist/main.js"></script>
13
- <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@1.2.677/component.js" styler-component-script="component-script"></script>
12
+ <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@latest/dist/main.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@latest/component.js" styler-component-script="component-script"></script>
14
14
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6.0/css/all.min.css">
15
15
  </head>
16
16
  <body>
@@ -9,8 +9,8 @@
9
9
  </style>
10
10
  <link rel="stylesheet" styler-css="styler.css" href="./styles/styler.css">
11
11
  <link rel="stylesheet" styler-css="vars.css" href="./styles/vars.css">
12
- <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.140/dist/main.js"></script>
13
- <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@1.2.677/component.js" styler-component-script="component-script"></script>
12
+ <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@latest/dist/main.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@latest/component.js" styler-component-script="component-script"></script>
14
14
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6.0/css/all.min.css">
15
15
  </head>
16
16
  <body>
@@ -9,8 +9,8 @@
9
9
  </style>
10
10
  <link rel="stylesheet" styler-css="styler.css" href="./styles/styler.css">
11
11
  <link rel="stylesheet" styler-css="vars.css" href="./styles/vars.css">
12
- <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.140/dist/main.js"></script>
13
- <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@1.2.677/component.js" styler-component-script="component-script"></script>
12
+ <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@latest/dist/main.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@latest/component.js" styler-component-script="component-script"></script>
14
14
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6.0/css/all.min.css">
15
15
  </head>
16
16
  <body>
@@ -9,8 +9,8 @@
9
9
  </style>
10
10
  <link rel="stylesheet" styler-css="styler.css" href="./styles/styler.css">
11
11
  <link rel="stylesheet" styler-css="vars.css" href="./styles/vars.css">
12
- <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.140/dist/main.js"></script>
13
- <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@1.2.677/component.js" styler-component-script="component-script"></script>
12
+ <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@latest/dist/main.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@latest/component.js" styler-component-script="component-script"></script>
14
14
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6.0/css/all.min.css">
15
15
  </head>
16
16
  <body>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <link rel="stylesheet" styler-css="styler.css" href="./../styles/styler.css">
5
5
  <link rel="stylesheet" styler-css="vars.css" href="./../styles/vars.css">
6
- <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.140/dist/main.js"></script>
7
- <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@1.2.677/component.js" styler-component-script="component-script"></script>
6
+ <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@latest/dist/main.js"></script>
7
+ <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@latest/component.js" styler-component-script="component-script"></script>
8
8
 
9
9
  </head>
10
10
  <body>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <link rel="stylesheet" styler-css="styler.css" href="./../styles/styler.css">
5
5
  <link rel="stylesheet" styler-css="vars.css" href="./../styles/vars.css">
6
- <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.140/dist/main.js"></script>
7
- <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@1.2.677/component.js" styler-component-script="component-script"></script>
6
+ <script web-components="social" async="true" defer="true" src="//cdn.jsdelivr.net/npm/@social-mail/web-components@latest/dist/main.js"></script>
7
+ <script src="https://cdn.jsdelivr.net/npm/@social-mail/social-mail-client@latest/component.js" styler-component-script="component-script"></script>
8
8
 
9
9
  </head>
10
10
  <body>
@@ -2073,7 +2073,7 @@ if (window) {
2073
2073
 
2074
2074
  AmdLoader.instance.register(
2075
2075
  ["@social-mail/social-mail-client","@web-atoms/web-controls","@web-atoms/core","@web-atoms/date-time","@web-atoms/data-styles","@web-atoms/entity","@web-atoms/email-dom"],
2076
- ["@social-mail/social-mail-client/dist/public/channel/ChannelApp","@web-atoms/web-controls/dist/desktop-app/MobileDesktopApp","@web-atoms/web-controls/dist/mobile-app/MobileApp","@web-atoms/core/dist/core/AtomLoader","@web-atoms/core/dist/services/JsonService","@web-atoms/core/dist/core/StringHelper","@web-atoms/core/dist/di/RegisterSingleton","@web-atoms/core/dist/di/Register","@web-atoms/core/dist/core/types","@web-atoms/core/dist/core/AtomMap","@web-atoms/core/dist/di/ServiceCollection","@web-atoms/core/dist/di/TypeKey","@web-atoms/date-time/dist/DateTime","@web-atoms/date-time/dist/TimeSpan","@web-atoms/core/dist/services/ReferenceService","@web-atoms/core/dist/di/DISingleton","@web-atoms/core/dist/core/AtomUri","@web-atoms/core/dist/web/core/AtomUI","@web-atoms/core/dist/core/Command","@web-atoms/core/dist/core/EventScope","@web-atoms/core/dist/core/Route","@web-atoms/core/dist/core/InheritedProperty","@web-atoms/core/dist/core/AtomBinder","@web-atoms/core/dist/core/sleep","@web-atoms/core/dist/core/XNode","@web-atoms/core/dist/core/Bind","@web-atoms/core/dist/core/ExpressionParser","@web-atoms/core/dist/services/NavigationService","@web-atoms/core/dist/core/AtomComponent","@web-atoms/core/dist/App","@web-atoms/core/dist/core/AtomDispatcher","@web-atoms/core/dist/di/ServiceProvider","@web-atoms/core/dist/core/TransientDisposable","@web-atoms/core/dist/di/Inject","@web-atoms/core/dist/services/BusyIndicatorService","@web-atoms/core/dist/core/AtomList","@web-atoms/core/dist/core/AtomDisposableList","@web-atoms/core/dist/core/AtomWatcher","@web-atoms/core/dist/core/Hacks","@web-atoms/core/dist/core/PropertyMap","@web-atoms/core/dist/core/FormattedString","@web-atoms/core/dist/web/controls/AtomControl","@web-atoms/core/dist/core/BindableProperty","@web-atoms/core/dist/core/WebImage","@web-atoms/core/dist/web/styles/AtomStyle","@web-atoms/core/dist/web/styles/AtomStyleSheet","@web-atoms/core/dist/web/services/PopupService","@web-atoms/core/dist/web/services/PopupWindow","@web-atoms/web-controls/dist/PageNavigator","@web-atoms/web-controls/dist/desktop-app/DesktopApp","@social-mail/social-mail-client/dist/style/GlobalStyle","@social-mail/social-mail-client/dist/style/OverrideAppStyle","@web-atoms/data-styles/data-styles","@web-atoms/core/dist/Pack","@social-mail/social-mail-client/dist/public/channel/commands/ChannelCommands","@social-mail/social-mail-client/dist/public/channel/pages/ChannelCalendarPage","@social-mail/social-mail-client/dist/model/model","@web-atoms/entity/dist/services/BaseEntityService","@web-atoms/entity/dist/models/Cloner","@web-atoms/entity/dist/models/cloneSource","@web-atoms/entity/dist/models/IEntityModel","@web-atoms/entity/dist/services/mergeProperties","@web-atoms/entity/dist/services/Query","@web-atoms/entity/dist/services/StringHelper","@web-atoms/core/dist/services/FetchBuilder","@web-atoms/entity/dist/services/resolve","@web-atoms/entity/dist/models/TaskManager","@web-atoms/entity/dist/models/Queue","@social-mail/social-mail-client/dist/common/cache/CacheTTL","@web-atoms/web-controls/dist/basic/Calendar","@web-atoms/core/dist/core/WatchProperty","@web-atoms/web-controls/dist/basic/AtomRepeater","@web-atoms/core/dist/core/Colors","@web-atoms/web-controls/dist/basic/InlinePopup","@web-atoms/web-controls/dist/basic/MergeNode","@web-atoms/web-controls/dist/basic/ItemPath","@web-atoms/web-controls/dist/DataAttributes","@web-atoms/web-controls/dist/basic/Select","@web-atoms/web-controls/dist/basic/TimeEditor","@social-mail/social-mail-client/dist/common/Mailto","@social-mail/social-mail-client/dist/public/channel/UrlService","@social-mail/social-mail-client/dist/common/apiPath","@social-mail/social-mail-client/dist/common/CDN","@social-mail/social-mail-client/dist/common/Slugger","@social-mail/social-mail-client/dist/common/toBase36","@social-mail/social-mail-client/dist/common/TestMode","@social-mail/social-mail-client/dist/public/channel/pages/BaseChannelPage","@web-atoms/core/dist/core/InjectProperty","@social-mail/social-mail-client/dist/services/EntityService","@social-mail/social-mail-client/dist/services/BusyProgress","@social-mail/social-mail-client/dist/public/channel/BlogService","@social-mail/social-mail-client/dist/common/Sql","@social-mail/social-mail-client/dist/services/email/EmailContentDownloader","@social-mail/social-mail-client/dist/common/cache/CacheVersions","@social-mail/social-mail-client/dist/web/page/mails/service/EngagementService","@social-mail/social-mail-client/dist/public/channel/controls/BlogHeader","@social-mail/social-mail-client/dist/public/channel/controls/RecentPosts","@social-mail/social-mail-client/dist/public/channel/controls/PostList","@social-mail/social-mail-client/content/images/gif/loader.gif","@social-mail/social-mail-client/dist/public/channel/BlogImageService","@social-mail/social-mail-client/content/images/svg/logo/logo-orange.svg","@social-mail/social-mail-client/dist/public/channel/controls/TagCloud","@social-mail/social-mail-client/dist/public/channel/controls/UpcomingEvents","@social-mail/social-mail-client/dist/public/channel/pages/ChannelVideosPage","@social-mail/social-mail-client/dist/common/fileUrl","@social-mail/social-mail-client/dist/public/channel/pages/ChannelPhotosPage","@social-mail/social-mail-client/dist/public/channel/controls/Pager","@social-mail/social-mail-client/dist/public/channel/pages/ChannelHomePage","@social-mail/social-mail-client/dist/public/channel/controls/post-summary/PostSummary","@social-mail/social-mail-client/dist/common/date/DateFormats","@social-mail/social-mail-client/dist/public/channel/pages/ChannelDetailPage","@social-mail/social-mail-client/dist/public/channel/controls/post-view/PostView","@social-mail/social-mail-client/dist/web/page/mails/service/ConversationService","@web-atoms/email-dom/dist/DomToString","@web-atoms/email-dom/dist/dom/StyleHelper","@web-atoms/email-dom/dist/style/mergeStyle","@social-mail/social-mail-client/dist/common/events/CommonEvents","@social-mail/social-mail-client/dist/web/commands/MailAppEvents","@social-mail/social-mail-client/dist/common/controls/Loader","@social-mail/social-mail-client/dist/public/channel/controls/MediaCarousel","@web-atoms/core/dist/view-model/Action","@web-atoms/core/dist/services/http/JsonError","@social-mail/social-mail-client/dist/public/channel/emoji/EmojiPopup","@web-atoms/core/dist/web/WebApp","@web-atoms/core/dist/core/AtomOnce","@web-atoms/core/dist/web/services/WebBusyIndicatorService","@web-atoms/core/dist/web/styles/StyleBuilder","@web-atoms/core/dist/web/services/WindowService","@web-atoms/core/dist/Atom","@web-atoms/core/dist/core/FormattedError","@web-atoms/core/dist/view-model/AtomWindowViewModel","@web-atoms/core/dist/view-model/AtomViewModel","@web-atoms/core/dist/view-model/baseTypes","@web-atoms/core/dist/web/controls/AtomAlertWindow","@web-atoms/core/dist/web/styles/AtomAlertWindowStyle","@web-atoms/core/dist/web/styles/AtomWindowStyle","@web-atoms/core/src/web/images/close-button-hover.svg","@web-atoms/core/dist/web/controls/AtomWindow","@web-atoms/core/dist/web/controls/AtomTemplate","@web-atoms/core/dist/web/controls/AtomNotification","@web-atoms/core/dist/web/styles/AtomNotificationStyle","@web-atoms/core/dist/web/styles/AtomPopupStyle","@web-atoms/core/dist/web/services/NotificationPopup","@web-atoms/core/dist/web/styles/AtomTheme","@social-mail/social-mail-client/dist/site-editor/editor/webComponentsPath"]);
2076
+ ["@social-mail/social-mail-client/dist/public/channel/ChannelApp","@web-atoms/web-controls/dist/desktop-app/MobileDesktopApp","@web-atoms/web-controls/dist/mobile-app/MobileApp","@web-atoms/core/dist/core/AtomLoader","@web-atoms/core/dist/services/JsonService","@web-atoms/core/dist/core/StringHelper","@web-atoms/core/dist/di/RegisterSingleton","@web-atoms/core/dist/di/Register","@web-atoms/core/dist/core/types","@web-atoms/core/dist/core/AtomMap","@web-atoms/core/dist/di/ServiceCollection","@web-atoms/core/dist/di/TypeKey","@web-atoms/date-time/dist/DateTime","@web-atoms/date-time/dist/TimeSpan","@web-atoms/core/dist/services/ReferenceService","@web-atoms/core/dist/di/DISingleton","@web-atoms/core/dist/core/AtomUri","@web-atoms/core/dist/web/core/AtomUI","@web-atoms/core/dist/core/Command","@web-atoms/core/dist/core/EventScope","@web-atoms/core/dist/core/Route","@web-atoms/core/dist/core/InheritedProperty","@web-atoms/core/dist/core/AtomBinder","@web-atoms/core/dist/core/sleep","@web-atoms/core/dist/core/XNode","@web-atoms/core/dist/core/Bind","@web-atoms/core/dist/core/ExpressionParser","@web-atoms/core/dist/services/NavigationService","@web-atoms/core/dist/core/AtomComponent","@web-atoms/core/dist/App","@web-atoms/core/dist/core/AtomDispatcher","@web-atoms/core/dist/di/ServiceProvider","@web-atoms/core/dist/core/TransientDisposable","@web-atoms/core/dist/di/Inject","@web-atoms/core/dist/services/BusyIndicatorService","@web-atoms/core/dist/core/AtomList","@web-atoms/core/dist/core/AtomDisposableList","@web-atoms/core/dist/core/AtomWatcher","@web-atoms/core/dist/core/Hacks","@web-atoms/core/dist/core/PropertyMap","@web-atoms/core/dist/core/FormattedString","@web-atoms/core/dist/web/controls/AtomControl","@web-atoms/core/dist/core/BindableProperty","@web-atoms/core/dist/core/WebImage","@web-atoms/core/dist/web/styles/AtomStyle","@web-atoms/core/dist/web/styles/AtomStyleSheet","@web-atoms/core/dist/web/services/PopupService","@web-atoms/core/dist/web/services/PopupWindow","@web-atoms/web-controls/dist/PageNavigator","@web-atoms/web-controls/dist/desktop-app/DesktopApp","@social-mail/social-mail-client/dist/style/GlobalStyle","@social-mail/social-mail-client/dist/style/OverrideAppStyle","@web-atoms/data-styles/data-styles","@web-atoms/core/dist/Pack","@social-mail/social-mail-client/dist/public/channel/commands/ChannelCommands","@social-mail/social-mail-client/dist/public/channel/pages/ChannelCalendarPage","@social-mail/social-mail-client/dist/model/model","@web-atoms/entity/dist/services/BaseEntityService","@web-atoms/entity/dist/models/Cloner","@web-atoms/entity/dist/models/cloneSource","@web-atoms/entity/dist/models/IEntityModel","@web-atoms/entity/dist/services/mergeProperties","@web-atoms/entity/dist/services/Query","@web-atoms/entity/dist/services/StringHelper","@web-atoms/core/dist/services/FetchBuilder","@web-atoms/entity/dist/services/resolve","@web-atoms/entity/dist/models/TaskManager","@web-atoms/entity/dist/models/Queue","@social-mail/social-mail-client/dist/common/cache/CacheTTL","@web-atoms/web-controls/dist/basic/Calendar","@web-atoms/core/dist/core/WatchProperty","@web-atoms/web-controls/dist/basic/AtomRepeater","@web-atoms/core/dist/core/Colors","@web-atoms/web-controls/dist/basic/InlinePopup","@web-atoms/web-controls/dist/basic/MergeNode","@web-atoms/web-controls/dist/basic/ItemPath","@web-atoms/web-controls/dist/DataAttributes","@web-atoms/web-controls/dist/basic/Select","@web-atoms/web-controls/dist/basic/TimeEditor","@social-mail/social-mail-client/dist/common/Mailto","@social-mail/social-mail-client/dist/public/channel/UrlService","@social-mail/social-mail-client/dist/common/apiPath","@social-mail/social-mail-client/dist/common/CDN","@social-mail/social-mail-client/dist/common/Slugger","@social-mail/social-mail-client/dist/common/toBase36","@social-mail/social-mail-client/dist/common/TestMode","@social-mail/social-mail-client/dist/public/channel/pages/BaseChannelPage","@web-atoms/core/dist/core/InjectProperty","@social-mail/social-mail-client/dist/services/EntityService","@social-mail/social-mail-client/dist/services/BusyProgress","@social-mail/social-mail-client/dist/public/channel/BlogService","@social-mail/social-mail-client/dist/common/Sql","@social-mail/social-mail-client/dist/services/email/EmailContentDownloader","@social-mail/social-mail-client/dist/common/cache/CacheVersions","@social-mail/social-mail-client/dist/web/page/mails/service/EngagementService","@social-mail/social-mail-client/dist/public/channel/controls/BlogHeader","@social-mail/social-mail-client/dist/public/channel/controls/RecentPosts","@social-mail/social-mail-client/dist/public/channel/controls/PostList","@social-mail/social-mail-client/content/images/gif/loader.gif","@social-mail/social-mail-client/dist/public/channel/BlogImageService","@social-mail/social-mail-client/content/images/svg/logo/logo-orange.svg","@social-mail/social-mail-client/dist/public/channel/controls/TagCloud","@social-mail/social-mail-client/dist/public/channel/controls/UpcomingEvents","@social-mail/social-mail-client/dist/public/channel/pages/video/ChannelVideosPage","@social-mail/social-mail-client/dist/common/FileUrlService","@social-mail/social-mail-client/dist/public/channel/controls/Pager","@social-mail/social-mail-client/dist/public/channel/pages/photo/ChannelPhotosPage","@social-mail/social-mail-client/dist/common/fileUrl","@social-mail/social-mail-client/dist/public/channel/pages/ChannelHomePage","@social-mail/social-mail-client/dist/public/channel/controls/post-summary/PostSummary","@social-mail/social-mail-client/dist/common/date/DateFormats","@social-mail/social-mail-client/dist/public/channel/pages/ChannelDetailPage","@social-mail/social-mail-client/dist/public/channel/controls/post-view/PostView","@social-mail/social-mail-client/dist/web/page/mails/service/ConversationService","@web-atoms/email-dom/dist/DomToString","@web-atoms/email-dom/dist/dom/StyleHelper","@web-atoms/email-dom/dist/style/mergeStyle","@social-mail/social-mail-client/dist/common/events/CommonEvents","@social-mail/social-mail-client/dist/web/commands/MailAppEvents","@social-mail/social-mail-client/dist/common/controls/Loader","@social-mail/social-mail-client/dist/public/channel/controls/MediaCarousel","@web-atoms/core/dist/view-model/Action","@web-atoms/core/dist/services/http/JsonError","@social-mail/social-mail-client/dist/public/channel/emoji/EmojiPopup","@web-atoms/core/dist/web/WebApp","@web-atoms/core/dist/core/AtomOnce","@web-atoms/core/dist/web/services/WebBusyIndicatorService","@web-atoms/core/dist/web/styles/StyleBuilder","@web-atoms/core/dist/web/services/WindowService","@web-atoms/core/dist/Atom","@web-atoms/core/dist/core/FormattedError","@web-atoms/core/dist/view-model/AtomWindowViewModel","@web-atoms/core/dist/view-model/AtomViewModel","@web-atoms/core/dist/view-model/baseTypes","@web-atoms/core/dist/web/controls/AtomAlertWindow","@web-atoms/core/dist/web/styles/AtomAlertWindowStyle","@web-atoms/core/dist/web/styles/AtomWindowStyle","@web-atoms/core/src/web/images/close-button-hover.svg","@web-atoms/core/dist/web/controls/AtomWindow","@web-atoms/core/dist/web/controls/AtomTemplate","@web-atoms/core/dist/web/controls/AtomNotification","@web-atoms/core/dist/web/styles/AtomNotificationStyle","@web-atoms/core/dist/web/styles/AtomPopupStyle","@web-atoms/core/dist/web/services/NotificationPopup","@web-atoms/core/dist/web/styles/AtomTheme","@social-mail/social-mail-client/dist/site-editor/editor/webComponentsPath"]);
2077
2077
 
2078
2078
 
2079
2079
  AmdLoader.instance.setup("@web-atoms/core/dist/core/StringHelper");
@@ -22556,6 +22556,202 @@ System.register(["tslib", "../../../model/model", "@web-atoms/core/dist/core/XNo
22556
22556
  });
22557
22557
  //# sourceMappingURL=ChannelCalendarPage.js.map
22558
22558
 
22559
+ AmdLoader.instance.setup("@social-mail/social-mail-client/dist/common/FileUrlService");
22560
+
22561
+ System.register([], function (_export, _context) {
22562
+ "use strict";
22563
+
22564
+ var FileUrlService;
22565
+ return {
22566
+ setters: [],
22567
+ execute: function () {
22568
+ _export("FileUrlService", FileUrlService = {
22569
+ downloadUrl(file) {
22570
+ const url = file.url;
22571
+ return url.replace("/view/", "/download/");
22572
+ },
22573
+ pdf(file) {
22574
+ const url = file.url;
22575
+ return url.replace("/view/", "/pdf/") + ".pdf";
22576
+ },
22577
+ html(file) {
22578
+ const url = file.url;
22579
+ return url.replace("/view/", "/html/") + ".html";
22580
+ },
22581
+ webP(file, size = 300) {
22582
+ const url = file.url.replace("/view/", `/webp(${300})/`);
22583
+ return url + `.${size}.webp`;
22584
+ },
22585
+ webM(file) {
22586
+ const url = file.url;
22587
+ return url.replace("/view/", `/webm/`) + `.webm`;
22588
+ },
22589
+ webMBranded(file) {
22590
+ const url = file.url;
22591
+ return url.replace("/view/", `/webm-branded/`) + `.branded.webm`;
22592
+ }
22593
+ });
22594
+ }
22595
+ };
22596
+ });
22597
+ //# sourceMappingURL=FileUrlService.js.map
22598
+
22599
+ AmdLoader.instance.setup("@social-mail/social-mail-client/dist/public/channel/controls/Pager");
22600
+
22601
+ System.register(["@web-atoms/core/dist/core/XNode"], function (_export, _context) {
22602
+ "use strict";
22603
+
22604
+ var XNode;
22605
+ function* range(start, end, url) {
22606
+ for (let index = start; index <= end; index++) {
22607
+ yield XNode.create("a", {
22608
+ href: url(index)
22609
+ }, index.toString());
22610
+ }
22611
+ }
22612
+ function Pager({
22613
+ current,
22614
+ end,
22615
+ step = 3,
22616
+ url = void 0
22617
+ }) {
22618
+ if (end < 0) {
22619
+ return XNode.create("div", null);
22620
+ }
22621
+ if (end <= step) {
22622
+ return XNode.create("div", {
22623
+ "data-layout": "row"
22624
+ }, XNode.create("a", {
22625
+ href: url(0)
22626
+ }, "First"), ...Array.from(range(1, end, url)));
22627
+ }
22628
+ if (current) {
22629
+ if (current > step) {
22630
+ if (current < end - step) {
22631
+ return XNode.create("div", {
22632
+ "data-layout": "row"
22633
+ }, XNode.create("a", {
22634
+ href: url(0)
22635
+ }, "First"), "...", ...Array.from(range(current - step, current + step, url)), "...", XNode.create("a", {
22636
+ href: url(end)
22637
+ }, "Last"));
22638
+ }
22639
+ return XNode.create("div", {
22640
+ "data-layout": "row"
22641
+ }, XNode.create("a", {
22642
+ href: url(0)
22643
+ }, "First"), "...", ...Array.from(range(current - step, end, url)), XNode.create("a", {
22644
+ href: url(end)
22645
+ }, "Last"));
22646
+ }
22647
+ return XNode.create("div", {
22648
+ "data-layout": "row"
22649
+ }, XNode.create("a", {
22650
+ href: url(0)
22651
+ }, "First"), ...Array.from(range(1, current + step, url)), "...", XNode.create("a", {
22652
+ href: url(end)
22653
+ }, "Last"));
22654
+ }
22655
+ return XNode.create("div", {
22656
+ "data-layout": "row"
22657
+ }, ...Array.from(range(1, end, url)), XNode.create("a", {
22658
+ href: url(end)
22659
+ }, "Last"));
22660
+ }
22661
+ _export("default", Pager);
22662
+ return {
22663
+ setters: [function (_webAtomsCoreDistCoreXNode) {
22664
+ XNode = _webAtomsCoreDistCoreXNode.default;
22665
+ }],
22666
+ execute: function () {}
22667
+ };
22668
+ });
22669
+ //# sourceMappingURL=Pager.js.map
22670
+
22671
+ AmdLoader.instance.setup("@social-mail/social-mail-client/dist/public/channel/pages/video/ChannelVideosPage");
22672
+
22673
+ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "../../../../model/model", "../../../../services/EntityService", "@web-atoms/core/dist/core/XNode", "../../UrlService", "../../../../common/Sql", "../../BlogService", "../BaseChannelPage", "./ChannelVideoPage.local.less", "../../../../common/FileUrlService", "../../controls/Pager"], function (_export, _context) {
22674
+ "use strict";
22675
+
22676
+ var __awaiter, __decorate, __metadata, InjectProperty, AppFile, EntityService, XNode, UrlService, Sql, BlogService, BaseChannelPage, FileUrlService, Pager, ChannelVideosPage;
22677
+ _export("default", void 0);
22678
+ return {
22679
+ setters: [function (_tslib) {
22680
+ __awaiter = _tslib.__awaiter;
22681
+ __decorate = _tslib.__decorate;
22682
+ __metadata = _tslib.__metadata;
22683
+ }, function (_webAtomsCoreDistCoreInjectProperty) {
22684
+ InjectProperty = _webAtomsCoreDistCoreInjectProperty.default;
22685
+ }, function (_modelModel) {
22686
+ AppFile = _modelModel.AppFile;
22687
+ }, function (_servicesEntityService) {
22688
+ EntityService = _servicesEntityService.default;
22689
+ }, function (_webAtomsCoreDistCoreXNode) {
22690
+ XNode = _webAtomsCoreDistCoreXNode.default;
22691
+ }, function (_UrlService) {
22692
+ UrlService = _UrlService.UrlService;
22693
+ }, function (_commonSql) {
22694
+ Sql = _commonSql.Sql;
22695
+ }, function (_BlogService) {
22696
+ BlogService = _BlogService.default;
22697
+ }, function (_BaseChannelPage) {
22698
+ BaseChannelPage = _BaseChannelPage.default;
22699
+ }, function (_ChannelVideoPageLocalLess) {}, function (_commonFileUrlService) {
22700
+ FileUrlService = _commonFileUrlService.FileUrlService;
22701
+ }, function (_controlsPager) {
22702
+ Pager = _controlsPager.default;
22703
+ }],
22704
+ execute: function () {
22705
+ _export("default", ChannelVideosPage = class ChannelVideosPage extends BaseChannelPage {
22706
+ constructor() {
22707
+ super(...arguments);
22708
+ this.channel = null;
22709
+ this.start = 0;
22710
+ this.size = 50;
22711
+ }
22712
+ renderBody() {
22713
+ return __awaiter(this, void 0, void 0, function* () {
22714
+ const videos = yield this.loadVideos();
22715
+ const items = videos.items;
22716
+ document.title = "Videos " + this.channel.emailAddress.emailAddress;
22717
+ this.element.className = "channel-video-page";
22718
+ return XNode.create("section", {
22719
+ "data-width": "100%"
22720
+ }, XNode.create("video-grid", null, ...items.map(m => XNode.create("a", {
22721
+ "data-click-event": "route",
22722
+ href: UrlService.toBlogUrl({
22723
+ emailID: m.emailID,
22724
+ email: m.email,
22725
+ mailbox: this.channel
22726
+ })
22727
+ }, XNode.create("video-preview", {
22728
+ "data-click-event": "play-video"
22729
+ }, XNode.create("label", {
22730
+ text: m.email.subject
22731
+ }), XNode.create("img", {
22732
+ src: FileUrlService.webP(m, 640)
22733
+ }))))), XNode.create(Pager, {
22734
+ current: this.start,
22735
+ end: Math.floor(videos.total / this.size) - 1,
22736
+ url: x => UrlService.toSectionUrl(this.channel, "videos", x)
22737
+ }));
22738
+ });
22739
+ }
22740
+ loadVideos() {
22741
+ this.entityService.postPageReady();
22742
+ return this.entityService.query(AppFile, "channelFiles", this.channel.mailboxID).where(x => Sql.text.like(x.contentType, "video/%")).include(x => x.email).orderByDescending(x => x.appFileID).toPagedList({
22743
+ start: this.start,
22744
+ size: 3
22745
+ });
22746
+ }
22747
+ });
22748
+ __decorate([InjectProperty, __metadata("design:type", EntityService)], ChannelVideosPage.prototype, "entityService", void 0);
22749
+ __decorate([InjectProperty, __metadata("design:type", BlogService)], ChannelVideosPage.prototype, "blogService", void 0);
22750
+ }
22751
+ };
22752
+ });
22753
+ //# sourceMappingURL=ChannelVideosPage.js.map
22754
+
22559
22755
  AmdLoader.instance.setup("@social-mail/social-mail-client/dist/common/fileUrl");
22560
22756
 
22561
22757
  System.register(["./apiPath"], function (_export, _context) {
@@ -22654,150 +22850,9 @@ System.register(["./apiPath"], function (_export, _context) {
22654
22850
  });
22655
22851
  //# sourceMappingURL=fileUrl.js.map
22656
22852
 
22657
- AmdLoader.instance.setup("@social-mail/social-mail-client/dist/public/channel/pages/ChannelVideosPage");
22658
-
22659
- System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "../../../model/model", "../../../services/EntityService", "@web-atoms/core/dist/core/XNode", "../../../common/fileUrl", "../UrlService", "../../../common/Sql", "../BlogService", "./BaseChannelPage"], function (_export, _context) {
22660
- "use strict";
22661
-
22662
- var __awaiter, __decorate, __metadata, InjectProperty, AppFile, EntityService, XNode, fileUrl, UrlService, Sql, BlogService, BaseChannelPage, ChannelVideosPage;
22663
- _export("default", void 0);
22664
- return {
22665
- setters: [function (_tslib) {
22666
- __awaiter = _tslib.__awaiter;
22667
- __decorate = _tslib.__decorate;
22668
- __metadata = _tslib.__metadata;
22669
- }, function (_webAtomsCoreDistCoreInjectProperty) {
22670
- InjectProperty = _webAtomsCoreDistCoreInjectProperty.default;
22671
- }, function (_modelModel) {
22672
- AppFile = _modelModel.AppFile;
22673
- }, function (_servicesEntityService) {
22674
- EntityService = _servicesEntityService.default;
22675
- }, function (_webAtomsCoreDistCoreXNode) {
22676
- XNode = _webAtomsCoreDistCoreXNode.default;
22677
- }, function (_commonFileUrl) {
22678
- fileUrl = _commonFileUrl.fileUrl;
22679
- }, function (_UrlService) {
22680
- UrlService = _UrlService.UrlService;
22681
- }, function (_commonSql) {
22682
- Sql = _commonSql.Sql;
22683
- }, function (_BlogService) {
22684
- BlogService = _BlogService.default;
22685
- }, function (_BaseChannelPage) {
22686
- BaseChannelPage = _BaseChannelPage.default;
22687
- }],
22688
- execute: function () {
22689
- _export("default", ChannelVideosPage = class ChannelVideosPage extends BaseChannelPage {
22690
- constructor() {
22691
- super(...arguments);
22692
- this.channel = null;
22693
- this.start = 0;
22694
- }
22695
- renderBody() {
22696
- return __awaiter(this, void 0, void 0, function* () {
22697
- const videos = yield this.loadVideos();
22698
- const items = videos.items;
22699
- document.title = "Videos " + this.channel.emailAddress.emailAddress;
22700
- return XNode.create("section", {
22701
- "data-width": "100%"
22702
- }, XNode.create("image-grid", null, ...items.map(m => XNode.create("img", {
22703
- src: fileUrl.webp(m, 300),
22704
- "data-src-set": `${UrlService.toImageUrl(m, 600)} 640w,
22705
- ${UrlService.toImageUrl(m, 1024)}`
22706
- }))), XNode.create("div", {
22707
- "data-layout": "row"
22708
- }, XNode.create("a", null, "First")));
22709
- });
22710
- }
22711
- loadVideos() {
22712
- this.entityService.postPageReady();
22713
- return this.entityService.query(AppFile, "channelFiles", this.channel.mailboxID).where(x => Sql.text.like(x.contentType, "video/%")).orderByDescending(x => x.appFileID).toPagedList({
22714
- start: this.start,
22715
- size: 3
22716
- });
22717
- }
22718
- });
22719
- __decorate([InjectProperty, __metadata("design:type", EntityService)], ChannelVideosPage.prototype, "entityService", void 0);
22720
- __decorate([InjectProperty, __metadata("design:type", BlogService)], ChannelVideosPage.prototype, "blogService", void 0);
22721
- }
22722
- };
22723
- });
22724
- //# sourceMappingURL=ChannelVideosPage.js.map
22725
-
22726
- AmdLoader.instance.setup("@social-mail/social-mail-client/dist/public/channel/controls/Pager");
22727
-
22728
- System.register(["@web-atoms/core/dist/core/XNode"], function (_export, _context) {
22729
- "use strict";
22730
-
22731
- var XNode;
22732
- function* range(start, end, url) {
22733
- for (let index = start; index <= end; index++) {
22734
- yield XNode.create("a", {
22735
- href: url(index)
22736
- }, index.toString());
22737
- }
22738
- }
22739
- function Pager({
22740
- current,
22741
- end,
22742
- step = 3,
22743
- url = void 0
22744
- }) {
22745
- if (end < 0) {
22746
- return XNode.create("div", null);
22747
- }
22748
- if (end <= step) {
22749
- return XNode.create("div", {
22750
- "data-layout": "row"
22751
- }, XNode.create("a", {
22752
- href: url(0)
22753
- }, "First"), ...Array.from(range(1, end, url)));
22754
- }
22755
- if (current) {
22756
- if (current > step) {
22757
- if (current < end - step) {
22758
- return XNode.create("div", {
22759
- "data-layout": "row"
22760
- }, XNode.create("a", {
22761
- href: url(0)
22762
- }, "First"), "...", ...Array.from(range(current - step, current + step, url)), "...", XNode.create("a", {
22763
- href: url(end)
22764
- }, "Last"));
22765
- }
22766
- return XNode.create("div", {
22767
- "data-layout": "row"
22768
- }, XNode.create("a", {
22769
- href: url(0)
22770
- }, "First"), "...", ...Array.from(range(current - step, end, url)), XNode.create("a", {
22771
- href: url(end)
22772
- }, "Last"));
22773
- }
22774
- return XNode.create("div", {
22775
- "data-layout": "row"
22776
- }, XNode.create("a", {
22777
- href: url(0)
22778
- }, "First"), ...Array.from(range(1, current + step, url)), "...", XNode.create("a", {
22779
- href: url(end)
22780
- }, "Last"));
22781
- }
22782
- return XNode.create("div", {
22783
- "data-layout": "row"
22784
- }, ...Array.from(range(1, end, url)), XNode.create("a", {
22785
- href: url(end)
22786
- }, "Last"));
22787
- }
22788
- _export("default", Pager);
22789
- return {
22790
- setters: [function (_webAtomsCoreDistCoreXNode) {
22791
- XNode = _webAtomsCoreDistCoreXNode.default;
22792
- }],
22793
- execute: function () {}
22794
- };
22795
- });
22796
- //# sourceMappingURL=Pager.js.map
22797
-
22798
- AmdLoader.instance.setup("@social-mail/social-mail-client/dist/public/channel/pages/ChannelPhotosPage");
22853
+ AmdLoader.instance.setup("@social-mail/social-mail-client/dist/public/channel/pages/photo/ChannelPhotosPage");
22799
22854
 
22800
- System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "../../../model/model", "../../../services/EntityService", "@web-atoms/core/dist/core/XNode", "../../../common/fileUrl", "../UrlService", "../../../common/Sql", "../BlogService", "./BaseChannelPage", "../controls/Pager"], function (_export, _context) {
22855
+ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "../../../../model/model", "../../../../services/EntityService", "@web-atoms/core/dist/core/XNode", "../../../../common/fileUrl", "../../UrlService", "../../../../common/Sql", "../../BlogService", "../BaseChannelPage", "../../controls/Pager"], function (_export, _context) {
22801
22856
  "use strict";
22802
22857
 
22803
22858
  var __awaiter, __decorate, __metadata, InjectProperty, AppFile, EntityService, XNode, fileUrl, UrlService, Sql, BlogService, BaseChannelPage, Pager, ChannelPhotosPage;
@@ -26556,12 +26611,12 @@ System.register(["@web-atoms/core/dist/core/Command"], function (_export, _conte
26556
26611
  ChannelCommands.channelVideos = Command.create({
26557
26612
  route: "/@{channel}/videos/{start?}",
26558
26613
  routeOrder: 100,
26559
- openPage: () => _context.import("../pages/ChannelVideosPage")
26614
+ openPage: () => _context.import("../pages/video/ChannelVideosPage")
26560
26615
  });
26561
26616
  ChannelCommands.channelPhotos = Command.create({
26562
26617
  route: "/@{channel}/photos/{start?}",
26563
26618
  routeOrder: 100,
26564
- openPage: () => _context.import("../pages/ChannelPhotosPage")
26619
+ openPage: () => _context.import("../pages/photo/ChannelPhotosPage")
26565
26620
  });
26566
26621
  ChannelCommands.channelTag = Command.create({
26567
26622
  route: "/@{channel}/tag/{tag}",
@@ -26751,7 +26806,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
26751
26806
  });
26752
26807
  }
26753
26808
  });
26754
- WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.190`;
26809
+ WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@latest`;
26755
26810
  }
26756
26811
  };
26757
26812
  });