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.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{ur-avatar-97b5e4af.js → ur-avatar-9b345b35.js} +7 -2
- package/dist/cjs/ur-avatar.cjs.entry.js +1 -1
- package/dist/cjs/ur-novl-summary.cjs.entry.js +4 -4
- package/dist/cjs/ur-page-carousel.cjs.entry.js +1 -1
- package/dist/cjs/ur-page-profile-tabs.cjs.entry.js +3 -1
- package/dist/cjs/ur-page-profile.cjs.entry.js +3 -3
- package/dist/cjs/ur-page-shared-list-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ur-profile-card-fe3cd04c.js +66 -0
- package/dist/cjs/ur-profile-card.cjs.entry.js +2 -2
- package/dist/cjs/ur-profile.cjs.entry.js +3 -3
- package/dist/cjs/ur-radio-button.cjs.entry.js +1 -1
- package/dist/cjs/ur-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/ur-read-mobile-top-app-bar.cjs.entry.js +1 -1
- package/dist/cjs/ur-read-rail-mobile.cjs.entry.js +2 -2
- package/dist/cjs/ur-read-rail.cjs.entry.js +2 -2
- package/dist/cjs/ur-read-top-app-bar.cjs.entry.js +1 -1
- package/dist/cjs/ur-segment-button.cjs.entry.js +1 -1
- package/dist/cjs/ur-select.cjs.entry.js +1 -1
- package/dist/cjs/ur-switch.cjs.entry.js +1 -1
- package/dist/cjs/ur-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ur-text-field.cjs.entry.js +1 -1
- package/dist/cjs/ur-thumbs-rating.cjs.entry.js +3 -3
- package/dist/cjs/ur-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/ur-top-app-bar.cjs.entry.js +2 -2
- package/dist/cjs/ur-user-carousel.cjs.entry.js +1 -1
- package/dist/cjs/ur-user-page-profile.cjs.entry.js +7 -4
- package/dist/cjs/ur-user-profile-tabs.cjs.entry.js +1 -19
- package/dist/cjs/ur-user-profile.cjs.entry.js +1 -1
- package/dist/cjs/ur-wizard-step.cjs.entry.js +1 -1
- package/dist/cjs/urnovl-web-components.cjs.js +1 -1
- package/dist/collection/components/ur-avatar/ur-avatar.js +27 -2
- package/dist/collection/components/ur-novl-summary/ur-novl-summary.js +2 -2
- package/dist/collection/components/ur-page-carousel/ur-page-carousel.js +1 -1
- package/dist/collection/components/ur-page-profile/ur-page-profile.js +2 -2
- package/dist/collection/components/ur-page-profile-tabs/ur-page-profile-tabs.js +3 -1
- package/dist/collection/components/ur-page-shared-list-tabs/ur-page-shared-list-tabs.js +1 -1
- package/dist/collection/components/ur-profile/ur-profile.js +3 -3
- package/dist/collection/components/ur-profile-card/ur-profile-card.css +10 -1
- package/dist/collection/components/ur-profile-card/ur-profile-card.js +194 -7
- package/dist/collection/components/ur-radio-button/ur-radio-button.js +1 -1
- package/dist/collection/components/ur-radio-group/ur-radio-group.js +1 -1
- package/dist/collection/components/ur-read-mobile-top-app-bar/ur-read-mobile-top-app-bar.js +1 -1
- package/dist/collection/components/ur-read-rail/ur-read-rail.js +2 -2
- package/dist/collection/components/ur-read-rail-mobile/ur-read-rail-mobile.js +2 -2
- package/dist/collection/components/ur-read-top-app-bar/ur-read-top-app-bar.js +1 -1
- package/dist/collection/components/ur-segment-button/ur-segment-button.js +1 -1
- package/dist/collection/components/ur-select/ur-select.js +1 -1
- package/dist/collection/components/ur-switch/ur-switch.js +1 -1
- package/dist/collection/components/ur-tabs/ur-tabs.js +1 -1
- package/dist/collection/components/ur-text-field/ur-text-field.js +1 -1
- package/dist/collection/components/ur-thumbs-rating/ur-thumbs-rating.js +3 -3
- package/dist/collection/components/ur-tooltip/ur-tooltip.js +1 -1
- package/dist/collection/components/ur-top-app-bar/ur-top-app-bar.js +2 -2
- package/dist/collection/components/ur-user-carousel/ur-user-carousel.js +1 -1
- package/dist/collection/components/ur-user-page-profile/ur-user-page-profile.js +60 -3
- package/dist/collection/components/ur-user-profile/ur-user-profile.js +1 -1
- package/dist/collection/components/ur-user-profile-tabs/ur-user-profile-tabs.js +1 -79
- package/dist/collection/components/ur-wizard-step/ur-wizard-step.js +1 -1
- package/dist/collection/stories/ProfileCard.stories.js +18 -0
- package/dist/components/{p-83a29c01.js → p-0f30c92a.js} +1 -1
- package/dist/components/{p-77bd4feb.js → p-1a1f4562.js} +1 -1
- package/dist/components/{p-f29deac8.js → p-8482fbe6.js} +9 -3
- package/dist/components/{p-48fcf021.js → p-9fdfb62e.js} +1 -1
- package/dist/components/p-b8ec425e.js +124 -0
- package/dist/components/ur-avatar.js +1 -1
- package/dist/components/ur-comment-form.js +2 -2
- package/dist/components/ur-main-menu.js +3 -3
- package/dist/components/ur-menu-profile.js +1 -1
- package/dist/components/ur-notification.js +1 -1
- package/dist/components/ur-novl-summary.js +3 -3
- package/dist/components/ur-page-carousel.js +1 -1
- package/dist/components/ur-page-profile-tabs.js +3 -1
- package/dist/components/ur-page-profile.js +3 -3
- package/dist/components/ur-page-shared-list-tabs.js +1 -1
- package/dist/components/ur-profile-card.js +1 -1
- package/dist/components/ur-profile.js +3 -3
- package/dist/components/ur-radio-button.js +1 -1
- package/dist/components/ur-radio-group.js +1 -1
- package/dist/components/ur-read-mobile-top-app-bar.js +1 -1
- package/dist/components/ur-read-rail-mobile.js +3 -3
- package/dist/components/ur-read-rail.js +4 -4
- package/dist/components/ur-read-top-app-bar.js +1 -1
- package/dist/components/ur-reader.js +1 -1
- package/dist/components/ur-segment-button.js +1 -1
- package/dist/components/ur-select.js +1 -1
- package/dist/components/ur-switch.js +1 -1
- package/dist/components/ur-tabs.js +1 -1
- package/dist/components/ur-text-field.js +1 -1
- package/dist/components/ur-thumbs-rating.js +3 -3
- package/dist/components/ur-tooltip.js +1 -1
- package/dist/components/ur-top-app-bar.js +2 -2
- package/dist/components/ur-user-carousel.js +1 -1
- package/dist/components/ur-user-page-profile.js +9 -4
- package/dist/components/ur-user-profile-tabs.js +1 -22
- package/dist/components/ur-user-profile.js +1 -1
- package/dist/components/ur-wizard-step.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{ur-avatar-157994dc.js → ur-avatar-1f9aa439.js} +7 -2
- package/dist/esm/ur-avatar.entry.js +1 -1
- package/dist/esm/ur-novl-summary.entry.js +4 -4
- package/dist/esm/ur-page-carousel.entry.js +1 -1
- package/dist/esm/ur-page-profile-tabs.entry.js +3 -1
- package/dist/esm/ur-page-profile.entry.js +3 -3
- package/dist/esm/ur-page-shared-list-tabs.entry.js +1 -1
- package/dist/esm/ur-profile-card-c25dbbaf.js +64 -0
- package/dist/esm/ur-profile-card.entry.js +2 -2
- package/dist/esm/ur-profile.entry.js +3 -3
- package/dist/esm/ur-radio-button.entry.js +1 -1
- package/dist/esm/ur-radio-group.entry.js +1 -1
- package/dist/esm/ur-read-mobile-top-app-bar.entry.js +1 -1
- package/dist/esm/ur-read-rail-mobile.entry.js +2 -2
- package/dist/esm/ur-read-rail.entry.js +2 -2
- package/dist/esm/ur-read-top-app-bar.entry.js +1 -1
- package/dist/esm/ur-segment-button.entry.js +1 -1
- package/dist/esm/ur-select.entry.js +1 -1
- package/dist/esm/ur-switch.entry.js +1 -1
- package/dist/esm/ur-tabs.entry.js +1 -1
- package/dist/esm/ur-text-field.entry.js +1 -1
- package/dist/esm/ur-thumbs-rating.entry.js +3 -3
- package/dist/esm/ur-tooltip.entry.js +1 -1
- package/dist/esm/ur-top-app-bar.entry.js +2 -2
- package/dist/esm/ur-user-carousel.entry.js +1 -1
- package/dist/esm/ur-user-page-profile.entry.js +7 -4
- package/dist/esm/ur-user-profile-tabs.entry.js +1 -19
- package/dist/esm/ur-user-profile.entry.js +1 -1
- package/dist/esm/ur-wizard-step.entry.js +1 -1
- package/dist/esm/urnovl-web-components.js +1 -1
- package/dist/types/components/ur-avatar/ur-avatar.d.ts +4 -1
- package/dist/types/components/ur-profile-card/ur-profile-card.d.ts +15 -3
- package/dist/types/components/ur-user-page-profile/ur-user-page-profile.d.ts +3 -0
- package/dist/types/components/ur-user-profile-tabs/ur-user-profile-tabs.d.ts +0 -3
- package/dist/types/components.d.ts +32 -12
- package/dist/types/stories/ProfileCard.stories.d.ts +37 -0
- package/dist/urnovl-web-components/p-0276a324.entry.js +1 -0
- package/{www/build/p-629f95b5.entry.js → dist/urnovl-web-components/p-06167129.entry.js} +1 -1
- package/dist/urnovl-web-components/p-0645b344.entry.js +1 -0
- package/{www/build/p-9d5b8d24.entry.js → dist/urnovl-web-components/p-1760f794.entry.js} +1 -1
- package/dist/urnovl-web-components/p-2150bbd8.js +1 -0
- package/dist/urnovl-web-components/{p-01cfe786.entry.js → p-44b2d133.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-60b07316.entry.js → p-46b8416f.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-37653c35.entry.js → p-525725af.entry.js} +1 -1
- package/dist/urnovl-web-components/p-5a454e53.entry.js +1 -0
- package/{www/build/p-ee0bbc2f.entry.js → dist/urnovl-web-components/p-74e346eb.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-77b66093.entry.js → p-7f5e8bcb.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-c752e43b.entry.js → p-871e7fc9.entry.js} +1 -1
- package/dist/urnovl-web-components/p-88c924d0.entry.js +1 -0
- package/dist/urnovl-web-components/p-8d7f8bbc.entry.js +1 -0
- package/dist/urnovl-web-components/{p-0e34d4ef.entry.js → p-8f43be55.entry.js} +1 -1
- package/dist/urnovl-web-components/p-93985cc1.entry.js +1 -0
- package/dist/urnovl-web-components/{p-fb0c030e.entry.js → p-9b66da27.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-72074855.entry.js → p-a70bcc01.entry.js} +1 -1
- package/{www/build/p-9e729d4c.entry.js → dist/urnovl-web-components/p-a8ec64cb.entry.js} +1 -1
- package/dist/urnovl-web-components/p-ba2ee17a.js +1 -0
- package/dist/urnovl-web-components/{p-515514c1.entry.js → p-be32aadc.entry.js} +1 -1
- package/dist/urnovl-web-components/p-c18f0f40.entry.js +3 -0
- package/dist/urnovl-web-components/{p-0b01096d.entry.js → p-c56626dc.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-de60051c.entry.js → p-c930a32f.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-085469c0.entry.js → p-d013c3d4.entry.js} +1 -1
- package/{www/build/p-4e9a7816.entry.js → dist/urnovl-web-components/p-d4a80c62.entry.js} +1 -1
- package/dist/urnovl-web-components/p-dd0022a1.entry.js +1 -0
- package/dist/urnovl-web-components/{p-8600f22f.entry.js → p-e74ab712.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-a6e31370.entry.js → p-fb7dbe23.entry.js} +1 -1
- package/dist/urnovl-web-components/urnovl-web-components.esm.js +1 -1
- package/package.json +1 -1
- package/www/build/p-0276a324.entry.js +1 -0
- package/{dist/urnovl-web-components/p-629f95b5.entry.js → www/build/p-06167129.entry.js} +1 -1
- package/www/build/p-0645b344.entry.js +1 -0
- package/{dist/urnovl-web-components/p-9d5b8d24.entry.js → www/build/p-1760f794.entry.js} +1 -1
- package/www/build/p-2150bbd8.js +1 -0
- package/www/build/p-3a6ba1fc.js +1 -0
- package/www/build/{p-01cfe786.entry.js → p-44b2d133.entry.js} +1 -1
- package/www/build/{p-60b07316.entry.js → p-46b8416f.entry.js} +1 -1
- package/www/build/{p-37653c35.entry.js → p-525725af.entry.js} +1 -1
- package/www/build/p-5a454e53.entry.js +1 -0
- package/{dist/urnovl-web-components/p-ee0bbc2f.entry.js → www/build/p-74e346eb.entry.js} +1 -1
- package/www/build/{p-77b66093.entry.js → p-7f5e8bcb.entry.js} +1 -1
- package/www/build/{p-c752e43b.entry.js → p-871e7fc9.entry.js} +1 -1
- package/www/build/p-88c924d0.entry.js +1 -0
- package/www/build/p-8d7f8bbc.entry.js +1 -0
- package/www/build/{p-0e34d4ef.entry.js → p-8f43be55.entry.js} +1 -1
- package/www/build/p-93985cc1.entry.js +1 -0
- package/www/build/{p-fb0c030e.entry.js → p-9b66da27.entry.js} +1 -1
- package/www/build/{p-72074855.entry.js → p-a70bcc01.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-9e729d4c.entry.js → www/build/p-a8ec64cb.entry.js} +1 -1
- package/www/build/p-ba2ee17a.js +1 -0
- package/www/build/{p-515514c1.entry.js → p-be32aadc.entry.js} +1 -1
- package/www/build/p-c18f0f40.entry.js +3 -0
- package/www/build/{p-0b01096d.entry.js → p-c56626dc.entry.js} +1 -1
- package/www/build/{p-de60051c.entry.js → p-c930a32f.entry.js} +1 -1
- package/www/build/{p-085469c0.entry.js → p-d013c3d4.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-4e9a7816.entry.js → www/build/p-d4a80c62.entry.js} +1 -1
- package/www/build/p-dd0022a1.entry.js +1 -0
- package/www/build/{p-8600f22f.entry.js → p-e74ab712.entry.js} +1 -1
- package/www/build/{p-a6e31370.entry.js → p-fb7dbe23.entry.js} +1 -1
- package/www/build/urnovl-web-components.esm.js +1 -1
- package/dist/cjs/ur-profile-card-72dee71b.js +0 -47
- package/dist/components/p-a0dc48a6.js +0 -86
- package/dist/esm/ur-profile-card-8f106d71.js +0 -45
- package/dist/urnovl-web-components/p-008b629b.entry.js +0 -1
- package/dist/urnovl-web-components/p-04c5f660.entry.js +0 -1
- package/dist/urnovl-web-components/p-0923e9ad.entry.js +0 -1
- package/dist/urnovl-web-components/p-11132b18.entry.js +0 -1
- package/dist/urnovl-web-components/p-1c780fb1.js +0 -1
- package/dist/urnovl-web-components/p-38b87788.js +0 -1
- package/dist/urnovl-web-components/p-4f47b336.entry.js +0 -1
- package/dist/urnovl-web-components/p-84729298.entry.js +0 -3
- package/dist/urnovl-web-components/p-ae25be9d.entry.js +0 -1
- package/dist/urnovl-web-components/p-d26b3348.entry.js +0 -1
- package/www/build/p-008b629b.entry.js +0 -1
- package/www/build/p-04c5f660.entry.js +0 -1
- package/www/build/p-0923e9ad.entry.js +0 -1
- package/www/build/p-11132b18.entry.js +0 -1
- package/www/build/p-1c780fb1.js +0 -1
- package/www/build/p-38b87788.js +0 -1
- package/www/build/p-4f47b336.entry.js +0 -1
- package/www/build/p-84729298.entry.js +0 -3
- package/www/build/p-ae25be9d.entry.js +0 -1
- package/www/build/p-b27ac88d.js +0 -1
- package/www/build/p-d26b3348.entry.js +0 -1
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -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.
|
|
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: '
|
|
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;
|
|
@@ -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-
|
|
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-
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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-
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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-
|
|
5
|
+
const urProfileCard = require('./ur-profile-card-fe3cd04c.js');
|
|
6
6
|
require('./index-8ef53368.js');
|
|
7
|
-
require('./ur-avatar-
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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
|
};
|