urnovl-web-components 0.0.185 → 0.0.186

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 (220) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/{ur-avatar-97b5e4af.js → ur-avatar-9b345b35.js} +7 -2
  3. package/dist/cjs/ur-avatar.cjs.entry.js +1 -1
  4. package/dist/cjs/ur-novl-summary.cjs.entry.js +4 -4
  5. package/dist/cjs/ur-page-carousel.cjs.entry.js +1 -1
  6. package/dist/cjs/ur-page-profile-tabs.cjs.entry.js +3 -1
  7. package/dist/cjs/ur-page-profile.cjs.entry.js +3 -3
  8. package/dist/cjs/ur-page-shared-list-tabs.cjs.entry.js +1 -1
  9. package/dist/cjs/ur-profile-card-fe3cd04c.js +66 -0
  10. package/dist/cjs/ur-profile-card.cjs.entry.js +2 -2
  11. package/dist/cjs/ur-profile.cjs.entry.js +3 -3
  12. package/dist/cjs/ur-radio-button.cjs.entry.js +1 -1
  13. package/dist/cjs/ur-radio-group.cjs.entry.js +1 -1
  14. package/dist/cjs/ur-read-mobile-top-app-bar.cjs.entry.js +1 -1
  15. package/dist/cjs/ur-read-rail-mobile.cjs.entry.js +2 -2
  16. package/dist/cjs/ur-read-rail.cjs.entry.js +2 -2
  17. package/dist/cjs/ur-read-top-app-bar.cjs.entry.js +1 -1
  18. package/dist/cjs/ur-segment-button.cjs.entry.js +1 -1
  19. package/dist/cjs/ur-select.cjs.entry.js +1 -1
  20. package/dist/cjs/ur-switch.cjs.entry.js +1 -1
  21. package/dist/cjs/ur-tabs.cjs.entry.js +1 -1
  22. package/dist/cjs/ur-text-field.cjs.entry.js +1 -1
  23. package/dist/cjs/ur-thumbs-rating.cjs.entry.js +3 -3
  24. package/dist/cjs/ur-tooltip.cjs.entry.js +1 -1
  25. package/dist/cjs/ur-top-app-bar.cjs.entry.js +2 -2
  26. package/dist/cjs/ur-user-carousel.cjs.entry.js +1 -1
  27. package/dist/cjs/ur-user-page-profile.cjs.entry.js +7 -4
  28. package/dist/cjs/ur-user-profile-tabs.cjs.entry.js +1 -19
  29. package/dist/cjs/ur-user-profile.cjs.entry.js +1 -1
  30. package/dist/cjs/ur-wizard-step.cjs.entry.js +1 -1
  31. package/dist/cjs/urnovl-web-components.cjs.js +1 -1
  32. package/dist/collection/components/ur-avatar/ur-avatar.js +27 -2
  33. package/dist/collection/components/ur-novl-summary/ur-novl-summary.js +2 -2
  34. package/dist/collection/components/ur-page-carousel/ur-page-carousel.js +1 -1
  35. package/dist/collection/components/ur-page-profile/ur-page-profile.js +2 -2
  36. package/dist/collection/components/ur-page-profile-tabs/ur-page-profile-tabs.js +3 -1
  37. package/dist/collection/components/ur-page-shared-list-tabs/ur-page-shared-list-tabs.js +1 -1
  38. package/dist/collection/components/ur-profile/ur-profile.js +3 -3
  39. package/dist/collection/components/ur-profile-card/ur-profile-card.css +10 -1
  40. package/dist/collection/components/ur-profile-card/ur-profile-card.js +194 -7
  41. package/dist/collection/components/ur-radio-button/ur-radio-button.js +1 -1
  42. package/dist/collection/components/ur-radio-group/ur-radio-group.js +1 -1
  43. package/dist/collection/components/ur-read-mobile-top-app-bar/ur-read-mobile-top-app-bar.js +1 -1
  44. package/dist/collection/components/ur-read-rail/ur-read-rail.js +2 -2
  45. package/dist/collection/components/ur-read-rail-mobile/ur-read-rail-mobile.js +2 -2
  46. package/dist/collection/components/ur-read-top-app-bar/ur-read-top-app-bar.js +1 -1
  47. package/dist/collection/components/ur-segment-button/ur-segment-button.js +1 -1
  48. package/dist/collection/components/ur-select/ur-select.js +1 -1
  49. package/dist/collection/components/ur-switch/ur-switch.js +1 -1
  50. package/dist/collection/components/ur-tabs/ur-tabs.js +1 -1
  51. package/dist/collection/components/ur-text-field/ur-text-field.js +1 -1
  52. package/dist/collection/components/ur-thumbs-rating/ur-thumbs-rating.js +3 -3
  53. package/dist/collection/components/ur-tooltip/ur-tooltip.js +1 -1
  54. package/dist/collection/components/ur-top-app-bar/ur-top-app-bar.js +2 -2
  55. package/dist/collection/components/ur-user-carousel/ur-user-carousel.js +1 -1
  56. package/dist/collection/components/ur-user-page-profile/ur-user-page-profile.js +60 -3
  57. package/dist/collection/components/ur-user-profile/ur-user-profile.js +1 -1
  58. package/dist/collection/components/ur-user-profile-tabs/ur-user-profile-tabs.js +1 -79
  59. package/dist/collection/components/ur-wizard-step/ur-wizard-step.js +1 -1
  60. package/dist/collection/stories/ProfileCard.stories.js +18 -0
  61. package/dist/components/{p-83a29c01.js → p-0f30c92a.js} +1 -1
  62. package/dist/components/{p-77bd4feb.js → p-1a1f4562.js} +1 -1
  63. package/dist/components/{p-f29deac8.js → p-8482fbe6.js} +9 -3
  64. package/dist/components/{p-48fcf021.js → p-9fdfb62e.js} +1 -1
  65. package/dist/components/p-b8ec425e.js +124 -0
  66. package/dist/components/ur-avatar.js +1 -1
  67. package/dist/components/ur-comment-form.js +2 -2
  68. package/dist/components/ur-main-menu.js +3 -3
  69. package/dist/components/ur-menu-profile.js +1 -1
  70. package/dist/components/ur-notification.js +1 -1
  71. package/dist/components/ur-novl-summary.js +3 -3
  72. package/dist/components/ur-page-carousel.js +1 -1
  73. package/dist/components/ur-page-profile-tabs.js +3 -1
  74. package/dist/components/ur-page-profile.js +3 -3
  75. package/dist/components/ur-page-shared-list-tabs.js +1 -1
  76. package/dist/components/ur-profile-card.js +1 -1
  77. package/dist/components/ur-profile.js +3 -3
  78. package/dist/components/ur-radio-button.js +1 -1
  79. package/dist/components/ur-radio-group.js +1 -1
  80. package/dist/components/ur-read-mobile-top-app-bar.js +1 -1
  81. package/dist/components/ur-read-rail-mobile.js +3 -3
  82. package/dist/components/ur-read-rail.js +4 -4
  83. package/dist/components/ur-read-top-app-bar.js +1 -1
  84. package/dist/components/ur-reader.js +1 -1
  85. package/dist/components/ur-segment-button.js +1 -1
  86. package/dist/components/ur-select.js +1 -1
  87. package/dist/components/ur-switch.js +1 -1
  88. package/dist/components/ur-tabs.js +1 -1
  89. package/dist/components/ur-text-field.js +1 -1
  90. package/dist/components/ur-thumbs-rating.js +3 -3
  91. package/dist/components/ur-tooltip.js +1 -1
  92. package/dist/components/ur-top-app-bar.js +2 -2
  93. package/dist/components/ur-user-carousel.js +1 -1
  94. package/dist/components/ur-user-page-profile.js +9 -4
  95. package/dist/components/ur-user-profile-tabs.js +1 -22
  96. package/dist/components/ur-user-profile.js +1 -1
  97. package/dist/components/ur-wizard-step.js +1 -1
  98. package/dist/esm/loader.js +1 -1
  99. package/dist/esm/{ur-avatar-157994dc.js → ur-avatar-1f9aa439.js} +7 -2
  100. package/dist/esm/ur-avatar.entry.js +1 -1
  101. package/dist/esm/ur-novl-summary.entry.js +4 -4
  102. package/dist/esm/ur-page-carousel.entry.js +1 -1
  103. package/dist/esm/ur-page-profile-tabs.entry.js +3 -1
  104. package/dist/esm/ur-page-profile.entry.js +3 -3
  105. package/dist/esm/ur-page-shared-list-tabs.entry.js +1 -1
  106. package/dist/esm/ur-profile-card-c25dbbaf.js +64 -0
  107. package/dist/esm/ur-profile-card.entry.js +2 -2
  108. package/dist/esm/ur-profile.entry.js +3 -3
  109. package/dist/esm/ur-radio-button.entry.js +1 -1
  110. package/dist/esm/ur-radio-group.entry.js +1 -1
  111. package/dist/esm/ur-read-mobile-top-app-bar.entry.js +1 -1
  112. package/dist/esm/ur-read-rail-mobile.entry.js +2 -2
  113. package/dist/esm/ur-read-rail.entry.js +2 -2
  114. package/dist/esm/ur-read-top-app-bar.entry.js +1 -1
  115. package/dist/esm/ur-segment-button.entry.js +1 -1
  116. package/dist/esm/ur-select.entry.js +1 -1
  117. package/dist/esm/ur-switch.entry.js +1 -1
  118. package/dist/esm/ur-tabs.entry.js +1 -1
  119. package/dist/esm/ur-text-field.entry.js +1 -1
  120. package/dist/esm/ur-thumbs-rating.entry.js +3 -3
  121. package/dist/esm/ur-tooltip.entry.js +1 -1
  122. package/dist/esm/ur-top-app-bar.entry.js +2 -2
  123. package/dist/esm/ur-user-carousel.entry.js +1 -1
  124. package/dist/esm/ur-user-page-profile.entry.js +7 -4
  125. package/dist/esm/ur-user-profile-tabs.entry.js +1 -19
  126. package/dist/esm/ur-user-profile.entry.js +1 -1
  127. package/dist/esm/ur-wizard-step.entry.js +1 -1
  128. package/dist/esm/urnovl-web-components.js +1 -1
  129. package/dist/types/components/ur-avatar/ur-avatar.d.ts +4 -1
  130. package/dist/types/components/ur-profile-card/ur-profile-card.d.ts +15 -3
  131. package/dist/types/components/ur-user-page-profile/ur-user-page-profile.d.ts +3 -0
  132. package/dist/types/components/ur-user-profile-tabs/ur-user-profile-tabs.d.ts +0 -3
  133. package/dist/types/components.d.ts +32 -12
  134. package/dist/types/stories/ProfileCard.stories.d.ts +37 -0
  135. package/dist/urnovl-web-components/p-0276a324.entry.js +1 -0
  136. package/{www/build/p-629f95b5.entry.js → dist/urnovl-web-components/p-06167129.entry.js} +1 -1
  137. package/dist/urnovl-web-components/p-0645b344.entry.js +1 -0
  138. package/{www/build/p-9d5b8d24.entry.js → dist/urnovl-web-components/p-1760f794.entry.js} +1 -1
  139. package/dist/urnovl-web-components/p-2150bbd8.js +1 -0
  140. package/dist/urnovl-web-components/{p-01cfe786.entry.js → p-44b2d133.entry.js} +1 -1
  141. package/dist/urnovl-web-components/{p-60b07316.entry.js → p-46b8416f.entry.js} +1 -1
  142. package/dist/urnovl-web-components/{p-37653c35.entry.js → p-525725af.entry.js} +1 -1
  143. package/dist/urnovl-web-components/p-5a454e53.entry.js +1 -0
  144. package/{www/build/p-ee0bbc2f.entry.js → dist/urnovl-web-components/p-74e346eb.entry.js} +1 -1
  145. package/dist/urnovl-web-components/{p-77b66093.entry.js → p-7f5e8bcb.entry.js} +1 -1
  146. package/dist/urnovl-web-components/{p-c752e43b.entry.js → p-871e7fc9.entry.js} +1 -1
  147. package/dist/urnovl-web-components/p-88c924d0.entry.js +1 -0
  148. package/dist/urnovl-web-components/p-8d7f8bbc.entry.js +1 -0
  149. package/dist/urnovl-web-components/{p-0e34d4ef.entry.js → p-8f43be55.entry.js} +1 -1
  150. package/dist/urnovl-web-components/p-93985cc1.entry.js +1 -0
  151. package/dist/urnovl-web-components/{p-fb0c030e.entry.js → p-9b66da27.entry.js} +1 -1
  152. package/dist/urnovl-web-components/{p-72074855.entry.js → p-a70bcc01.entry.js} +1 -1
  153. package/{www/build/p-9e729d4c.entry.js → dist/urnovl-web-components/p-a8ec64cb.entry.js} +1 -1
  154. package/dist/urnovl-web-components/p-ba2ee17a.js +1 -0
  155. package/dist/urnovl-web-components/{p-515514c1.entry.js → p-be32aadc.entry.js} +1 -1
  156. package/dist/urnovl-web-components/p-c18f0f40.entry.js +3 -0
  157. package/dist/urnovl-web-components/{p-0b01096d.entry.js → p-c56626dc.entry.js} +1 -1
  158. package/dist/urnovl-web-components/{p-de60051c.entry.js → p-c930a32f.entry.js} +1 -1
  159. package/dist/urnovl-web-components/{p-085469c0.entry.js → p-d013c3d4.entry.js} +1 -1
  160. package/{www/build/p-4e9a7816.entry.js → dist/urnovl-web-components/p-d4a80c62.entry.js} +1 -1
  161. package/dist/urnovl-web-components/p-dd0022a1.entry.js +1 -0
  162. package/dist/urnovl-web-components/{p-8600f22f.entry.js → p-e74ab712.entry.js} +1 -1
  163. package/dist/urnovl-web-components/{p-a6e31370.entry.js → p-fb7dbe23.entry.js} +1 -1
  164. package/dist/urnovl-web-components/urnovl-web-components.esm.js +1 -1
  165. package/package.json +1 -1
  166. package/www/build/p-0276a324.entry.js +1 -0
  167. package/{dist/urnovl-web-components/p-629f95b5.entry.js → www/build/p-06167129.entry.js} +1 -1
  168. package/www/build/p-0645b344.entry.js +1 -0
  169. package/{dist/urnovl-web-components/p-9d5b8d24.entry.js → www/build/p-1760f794.entry.js} +1 -1
  170. package/www/build/p-2150bbd8.js +1 -0
  171. package/www/build/p-3a6ba1fc.js +1 -0
  172. package/www/build/{p-01cfe786.entry.js → p-44b2d133.entry.js} +1 -1
  173. package/www/build/{p-60b07316.entry.js → p-46b8416f.entry.js} +1 -1
  174. package/www/build/{p-37653c35.entry.js → p-525725af.entry.js} +1 -1
  175. package/www/build/p-5a454e53.entry.js +1 -0
  176. package/{dist/urnovl-web-components/p-ee0bbc2f.entry.js → www/build/p-74e346eb.entry.js} +1 -1
  177. package/www/build/{p-77b66093.entry.js → p-7f5e8bcb.entry.js} +1 -1
  178. package/www/build/{p-c752e43b.entry.js → p-871e7fc9.entry.js} +1 -1
  179. package/www/build/p-88c924d0.entry.js +1 -0
  180. package/www/build/p-8d7f8bbc.entry.js +1 -0
  181. package/www/build/{p-0e34d4ef.entry.js → p-8f43be55.entry.js} +1 -1
  182. package/www/build/p-93985cc1.entry.js +1 -0
  183. package/www/build/{p-fb0c030e.entry.js → p-9b66da27.entry.js} +1 -1
  184. package/www/build/{p-72074855.entry.js → p-a70bcc01.entry.js} +1 -1
  185. package/{dist/urnovl-web-components/p-9e729d4c.entry.js → www/build/p-a8ec64cb.entry.js} +1 -1
  186. package/www/build/p-ba2ee17a.js +1 -0
  187. package/www/build/{p-515514c1.entry.js → p-be32aadc.entry.js} +1 -1
  188. package/www/build/p-c18f0f40.entry.js +3 -0
  189. package/www/build/{p-0b01096d.entry.js → p-c56626dc.entry.js} +1 -1
  190. package/www/build/{p-de60051c.entry.js → p-c930a32f.entry.js} +1 -1
  191. package/www/build/{p-085469c0.entry.js → p-d013c3d4.entry.js} +1 -1
  192. package/{dist/urnovl-web-components/p-4e9a7816.entry.js → www/build/p-d4a80c62.entry.js} +1 -1
  193. package/www/build/p-dd0022a1.entry.js +1 -0
  194. package/www/build/{p-8600f22f.entry.js → p-e74ab712.entry.js} +1 -1
  195. package/www/build/{p-a6e31370.entry.js → p-fb7dbe23.entry.js} +1 -1
  196. package/www/build/urnovl-web-components.esm.js +1 -1
  197. package/dist/cjs/ur-profile-card-72dee71b.js +0 -47
  198. package/dist/components/p-a0dc48a6.js +0 -86
  199. package/dist/esm/ur-profile-card-8f106d71.js +0 -45
  200. package/dist/urnovl-web-components/p-008b629b.entry.js +0 -1
  201. package/dist/urnovl-web-components/p-04c5f660.entry.js +0 -1
  202. package/dist/urnovl-web-components/p-0923e9ad.entry.js +0 -1
  203. package/dist/urnovl-web-components/p-11132b18.entry.js +0 -1
  204. package/dist/urnovl-web-components/p-1c780fb1.js +0 -1
  205. package/dist/urnovl-web-components/p-38b87788.js +0 -1
  206. package/dist/urnovl-web-components/p-4f47b336.entry.js +0 -1
  207. package/dist/urnovl-web-components/p-84729298.entry.js +0 -3
  208. package/dist/urnovl-web-components/p-ae25be9d.entry.js +0 -1
  209. package/dist/urnovl-web-components/p-d26b3348.entry.js +0 -1
  210. package/www/build/p-008b629b.entry.js +0 -1
  211. package/www/build/p-04c5f660.entry.js +0 -1
  212. package/www/build/p-0923e9ad.entry.js +0 -1
  213. package/www/build/p-11132b18.entry.js +0 -1
  214. package/www/build/p-1c780fb1.js +0 -1
  215. package/www/build/p-38b87788.js +0 -1
  216. package/www/build/p-4f47b336.entry.js +0 -1
  217. package/www/build/p-84729298.entry.js +0 -3
  218. package/www/build/p-ae25be9d.entry.js +0 -1
  219. package/www/build/p-b27ac88d.js +0 -1
  220. package/www/build/p-d26b3348.entry.js +0 -1
@@ -8,7 +8,7 @@ const appGlobals = require('./app-globals-3a1e7e63.js');
8
8
  const defineCustomElements = async (win, options) => {
9
9
  if (typeof window === 'undefined') return undefined;
10
10
  await appGlobals.globalScripts();
11
- return index.bootstrapLazy(JSON.parse("[[\"ur-main-menu.cjs\",[[1,\"ur-main-menu\",{\"opened\":[4],\"loggedIn\":[4,\"logged-in\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"],\"userAvatar\":[1,\"user-avatar\"],\"badgeCount\":[2,\"badge-count\"],\"termsText\":[1,\"terms-text\"],\"rulesText\":[1,\"rules-text\"],\"privacyText\":[1,\"privacy-text\"],\"paymentText\":[1,\"payment-text\"],\"acceptableUseText\":[1,\"acceptable-use-text\"],\"partnershipText\":[1,\"partnership-text\"],\"homeText\":[1,\"home-text\"],\"storiesText\":[1,\"stories-text\"],\"pagesText\":[1,\"pages-text\"],\"competitionsText\":[1,\"competitions-text\"],\"notificationText\":[1,\"notification-text\"],\"facebookText\":[1,\"facebook-text\"],\"xText\":[1,\"x-text\"],\"discordText\":[1,\"discord-text\"],\"contactUsText\":[1,\"contact-us-text\"],\"signUpText\":[1,\"sign-up-text\"],\"premiumText\":[1,\"premium-text\"],\"whatsNewText\":[1,\"whats-new-text\"],\"faqsText\":[1,\"faqs-text\"],\"currentRoute\":[1,\"current-route\"],\"notificationCenterOpened\":[4,\"notification-center-opened\"],\"expanded\":[32],\"parentHeight\":[32],\"updateCounter\":[32]},null,{\"opened\":[\"watchOpenedHandler\"],\"userName\":[\"watchUserNameHandler\"],\"userRole\":[\"watchUserRoleHandler\"],\"userAvatar\":[\"watchUserAvatarHandler\"],\"badgeCount\":[\"watchBadgeCountHandler\"],\"currentRoute\":[\"watchCurrentRouteHandler\"],\"notificationCenterOpened\":[\"watchNotificationCenterOpenedHandler\"]}]]],[\"ur-comment-form.cjs\",[[1,\"ur-comment-form\",{\"user\":[16],\"isServer\":[4,\"is-server\"],\"placeholder\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"disabled\":[4],\"variant\":[1],\"formState\":[32]}]]],[\"ur-page-carousel.cjs\",[[1,\"ur-page-carousel\",{\"pages\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"disabledPrev\":[32],\"disabledNext\":[32],\"addPages\":[64],\"updateNovlsByIndex\":[64],\"reset\":[64]}]]],[\"ur-page-profile.cjs\",[[1,\"ur-page-profile\",{\"pageId\":[1,\"page-id\"],\"platform\":[1],\"avatar\":[8],\"name\":[8],\"about\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"pageCreatedText\":[1,\"page-created-text\"],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"websiteText\":[1,\"website-text\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"isPageOwner\":[4,\"is-page-owner\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"pageType\":[1,\"page-type\"],\"pageCreationDate\":[8,\"page-creation-date\"],\"createdByText\":[1,\"created-by-text\"],\"literatureTypesText\":[1,\"literature-types-text\"],\"genresText\":[1,\"genres-text\"],\"languagesText\":[1,\"languages-text\"],\"viewsText\":[1,\"views-text\"],\"storiesText\":[1,\"stories-text\"],\"followersText\":[1,\"followers-text\"],\"membersText\":[1,\"members-text\"],\"followText\":[1,\"follow-text\"],\"becomeMemberText\":[1,\"become-member-text\"],\"inviteMembersText\":[1,\"invite-members-text\"],\"donateText\":[1,\"donate-text\"],\"sendMessageText\":[1,\"send-message-text\"],\"followed\":[4]}]]],[\"ur-user-carousel.cjs\",[[1,\"ur-user-carousel\",{\"users\":[16],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4]}]]],[\"ur-main-desktop-top-app-bar.cjs\",[[1,\"ur-main-desktop-top-app-bar\",{\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"fontColor\":[1,\"font-color\"],\"quillText\":[1,\"quill-text\"],\"deviceVariant\":[1,\"device-variant\"],\"searchText\":[1,\"search-text\"],\"quillCount\":[2,\"quill-count\"]}]]],[\"ur-notification.cjs\",[[1,\"ur-notification\",{\"notification\":[16],\"isRead\":[32],\"isFollowing\":[32]}]]],[\"ur-novl-carousel.cjs\",[[1,\"ur-novl-carousel\",{\"novls\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"disabledPrev\":[32],\"disabledNext\":[32],\"addNovls\":[64],\"updateNovlsByIndex\":[64],\"reset\":[64]}]]],[\"ur-read-rail.cjs\",[[1,\"ur-read-rail\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[2],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"mode\":[1],\"isFollowed\":[4,\"is-followed\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isPaidChapter\":[4,\"is-paid-chapter\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"isHostSmall\":[4,\"is-host-small\"],\"isVisible\":[4,\"is-visible\"],\"isLiked\":[32],\"isDisliked\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isPaidChapter\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isHostSmall\":[\"handlePropChange\",\"handleHostSmallChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-reader.cjs\",[[1,\"ur-reader\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"loading\":[4],\"chapterLocked\":[4,\"chapter-locked\"],\"storyTitle\":[1,\"story-title\"],\"chapterTitle\":[1,\"chapter-title\"],\"chapterContent\":[1,\"chapter-content\"],\"fontSize\":[1,\"font-size\"],\"chapterSequence\":[2,\"chapter-sequence\"],\"fontType\":[1,\"font-type\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"minutesText\":[1,\"minutes-text\"],\"likes\":[1],\"comments\":[2],\"dislike\":[1],\"donate\":[1],\"share\":[1],\"isVisible\":[4,\"is-visible\"],\"readingTimePerWord\":[2,\"reading-time-per-word\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"hasPreviousChapter\":[4,\"has-previous-chapter\"],\"hasNextChapter\":[4,\"has-next-chapter\"],\"lockedMessage\":[1,\"locked-message\"],\"nextChapterText\":[1,\"next-chapter-text\"],\"previousChapterText\":[1,\"previous-chapter-text\"],\"unlockButtonLabel\":[1,\"unlock-button-label\"],\"isSmallContainer\":[32],\"baseFontSize\":[32],\"fontStyles\":[32],\"isHostSmall\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"storyTitle\":[\"handlePropChange\"],\"chapterTitle\":[\"handlePropChange\"],\"chapterContent\":[\"handlePropChange\"],\"fontSize\":[\"handlePropChange\"],\"fontType\":[\"handlePropChange\"],\"loading\":[\"handlePropChange\"],\"chapterLocked\":[\"handlePropChange\"],\"chapterSequence\":[\"handlePropChange\"],\"hasPreviousChapter\":[\"handlePropChange\"],\"hasNextChapter\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-user-page-profile.cjs\",[[1,\"ur-user-page-profile\",{\"platform\":[1],\"avatar\":[8],\"name\":[8],\"about\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"userProfileCreatedText\":[1,\"user-profile-created-text\"],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"isProfileFollowed\":[4,\"is-profile-followed\"],\"unFollowText\":[1,\"un-follow-text\"],\"websiteText\":[1,\"website-text\"],\"writerText\":[1,\"writer-text\"],\"readerText\":[1,\"reader-text\"],\"isLoggedIn\":[4,\"is-logged-in\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"isProfileOwner\":[4,\"is-profile-owner\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"isWriter\":[4,\"is-writer\"],\"userProfileCreatedDate\":[8,\"user-profile-created-date\"],\"createdByText\":[1,\"created-by-text\"],\"literatureTypesText\":[1,\"literature-types-text\"],\"genresText\":[1,\"genres-text\"],\"languagesText\":[1,\"languages-text\"],\"viewsText\":[1,\"views-text\"],\"storiesText\":[1,\"stories-text\"],\"followersText\":[1,\"followers-text\"],\"followingText\":[1,\"following-text\"],\"logoutText\":[1,\"logout-text\"],\"followText\":[1,\"follow-text\"],\"donateText\":[1,\"donate-text\"]},null,{\"isProfileFollowed\":[\"handleIsProfileFollowedChange\"]}]]],[\"ur-novl-summary.cjs\",[[1,\"ur-novl-summary\",{\"novlTitle\":[1,\"novl-title\"],\"coverImage\":[1,\"cover-image\"],\"completeText\":[1,\"complete-text\"],\"ongoingText\":[1,\"ongoing-text\"],\"storyCompleteStatus\":[4,\"story-complete-status\"],\"likes\":[2],\"likesText\":[1,\"likes-text\"],\"views\":[2],\"viewsText\":[1,\"views-text\"],\"readingDuration\":[1,\"reading-duration\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"description\":[1],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"readStoryText\":[1,\"read-story-text\"],\"learnMoreText\":[1,\"learn-more-text\"],\"writeStoryText\":[1,\"write-story-text\"],\"buyStoryText\":[1,\"buy-story-text\"],\"novlPrice\":[1,\"novl-price\"],\"hasBranches\":[4,\"has-branches\"],\"writeEnabled\":[4,\"write-enabled\"],\"novlPaid\":[4,\"novl-paid\"],\"novlPurchasedAt\":[1,\"novl-purchased-at\"],\"ownerAvatar\":[1,\"owner-avatar\"],\"ownerName\":[1,\"owner-name\"],\"novlIsOwn\":[4,\"novl-is-own\"],\"expanded\":[4],\"reset\":[64]}]]],[\"ur-profile-card.cjs\",[[1,\"ur-profile-card\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarAlt\":[1,\"avatar-alt\"],\"name\":[1],\"avatarSize\":[1,\"avatar-size\"],\"description\":[1],\"followButtonText\":[1,\"follow-button-text\"],\"isOwner\":[4,\"is-owner\"],\"profileType\":[1,\"profile-type\"],\"nameFontSize\":[1,\"name-font-size\"],\"unfollowButtonText\":[1,\"unfollow-button-text\"],\"buttonHeight\":[1,\"button-height\"],\"showDescription\":[4,\"show-description\"],\"isFollowing\":[32]}]]],[\"ur-read-rail-mobile.cjs\",[[1,\"ur-read-rail-mobile\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[1],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"isFollowed\":[4,\"is-followed\"],\"isVisible\":[4,\"is-visible\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-checkbox-group.cjs\",[[1,\"ur-checkbox-group\",{\"name\":[1],\"values\":[1040],\"required\":[4],\"selectAll\":[4,\"select-all\"],\"selectAllText\":[1,\"select-all-text\"],\"maxSelectable\":[2,\"max-selectable\"],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-hero.cjs\",[[1,\"ur-hero\",{\"heroTitle\":[1,\"hero-title\"],\"heroSubtitle\":[1,\"hero-subtitle\"],\"ctaText\":[1,\"cta-text\"],\"backgroundImage\":[1,\"background-image\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"backgroundJustification\":[1,\"background-justification\"],\"backgroundAlignment\":[1,\"background-alignment\"],\"heroTitleColor\":[1,\"hero-title-color\"],\"heroSubtitleColor\":[1,\"hero-subtitle-color\"],\"widthClass\":[32]}]]],[\"ur-locale-filter-panel.cjs\",[[1,\"ur-locale-filter-panel\",{\"showHeader\":[4,\"show-header\"],\"showFooter\":[4,\"show-footer\"],\"locales\":[16],\"disabledLocales\":[16],\"mutableLocales\":[32]}]]],[\"ur-read-mobile-top-app-bar.cjs\",[[1,\"ur-read-mobile-top-app-bar\",{\"variant\":[1],\"headerTitle\":[1,\"header-title\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-read-top-app-bar.cjs\",[[1,\"ur-read-top-app-bar\",{\"variant\":[1],\"novelTitle\":[1,\"novel-title\"],\"isChapterOwner\":[4,\"is-chapter-owner\"],\"deviceVariant\":[1,\"device-variant\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"],\"topValue\":[32]}]]],[\"ur-thumbs-rating.cjs\",[[1,\"ur-thumbs-rating\",{\"likesCount\":[2,\"likes-count\"],\"dislikeText\":[1,\"dislike-text\"],\"isLiked\":[1028,\"is-liked\"],\"isDisliked\":[1028,\"is-disliked\"]}]]],[\"ur-top-app-bar.cjs\",[[1,\"ur-top-app-bar\",{\"headerTitle\":[1,\"header-title\"],\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-wizard-step.cjs\",[[1,\"ur-wizard-step\",{\"step\":[2],\"stepTitle\":[1,\"step-title\"],\"subtitle\":[1],\"showPrevious\":[4,\"show-previous\"],\"showNext\":[4,\"show-next\"],\"previousButtonTitle\":[1,\"previous-button-title\"],\"nextButtonTitle\":[1,\"next-button-title\"],\"isSkippable\":[4,\"is-skippable\"],\"isValid\":[1028,\"is-valid\"],\"validationMessage\":[1,\"validation-message\"],\"customClass\":[1,\"custom-class\"],\"submitStepForm\":[64],\"resetStepForm\":[64]},[[0,\"formValid\",\"handleFormValid\"],[0,\"formInvalid\",\"handleFormInvalid\"]]]]],[\"ur-bottom-sheet.cjs\",[[1,\"ur-bottom-sheet\",{\"open\":[4],\"selectedDetent\":[1,\"selected-detent\"],\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"currentDetent\":[32],\"dragPosition\":[32],\"isVisible\":[32],\"showSheet\":[64],\"hideSheet\":[64]},null,{\"open\":[\"watchOpen\"]}]]],[\"ur-circular-progress.cjs\",[[1,\"ur-circular-progress\",{\"max\":[514],\"value\":[514]}]]],[\"ur-dialog.cjs\",[[1,\"ur-dialog\",{\"description\":[1],\"open\":[4],\"fullscreen\":[4],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"showHeader\":[4,\"show-header\"],\"overlayHeader\":[4,\"overlay-header\"],\"variant\":[1],\"borderRadius\":[1,\"border-radius\"],\"openDialog\":[64],\"closeDialog\":[64]}]]],[\"ur-form.cjs\",[[1,\"ur-form\",{\"submitForm\":[64],\"resetForm\":[64]},[[0,\"valueChanged\",\"handleValueChanged\"],[0,\"errorStateChanged\",\"handleErrorStateChanged\"]]]]],[\"ur-linear-progress.cjs\",[[1,\"ur-linear-progress\",{\"value\":[2],\"max\":[514]},null,{\"value\":[\"validateValue\"]}]]],[\"ur-list-subheader.cjs\",[[1,\"ur-list-subheader\",{\"text\":[1]}]]],[\"ur-loader.cjs\",[[1,\"ur-loader\"]]],[\"ur-locale-filter-button.cjs\",[[1,\"ur-locale-filter-button\",{\"count\":[2],\"selected\":[4]}]]],[\"ur-long-description.cjs\",[[1,\"ur-long-description\",{\"description\":[1],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"isExpanded\":[32]}]]],[\"ur-menu-item.cjs\",[[1,\"ur-menu-item\",{\"value\":[1],\"label\":[1],\"disabled\":[4],\"selected\":[4],\"size\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"fullWidth\":[4,\"full-width\"],\"leftAligned\":[4,\"left-aligned\"],\"heightNumber\":[514,\"height-number\"],\"isHovered\":[32]},null,{\"selected\":[\"selectedChanged\"],\"disabled\":[\"disabledChanged\"],\"heightNumber\":[\"heightNumberChanged\"]}]]],[\"ur-navigation-drawer.cjs\",[[1,\"ur-navigation-drawer\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contained\":[4],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-navigation-drawer-global.cjs\",[[1,\"ur-navigation-drawer-global\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contentHeight\":[32],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-notification-tabs.cjs\",[[1,\"ur-notification-tabs\",{\"activeTab\":[1,\"active-tab\"],\"notificationsTabText\":[1,\"notifications-tab-text\"],\"requestsTabText\":[1,\"requests-tab-text\"],\"fullWidthTabs\":[4,\"full-width-tabs\"]}]]],[\"ur-page-profile-tabs.cjs\",[[1,\"ur-page-profile-tabs\",{\"activeTab\":[1,\"active-tab\"],\"storiesTabText\":[1,\"stories-tab-text\"],\"libraryTabText\":[1,\"library-tab-text\"],\"transactionsTabText\":[1,\"transactions-tab-text\"],\"statisticsTabText\":[1,\"statistics-tab-text\"],\"settingsTabText\":[1,\"settings-tab-text\"],\"aboutTabText\":[1,\"about-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-page-shared-list-tabs.cjs\",[[1,\"ur-page-shared-list-tabs\",{\"activeTab\":[1,\"active-tab\"],\"followersTabText\":[1,\"followers-tab-text\"],\"membersTabText\":[1,\"members-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-profile.cjs\",[[1,\"ur-profile\",{\"name\":[8],\"description\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"show_follow\":[4],\"show_donate\":[4],\"show_become_member\":[4],\"show_send_message\":[4],\"show_stats\":[4],\"stories_count\":[2],\"views_count\":[2],\"followers_count\":[2],\"writers_count\":[2],\"show_languages\":[4],\"languages\":[1],\"show_genres\":[4],\"genres\":[1],\"show_member_since\":[4],\"member_since\":[1]}]]],[\"ur-radio-button.cjs\",[[1,\"ur-radio-button\",{\"disabled\":[4],\"checked\":[4],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-radio-group.cjs\",[[1,\"ur-radio-group\",{\"name\":[1],\"value\":[1025],\"required\":[4],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-segment-button.cjs\",[[1,\"ur-segment-button\",{\"likeLabel\":[1,\"like-label\"]}]]],[\"ur-select.cjs\",[[1,\"ur-select\",{\"value\":[1],\"name\":[1],\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"variant\":[1],\"usage\":[1],\"multiple\":[4],\"clearable\":[4],\"disabled\":[4],\"required\":[4],\"readonly\":[4],\"size\":[1],\"placement\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"flex\":[4],\"suffix\":[1],\"clearIcon\":[1,\"clear-icon\"]},null,{\"value\":[\"handleValueChange\"]}]]],[\"ur-switch.cjs\",[[1,\"ur-switch\",{\"disabled\":[4],\"checked\":[4]}]]],[\"ur-tabs.cjs\",[[1,\"ur-tabs\",{\"tabs\":[16],\"panels\":[16]}]]],[\"ur-user-profile.cjs\",[[1,\"ur-user-profile\"]]],[\"ur-user-profile-tabs.cjs\",[[1,\"ur-user-profile-tabs\",{\"activeTab\":[1,\"active-tab\"],\"storiesTabText\":[1,\"stories-tab-text\"],\"libraryTabText\":[1,\"library-tab-text\"],\"transactionsTabText\":[1,\"transactions-tab-text\"],\"statisticsTabText\":[1,\"statistics-tab-text\"],\"settingsTabText\":[1,\"settings-tab-text\"],\"aboutTabText\":[1,\"about-tab-text\"],\"followingTabText\":[1,\"following-tab-text\"],\"followersTabText\":[1,\"followers-tab-text\"],\"followingPagesTabText\":[1,\"following-pages-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-page.cjs\",[[1,\"ur-page\",{\"pageId\":[1,\"page-id\"],\"loading\":[4],\"followed\":[4],\"pageTitle\":[1,\"page-title\"],\"pageCover\":[1,\"page-cover\"],\"pageCoverFallback\":[1,\"page-cover-fallback\"],\"followers\":[2],\"showStats\":[4,\"show-stats\"],\"pageDescription\":[1,\"page-description\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-user.cjs\",[[1,\"ur-user\",{\"userId\":[513,\"user-id\"],\"loading\":[4],\"followStatus\":[4,\"follow-status\"],\"userTitle\":[1,\"user-title\"],\"userCover\":[1,\"user-cover\"],\"userCoverFallback\":[1,\"user-cover-fallback\"],\"followers\":[2],\"showStats\":[4,\"show-stats\"],\"userDescription\":[1,\"user-description\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-checkbox.cjs\",[[1,\"ur-checkbox\",{\"disabled\":[4],\"checked\":[1540],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-novl.cjs\",[[1,\"ur-novl\",{\"novlId\":[520,\"novl-id\"],\"loading\":[4],\"novlTitle\":[1,\"novl-title\"],\"novlCover\":[8,\"novl-cover\"],\"novlCoverFallback\":[1,\"novl-cover-fallback\"],\"likes\":[2],\"views\":[2],\"showStats\":[4,\"show-stats\"],\"novlDescription\":[8,\"novl-description\"],\"authorAvatar\":[8,\"author-avatar\"],\"authorName\":[8,\"author-name\"],\"published\":[4],\"price\":[1],\"publisherAvatar\":[1,\"publisher-avatar\"],\"publisherName\":[1,\"publisher-name\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-text-field.cjs\",[[1,\"ur-text-field\",{\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"disabled\":[4],\"required\":[4],\"variant\":[1],\"value\":[1025],\"name\":[1],\"endIcon\":[1,\"end-icon\"],\"rows\":[2],\"autosize\":[4],\"minRows\":[2,\"min-rows\"],\"maxRows\":[2,\"max-rows\"],\"minlength\":[2],\"maxlength\":[2],\"counter\":[4],\"type\":[1],\"pattern\":[1],\"min\":[8],\"max\":[8],\"step\":[8],\"error\":[1540],\"errorMessage\":[1537,\"error-message\"]}]]],[\"ur-chip.cjs\",[[1,\"ur-chip\",{\"label\":[1],\"border\":[1],\"borderColor\":[1,\"border-color\"],\"radius\":[1],\"size\":[1],\"backColor\":[1,\"back-color\"],\"fontColor\":[1,\"font-color\"],\"loading\":[4],\"disabled\":[4],\"clickable\":[4]}]]],[\"ur-list_3.cjs\",[[1,\"ur-menu-profile\",{\"userAvatar\":[1,\"user-avatar\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"]}],[1,\"ur-list\"],[1,\"ur-list-item\",{\"content\":[1],\"disabled\":[4],\"active\":[4],\"nonclickable\":[4],\"rounded\":[4],\"alignment\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"description\":[1],\"href\":[1],\"target\":[1],\"rel\":[1]}]]],[\"ur-logo.cjs\",[[1,\"ur-logo\",{\"width\":[1],\"height\":[1],\"color\":[1],\"rotation\":[2],\"opacity\":[2]}]]],[\"ur-time-ago.cjs\",[[1,\"ur-time-ago\",{\"date\":[1],\"timeAgo\":[32]},null,{\"date\":[\"watchDate\"]}]]],[\"ur-tooltip.cjs\",[[1,\"ur-tooltip\",{\"content\":[1],\"variant\":[1],\"placement\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"trigger\":[1],\"colorScheme\":[1,\"color-scheme\"],\"disabled\":[4],\"isVisible\":[32]}]]],[\"ur-button-arrow-left_2.cjs\",[[1,\"ur-button-arrow-left\",{\"disabled\":[4]}],[1,\"ur-button-arrow-right\",{\"disabled\":[4]}]]],[\"ur-avatar.cjs\",[[1,\"ur-avatar\",{\"size\":[1],\"src\":[1],\"name\":[1],\"border\":[1],\"radius\":[1]}]]],[\"ur-button-icon.cjs\",[[1,\"ur-button-icon\",{\"disabled\":[4],\"loading\":[4],\"variant\":[1],\"icon\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"selected\":[4],\"active\":[4],\"borderRadius\":[1,\"border-radius\"],\"buttonWidth\":[1,\"button-width\"],\"buttonHeight\":[1,\"button-height\"],\"fontColor\":[1,\"font-color\"],\"backgroundColor\":[1,\"background-color\"]}]]],[\"ur-button.cjs\",[[1,\"ur-button\",{\"disabled\":[4],\"variant\":[1],\"icon\":[8],\"endIcon\":[8,\"end-icon\"],\"fullWidth\":[4,\"full-width\"],\"loading\":[4],\"fontColor\":[1,\"font-color\"],\"buttonHeight\":[1,\"button-height\"],\"borderRadius\":[1,\"border-radius\"]}]]]]"), options);
11
+ return index.bootstrapLazy(JSON.parse("[[\"ur-main-menu.cjs\",[[1,\"ur-main-menu\",{\"opened\":[4],\"loggedIn\":[4,\"logged-in\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"],\"userAvatar\":[1,\"user-avatar\"],\"badgeCount\":[2,\"badge-count\"],\"termsText\":[1,\"terms-text\"],\"rulesText\":[1,\"rules-text\"],\"privacyText\":[1,\"privacy-text\"],\"paymentText\":[1,\"payment-text\"],\"acceptableUseText\":[1,\"acceptable-use-text\"],\"partnershipText\":[1,\"partnership-text\"],\"homeText\":[1,\"home-text\"],\"storiesText\":[1,\"stories-text\"],\"pagesText\":[1,\"pages-text\"],\"competitionsText\":[1,\"competitions-text\"],\"notificationText\":[1,\"notification-text\"],\"facebookText\":[1,\"facebook-text\"],\"xText\":[1,\"x-text\"],\"discordText\":[1,\"discord-text\"],\"contactUsText\":[1,\"contact-us-text\"],\"signUpText\":[1,\"sign-up-text\"],\"premiumText\":[1,\"premium-text\"],\"whatsNewText\":[1,\"whats-new-text\"],\"faqsText\":[1,\"faqs-text\"],\"currentRoute\":[1,\"current-route\"],\"notificationCenterOpened\":[4,\"notification-center-opened\"],\"expanded\":[32],\"parentHeight\":[32],\"updateCounter\":[32]},null,{\"opened\":[\"watchOpenedHandler\"],\"userName\":[\"watchUserNameHandler\"],\"userRole\":[\"watchUserRoleHandler\"],\"userAvatar\":[\"watchUserAvatarHandler\"],\"badgeCount\":[\"watchBadgeCountHandler\"],\"currentRoute\":[\"watchCurrentRouteHandler\"],\"notificationCenterOpened\":[\"watchNotificationCenterOpenedHandler\"]}]]],[\"ur-comment-form.cjs\",[[1,\"ur-comment-form\",{\"user\":[16],\"isServer\":[4,\"is-server\"],\"placeholder\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"disabled\":[4],\"variant\":[1],\"formState\":[32]}]]],[\"ur-page-carousel.cjs\",[[1,\"ur-page-carousel\",{\"pages\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"disabledPrev\":[32],\"disabledNext\":[32],\"addPages\":[64],\"updateNovlsByIndex\":[64],\"reset\":[64]}]]],[\"ur-page-profile.cjs\",[[1,\"ur-page-profile\",{\"pageId\":[1,\"page-id\"],\"platform\":[1],\"avatar\":[8],\"name\":[8],\"about\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"pageCreatedText\":[1,\"page-created-text\"],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"websiteText\":[1,\"website-text\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"isPageOwner\":[4,\"is-page-owner\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"pageType\":[1,\"page-type\"],\"pageCreationDate\":[8,\"page-creation-date\"],\"createdByText\":[1,\"created-by-text\"],\"literatureTypesText\":[1,\"literature-types-text\"],\"genresText\":[1,\"genres-text\"],\"languagesText\":[1,\"languages-text\"],\"viewsText\":[1,\"views-text\"],\"storiesText\":[1,\"stories-text\"],\"followersText\":[1,\"followers-text\"],\"membersText\":[1,\"members-text\"],\"followText\":[1,\"follow-text\"],\"becomeMemberText\":[1,\"become-member-text\"],\"inviteMembersText\":[1,\"invite-members-text\"],\"donateText\":[1,\"donate-text\"],\"sendMessageText\":[1,\"send-message-text\"],\"followed\":[4]}]]],[\"ur-profile-card.cjs\",[[1,\"ur-profile-card\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarAlt\":[1,\"avatar-alt\"],\"name\":[1],\"avatarSize\":[1,\"avatar-size\"],\"description\":[1],\"followButtonText\":[1,\"follow-button-text\"],\"isOwner\":[4,\"is-owner\"],\"profileType\":[1,\"profile-type\"],\"nameFontSize\":[1,\"name-font-size\"],\"unfollowButtonText\":[1,\"unfollow-button-text\"],\"buttonHeight\":[1,\"button-height\"],\"buttonWidth\":[1,\"button-width\"],\"pageActionsTooltipText\":[1,\"page-actions-tooltip-text\"],\"memberActionsTooltipText\":[1,\"member-actions-tooltip-text\"],\"showDescription\":[4,\"show-description\"],\"showMemberActions\":[4,\"show-member-actions\"],\"showPageActions\":[4,\"show-page-actions\"],\"hideFollowActions\":[4,\"hide-follow-actions\"],\"initialFollowState\":[4,\"initial-follow-state\"],\"isFollowing\":[32]}]]],[\"ur-user-carousel.cjs\",[[1,\"ur-user-carousel\",{\"users\":[16],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4]}]]],[\"ur-main-desktop-top-app-bar.cjs\",[[1,\"ur-main-desktop-top-app-bar\",{\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"fontColor\":[1,\"font-color\"],\"quillText\":[1,\"quill-text\"],\"deviceVariant\":[1,\"device-variant\"],\"searchText\":[1,\"search-text\"],\"quillCount\":[2,\"quill-count\"]}]]],[\"ur-notification.cjs\",[[1,\"ur-notification\",{\"notification\":[16],\"isRead\":[32],\"isFollowing\":[32]}]]],[\"ur-novl-carousel.cjs\",[[1,\"ur-novl-carousel\",{\"novls\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"disabledPrev\":[32],\"disabledNext\":[32],\"addNovls\":[64],\"updateNovlsByIndex\":[64],\"reset\":[64]}]]],[\"ur-read-rail.cjs\",[[1,\"ur-read-rail\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[2],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"mode\":[1],\"isFollowed\":[4,\"is-followed\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isPaidChapter\":[4,\"is-paid-chapter\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"isHostSmall\":[4,\"is-host-small\"],\"isVisible\":[4,\"is-visible\"],\"isLiked\":[32],\"isDisliked\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isPaidChapter\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isHostSmall\":[\"handlePropChange\",\"handleHostSmallChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-reader.cjs\",[[1,\"ur-reader\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"loading\":[4],\"chapterLocked\":[4,\"chapter-locked\"],\"storyTitle\":[1,\"story-title\"],\"chapterTitle\":[1,\"chapter-title\"],\"chapterContent\":[1,\"chapter-content\"],\"fontSize\":[1,\"font-size\"],\"chapterSequence\":[2,\"chapter-sequence\"],\"fontType\":[1,\"font-type\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"minutesText\":[1,\"minutes-text\"],\"likes\":[1],\"comments\":[2],\"dislike\":[1],\"donate\":[1],\"share\":[1],\"isVisible\":[4,\"is-visible\"],\"readingTimePerWord\":[2,\"reading-time-per-word\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"hasPreviousChapter\":[4,\"has-previous-chapter\"],\"hasNextChapter\":[4,\"has-next-chapter\"],\"lockedMessage\":[1,\"locked-message\"],\"nextChapterText\":[1,\"next-chapter-text\"],\"previousChapterText\":[1,\"previous-chapter-text\"],\"unlockButtonLabel\":[1,\"unlock-button-label\"],\"isSmallContainer\":[32],\"baseFontSize\":[32],\"fontStyles\":[32],\"isHostSmall\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"storyTitle\":[\"handlePropChange\"],\"chapterTitle\":[\"handlePropChange\"],\"chapterContent\":[\"handlePropChange\"],\"fontSize\":[\"handlePropChange\"],\"fontType\":[\"handlePropChange\"],\"loading\":[\"handlePropChange\"],\"chapterLocked\":[\"handlePropChange\"],\"chapterSequence\":[\"handlePropChange\"],\"hasPreviousChapter\":[\"handlePropChange\"],\"hasNextChapter\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-user-page-profile.cjs\",[[1,\"ur-user-page-profile\",{\"platform\":[1],\"avatar\":[8],\"name\":[8],\"about\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"userProfileCreatedText\":[1,\"user-profile-created-text\"],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"isProfileFollowed\":[4,\"is-profile-followed\"],\"unFollowText\":[1,\"un-follow-text\"],\"websiteText\":[1,\"website-text\"],\"writerText\":[1,\"writer-text\"],\"readerText\":[1,\"reader-text\"],\"isLoggedIn\":[4,\"is-logged-in\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"isProfileOwner\":[4,\"is-profile-owner\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"isWriter\":[4,\"is-writer\"],\"userProfileCreatedDate\":[8,\"user-profile-created-date\"],\"createdByText\":[1,\"created-by-text\"],\"literatureTypesText\":[1,\"literature-types-text\"],\"genresText\":[1,\"genres-text\"],\"languagesText\":[1,\"languages-text\"],\"viewsText\":[1,\"views-text\"],\"storiesText\":[1,\"stories-text\"],\"followersText\":[1,\"followers-text\"],\"followingText\":[1,\"following-text\"],\"pagesFollowingText\":[1,\"pages-following-text\"],\"pagesFollowing\":[2,\"pages-following\"],\"logoutText\":[1,\"logout-text\"],\"followText\":[1,\"follow-text\"],\"donateText\":[1,\"donate-text\"]},null,{\"isProfileFollowed\":[\"handleIsProfileFollowedChange\"]}]]],[\"ur-novl-summary.cjs\",[[1,\"ur-novl-summary\",{\"novlTitle\":[1,\"novl-title\"],\"coverImage\":[1,\"cover-image\"],\"completeText\":[1,\"complete-text\"],\"ongoingText\":[1,\"ongoing-text\"],\"storyCompleteStatus\":[4,\"story-complete-status\"],\"likes\":[2],\"likesText\":[1,\"likes-text\"],\"views\":[2],\"viewsText\":[1,\"views-text\"],\"readingDuration\":[1,\"reading-duration\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"description\":[1],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"readStoryText\":[1,\"read-story-text\"],\"learnMoreText\":[1,\"learn-more-text\"],\"writeStoryText\":[1,\"write-story-text\"],\"buyStoryText\":[1,\"buy-story-text\"],\"novlPrice\":[1,\"novl-price\"],\"hasBranches\":[4,\"has-branches\"],\"writeEnabled\":[4,\"write-enabled\"],\"novlPaid\":[4,\"novl-paid\"],\"novlPurchasedAt\":[1,\"novl-purchased-at\"],\"ownerAvatar\":[1,\"owner-avatar\"],\"ownerName\":[1,\"owner-name\"],\"novlIsOwn\":[4,\"novl-is-own\"],\"expanded\":[4],\"reset\":[64]}]]],[\"ur-read-rail-mobile.cjs\",[[1,\"ur-read-rail-mobile\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[1],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"isFollowed\":[4,\"is-followed\"],\"isVisible\":[4,\"is-visible\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-checkbox-group.cjs\",[[1,\"ur-checkbox-group\",{\"name\":[1],\"values\":[1040],\"required\":[4],\"selectAll\":[4,\"select-all\"],\"selectAllText\":[1,\"select-all-text\"],\"maxSelectable\":[2,\"max-selectable\"],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-hero.cjs\",[[1,\"ur-hero\",{\"heroTitle\":[1,\"hero-title\"],\"heroSubtitle\":[1,\"hero-subtitle\"],\"ctaText\":[1,\"cta-text\"],\"backgroundImage\":[1,\"background-image\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"backgroundJustification\":[1,\"background-justification\"],\"backgroundAlignment\":[1,\"background-alignment\"],\"heroTitleColor\":[1,\"hero-title-color\"],\"heroSubtitleColor\":[1,\"hero-subtitle-color\"],\"widthClass\":[32]}]]],[\"ur-locale-filter-panel.cjs\",[[1,\"ur-locale-filter-panel\",{\"showHeader\":[4,\"show-header\"],\"showFooter\":[4,\"show-footer\"],\"locales\":[16],\"disabledLocales\":[16],\"mutableLocales\":[32]}]]],[\"ur-read-mobile-top-app-bar.cjs\",[[1,\"ur-read-mobile-top-app-bar\",{\"variant\":[1],\"headerTitle\":[1,\"header-title\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-read-top-app-bar.cjs\",[[1,\"ur-read-top-app-bar\",{\"variant\":[1],\"novelTitle\":[1,\"novel-title\"],\"isChapterOwner\":[4,\"is-chapter-owner\"],\"deviceVariant\":[1,\"device-variant\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"],\"topValue\":[32]}]]],[\"ur-thumbs-rating.cjs\",[[1,\"ur-thumbs-rating\",{\"likesCount\":[2,\"likes-count\"],\"dislikeText\":[1,\"dislike-text\"],\"isLiked\":[1028,\"is-liked\"],\"isDisliked\":[1028,\"is-disliked\"]}]]],[\"ur-top-app-bar.cjs\",[[1,\"ur-top-app-bar\",{\"headerTitle\":[1,\"header-title\"],\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-wizard-step.cjs\",[[1,\"ur-wizard-step\",{\"step\":[2],\"stepTitle\":[1,\"step-title\"],\"subtitle\":[1],\"showPrevious\":[4,\"show-previous\"],\"showNext\":[4,\"show-next\"],\"previousButtonTitle\":[1,\"previous-button-title\"],\"nextButtonTitle\":[1,\"next-button-title\"],\"isSkippable\":[4,\"is-skippable\"],\"isValid\":[1028,\"is-valid\"],\"validationMessage\":[1,\"validation-message\"],\"customClass\":[1,\"custom-class\"],\"submitStepForm\":[64],\"resetStepForm\":[64]},[[0,\"formValid\",\"handleFormValid\"],[0,\"formInvalid\",\"handleFormInvalid\"]]]]],[\"ur-bottom-sheet.cjs\",[[1,\"ur-bottom-sheet\",{\"open\":[4],\"selectedDetent\":[1,\"selected-detent\"],\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"currentDetent\":[32],\"dragPosition\":[32],\"isVisible\":[32],\"showSheet\":[64],\"hideSheet\":[64]},null,{\"open\":[\"watchOpen\"]}]]],[\"ur-circular-progress.cjs\",[[1,\"ur-circular-progress\",{\"max\":[514],\"value\":[514]}]]],[\"ur-dialog.cjs\",[[1,\"ur-dialog\",{\"description\":[1],\"open\":[4],\"fullscreen\":[4],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"showHeader\":[4,\"show-header\"],\"overlayHeader\":[4,\"overlay-header\"],\"variant\":[1],\"borderRadius\":[1,\"border-radius\"],\"openDialog\":[64],\"closeDialog\":[64]}]]],[\"ur-form.cjs\",[[1,\"ur-form\",{\"submitForm\":[64],\"resetForm\":[64]},[[0,\"valueChanged\",\"handleValueChanged\"],[0,\"errorStateChanged\",\"handleErrorStateChanged\"]]]]],[\"ur-linear-progress.cjs\",[[1,\"ur-linear-progress\",{\"value\":[2],\"max\":[514]},null,{\"value\":[\"validateValue\"]}]]],[\"ur-list-subheader.cjs\",[[1,\"ur-list-subheader\",{\"text\":[1]}]]],[\"ur-loader.cjs\",[[1,\"ur-loader\"]]],[\"ur-locale-filter-button.cjs\",[[1,\"ur-locale-filter-button\",{\"count\":[2],\"selected\":[4]}]]],[\"ur-long-description.cjs\",[[1,\"ur-long-description\",{\"description\":[1],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"isExpanded\":[32]}]]],[\"ur-menu-item.cjs\",[[1,\"ur-menu-item\",{\"value\":[1],\"label\":[1],\"disabled\":[4],\"selected\":[4],\"size\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"fullWidth\":[4,\"full-width\"],\"leftAligned\":[4,\"left-aligned\"],\"heightNumber\":[514,\"height-number\"],\"isHovered\":[32]},null,{\"selected\":[\"selectedChanged\"],\"disabled\":[\"disabledChanged\"],\"heightNumber\":[\"heightNumberChanged\"]}]]],[\"ur-navigation-drawer.cjs\",[[1,\"ur-navigation-drawer\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contained\":[4],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-navigation-drawer-global.cjs\",[[1,\"ur-navigation-drawer-global\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contentHeight\":[32],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-notification-tabs.cjs\",[[1,\"ur-notification-tabs\",{\"activeTab\":[1,\"active-tab\"],\"notificationsTabText\":[1,\"notifications-tab-text\"],\"requestsTabText\":[1,\"requests-tab-text\"],\"fullWidthTabs\":[4,\"full-width-tabs\"]}]]],[\"ur-page-profile-tabs.cjs\",[[1,\"ur-page-profile-tabs\",{\"activeTab\":[1,\"active-tab\"],\"storiesTabText\":[1,\"stories-tab-text\"],\"libraryTabText\":[1,\"library-tab-text\"],\"transactionsTabText\":[1,\"transactions-tab-text\"],\"statisticsTabText\":[1,\"statistics-tab-text\"],\"settingsTabText\":[1,\"settings-tab-text\"],\"aboutTabText\":[1,\"about-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-page-shared-list-tabs.cjs\",[[1,\"ur-page-shared-list-tabs\",{\"activeTab\":[1,\"active-tab\"],\"followersTabText\":[1,\"followers-tab-text\"],\"membersTabText\":[1,\"members-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-profile.cjs\",[[1,\"ur-profile\",{\"name\":[8],\"description\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"show_follow\":[4],\"show_donate\":[4],\"show_become_member\":[4],\"show_send_message\":[4],\"show_stats\":[4],\"stories_count\":[2],\"views_count\":[2],\"followers_count\":[2],\"writers_count\":[2],\"show_languages\":[4],\"languages\":[1],\"show_genres\":[4],\"genres\":[1],\"show_member_since\":[4],\"member_since\":[1]}]]],[\"ur-radio-button.cjs\",[[1,\"ur-radio-button\",{\"disabled\":[4],\"checked\":[4],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-radio-group.cjs\",[[1,\"ur-radio-group\",{\"name\":[1],\"value\":[1025],\"required\":[4],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-segment-button.cjs\",[[1,\"ur-segment-button\",{\"likeLabel\":[1,\"like-label\"]}]]],[\"ur-select.cjs\",[[1,\"ur-select\",{\"value\":[1],\"name\":[1],\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"variant\":[1],\"usage\":[1],\"multiple\":[4],\"clearable\":[4],\"disabled\":[4],\"required\":[4],\"readonly\":[4],\"size\":[1],\"placement\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"flex\":[4],\"suffix\":[1],\"clearIcon\":[1,\"clear-icon\"]},null,{\"value\":[\"handleValueChange\"]}]]],[\"ur-switch.cjs\",[[1,\"ur-switch\",{\"disabled\":[4],\"checked\":[4]}]]],[\"ur-tabs.cjs\",[[1,\"ur-tabs\",{\"tabs\":[16],\"panels\":[16]}]]],[\"ur-user-profile.cjs\",[[1,\"ur-user-profile\"]]],[\"ur-user-profile-tabs.cjs\",[[1,\"ur-user-profile-tabs\",{\"activeTab\":[1,\"active-tab\"],\"storiesTabText\":[1,\"stories-tab-text\"],\"libraryTabText\":[1,\"library-tab-text\"],\"transactionsTabText\":[1,\"transactions-tab-text\"],\"statisticsTabText\":[1,\"statistics-tab-text\"],\"settingsTabText\":[1,\"settings-tab-text\"],\"aboutTabText\":[1,\"about-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-page.cjs\",[[1,\"ur-page\",{\"pageId\":[1,\"page-id\"],\"loading\":[4],\"followed\":[4],\"pageTitle\":[1,\"page-title\"],\"pageCover\":[1,\"page-cover\"],\"pageCoverFallback\":[1,\"page-cover-fallback\"],\"followers\":[2],\"showStats\":[4,\"show-stats\"],\"pageDescription\":[1,\"page-description\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-user.cjs\",[[1,\"ur-user\",{\"userId\":[513,\"user-id\"],\"loading\":[4],\"followStatus\":[4,\"follow-status\"],\"userTitle\":[1,\"user-title\"],\"userCover\":[1,\"user-cover\"],\"userCoverFallback\":[1,\"user-cover-fallback\"],\"followers\":[2],\"showStats\":[4,\"show-stats\"],\"userDescription\":[1,\"user-description\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-checkbox.cjs\",[[1,\"ur-checkbox\",{\"disabled\":[4],\"checked\":[1540],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-novl.cjs\",[[1,\"ur-novl\",{\"novlId\":[520,\"novl-id\"],\"loading\":[4],\"novlTitle\":[1,\"novl-title\"],\"novlCover\":[8,\"novl-cover\"],\"novlCoverFallback\":[1,\"novl-cover-fallback\"],\"likes\":[2],\"views\":[2],\"showStats\":[4,\"show-stats\"],\"novlDescription\":[8,\"novl-description\"],\"authorAvatar\":[8,\"author-avatar\"],\"authorName\":[8,\"author-name\"],\"published\":[4],\"price\":[1],\"publisherAvatar\":[1,\"publisher-avatar\"],\"publisherName\":[1,\"publisher-name\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-text-field.cjs\",[[1,\"ur-text-field\",{\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"disabled\":[4],\"required\":[4],\"variant\":[1],\"value\":[1025],\"name\":[1],\"endIcon\":[1,\"end-icon\"],\"rows\":[2],\"autosize\":[4],\"minRows\":[2,\"min-rows\"],\"maxRows\":[2,\"max-rows\"],\"minlength\":[2],\"maxlength\":[2],\"counter\":[4],\"type\":[1],\"pattern\":[1],\"min\":[8],\"max\":[8],\"step\":[8],\"error\":[1540],\"errorMessage\":[1537,\"error-message\"]}]]],[\"ur-chip.cjs\",[[1,\"ur-chip\",{\"label\":[1],\"border\":[1],\"borderColor\":[1,\"border-color\"],\"radius\":[1],\"size\":[1],\"backColor\":[1,\"back-color\"],\"fontColor\":[1,\"font-color\"],\"loading\":[4],\"disabled\":[4],\"clickable\":[4]}]]],[\"ur-list_3.cjs\",[[1,\"ur-menu-profile\",{\"userAvatar\":[1,\"user-avatar\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"]}],[1,\"ur-list\"],[1,\"ur-list-item\",{\"content\":[1],\"disabled\":[4],\"active\":[4],\"nonclickable\":[4],\"rounded\":[4],\"alignment\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"description\":[1],\"href\":[1],\"target\":[1],\"rel\":[1]}]]],[\"ur-logo.cjs\",[[1,\"ur-logo\",{\"width\":[1],\"height\":[1],\"color\":[1],\"rotation\":[2],\"opacity\":[2]}]]],[\"ur-time-ago.cjs\",[[1,\"ur-time-ago\",{\"date\":[1],\"timeAgo\":[32]},null,{\"date\":[\"watchDate\"]}]]],[\"ur-tooltip.cjs\",[[1,\"ur-tooltip\",{\"content\":[1],\"variant\":[1],\"placement\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"trigger\":[1],\"colorScheme\":[1,\"color-scheme\"],\"disabled\":[4],\"isVisible\":[32]}]]],[\"ur-button-arrow-left_2.cjs\",[[1,\"ur-button-arrow-left\",{\"disabled\":[4]}],[1,\"ur-button-arrow-right\",{\"disabled\":[4]}]]],[\"ur-avatar.cjs\",[[1,\"ur-avatar\",{\"size\":[1],\"src\":[1],\"name\":[1],\"border\":[1],\"radius\":[1],\"variant\":[1]}]]],[\"ur-button-icon.cjs\",[[1,\"ur-button-icon\",{\"disabled\":[4],\"loading\":[4],\"variant\":[1],\"icon\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"selected\":[4],\"active\":[4],\"borderRadius\":[1,\"border-radius\"],\"buttonWidth\":[1,\"button-width\"],\"buttonHeight\":[1,\"button-height\"],\"fontColor\":[1,\"font-color\"],\"backgroundColor\":[1,\"background-color\"]}]]],[\"ur-button.cjs\",[[1,\"ur-button\",{\"disabled\":[4],\"variant\":[1],\"icon\":[8],\"endIcon\":[8,\"end-icon\"],\"fullWidth\":[4,\"full-width\"],\"loading\":[4],\"fontColor\":[1,\"font-color\"],\"buttonHeight\":[1,\"button-height\"],\"borderRadius\":[1,\"border-radius\"]}]]]]"), options);
12
12
  };
13
13
 
14
14
  exports.setNonce = index.setNonce;
@@ -9,12 +9,17 @@ const UrAvatar = class {
9
9
  constructor(hostRef) {
10
10
  index.registerInstance(this, hostRef);
11
11
  // Default avatar image path
12
- this.defaultAvatar = '/assets/img/user/account.png';
12
+ this.defaultUserAvatar = '/assets/img/user/account.png';
13
+ this.defaultPageAvatar = '/assets/img/pages/page.png';
13
14
  this.size = '32px';
14
15
  this.src = undefined;
15
16
  this.name = undefined;
16
17
  this.border = '0';
17
18
  this.radius = '50%';
19
+ this.variant = 'user';
20
+ }
21
+ get defaultAvatar() {
22
+ return this.variant === 'page' ? this.defaultPageAvatar : this.defaultUserAvatar;
18
23
  }
19
24
  componentDidLoad() {
20
25
  const m = new Image();
@@ -30,7 +35,7 @@ const UrAvatar = class {
30
35
  render() {
31
36
  // Use default avatar if src is not provided or is empty
32
37
  const avatarSrc = this.src || this.defaultAvatar;
33
- return (index.h(index.Host, { key: 'b6d8b1cecf2700a96148ad7e692fe7529af160e7' }, index.h("img", { key: '749a176fe51f208fd3402be777ef77e3ae5e4d67', class: "avatar", src: avatarSrc, style: { borderRadius: this.radius, height: this.size, width: this.size, borderWidth: this.border }, alt: this.name || 'User Avatar' })));
38
+ return (index.h(index.Host, { key: 'ad102ed032ba27adbbdad5ef88a8290d91418e27' }, index.h("img", { key: '1af504e3719cd41427b10775cd12a6ba1dd9ee65', class: "avatar", src: avatarSrc, style: { borderRadius: this.radius, height: this.size, width: this.size, borderWidth: this.border }, alt: this.name || (this.variant === 'page' ? 'Business Avatar' : 'User Avatar') })));
34
39
  }
35
40
  };
36
41
  UrAvatar.style = UrAvatarStyle0;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const urAvatar = require('./ur-avatar-97b5e4af.js');
5
+ const urAvatar = require('./ur-avatar-9b345b35.js');
6
6
  require('./index-8ef53368.js');
7
7
 
8
8
 
@@ -6,7 +6,7 @@ const index = require('./index-8ef53368.js');
6
6
  require('./ur-time-ago-7fc40503.js');
7
7
  require('./ur-chip-4c000220.js');
8
8
  require('./ur-long-description-84a400b4.js');
9
- require('./ur-profile-card-72dee71b.js');
9
+ require('./ur-profile-card-fe3cd04c.js');
10
10
  require('./index-20ffbbc7.js');
11
11
  require('./component-style-778b1077.js');
12
12
  require('./ref-ed5db329.js');
@@ -27,7 +27,7 @@ require('./state-5a245854.js');
27
27
  require('./class-map-286769d1.js');
28
28
  require('./width-19d8c373.js');
29
29
  require('./index-6d969ea0.js');
30
- require('./ur-avatar-97b5e4af.js');
30
+ require('./ur-avatar-9b345b35.js');
31
31
 
32
32
  const urNovlSummaryCss = ":host{--ur-color-background:var(--mdui-color-background);--ur-color-on-background:var(--mdui-color-on-background);--ur-color-on-complete-surface:#1A5100;--ur-color-complete-surface:red;--ur-color-primary:var(--mdui-color-primary);--ur-color-primary-container:var(--mdui-color-primary-container);--ur-color-on-surface-lite:var(--mdui-color-on-surface-lite);--ur-color-surface-container-high:var(--mdui-color-surface-container-high);display:block;color:rgb(var(--ur-color-on-background-rgb));background:rgb(var(--ur-color-complete-surface))}:host .cover-image{height:100%;width:100%;object-fit:cover}:host .cover{height:calc( 100vw / 3);width:100%;max-height:210px;position:relative}:host .status{display:flex;position:absolute;top:0;left:24px;transform:translate(0, -50%)}:host .novl-content{display:flex;position:relative;padding:24px;gap:16px;flex-direction:column}:host .title-text{margin:0;font-size:22px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-0.262px}:host .story-stats{margin-top:8px;display:flex}:host .story-stat{font-size:12px;display:flex;align-items:center}:host .story-stat-label{font-weight:700;line-height:12px}:host .story-stat-value{font-weight:400;line-height:12px;margin-right:4px}:host .story-stat-separator{margin:0 4px}:host .novl-details{display:flex;flex-wrap:wrap;gap:8px}:host .actions-holder{display:flex;gap:8px}:host .summary-action{flex:1}:host .owner-holder{display:flex;flex-direction:column;gap:8px}@keyframes placeholderAnimate{0%{background-position:-650px 0}100%{background-position:650px 0}}:host .title-text.loading{height:24px;margin:8px 0;border-radius:4px;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1000px}";
33
33
  const UrNovlSummaryStyle0 = urNovlSummaryCss;
@@ -86,8 +86,8 @@ const UrNovlSummary = class {
86
86
  this.expanded = false;
87
87
  }
88
88
  render() {
89
- return (index.h(index.Host, { key: '723f154315be1c22aa254da7511456adb3ab2722' }, index.h("div", { key: '97bad4a8259b7b13c1b13a9e7fe41260d643d126', class: "cover" }, index.h("img", { key: '321ad510885593e4084cdc1ffd4b937ae8a2931c', class: "cover-image", src: this.coverImage, alt: "Novl Cover" })), index.h("div", { key: '1aaf5150c4a10e29862d2c556a5c6a9676bb0f7d', class: "novl-content" }, index.h("div", { key: 'd3da1fe1f13d297ef40195fb228ff82007dd33d3', class: "status" }, this.storyCompleteStatus ? (index.h("ur-chip", { fontColor: "#1A5100", backColor: "#C6F4D0", radius: "50px", border: "2px", size: "32px", class: "status-chip", clickable: false, label: this.completeText })) : (index.h("ur-chip", { fontColor: "rgb(var(--ur-color-primary))", backColor: "rgb(var(--ur-color-primary-container))", size: "32px", class: "status-chip", border: "2px", radius: "50px", clickable: false, label: this.ongoingText }))), index.h("div", { key: '6160cd260c463189d7f9909ac2da65586ebd3a1e', class: "main-content" }, index.h("h1", { key: '433babf03e12ed6dc288810ef3ac1dd366987bb5', class: "title-text" }, this.novlTitle), index.h("span", { key: '465b1716a630d47535e69a918e36016eef123e1e', class: "story-stats" }, this.likes > 0 && (index.h("span", { key: 'ccd5e7df3754cc3127183d8dc4bc6511b2bb2160', class: "story-stat" }, index.h("span", { key: '1e0344541019597a8aa8834d0d1accb93954af3d', class: "story-stat-value" }, this.likes), index.h("span", { key: 'cefcc2f29d66b9217d7aa6108622814803af7972', class: "story-stat-label" }, this.likesText))), this.likes > 0 && index.h("span", { key: '3a4f97d230f5832777a4b498273f14274b858e56', class: "story-stat-separator" }, "\u00B7"), this.views > 0 && (index.h("span", { key: 'cf0dc577636249964d70771e630f79c372903ec3', class: "story-stat" }, index.h("span", { key: '40fa869e2e9b9442b02eda14c6a5f53bc8433de7', class: "story-stat-value" }, this.views), index.h("span", { key: '4795fa9cbfa1cb68ccfe64188cccd0df8ab02c5f', class: "story-stat-label" }, this.viewsText))), this.views > 0 && index.h("span", { key: '5cbb4dfde01a6c7da8328b5d3f0f6a682fe0210d', class: "story-stat-separator" }, "\u00B7"), index.h("span", { key: 'b9a86327499e178c5d58b0ff0462fab698f9bdf2', class: "story-stat" }, index.h("span", { key: '77955f3c4d6f0a38e18a067c99bda76b21c70eda', class: "story-stat-value" }, this.readingDuration === '-1' ? 'N/A' : this.readingDuration), index.h("span", { key: '82372c32e869dc7250d8cbf6d40fe28601a3f8b5', class: "story-stat-label" }, this.readingDurationText)))), index.h("div", { key: '69aa513315fba37f3a0cbc6944a87aa4f1b64950', class: "novl-details" }, this.languages.split(',').map(language => (index.h("ur-chip", { fontColor: "rgb(var(--ur-color-on-surface-lite))", backColor: "rgb(var(--ur-color-surface-container-high))", size: "28px", class: "info-chip", clickable: false, label: language }))), this.literatureTypes.split(',').map(litType => (index.h("ur-chip", { fontColor: "rgb(var(--ur-color-on-surface-lite))", backColor: "rgb(var(--ur-color-surface-container-high))", size: "28px", class: "info-chip", clickable: false, label: litType }))), this.genres.split(',').map(genre => (index.h("ur-chip", { fontColor: "rgb(var(--ur-color-on-surface-lite))", backColor: "rgb(var(--ur-color-surface-container-high))", size: "28px", class: "info-chip", clickable: false, label: genre })))), index.h("div", { key: '1a1cdddd4d444744fffa767f5960059e94d0de11', class: "description" }, index.h("slot", { key: '0d6229dcc25e91c9d27d235cb567fd1b097da145', name: "description" })), index.h("div", { key: 'a51789cc1db17a75113688a92b184eb4e383962b', class: "actions-holder" }, this.hasBranches && (index.h("ur-button", { key: 'f983c21080152e68cea6becd3658c2c48bb4b12f', class: "summary-action", variant: "filled", "full-width": true, onClick: () => this.onReadStory() }, this.readStoryText)), this.writeEnabled && !this.hasBranches && (index.h("ur-button", { key: 'a6bf839a1ef6e1ac1b4e09113e8cb7eb9efea3d3', class: "summary-action", variant: "filled", "full-width": true, onClick: () => this.onWriteStory() }, this.writeStoryText)), this.novlPaid &&
90
- (this.novlPurchasedAt ? (index.h("ur-button", { class: "summary-action", variant: "filled", fullWidth: true, onClick: () => this.onReadStory() }, this.readStoryText)) : (index.h("ur-button", { class: "summary-action", variant: "filled", fullWidth: true, onClick: () => this.onBuyStory() }, this.buyStoryText, "\u00A0", index.h("span", { class: "buy-price" }, this.novlPrice)))), this.novlIsOwn && (index.h("ur-button", { key: 'f0e21234e64f184438bf135ab15bf38f19f885dd', class: "summary-action", variant: "outlined", fullWidth: true, onClick: () => this.onLearnMore() }, this.learnMoreText))), index.h("div", { key: '7a5965dceb6eef6376f9642a5905e775ab388ce7', class: "owner-holder" }, index.h("slot", { key: '997c207208ab9b61874f5220a5a16ab90e7b7642', name: "owner" }), index.h("slot", { key: 'dc52b58214228bb8bcac5769a9c14bbdaeeeaf96', name: "owner-page" })))));
89
+ return (index.h(index.Host, { key: '21cd54a7aaf8d6b46b39938f628dd1275af06049' }, index.h("div", { key: 'b8b15593b96ef3364ffe9d5113ff97539b282ec5', class: "cover" }, index.h("img", { key: 'a59a2a96497fa7ab542a15231938ff744601a154', class: "cover-image", src: this.coverImage, alt: "Novl Cover" })), index.h("div", { key: 'b98aff5ee8f800be58d342ae380cd6d4f7f3a92f', class: "novl-content" }, index.h("div", { key: '698e9d05151630cf34af92765109d7423581e1c6', class: "status" }, this.storyCompleteStatus ? (index.h("ur-chip", { fontColor: "#1A5100", backColor: "#C6F4D0", radius: "50px", border: "2px", size: "32px", class: "status-chip", clickable: false, label: this.completeText })) : (index.h("ur-chip", { fontColor: "rgb(var(--ur-color-primary))", backColor: "rgb(var(--ur-color-primary-container))", size: "32px", class: "status-chip", border: "2px", radius: "50px", clickable: false, label: this.ongoingText }))), index.h("div", { key: '54c924332711ef14e8eca6e258cc8dd2b59b6587', class: "main-content" }, index.h("h1", { key: '493697f9a523171c4bf8d869f6f8540a69f345a7', class: "title-text" }, this.novlTitle), index.h("span", { key: 'cdf0d0ae13ccef7fca8e0f44cea4113c14216a78', class: "story-stats" }, this.likes > 0 && (index.h("span", { key: 'b6cbff88818c9c411ebcb616eb0779b738193cbb', class: "story-stat" }, index.h("span", { key: '6a8ab0feec3701584c54963d5232f6c3b1df614d', class: "story-stat-value" }, this.likes), index.h("span", { key: '91904ead863550c3ab6746fd32b8d47936cae3dc', class: "story-stat-label" }, this.likesText))), this.likes > 0 && index.h("span", { key: 'be00444f38bd0a5c902031a0c9e74970199d881f', class: "story-stat-separator" }, "\u00B7"), this.views > 0 && (index.h("span", { key: 'a35f44034708da1aaa67cc8533d16212b0b16fad', class: "story-stat" }, index.h("span", { key: '40d346aac0cba38bc64ab76c49381600fa1c024b', class: "story-stat-value" }, this.views), index.h("span", { key: '1e2ac2a3a730029db5b7fdcf1e1b6d256cba3f24', class: "story-stat-label" }, this.viewsText))), this.views > 0 && index.h("span", { key: 'acf32b8e56f7b23415a3516c479e37eda31a4ef2', class: "story-stat-separator" }, "\u00B7"), index.h("span", { key: '0ff2f8709d0db259d5dda8f90f067236316eb650', class: "story-stat" }, index.h("span", { key: 'f79b0ad34d6bbcdc53720414ff8f7d18c6d79fc7', class: "story-stat-value" }, this.readingDuration === '-1' ? 'N/A' : this.readingDuration), index.h("span", { key: '6ce6815c61f162185bf60a500607faa4e379ce9d', class: "story-stat-label" }, this.readingDurationText)))), index.h("div", { key: '0a83d6da941c02842b7a8ba0426c2912c2c4bd17', class: "novl-details" }, this.languages.split(',').map(language => (index.h("ur-chip", { fontColor: "rgb(var(--ur-color-on-surface-lite))", backColor: "rgb(var(--ur-color-surface-container-high))", size: "28px", class: "info-chip", clickable: false, label: language }))), this.literatureTypes.split(',').map(litType => (index.h("ur-chip", { fontColor: "rgb(var(--ur-color-on-surface-lite))", backColor: "rgb(var(--ur-color-surface-container-high))", size: "28px", class: "info-chip", clickable: false, label: litType }))), this.genres.split(',').map(genre => (index.h("ur-chip", { fontColor: "rgb(var(--ur-color-on-surface-lite))", backColor: "rgb(var(--ur-color-surface-container-high))", size: "28px", class: "info-chip", clickable: false, label: genre })))), index.h("div", { key: '4c6feffc1aa782a234490c482880d5ee3c1eab5b', class: "description" }, index.h("slot", { key: 'e6b2f81da35e6174d43524c578b88005ad9726b9', name: "description" })), index.h("div", { key: 'c147687aece622f0598f6010e68f2b6193753bdf', class: "actions-holder" }, this.hasBranches && (index.h("ur-button", { key: '8b3ee477e578cfe65a1f8d54aef3f9cb6faf531c', class: "summary-action", variant: "filled", "full-width": true, onClick: () => this.onReadStory() }, this.readStoryText)), this.writeEnabled && !this.hasBranches && (index.h("ur-button", { key: '0bf308533731e3413956f36e9402b2390ad80301', class: "summary-action", variant: "filled", "full-width": true, onClick: () => this.onWriteStory() }, this.writeStoryText)), this.novlPaid &&
90
+ (this.novlPurchasedAt ? (index.h("ur-button", { class: "summary-action", variant: "filled", fullWidth: true, onClick: () => this.onReadStory() }, this.readStoryText)) : (index.h("ur-button", { class: "summary-action", variant: "filled", fullWidth: true, onClick: () => this.onBuyStory() }, this.buyStoryText, "\u00A0", index.h("span", { class: "buy-price" }, this.novlPrice)))), this.novlIsOwn && (index.h("ur-button", { key: '03c0f8c536403d12e268827903a03b9f6393152c', class: "summary-action", variant: "outlined", fullWidth: true, onClick: () => this.onLearnMore() }, this.learnMoreText))), index.h("div", { key: '2c9d39a971deb29cc8d34c4829f5ce5bd8f41367', class: "owner-holder" }, index.h("slot", { key: '1416499136bd9c2dc6991ae9b9c14cd49e0e78d2', name: "owner" }), index.h("slot", { key: 'dbef3bf58c14ed820b3fd5f74256f60c91bda42b', name: "owner-page" })))));
91
91
  }
92
92
  };
93
93
  UrNovlSummary.style = UrNovlSummaryStyle0;
@@ -132,7 +132,7 @@ const UrPageCarousel = class {
132
132
  return (index.h("swiper-slide", null, this.debug && index.h("span", { class: "index" }, index$1 + 1), index.h("ur-page", Object.assign({}, page))));
133
133
  }
134
134
  render() {
135
- return (index.h(index.Host, { key: 'c60bee569bb72358c9d2db7e1ff4de235e151adc' }, index.h("div", { key: '0efe17e26fbc8850b4cc6660507bd1b973a9b8e9', class: "carousel" }, this.navigation && (index.h("ur-button-arrow-left", { key: 'd03deae52dcc9cc64e439f2d9bd96db4a2c1b929', disabled: this.disabledPrev })), this.navigation && (index.h("ur-button-arrow-right", { key: '005d6338d07a209d0d322d4dd5cdc5df823ef431', disabled: this.loading || this.disabledNext })), index.h("swiper-container", { key: '9a292734ce9db290af5d74ed0701416e5295f6b4', init: true, observer: true, "observe-slide-children": true, "slides-per-group-auto": true, "watch-slides-progress": true, "breakpoint-base": "container", grid: this.grid, breakpoints: this.breakpoints, "slides-per-view": this.slidesPerView, "space-between": this.spaceBetween }, this.pages.map((page, index) => this.renderPage(page, index))))));
135
+ return (index.h(index.Host, { key: 'df0bc22decc72498e6b16b606a7798ee6cfe1c42' }, index.h("div", { key: 'c57e85ed7a9d114f57d8292b8f42b7a451642103', class: "carousel" }, this.navigation && (index.h("ur-button-arrow-left", { key: 'eced7128737398c415b6cb05379013f29f28ee85', disabled: this.disabledPrev })), this.navigation && (index.h("ur-button-arrow-right", { key: 'bb477aae6eae0721c5c326f625604236417f3734', disabled: this.loading || this.disabledNext })), index.h("swiper-container", { key: 'c62f79d04d4bf978af16f2bece8bac545c024ad6', init: true, observer: true, "observe-slide-children": true, "slides-per-group-auto": true, "watch-slides-progress": true, "breakpoint-base": "container", grid: this.grid, breakpoints: this.breakpoints, "slides-per-view": this.slidesPerView, "space-between": this.spaceBetween }, this.pages.map((page, index) => this.renderPage(page, index))))));
136
136
  }
137
137
  get el() { return index.getElement(this); }
138
138
  };
@@ -44,6 +44,7 @@ const UrPageProfileTabs = class {
44
44
  text: () => this.storiesTabText,
45
45
  visibleFor: 'all',
46
46
  },
47
+ /*
47
48
  {
48
49
  value: 'library',
49
50
  text: () => this.libraryTabText,
@@ -64,6 +65,7 @@ const UrPageProfileTabs = class {
64
65
  text: () => this.settingsTabText,
65
66
  visibleFor: 'owner',
66
67
  },
68
+ */
67
69
  {
68
70
  value: 'about',
69
71
  text: () => this.aboutTabText,
@@ -95,7 +97,7 @@ const UrPageProfileTabs = class {
95
97
  }
96
98
  render() {
97
99
  const visibleTabs = this.getVisibleTabs();
98
- return (index.h(index.Host, { key: '47d3207423788a800ef89107292c79de52768754' }, index.h("mdui-tabs", { key: '94ef891e213e544d0fbf805378373cf7da6b65dc', value: this.activeTab, onChange: this.handleTabChange, "full-width-tabs": this.fullWidthTabs }, visibleTabs.map(tab => (index.h("mdui-tab", { key: tab.value, value: tab.value }, tab.text()))), visibleTabs.map(tab => (index.h("mdui-tab-panel", { key: tab.value, slot: "panel", value: tab.value }, index.h("slot", { name: tab.value })))))));
100
+ return (index.h(index.Host, { key: '20ad2f60902a3d08aeb322818bbb6d0b58622e03' }, index.h("mdui-tabs", { key: 'dc80b52f5c27e1d0c267b31c9ffaa2dfc7e121dd', value: this.activeTab, onChange: this.handleTabChange, "full-width-tabs": this.fullWidthTabs }, visibleTabs.map(tab => (index.h("mdui-tab", { key: tab.value, value: tab.value }, tab.text()))), visibleTabs.map(tab => (index.h("mdui-tab-panel", { key: tab.value, slot: "panel", value: tab.value }, index.h("slot", { name: tab.value })))))));
99
101
  }
100
102
  };
101
103
  UrPageProfileTabs.style = UrPageProfileTabsStyle0;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-8ef53368.js');
6
- require('./ur-avatar-97b5e4af.js');
6
+ require('./ur-avatar-9b345b35.js');
7
7
  require('./ur-button-17bd3d7d.js');
8
8
  require('./ur-time-ago-7fc40503.js');
9
9
  require('./index-bf519c7a.js');
@@ -173,14 +173,14 @@ const UrPageProfile = class {
173
173
  'profile-mobile-main': this.platform === 'mobile-main',
174
174
  'profile-mobile-secondary': this.platform === 'mobile-secondary',
175
175
  };
176
- return (index.h(index.Host, { key: '88e712f18e449cf25898ee5936f3f6af85d31f3e', class: classes }, index.h("div", { key: '8f648b9403d97082fb5d2478bda6a5ac7405209d', class: classes }, this.platform === 'desktop' && (index.h("div", { key: '02b0b19f4a5af1cc54a7cb988324c41b03e65db3', class: "desktop-content" }, index.h("div", { key: 'bd50f5c910d0962d5a78bd6bae1b5e48cd9d714b', class: "avatar" }, index.h("ur-avatar", { key: '00d0e2d83f76aa74b8069f0710242c5f8c726589', border: "4px", radius: "25px", size: "96px", src: this.avatar, name: this.name })), index.h("div", { key: '1d2a588fc8441b2a0e7c8a6e0ff48da0942ec8ea', class: "info" }, index.h("div", { key: '7a1e65032d48051dda68032da594dd60478fdc51', class: "name" }, this.name), this.renderPageType(), this.about && index.h("div", { key: 'cffd022a90b76880b90c42478201d844bddce90a', class: "about" }, this.about), this.renderLocation(), this.renderSocialLinks(), this.renderWebsite()), this.renderActions())), this.platform === 'desktop' && [
176
+ return (index.h(index.Host, { key: '62990bff8a19df67505533e5083a24743123a1d3', class: classes }, index.h("div", { key: '42488fc4baac28d3154814b0dc186ee61a6a3dae', class: classes }, this.platform === 'desktop' && (index.h("div", { key: '454e0058ee32573500e0f41d3272219380404bd4', class: "desktop-content" }, index.h("div", { key: '68991e1838a69906699ec95066a4fb86972d9a64', class: "avatar" }, index.h("ur-avatar", { key: 'b6c6a6a42f7abf94b073d083c428d12293949109', border: "4px", radius: "25px", size: "96px", src: this.avatar, name: this.name })), index.h("div", { key: '020febfd511939806d9ca18785116fe0373af6ce', class: "info" }, index.h("div", { key: '78ca9ae6180171e940f7b26b4e4443526a6d88d0', class: "name" }, this.name), this.renderPageType(), this.about && index.h("div", { key: '2d57915f83733ec2de270af6693dc12f3d7052e9', class: "about" }, this.about), this.renderLocation(), this.renderSocialLinks(), this.renderWebsite()), this.renderActions())), this.platform === 'desktop' && [
177
177
  this.renderStats(),
178
178
  this.renderLanguages(),
179
179
  this.renderGenres(),
180
180
  this.renderLiteratureTypes(),
181
181
  this.renderPageCreator(),
182
182
  this.renderPageCreationDate(),
183
- ], this.platform === 'mobile-main' && (index.h("div", { key: 'fd19c437f594bfb18198bb2cfc719361f236dfbb', class: "mobile-main-content" }, index.h("div", { key: '809f02dc471ecc6e12c1c2a79338d1202b6e36c2', class: "avatar" }, index.h("ur-avatar", { key: 'e80cb8b6fd50ba66e86e82d3e7f594a3edfb2bb9', border: "4px", radius: "25px", size: "96px", src: this.avatar, name: this.name })), index.h("div", { key: '8ab20262bdcf2a1e7cb7699060741cddaf10aacb', class: "info" }, index.h("div", { key: 'dfd5688c7207f31c7ec8dcce5c2754fdee284a80', class: "name" }, this.name), this.renderPageType(), this.about && index.h("div", { key: '94499c37344f6e7d27d43cd68e509ce54099e6de', class: "about" }, this.about)), this.renderActions())), this.platform === 'mobile-secondary' && [
183
+ ], this.platform === 'mobile-main' && (index.h("div", { key: '22a27dbf24400c52da3485a98b34b0fc3367860a', class: "mobile-main-content" }, index.h("div", { key: '0543bdaedfa4b36126d9fceb38dee39f0d1c7694', class: "avatar" }, index.h("ur-avatar", { key: '5f50dc39a08349f2c6cbbe68cccaa1b8b3f9f554', border: "4px", radius: "25px", size: "96px", src: this.avatar, name: this.name })), index.h("div", { key: '5111da0532d414b40086d821ced1017b5f6bb0ad', class: "info" }, index.h("div", { key: 'd4084bb10e24f4638707b85de3c4cba3cf68b33b', class: "name" }, this.name), this.renderPageType(), this.about && index.h("div", { key: '683af3d2d709e8a2f53c896e15f4bdc20e7a79d0', class: "about" }, this.about)), this.renderActions())), this.platform === 'mobile-secondary' && [
184
184
  this.renderLocation(),
185
185
  this.renderSocialLinks(),
186
186
  this.renderWebsite(),
@@ -70,7 +70,7 @@ const UrPageSharedListTabs = class {
70
70
  }
71
71
  render() {
72
72
  const visibleTabs = this.getVisibleTabs();
73
- return (index.h(index.Host, { key: '9c13d9983a35c86994d75de2e845e782c368c4c2' }, index.h("mdui-tabs", { key: '5a1738d365832096b6a5c58ce697fe641570670d', value: this.activeTab, onChange: this.handleTabChange, "full-width-tabs": this.fullWidthTabs }, visibleTabs.map(tab => (index.h("mdui-tab", { key: tab.value, value: tab.value }, tab.text()))), visibleTabs.map(tab => (index.h("mdui-tab-panel", { key: tab.value, slot: "panel", value: tab.value }, index.h("slot", { name: tab.value })))))));
73
+ return (index.h(index.Host, { key: '70d8bfb9b687fc7a5f6719fa857f990189400663' }, index.h("mdui-tabs", { key: 'fcdb501e507c52780b1f2621d953c3aff1f58097', value: this.activeTab, onChange: this.handleTabChange, "full-width-tabs": this.fullWidthTabs }, visibleTabs.map(tab => (index.h("mdui-tab", { key: tab.value, value: tab.value }, tab.text()))), visibleTabs.map(tab => (index.h("mdui-tab-panel", { key: tab.value, slot: "panel", value: tab.value }, index.h("slot", { name: tab.value })))))));
74
74
  }
75
75
  };
76
76
  UrPageSharedListTabs.style = UrPageSharedListTabsStyle0;
@@ -0,0 +1,66 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index-8ef53368.js');
4
+ require('./ur-avatar-9b345b35.js');
5
+
6
+ const urProfileCardCss = ":host{display:block;width:100%}:host .profile-card{display:flex;flex-direction:row;gap:8px}:host .profile-container{gap:4px;flex:1;display:flex;flex-direction:row;align-items:center}:host .profile-info{display:flex;flex-direction:column;gap:4px}:host .avatar:hover{cursor:pointer}:host .name-link{display:block;font-weight:700}:host .name-link:hover{cursor:pointer;text-decoration:underline}:host .description-text{font-size:12px}:host .actions-container{display:flex;flex-direction:row;gap:8px}";
7
+ const UrProfileCardStyle0 = urProfileCardCss;
8
+
9
+ const UrProfileCard = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ this.profileLinkEvent = index.createEvent(this, "profileLinkEvent", 7);
13
+ this.followEvent = index.createEvent(this, "followEvent", 7);
14
+ this.unfollowEvent = index.createEvent(this, "unfollowEvent", 7);
15
+ this.removeMemberEvent = index.createEvent(this, "removeMemberEvent", 7);
16
+ this.removePageEvent = index.createEvent(this, "removePageEvent", 7);
17
+ this.handleProfileLink = () => {
18
+ this.profileLinkEvent.emit();
19
+ console.log('profileLinkEvent');
20
+ };
21
+ this.onFollow = () => {
22
+ this.isFollowing = true;
23
+ this.followEvent.emit();
24
+ };
25
+ this.onUnfollow = () => {
26
+ this.isFollowing = false;
27
+ this.unfollowEvent.emit();
28
+ };
29
+ this.onRemoveMember = () => {
30
+ this.removeMemberEvent.emit();
31
+ };
32
+ this.onRemovePage = () => {
33
+ this.removePageEvent.emit();
34
+ };
35
+ this.avatarSrc = undefined;
36
+ this.avatarAlt = 'Avatar';
37
+ this.name = undefined;
38
+ this.avatarSize = '24px';
39
+ this.description = undefined;
40
+ this.followButtonText = 'Follow';
41
+ this.isOwner = undefined;
42
+ this.profileType = 'user';
43
+ this.nameFontSize = '12px';
44
+ this.unfollowButtonText = 'Following';
45
+ this.buttonHeight = '32px';
46
+ this.buttonWidth = '32px';
47
+ this.pageActionsTooltipText = 'Remove page from story';
48
+ this.memberActionsTooltipText = 'Remove member from page';
49
+ this.showDescription = false;
50
+ this.showMemberActions = false;
51
+ this.showPageActions = false;
52
+ this.hideFollowActions = false;
53
+ this.isFollowing = false;
54
+ this.initialFollowState = false;
55
+ }
56
+ componentDidLoad() {
57
+ this.isFollowing = this.initialFollowState;
58
+ }
59
+ render() {
60
+ return (index.h(index.Host, { key: '688b4401ce9289b7bb78ebdce5510019157f8c6c' }, index.h("div", { key: '064633248b4b7ce9cd62cef3209f53aa1134cd08', class: "profile-card" }, index.h("div", { key: '52260df3b684274dd084909de2b6a561d7f317a8', class: "profile-container" }, index.h("ur-avatar", { key: '9638f9508de2def5caf8b714f0d877618534a967', size: this.avatarSize, class: "avatar", variant: this.profileType, radius: this.profileType === 'page' ? '12px' : '50%', src: this.avatarSrc, onClick: this.handleProfileLink }), index.h("span", { key: '6f83cf43b5792baa5a20510d230ffdfac04b05f5', class: "profile-info" }, index.h("span", { key: '18459eccb7eb5dab6415554b87f23de5b58edde2', class: "name-link", onClick: this.handleProfileLink }, index.h("span", { key: 'dd5cd87144f7db064369a44006bf6f12ca776bb0', class: "name", style: { fontSize: this.nameFontSize } }, this.name)), this.showDescription && (index.h("div", { key: 'b96593abb57706850d2b2cfe33d288f485190bd8', class: "description-container" }, index.h("span", { key: '22573103f2e3f34b2c153cfa1437b0d37e38bf31', class: "description-text" }, this.description))))), index.h("div", { key: 'a9a1553f8a635fbadecfc57c8504336ab9b5af75', class: "actions-container" }, !this.isOwner && !this.hideFollowActions && (index.h("ur-button", { key: '8e961c61a0802abd0e89122d698f3f7999dbe685', buttonHeight: this.buttonHeight, class: "follow-button", onClick: this.isFollowing ? this.onUnfollow : this.onFollow, variant: this.isFollowing ? 'text' : 'outlined' }, this.isFollowing ? this.unfollowButtonText : this.followButtonText)), this.profileType === 'user' && this.showMemberActions && (index.h("ur-tooltip", { key: '6a1109c9d0400781e87cd78ae26fb05c4f1fa84e', content: this.memberActionsTooltipText, placement: "bottom", trigger: "hover", colorScheme: "dark", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { key: 'dc70da8f799aa73079c1a9b1114ff8d106828f1f', buttonHeight: this.buttonHeight, buttonWidth: this.buttonWidth, class: "member-actions-button", icon: "close", onClick: this.onRemoveMember }))), this.profileType === 'page' && this.showPageActions && (index.h("ur-tooltip", { key: '2a1152c77e809e97bdc4b9701ab8bb367065e694', content: this.pageActionsTooltipText, placement: "bottom", trigger: "hover", colorScheme: "dark", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { key: '2b76a35e879c4c5ae5ba9174752c72b6c395c0cd', buttonHeight: this.buttonHeight, buttonWidth: this.buttonWidth, class: "page-actions-button", icon: "close", onClick: this.onRemovePage })))))));
61
+ }
62
+ get el() { return index.getElement(this); }
63
+ };
64
+ UrProfileCard.style = UrProfileCardStyle0;
65
+
66
+ exports.UrProfileCard = UrProfileCard;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const urProfileCard = require('./ur-profile-card-72dee71b.js');
5
+ const urProfileCard = require('./ur-profile-card-fe3cd04c.js');
6
6
  require('./index-8ef53368.js');
7
- require('./ur-avatar-97b5e4af.js');
7
+ require('./ur-avatar-9b345b35.js');
8
8
 
9
9
 
10
10
 
@@ -115,11 +115,11 @@ const UrProfile = class {
115
115
  this.member_since = 'May 25, 20215';
116
116
  }
117
117
  render() {
118
- return (index.h(index.Host, { key: 'a80c0560c9ced10e80d9634746870f919be83a93' }, index.h("div", { key: 'fa27fc81de15b71f18c05e1272758398e63becb8', class: "profile" }, index.h("div", { key: '1542b4a211c709943ab5b42a7d84aefb47f29bad', class: "name" }, this.name), this.description && index.h("div", { key: '2dd1df0be52c0a99716e5943546b36c2968bcec3', class: "description" }, this.description), this.location && index.h("div", { key: '83dad3481e065232fd659898469b05b32d6c572d', class: "location" }, this.location), index.h("div", { key: 'd4472ce172d8dc0ad6ab5fa6b3bcbf4c5318503c', class: "social" }, this.facebook_url && index.h("a", { key: '1eb6c203691132e9236660727c7ed4279f32ad06', href: this.facebook_url, title: "facebook", target: "_blank" }, index.h("span", { key: '9ca144ecf24ce64006c33ad0acacc72610824723', class: "icon", innerHTML: Icons.facebook })), this.twitter_url && index.h("a", { key: '360e0661498b13f7c92817309d87cc78572fa7bb', href: this.twitter_url, title: "twitter", target: "_blank" }, index.h("span", { key: '3c88258c1715e0fb211b3fa8b0b1b0540b9fc095', class: "icon", innerHTML: Icons.twitter })), this.linkedin_url && index.h("a", { key: 'a5df910ac3e03283d1eb41183fba4d6e2585dbbc', href: this.linkedin_url, title: "linkedin", target: "_blank" }, index.h("span", { key: '6084df9ccfd884c9f849c13e5b343f670ba1f84a', class: "icon", innerHTML: Icons.linkedin })), this.email && index.h("a", { key: '0adbf275601049008eb9e1d47822feb4c2c9231b', href: "mailto:" + this.email, title: "email", target: "_blank" }, index.h("span", { key: 'b3931d9802419621ea2369f997cb4881454aea47', class: "icon", innerHTML: Icons.email })), this.phone && index.h("a", { key: '3cc8e1b751d455dec98d44bb1b49f9bba001be3a', href: "tel:" + this.phone, title: "phone", target: "_blank" }, index.h("span", { key: 'd9f6e7eb92075d59485c7fd1c68469f8f2c5df29', class: "icon", innerHTML: Icons.phone }))), this.website && index.h("a", { key: '49b5b1afb6cfbee69a4d9455664f7d12042ce01d', class: "website", href: this.website, title: "website", target: "_blank" }, index.h("span", { key: '73a44a27614322fdcd7612a50808a26848452350', class: "icon", innerHTML: Icons.website }), this.website), this.show_follow && index.h("div", { key: '754c37032ebf463783c3d3bde57e81052a5e898b', class: "follow-action action" }, index.h("mdui-button", { key: '727dcabd27038545536762eb5c6ca0e004d88238' }, "Follow")), this.show_donate && index.h("div", { key: '52d1a0843155b29b29b77441df9e9002a6886fa6', class: "donate-action action" }, index.h("mdui-button", { key: '964ec3afc73e0270d43932c4da22a36b9d9d5c87', variant: "outlined" }, "Donate")), this.show_become_member && index.h("div", { key: '842ad4e7ac47ad86a9cc1f62b1dd66a98672e86f', class: "member-action action" }, index.h("mdui-button", { key: '6ba56af78f23ddc3ebbfd8a25a3ef1bede3e9faa', variant: "outlined" }, "Become Member")), this.show_send_message && index.h("div", { key: 'e51e3fb0423d61e4631aaf8ae0d8bf495d6ce714', class: "message-action action" }, index.h("mdui-button", { key: '571b3c80fdb2455d3f0dca626501ca051d608ab2', variant: "outlined" }, "Message")), this.show_stats && index.h("div", { key: 'e68c44c322e8e2b147c4d72210b0ed3a3f43624e', class: "stats" }, index.h("div", { key: '1824cdf36fa3a8bbd1ad07e8db85f30a7b62e840', class: "stat" }, index.h("span", { key: '557e840755dcb467955f60b08a64ce29f2e8d8c7', class: "label" }, "Stories"), index.h("span", { key: 'ee0a99d239f859719ae6008256da60d0955bf8c6', class: "value" }, this.stories_count)), index.h("div", { key: 'a32a588d0d9419e988be799212afeeac601ea334', class: "stat" }, index.h("span", { key: '066398224bc6be2071798be43d5af2f00a3cc3f4', class: "label" }, "Views"), index.h("span", { key: '9e8b52e430d6bf7fa74c03569270917b39253b31', class: "value" }, this.views_count)), index.h("div", { key: 'f540ccd9caef3da6040610383c42ee81f844da05', class: "stat" }, index.h("span", { key: 'cff08f9d614d6c7e2ba175e7634841862af3fcdb', class: "label" }, "Followers"), index.h("span", { key: '572d4164c51ae8c433d58ee10086f329329af57d', class: "value" }, this.followers_count)), index.h("div", { key: '6739d44387ad8c3c0d811725ab963f478dff2a76', class: "stat" }, index.h("span", { key: '3923806eea7bea7e9f2b6df94bcf38b55e290a6f', class: "label" }, "Writers"), index.h("span", { key: '40f1d3d67e646e7cece89c80d393605cd66ca87a', class: "value" }, this.writers_count))), this.show_languages && this.languages.trim().length > 0 && index.h("div", { key: '4006eb17f55d1c82faed96382fb0491c7f492e72', class: "languages" }, index.h("div", { key: '07f1a38cfd3ede58ed75ae7d4aee9124130133e5', class: "title" }, "Languages"), index.h("div", { key: 'c52e8d250857ec0b70536f872f9aaeb8c3c17870', class: "pills" }, this.languages.split(',').map((language) => {
118
+ return (index.h(index.Host, { key: '069c986fe182b0270e28b5a506205d6f13f5c646' }, index.h("div", { key: '0e685b1f29926a6d596b861eccf790283b126e95', class: "profile" }, index.h("div", { key: '1d69997a09b5ad25a9672bb7c60834f29b9a53c5', class: "name" }, this.name), this.description && index.h("div", { key: '4de34ef5af687418db759ca5d6a8dd8c00c64d2d', class: "description" }, this.description), this.location && index.h("div", { key: '387b2fecbf25100e647f06a38464825e6635aa54', class: "location" }, this.location), index.h("div", { key: 'c571279bab97486cd7cfbd56baece7d14d8997ca', class: "social" }, this.facebook_url && index.h("a", { key: '3fb3d5fdb7117edbbce0f551c9a62c8c689f007d', href: this.facebook_url, title: "facebook", target: "_blank" }, index.h("span", { key: 'ff1cef601f1281dd407b991f3bbe2376f9e45d1b', class: "icon", innerHTML: Icons.facebook })), this.twitter_url && index.h("a", { key: 'c0d41eb47599128ccc1e5054f881ab630117f56a', href: this.twitter_url, title: "twitter", target: "_blank" }, index.h("span", { key: 'a970fa79a7f2557435b137fbe080dec480980a25', class: "icon", innerHTML: Icons.twitter })), this.linkedin_url && index.h("a", { key: 'b808846079e0afed2e9fc3b1383d2235a3739f5d', href: this.linkedin_url, title: "linkedin", target: "_blank" }, index.h("span", { key: '297c2a26d0e75a892b118515273eada5d7dfd27a', class: "icon", innerHTML: Icons.linkedin })), this.email && index.h("a", { key: 'a7f806d06ea534e30cf8cc97dd1c473a40fb513b', href: "mailto:" + this.email, title: "email", target: "_blank" }, index.h("span", { key: '0e879d8ca4096eba8b2f20c16b950145cdabaca8', class: "icon", innerHTML: Icons.email })), this.phone && index.h("a", { key: '6ce38f7c6d4f6486104dc94967d71b53f66aa244', href: "tel:" + this.phone, title: "phone", target: "_blank" }, index.h("span", { key: '51090f242331020fd58d1aa24b181e4c0082c96c', class: "icon", innerHTML: Icons.phone }))), this.website && index.h("a", { key: '9d4bc32264e7511c453f2e537bb33f22a4bb4f62', class: "website", href: this.website, title: "website", target: "_blank" }, index.h("span", { key: '0efbc7e0f3f93f0fc3bd44255f013e87c7a71c5a', class: "icon", innerHTML: Icons.website }), this.website), this.show_follow && index.h("div", { key: '8a003e6d9d6c3d09b387b4904d2e07d34510e2cf', class: "follow-action action" }, index.h("mdui-button", { key: '301e5ad047a0a33797d3ae92507d821ccfcd6b60' }, "Follow")), this.show_donate && index.h("div", { key: '0d9f7a33d7b040b033bde1e25a01ce3fe98608f8', class: "donate-action action" }, index.h("mdui-button", { key: '0126645250d4eb4e1ae08b52b4353f5021432177', variant: "outlined" }, "Donate")), this.show_become_member && index.h("div", { key: '077aac90ef171824ba4ea089e10322adc4cd9e66', class: "member-action action" }, index.h("mdui-button", { key: 'ddc86be7ecacf21662c9379667ee8c45c99d1320', variant: "outlined" }, "Become Member")), this.show_send_message && index.h("div", { key: 'f90b127a1078f5d0f25228b0a361ac6af206a1f3', class: "message-action action" }, index.h("mdui-button", { key: 'a3776b7aba2c80b76c25be17d1eeb7818d5df7f8', variant: "outlined" }, "Message")), this.show_stats && index.h("div", { key: 'ba6ac5acf2547ad3a7a334412bd676ce8c3b5caa', class: "stats" }, index.h("div", { key: '58076b912caeb36ba19c14fb939aecd33314eef7', class: "stat" }, index.h("span", { key: '11d13e88f1b185dce5cf6d845a726ca333d09041', class: "label" }, "Stories"), index.h("span", { key: '7d9d5e7a35b9169ae6d90f27ec48b01c9eb46061', class: "value" }, this.stories_count)), index.h("div", { key: '26e4860ce52b50cb2d6491a361c64cd6f5f46a8b', class: "stat" }, index.h("span", { key: 'f772a9bc3538fa563ad53d5851cfade440cb849e', class: "label" }, "Views"), index.h("span", { key: '31053ba0959c3541ad1e70cbbda2cc417518e4a5', class: "value" }, this.views_count)), index.h("div", { key: 'b999d585238fea0ff26ba5d247d93eeabbf41fa4', class: "stat" }, index.h("span", { key: '4931adcd593d5fe2a473e6dbd65fb76efa3ad195', class: "label" }, "Followers"), index.h("span", { key: '28b38d0e747d7e4005fd4cb00ad605439f28a235', class: "value" }, this.followers_count)), index.h("div", { key: '1a20d564784a905d75313100139058f6be75ead9', class: "stat" }, index.h("span", { key: '9be2b8485bf310a1e715f0060bc9ffe8db90afb9', class: "label" }, "Writers"), index.h("span", { key: '5c9fb37ac7d39490e829aae2e045b15e115e911a', class: "value" }, this.writers_count))), this.show_languages && this.languages.trim().length > 0 && index.h("div", { key: '5bdba5ca1a49cdfd31c09570112418c9b41bf241', class: "languages" }, index.h("div", { key: 'e22054c406101bcc3aaba386a68499e7d80fcbbe', class: "title" }, "Languages"), index.h("div", { key: 'bbec5bd104dbc04efb7100883fcc3af335010b64', class: "pills" }, this.languages.split(',').map((language) => {
119
119
  return index.h("div", { class: "pill" }, language.trim());
120
- }))), this.show_genres && this.genres.trim().length > 0 && index.h("div", { key: 'e339940977b4da487754c679b1073a7635d59962', class: "genres" }, index.h("div", { key: 'c5c26e82d55c4f88a9df8cb579669c3ea3dde76a', class: "title" }, "Genres"), index.h("div", { key: 'dcae74f939f45f48b3fd10b325cca023669f6012', class: "pills" }, this.genres.split(',').map((genre) => {
120
+ }))), this.show_genres && this.genres.trim().length > 0 && index.h("div", { key: '5fdde19e2852fcdb3a0aa3a8b633994c379fba61', class: "genres" }, index.h("div", { key: 'a676ba4ed34f8477f5f6267ae26c7ebe6495ec6d', class: "title" }, "Genres"), index.h("div", { key: '06b189045bc563344bdfb9691715deab36524dd3', class: "pills" }, this.genres.split(',').map((genre) => {
121
121
  return index.h("div", { class: "pill" }, genre.trim());
122
- }))), this.show_member_since && this.member_since.trim().length > 0 && index.h("div", { key: '0200df4b2b788e05a2e167e8f40e648cc2103414', class: "member_since" }, "Member Since: ", this.member_since.trim()))));
122
+ }))), this.show_member_since && this.member_since.trim().length > 0 && index.h("div", { key: '126d552311bf15237245cc001baabbebf4f56d4b', class: "member_since" }, "Member Since: ", this.member_since.trim()))));
123
123
  }
124
124
  };
125
125
  UrProfile.style = UrProfileStyle0;
@@ -41,7 +41,7 @@ const UrRadioButton = class {
41
41
  }
42
42
  }
43
43
  render() {
44
- return (index.h(index.Host, { key: 'b70f8b863b4b3581b38c872d3a19efd07f223e4c' }, index.h("mdui-radio", { key: '548803b9c322c3c774c26bc27268488e71b3a26e', checked: this.checked ? 'true' : undefined, disabled: this.disabled ? 'true' : undefined, name: this.name, onClick: this.handleClick }, index.h("slot", { key: '77743f1c61704c4c9e5d35547fa036e65115314e' }))));
44
+ return (index.h(index.Host, { key: 'ccb0aa84ff3ce2f7a7ca261ee051121fee06322c' }, index.h("mdui-radio", { key: '25e564d26258ae9c238f59888e32a476717e6a8d', checked: this.checked ? 'true' : undefined, disabled: this.disabled ? 'true' : undefined, name: this.name, onClick: this.handleClick }, index.h("slot", { key: '30cbacd912a30819f51f7d18872709f6e52391a8' }))));
45
45
  }
46
46
  static get watchers() { return {
47
47
  "checked": ["watchChecked"]
@@ -361,7 +361,7 @@ const UrRadioGroup = class {
361
361
  });
362
362
  }
363
363
  render() {
364
- return (index.h(index.Host, { key: 'd60755313b4e594a3490b570cbe104a5ceef22ab' }, index.h("mdui-radio-group", { key: 'f3017518a2c72e801eb79049f1c0d2f17aa47d0b' }, index.h("slot", { key: '25a19b798909f91ca857ff58578413a2405ee368', onSlotchange: this.onSlotChange }))));
364
+ return (index.h(index.Host, { key: 'b84efcfbd515ff967aa295058ada8c1058b7b1e8' }, index.h("mdui-radio-group", { key: '6171d6f26ab137e04c1dda6e9d5a58f4bf22c1d0' }, index.h("slot", { key: '44bd1e5b214c83d2f9062c3ce8c0fa7c6f94c1fb', onSlotchange: this.onSlotChange }))));
365
365
  }
366
366
  };
367
367
  UrRadioGroup.style = UrRadioGroupStyle0;
@@ -39,7 +39,7 @@ const UrMainDesktopTopAppBar = class {
39
39
  this.scrollThreshold = 30;
40
40
  }
41
41
  render() {
42
- return (index.h(index.Host, { key: '101963e97c5ec2c6dd20bbd1ea502240fd058c06' }, index.h("mdui-top-app-bar", { key: 'a9de35260f27c31918fe9a54478b95f35872e15d', variant: this.variant, "scroll-target": ".example-scroll-target", "scroll-behavior": this.scrollBehavior, "scroll-threshold": this.scrollThreshold }, index.h("ur-button-icon", { key: 'c2cf6327174aaf36dd1fb2f3ecc62b191388871c', icon: "arrow_back", variant: "standard", "aria-label": "Back", onClick: this.handleBackClick }), index.h("mdui-top-app-bar-title", { key: 'd933f3b173801abf0658774ad45694e076721c9f' }, this.headerTitle), index.h("ur-button-icon", { key: '92aafd8ce221af9b9b38da6ccae2eb967fcc9b9f', icon: "library_books--outlined", variant: "standard", "aria-label": "Chapters", onClick: this.handleChaptersClick }), index.h("ur-button-icon", { key: '09d28e7f1ef5b6e228c436f5da490f542f03f180', icon: "text_format--outlined", variant: "standard", "aria-label": "Reading Settings", onClick: this.handleReadingSettingsClick }))));
42
+ return (index.h(index.Host, { key: '8e5afd5292b0a4ed98ba026722fad6416cdd213b' }, index.h("mdui-top-app-bar", { key: '4ab885e3a3d0515b32cf253f16abe1fab4154ea8', variant: this.variant, "scroll-target": ".example-scroll-target", "scroll-behavior": this.scrollBehavior, "scroll-threshold": this.scrollThreshold }, index.h("ur-button-icon", { key: 'dcb804711d991f073276bf79265e67a2b16a7999', icon: "arrow_back", variant: "standard", "aria-label": "Back", onClick: this.handleBackClick }), index.h("mdui-top-app-bar-title", { key: '7a700ce77d11dcfc5c458dd9656f5defbdaf38f9' }, this.headerTitle), index.h("ur-button-icon", { key: '60f4c1221442116c4ba2c13aaaaef89b8a419391', icon: "library_books--outlined", variant: "standard", "aria-label": "Chapters", onClick: this.handleChaptersClick }), index.h("ur-button-icon", { key: '784a180b7cbbafc81839e55b70a69cd65c192a5d', icon: "text_format--outlined", variant: "standard", "aria-label": "Reading Settings", onClick: this.handleReadingSettingsClick }))));
43
43
  }
44
44
  };
45
45
  UrMainDesktopTopAppBar.style = UrReadMobileTopAppBarStyle0;
@@ -84,10 +84,10 @@ const UrReadRailMobile = class {
84
84
  this.updateVisibility();
85
85
  }
86
86
  render() {
87
- return (index.h(index.Host, { key: 'b563ee1af4f2472ecb4e68c9b51ccb9418b5772d', class: {
87
+ return (index.h(index.Host, { key: '28d6defe5ac26a8df8d3e70d5d1e2ea2f6825c4c', class: {
88
88
  'ur-read-rail': true,
89
89
  'hidden': !this.isVisible, // Apply hidden class when isVisible is false
90
- } }, index.h("div", { key: 'd7a9a575eec2b34c0defb9e9b55970b799ccb918', class: "profile-holder" }, index.h("ur-avatar", { key: '52d945396fbcb7669ed8f8cdb9ec029e6bafcef7', class: "avatar-button", src: this.avatarSrc, border: "4px", size: "56px", name: this.avatarName, onClick: () => this.handleViewProfile() }), !this.isFollowed && index.h("ur-button-icon", { key: '7340ccf0eba0659fa627deae48d62d8506a643ec', class: "follow-btn", icon: "add", variant: "filled", onClick: () => this.handleFollow() })), index.h("div", { key: 'c205d7697a322390c09b5ad6525d4061e6e83b5f', class: "actions-holder" }, index.h("div", { key: '96cb2a4470cc09550aabb6b4161465689c129fb6', class: "action" }, index.h("ur-button-icon", { key: '1368fa3707e6961af551cc5f56953982a23c94b5', icon: "thumb_up--outlined", variant: "standard", onClick: () => this.handleLike() }), index.h("span", { key: 'b17591da359cc4c087e1d811f148d9ad4c6e9f20', class: "action-label" }, this.likes)), index.h("div", { key: '6be21a1909fad75a0664fad7eb76ca093077eb42', class: "action" }, index.h("ur-button-icon", { key: '3088cde85988728a154ef11d0dc29b9469eeeab4', icon: "thumb_down--outlined", variant: "standard", onClick: () => this.handleDislike() }), index.h("span", { key: '720868779cafb0b8f3b8709be828d3f2e584e689', class: "action-label" }, this.dislike)), index.h("div", { key: '009ccbd93ff95cd1fe6a909af60860419e6fe909', class: "action" }, index.h("ur-button-icon", { key: 'fcf49d4eb6e6d664213f46607cf946a959307425', icon: "comment--outlined", variant: "standard", onClick: () => this.handleComment() }), index.h("span", { key: '90e86cafdafe4e15388dfdaa6a44cec2b3e9494d', class: "action-label" }, this.comments)), index.h("div", { key: '91aa9e5471df183425b61306c8c8abf093343c19', class: "action" }, index.h("ur-button-icon", { key: 'e759f195bb9ecf928213fb50ec3af11ac77e32d4', icon: "volunteer_activism--outlined", variant: "standard", onClick: () => this.handleDonate() }), index.h("span", { key: '79eb23f127c9abb12e8af009c09c6e29b7255216', class: "action-label" }, this.donate)), index.h("div", { key: 'd00e52eb3a4f1c579ccbd1267a9da2229507d011', class: "action" }, index.h("ur-button-icon", { key: '75e110c66978b22ccec3ea5bc6acd506c051676c', icon: "share--outlined", variant: "standard", onClick: () => this.handleShare() }), index.h("span", { key: '8fc1bedf1730c4899a7a5f61a6c9aee340faa457', class: "action-label" }, this.share)))));
90
+ } }, index.h("div", { key: '2cc3aebd283989c4f829aeabf40279e4eb07e1a3', class: "profile-holder" }, index.h("ur-avatar", { key: '0b2e37420eec4978a441b03f9e07bbd4554cc579', class: "avatar-button", src: this.avatarSrc, border: "4px", size: "56px", name: this.avatarName, onClick: () => this.handleViewProfile() }), !this.isFollowed && index.h("ur-button-icon", { key: 'cea91a8adf52b23bd4de21d36d1a06627464909f', class: "follow-btn", icon: "add", variant: "filled", onClick: () => this.handleFollow() })), index.h("div", { key: '15a70d400693131a34c917f54bcb80615d5c0b93', class: "actions-holder" }, index.h("div", { key: 'db3021ed90b4fc757e249b010a27d0ab2b81cb2d', class: "action" }, index.h("ur-button-icon", { key: '5c48705e1a23d5ca0b0dc095f53aefab6f6f9371', icon: "thumb_up--outlined", variant: "standard", onClick: () => this.handleLike() }), index.h("span", { key: '342478e42b17e9dae0ae7e7e90c3ac754d342e1e', class: "action-label" }, this.likes)), index.h("div", { key: 'd74bef2e61510dff41af8bf3d70a5a306bcddc63', class: "action" }, index.h("ur-button-icon", { key: '089e1de78da78b164dfe8ea700e911de8a1225ac', icon: "thumb_down--outlined", variant: "standard", onClick: () => this.handleDislike() }), index.h("span", { key: '2c2d06d4324917ed9f819db2a570ccba0dd78da3', class: "action-label" }, this.dislike)), index.h("div", { key: '6d99bfb85342b95f7eabed06836405c64fdd8ddb', class: "action" }, index.h("ur-button-icon", { key: '2a2fca0871b674abc25c1ecc0beff05e8c5fce03', icon: "comment--outlined", variant: "standard", onClick: () => this.handleComment() }), index.h("span", { key: '9f68f6dcf25cbd48db638bdeed9e0663e489e029', class: "action-label" }, this.comments)), index.h("div", { key: 'd4bc3127db1dbbe6592cce92d13967bfda7b79c8', class: "action" }, index.h("ur-button-icon", { key: '0e99e0a8e2fd18a84f754c365c987914d2894774', icon: "volunteer_activism--outlined", variant: "standard", onClick: () => this.handleDonate() }), index.h("span", { key: '4b4c7aeb5540d539d9e912e1befc260ded586497', class: "action-label" }, this.donate)), index.h("div", { key: '69ed466a64caa960dfcf5e612f910717681c42ed', class: "action" }, index.h("ur-button-icon", { key: '012820bdbcd316a53eaca87a6465cd677c03a706', icon: "share--outlined", variant: "standard", onClick: () => this.handleShare() }), index.h("span", { key: '96b86ac612a78b5fec6b77463c5947a19b7db7a9', class: "action-label" }, this.share)))));
91
91
  }
92
92
  get el() { return index.getElement(this); }
93
93
  static get watchers() { return {
@@ -108,10 +108,10 @@ const UrReadRail = class {
108
108
  this.updateVisibility();
109
109
  }
110
110
  render() {
111
- return (index.h(index.Host, { key: '779fe1d4a727af416491ab4e476763f47244ab17', class: {
111
+ return (index.h(index.Host, { key: 'ba87f50ad7fffa35dc59cd570cf24430ff612bcb', class: {
112
112
  'ur-read-rail': true,
113
113
  'hidden': !this.isVisible, // Apply hidden class when isVisible is false
114
- } }, index.h("div", { key: 'df1e57ecc074f12925f23c78054974fd7dd6eab0', class: "profile-holder" }, index.h("ur-avatar", { key: 'fe657cdd9f29cb6c59c141d9a0a4bbc27ed1c49f', class: "avatar-button", src: this.avatarSrc, border: "4px", size: "56px", name: this.avatarName, onClick: () => this.handleViewProfile() }), !this.isFollowed && !this.isOwnChapter && index.h("ur-button-icon", { key: '54b42cbd7321eba78c4f8914e6e9b4915f09cd14', class: "follow-btn", icon: "add", variant: "filled", onClick: () => this.handleFollow() })), index.h("div", { key: '572f0f8aa074edb1ada8a9d47303469b54b495dc', class: "actions-holder" }, index.h("slot", { key: '353d6784fde62d7ec91af7db4071dbf512fd25c7', name: "thumbs-rating" }), index.h("div", { key: 'd5144bbc56f2a4cf911a8ce590d523587b7edd9c', class: "action" }, index.h("ur-button-icon", { key: '4797c956de9fc02f47e00a8cc2c881819693d485', icon: "comment--outlined", variant: "standard", onClick: () => this.handleComment() }), index.h("span", { key: '918521d84ff1902a6844a69eb286e11a106eef86', class: "action-label" }, this.comments)), this.isDonationsEnabled && !this.isPaidChapter && !this.isOwnChapter && this.isAuthorPro && (index.h("div", { key: '9e60af4785d7fdbe6a85f3214502e59b4f085507', class: "action" }, index.h("ur-button-icon", { key: '27642cdf5cfe37559dd227ae4f2c4ca11d9793c8', icon: "volunteer_activism--outlined", variant: "standard", onClick: () => this.handleDonate() }), index.h("span", { key: '6d045e71665d8a91dbe0d498300107572e4eb904', class: "action-label" }, this.donate))), this.renderShareButton())));
114
+ } }, index.h("div", { key: '5d5c8c3a6cf5ab9c97c7953748de30ea59a55d3a', class: "profile-holder" }, index.h("ur-avatar", { key: '6bac7fa367b5d13027a8c50ed339f4a082237f02', class: "avatar-button", src: this.avatarSrc, border: "4px", size: "56px", name: this.avatarName, onClick: () => this.handleViewProfile() }), !this.isFollowed && !this.isOwnChapter && index.h("ur-button-icon", { key: '497aee1016b4318e34a2d1fe1f3698c3cc168a54', class: "follow-btn", icon: "add", variant: "filled", onClick: () => this.handleFollow() })), index.h("div", { key: 'ed463b1d56687ca7090d5903c6d0bf6e578872af', class: "actions-holder" }, index.h("slot", { key: 'e207cea8eb92b398b4176c9fa1872b48b70b9502', name: "thumbs-rating" }), index.h("div", { key: 'fadc000cf7697f91f591254558a2540a83ee46a4', class: "action" }, index.h("ur-button-icon", { key: '82bc8874e43f9844463986db956d069773fc46f1', icon: "comment--outlined", variant: "standard", onClick: () => this.handleComment() }), index.h("span", { key: '640dbf1890ae3693cabadecdafdd56efbe07db5c', class: "action-label" }, this.comments)), this.isDonationsEnabled && !this.isPaidChapter && !this.isOwnChapter && this.isAuthorPro && (index.h("div", { key: 'e40f5fec230c31324f918b6c0ec8390a6a45cca7', class: "action" }, index.h("ur-button-icon", { key: 'e01584f5de8ae40cb02f6a36f9e31cc8a1f4d9ab', icon: "volunteer_activism--outlined", variant: "standard", onClick: () => this.handleDonate() }), index.h("span", { key: '5d1a11982ad9ed795eed8d3516665b0dc6744ff3', class: "action-label" }, this.donate))), this.renderShareButton())));
115
115
  }
116
116
  get el() { return index.getElement(this); }
117
117
  static get watchers() { return {
@@ -104,7 +104,7 @@ const UrReadTopAppBar = class {
104
104
  }
105
105
  }
106
106
  render() {
107
- return (index.h(index.Host, { key: '1bbae52aa574e1cca79ef79e8c968e06c6312e22' }, index.h("mdui-top-app-bar", { key: 'f6394a8e793324b02eaacd08bd481011d2e75b17', variant: this.variant, "scroll-target": ".example-scroll-target", "scroll-behavior": this.scrollBehavior, "scroll-threshold": this.scrollThreshold, style: { top: this.topValue } }, index.h("mdui-top-app-bar-title", { key: 'bc15452d7d511579b8cebc05a59771faa6940e14' }, this.novelTitle), this.isChapterOwner && index.h("ur-button-icon", { key: '8ac87dfb2b5b4ec75983a2418877ad7331ee30fd', icon: "edit", variant: "standard", "aria-label": "Edit Chapter", onClick: this.handleEditChapterClick }), this.deviceVariant === 'desktop' && index.h("slot", { key: '5865f31bed54f1a376be0d81e6acd58a8b6ed450', name: "chapter-select" }), this.deviceVariant === 'mobile' && (index.h("ur-button-icon", { key: 'b2526b55669b4277525f16222452e674ded90ec7', icon: "list", variant: "standard", "aria-label": "Select Chapter", onClick: this.handleChapterButtonClick })), index.h("ur-button-icon", { key: '1f5ced7013fbeef3b81014aaafb6385476b9fa9b', icon: "info_outline", variant: "standard", "aria-label": "Story Summary", onClick: this.handleStorySummaryClick }), index.h("ur-button-icon", { key: 'd7bfbfd153fe4c6c082cbf47ca3bd744dfccbc72', icon: "text_format--outlined", variant: "standard", "aria-label": "Reading Settings", onClick: this.handleReadingSettingsClick }), index.h("div", { key: 'a4bba7bb34607894761660359046d690c66c017a', class: "read-progress" }, index.h("slot", { key: '8c91e349df6a3a2b1375da2f50186b938de52b56', name: "read-progress" })))));
107
+ return (index.h(index.Host, { key: 'b649584874039cf1ea08b2c8813e2688305bb66f' }, index.h("mdui-top-app-bar", { key: '458811be3f781c7f6225fe79637d6853ced6a274', variant: this.variant, "scroll-target": ".example-scroll-target", "scroll-behavior": this.scrollBehavior, "scroll-threshold": this.scrollThreshold, style: { top: this.topValue } }, index.h("mdui-top-app-bar-title", { key: '9c193b8e91fab55a4045653d6931288f70943600' }, this.novelTitle), this.isChapterOwner && index.h("ur-button-icon", { key: '85b785dfb85bc5e0fc3a495211f2bb05ce7628dc', icon: "edit", variant: "standard", "aria-label": "Edit Chapter", onClick: this.handleEditChapterClick }), this.deviceVariant === 'desktop' && index.h("slot", { key: '07cc784934debf2b99410c0786b83a9f92bfeaf7', name: "chapter-select" }), this.deviceVariant === 'mobile' && (index.h("ur-button-icon", { key: 'f07d6a7871cfe9065df801796cb9023a571f0f40', icon: "list", variant: "standard", "aria-label": "Select Chapter", onClick: this.handleChapterButtonClick })), index.h("ur-button-icon", { key: '32dcd957dbb0b64960e9311dbd84fdf6283982e3', icon: "info_outline", variant: "standard", "aria-label": "Story Summary", onClick: this.handleStorySummaryClick }), index.h("ur-button-icon", { key: 'b72fefd8ec7f4eaf6f9dd05b716a7df66f2cfeb9', icon: "text_format--outlined", variant: "standard", "aria-label": "Reading Settings", onClick: this.handleReadingSettingsClick }), index.h("div", { key: '5850ce98c984f7d6963fcb406a6425bfb56ee61e', class: "read-progress" }, index.h("slot", { key: 'eeb42719b28606ec58d1b6060d3a15a207219989', name: "read-progress" })))));
108
108
  }
109
109
  get el() { return index.getElement(this); }
110
110
  };