urnovl-web-components 0.0.178 → 0.0.179

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.
@@ -56,7 +56,6 @@ const UrNovlCarousel = class {
56
56
  this.debug = false;
57
57
  }
58
58
  async addNovls(novls) {
59
- console.log('>> add novls', novls);
60
59
  this.novls = this.novls.concat(...novls);
61
60
  index.forceUpdate(this);
62
61
  }
@@ -133,7 +132,7 @@ const UrNovlCarousel = class {
133
132
  return (index.h("swiper-slide", null, this.debug && index.h("span", { class: "index" }, index$1 + 1), index.h("ur-novl", Object.assign({}, novl))));
134
133
  }
135
134
  render() {
136
- return (index.h(index.Host, { key: '98ac7d40983d64029b577fce5843efc26de3c1ed' }, index.h("div", { key: 'c93221170ce449c736e250a09f54ee020aa8a1e8', class: "carousel" }, this.navigation && (index.h("ur-button-arrow-left", { key: '9f22360ab61b579635a7bd8e53b20dbae2ac4c24', disabled: this.disabledPrev })), this.navigation && (index.h("ur-button-arrow-right", { key: '822480ff89be6e9c9286ebc3a24f0162851928f7', disabled: this.loading || this.disabledNext })), index.h("swiper-container", { key: '3d2d1f7407968e55599372c684de4e4ecdf05595', 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.novls.map((novl, index) => this.renderNovl(novl, index))))));
135
+ return (index.h(index.Host, { key: '5d56bf03973d70007294cc2c4fa4737928afec1e' }, index.h("div", { key: '80fa67523366b12a8e7ef9bdedecc75fe664b998', class: "carousel" }, this.navigation && (index.h("ur-button-arrow-left", { key: 'e6ab1cb5f108a5fd7e6f026464154c09c9e84adf', disabled: this.disabledPrev })), this.navigation && (index.h("ur-button-arrow-right", { key: '0dd43c1bf0f35c5a1c477cac50a21554a9bf032d', disabled: this.loading || this.disabledNext })), index.h("swiper-container", { key: '12fdef097f42f41759a5a868c6b239226e0c483a', 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.novls.map((novl, index) => this.renderNovl(novl, index))))));
137
136
  }
138
137
  get el() { return index.getElement(this); }
139
138
  };
@@ -41,7 +41,6 @@ export class UrNovlCarousel {
41
41
  this.debug = false;
42
42
  }
43
43
  async addNovls(novls) {
44
- console.log('>> add novls', novls);
45
44
  this.novls = this.novls.concat(...novls);
46
45
  forceUpdate(this);
47
46
  }
@@ -118,7 +117,7 @@ export class UrNovlCarousel {
118
117
  return (h("swiper-slide", null, this.debug && h("span", { class: "index" }, index + 1), h("ur-novl", Object.assign({}, novl))));
119
118
  }
120
119
  render() {
121
- return (h(Host, { key: '98ac7d40983d64029b577fce5843efc26de3c1ed' }, h("div", { key: 'c93221170ce449c736e250a09f54ee020aa8a1e8', class: "carousel" }, this.navigation && (h("ur-button-arrow-left", { key: '9f22360ab61b579635a7bd8e53b20dbae2ac4c24', disabled: this.disabledPrev })), this.navigation && (h("ur-button-arrow-right", { key: '822480ff89be6e9c9286ebc3a24f0162851928f7', disabled: this.loading || this.disabledNext })), h("swiper-container", { key: '3d2d1f7407968e55599372c684de4e4ecdf05595', 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.novls.map((novl, index) => this.renderNovl(novl, index))))));
120
+ return (h(Host, { key: '5d56bf03973d70007294cc2c4fa4737928afec1e' }, h("div", { key: '80fa67523366b12a8e7ef9bdedecc75fe664b998', class: "carousel" }, this.navigation && (h("ur-button-arrow-left", { key: 'e6ab1cb5f108a5fd7e6f026464154c09c9e84adf', disabled: this.disabledPrev })), this.navigation && (h("ur-button-arrow-right", { key: '0dd43c1bf0f35c5a1c477cac50a21554a9bf032d', disabled: this.loading || this.disabledNext })), h("swiper-container", { key: '12fdef097f42f41759a5a868c6b239226e0c483a', 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.novls.map((novl, index) => this.renderNovl(novl, index))))));
122
121
  }
123
122
  static get is() { return "ur-novl-carousel"; }
124
123
  static get encapsulation() { return "shadow"; }
@@ -57,7 +57,6 @@ const UrNovlCarousel$1 = /*@__PURE__*/ proxyCustomElement(class UrNovlCarousel e
57
57
  this.debug = false;
58
58
  }
59
59
  async addNovls(novls) {
60
- console.log('>> add novls', novls);
61
60
  this.novls = this.novls.concat(...novls);
62
61
  forceUpdate(this);
63
62
  }
@@ -134,7 +133,7 @@ const UrNovlCarousel$1 = /*@__PURE__*/ proxyCustomElement(class UrNovlCarousel e
134
133
  return (h("swiper-slide", null, this.debug && h("span", { class: "index" }, index + 1), h("ur-novl", Object.assign({}, novl))));
135
134
  }
136
135
  render() {
137
- return (h(Host, { key: '98ac7d40983d64029b577fce5843efc26de3c1ed' }, h("div", { key: 'c93221170ce449c736e250a09f54ee020aa8a1e8', class: "carousel" }, this.navigation && (h("ur-button-arrow-left", { key: '9f22360ab61b579635a7bd8e53b20dbae2ac4c24', disabled: this.disabledPrev })), this.navigation && (h("ur-button-arrow-right", { key: '822480ff89be6e9c9286ebc3a24f0162851928f7', disabled: this.loading || this.disabledNext })), h("swiper-container", { key: '3d2d1f7407968e55599372c684de4e4ecdf05595', 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.novls.map((novl, index) => this.renderNovl(novl, index))))));
136
+ return (h(Host, { key: '5d56bf03973d70007294cc2c4fa4737928afec1e' }, h("div", { key: '80fa67523366b12a8e7ef9bdedecc75fe664b998', class: "carousel" }, this.navigation && (h("ur-button-arrow-left", { key: 'e6ab1cb5f108a5fd7e6f026464154c09c9e84adf', disabled: this.disabledPrev })), this.navigation && (h("ur-button-arrow-right", { key: '0dd43c1bf0f35c5a1c477cac50a21554a9bf032d', disabled: this.loading || this.disabledNext })), h("swiper-container", { key: '12fdef097f42f41759a5a868c6b239226e0c483a', 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.novls.map((novl, index) => this.renderNovl(novl, index))))));
138
137
  }
139
138
  get el() { return this; }
140
139
  static get style() { return UrNovlCarouselStyle0; }
@@ -52,7 +52,6 @@ const UrNovlCarousel = class {
52
52
  this.debug = false;
53
53
  }
54
54
  async addNovls(novls) {
55
- console.log('>> add novls', novls);
56
55
  this.novls = this.novls.concat(...novls);
57
56
  forceUpdate(this);
58
57
  }
@@ -129,7 +128,7 @@ const UrNovlCarousel = class {
129
128
  return (h("swiper-slide", null, this.debug && h("span", { class: "index" }, index + 1), h("ur-novl", Object.assign({}, novl))));
130
129
  }
131
130
  render() {
132
- return (h(Host, { key: '98ac7d40983d64029b577fce5843efc26de3c1ed' }, h("div", { key: 'c93221170ce449c736e250a09f54ee020aa8a1e8', class: "carousel" }, this.navigation && (h("ur-button-arrow-left", { key: '9f22360ab61b579635a7bd8e53b20dbae2ac4c24', disabled: this.disabledPrev })), this.navigation && (h("ur-button-arrow-right", { key: '822480ff89be6e9c9286ebc3a24f0162851928f7', disabled: this.loading || this.disabledNext })), h("swiper-container", { key: '3d2d1f7407968e55599372c684de4e4ecdf05595', 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.novls.map((novl, index) => this.renderNovl(novl, index))))));
131
+ return (h(Host, { key: '5d56bf03973d70007294cc2c4fa4737928afec1e' }, h("div", { key: '80fa67523366b12a8e7ef9bdedecc75fe664b998', class: "carousel" }, this.navigation && (h("ur-button-arrow-left", { key: 'e6ab1cb5f108a5fd7e6f026464154c09c9e84adf', disabled: this.disabledPrev })), this.navigation && (h("ur-button-arrow-right", { key: '0dd43c1bf0f35c5a1c477cac50a21554a9bf032d', disabled: this.loading || this.disabledNext })), h("swiper-container", { key: '12fdef097f42f41759a5a868c6b239226e0c483a', 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.novls.map((novl, index) => this.renderNovl(novl, index))))));
133
132
  }
134
133
  get el() { return getElement(this); }
135
134
  };
@@ -0,0 +1 @@
1
+ import{r as i,c as s,f as t,h as e,H as h,g as o}from"./p-c9f1a5a5.js";const r=class{constructor(t){i(this,t),this.prevClicked=s(this,"prevClicked",7),this.nextClicked=s(this,"nextClicked",7),this.progressUpdated=s(this,"progressUpdated",7),this.onSlideChange=()=>{var i,s,t,e;this.disabledPrev=null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s?void 0:s.isBeginning,this.disabledNext=null===(e=null===(t=this.swiperContainer)||void 0===t?void 0:t.swiper)||void 0===e?void 0:e.isEnd},this.onLeftClick=()=>{var i,s;this.disabledPrev||(null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s||s.slidePrev(),this.prevClicked.emit())},this.onRightClick=()=>{var i,s;this.disabledNext||(null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s||s.slideNext(),this.nextClicked.emit())},this.novls=[],this.loading=!1,this.disabledPrev=!0,this.disabledNext=!1,this.breakpoints={},this.grid={rows:1,fill:"row"},this.slidesPerView="auto",this.spaceBetween="0",this.navigation=!1,this.destroyListeners=!0,this.debug=!1}async addNovls(i){this.novls=this.novls.concat(...i),t(this)}async updateNovlsByIndex(i){this.novls=this.novls.map(((s,t)=>i.has(t)?i.get(t):s)),t(this)}async reset(){const i=this.swiperContainer.getElementsByClassName("swiper-slide-visible").length;this.progressUpdated.emit([0,i])}componentDidLoad(){var i,s,t,e;this.swiperContainer=this.el.shadowRoot.querySelector("swiper-container"),this.navigation&&(this.leftArrow=this.el.shadowRoot.querySelector("ur-button-arrow-left"),this.rightArrow=this.el.shadowRoot.querySelector("ur-button-arrow-right"),this.leftArrow.addEventListener("click",this.onLeftClick),this.rightArrow.addEventListener("click",this.onRightClick),null===(i=this.swiperContainer)||void 0===i||i.swiper.on("slideChange",this.onSlideChange)),null===(s=this.swiperContainer)||void 0===s||s.swiper.on("reachBeginning",(()=>{this.disabledPrev=!0})),null===(t=this.swiperContainer)||void 0===t||t.swiper.on("reachEnd",(()=>{this.disabledNext=!0})),null===(e=this.swiperContainer)||void 0===e||e.swiper.on("progress",((i,s)=>{const t=parseInt(Math.round(100*s).toFixed(0),10),e=i.slidesEl.getElementsByClassName("swiper-slide-visible").length;this.progressUpdated.emit([t,e])}))}disconnectedCallback(){var i,s,t;this.destroyListeners&&(null===(i=this.leftArrow)||void 0===i||i.removeEventListener("click",this.onLeftClick),null===(s=this.rightArrow)||void 0===s||s.removeEventListener("click",this.onRightClick),null===(t=this.swiperContainer)||void 0===t||t.swiper.destroy(!0,!0))}renderNovl(i,s){return(t=i)&&t.content&&"function"==typeof t.content?e("swiper-slide",null,this.debug&&e("span",{class:"index"},s+1),e("div",{class:"custom",innerHTML:i.content(s)})):e("swiper-slide",null,this.debug&&e("span",{class:"index"},s+1),e("ur-novl",Object.assign({},i)));var t}render(){return e(h,{key:"5d56bf03973d70007294cc2c4fa4737928afec1e"},e("div",{key:"80fa67523366b12a8e7ef9bdedecc75fe664b998",class:"carousel"},this.navigation&&e("ur-button-arrow-left",{key:"e6ab1cb5f108a5fd7e6f026464154c09c9e84adf",disabled:this.disabledPrev}),this.navigation&&e("ur-button-arrow-right",{key:"0dd43c1bf0f35c5a1c477cac50a21554a9bf032d",disabled:this.loading||this.disabledNext}),e("swiper-container",{key:"12fdef097f42f41759a5a868c6b239226e0c483a",init:!0,observer:!0,"observe-slide-children":!0,"slides-per-group-auto":!0,"watch-slides-progress":!0,"breakpoint-base":"container",grid:this.grid,breakpoints:this.breakpoints,"slides-per-view":this.slidesPerView,"space-between":this.spaceBetween},this.novls.map(((i,s)=>this.renderNovl(i,s))))))}get el(){return o(this)}};r.style=":host{--swiper-slide-width:100%}:host{display:block;box-sizing:border-box;position:relative}:host .carousel{position:relative}:host .carousel swiper-slide{position:relative}:host .carousel .index{position:absolute;top:0;left:0;color:#fff;font-size:26px;background:red;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;z-index:5}:host swiper-slide{width:var(--swiper-slide-width)}:host ur-button-arrow-left,:host ur-button-arrow-right{position:absolute;top:calc(50% - 34px);left:-17px;z-index:2}:host ur-button-arrow-right{left:auto;right:-17px}@media (min-width: 0px){:host swiper-slide{width:calc(90% / 2)}}@media (min-width: 321px){:host swiper-slide{width:calc(90% / 2)}}@media (min-width: 640px){:host swiper-slide{width:calc(90% / 3)}}@media (min-width: 1150px){:host swiper-slide{width:calc(90% / 4)}}@media (min-width: 1770px){:host swiper-slide{width:calc(90% / 5)}}@media (min-width: 2140px){:host swiper-slide{width:calc(90% / 6)}}";export{r as ur_novl_carousel}
@@ -1 +1 @@
1
- import{p as e,b as a}from"./p-c9f1a5a5.js";export{s as setNonce}from"./p-c9f1a5a5.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-a9b56680",[[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"]}]]],["p-d938eb8d",[[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]}]]],["p-c1cfda73",[[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"]}]]],["p-432cc5f2",[[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]}]]],["p-a3d16fe2",[[1,"ur-page-profile",{"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"]}]]],["p-428bd47e",[[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"]}]]],["p-eb9c8956",[[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"]}]]],["p-f3ba1016",[[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"]}]]],["p-e212ef03",[[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]}]]],["p-3dca8fa4",[[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]}]]],["p-03ada6e7",[[1,"ur-locale-filter-panel",{"showHeader":[4,"show-header"],"showFooter":[4,"show-footer"],"locales":[16],"disabledLocales":[16],"mutableLocales":[32]}]]],["p-0c667af5",[[1,"ur-page",{"pageTitle":[1,"page-title"],"pageCover":[8,"page-cover"],"pageCoverFallback":[1,"page-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"pageDescription":[8,"page-description"]}]]],["p-375956f0",[[1,"ur-read-mobile-top-app-bar",{"variant":[1],"headerTitle":[1,"header-title"],"scrollBehavior":[1,"scroll-behavior"],"scrollThreshold":[2,"scroll-threshold"]}]]],["p-236bde2a",[[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]}]]],["p-34af45c0",[[1,"ur-thumbs-rating",{"likesCount":[2,"likes-count"],"dislikeText":[1,"dislike-text"],"isLiked":[1028,"is-liked"],"isDisliked":[1028,"is-disliked"]}]]],["p-b8de596d",[[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"]}]]],["p-9f113e3a",[[1,"ur-user",{"userTitle":[1,"user-title"],"userCover":[8,"user-cover"],"userCoverFallback":[1,"user-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"userDescription":[8,"user-description"]}]]],["p-3196a408",[[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"]]]]],["p-68ad5f88",[[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"]}]]],["p-9d1c86ea",[[1,"ur-dialog",{"description":[1],"open":[4],"fullscreen":[4],"closeOnEsc":[4,"close-on-esc"],"closeOnOverlayClick":[4,"close-on-overlay-click"],"showHeader":[4,"show-header"],"variant":[1],"borderRadius":[1,"border-radius"],"openDialog":[64],"closeDialog":[64]}]]],["p-fa5591a9",[[1,"ur-form",{"submitForm":[64],"resetForm":[64]},[[0,"valueChanged","handleValueChanged"],[0,"errorStateChanged","handleErrorStateChanged"]]]]],["p-5b7416de",[[1,"ur-linear-progress",{"value":[2],"max":[514]},null,{"value":["validateValue"]}]]],["p-80c312a6",[[1,"ur-list-subheader",{"text":[1]}]]],["p-3ce539b9",[[1,"ur-loader"]]],["p-bbabe161",[[1,"ur-locale-filter-button",{"count":[2],"selected":[4]}]]],["p-c7508ac3",[[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"]}]]],["p-11142595",[[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]}]]],["p-0f9cbbf1",[[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]}]]],["p-e779e006",[[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"]}]]],["p-fa572f09",[[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"]}]]],["p-9c7d4900",[[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]}]]],["p-b0bf85eb",[[1,"ur-radio-button",{"disabled":[4],"checked":[4],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-5507da43",[[1,"ur-radio-group",{"name":[1],"value":[1025],"required":[4],"options":[32],"validate":[64],"reset":[64]}]]],["p-d2432037",[[1,"ur-segment-button",{"likeLabel":[1,"like-label"]}]]],["p-947da621",[[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"]}]]],["p-df3b2cfe",[[1,"ur-switch",{"disabled":[4],"checked":[4]}]]],["p-48405e5d",[[1,"ur-tabs",{"tabs":[16],"panels":[16]}]]],["p-68391ed7",[[1,"ur-user-profile"]]],["p-29591907",[[1,"ur-checkbox",{"disabled":[4],"checked":[1540],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-ca216189",[[1,"ur-chip",{"label":[1],"border":[1],"radius":[1],"size":[1],"backColor":[1,"back-color"],"fontColor":[1,"font-color"],"loading":[4],"disabled":[4],"clickable":[4]}]]],["p-3f54c7e0",[[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"]}]]],["p-10912fec",[[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"]}]]],["p-7f4be6d9",[[1,"ur-button-arrow-left",{"disabled":[4]}],[1,"ur-button-arrow-right",{"disabled":[4]}]]],["p-3bcf3241",[[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]}]]],["p-09ec8eeb",[[1,"ur-logo",{"width":[1],"height":[1],"color":[1],"rotation":[2],"opacity":[2]}]]],["p-013a389e",[[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]}]]],["p-dbd5fd83",[[1,"ur-avatar",{"size":[1],"src":[1],"name":[1],"border":[1],"radius":[1]}]]],["p-38c8f17e",[[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"]}]]],["p-8acf06c8",[[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"]}]]]]'),e))));
1
+ import{p as e,b as a}from"./p-c9f1a5a5.js";export{s as setNonce}from"./p-c9f1a5a5.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-a9b56680",[[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"]}]]],["p-d938eb8d",[[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]}]]],["p-c1cfda73",[[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"]}]]],["p-40cff2c9",[[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]}]]],["p-a3d16fe2",[[1,"ur-page-profile",{"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"]}]]],["p-428bd47e",[[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"]}]]],["p-eb9c8956",[[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"]}]]],["p-f3ba1016",[[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"]}]]],["p-e212ef03",[[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]}]]],["p-3dca8fa4",[[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]}]]],["p-03ada6e7",[[1,"ur-locale-filter-panel",{"showHeader":[4,"show-header"],"showFooter":[4,"show-footer"],"locales":[16],"disabledLocales":[16],"mutableLocales":[32]}]]],["p-0c667af5",[[1,"ur-page",{"pageTitle":[1,"page-title"],"pageCover":[8,"page-cover"],"pageCoverFallback":[1,"page-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"pageDescription":[8,"page-description"]}]]],["p-375956f0",[[1,"ur-read-mobile-top-app-bar",{"variant":[1],"headerTitle":[1,"header-title"],"scrollBehavior":[1,"scroll-behavior"],"scrollThreshold":[2,"scroll-threshold"]}]]],["p-236bde2a",[[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]}]]],["p-34af45c0",[[1,"ur-thumbs-rating",{"likesCount":[2,"likes-count"],"dislikeText":[1,"dislike-text"],"isLiked":[1028,"is-liked"],"isDisliked":[1028,"is-disliked"]}]]],["p-b8de596d",[[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"]}]]],["p-9f113e3a",[[1,"ur-user",{"userTitle":[1,"user-title"],"userCover":[8,"user-cover"],"userCoverFallback":[1,"user-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"userDescription":[8,"user-description"]}]]],["p-3196a408",[[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"]]]]],["p-68ad5f88",[[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"]}]]],["p-9d1c86ea",[[1,"ur-dialog",{"description":[1],"open":[4],"fullscreen":[4],"closeOnEsc":[4,"close-on-esc"],"closeOnOverlayClick":[4,"close-on-overlay-click"],"showHeader":[4,"show-header"],"variant":[1],"borderRadius":[1,"border-radius"],"openDialog":[64],"closeDialog":[64]}]]],["p-fa5591a9",[[1,"ur-form",{"submitForm":[64],"resetForm":[64]},[[0,"valueChanged","handleValueChanged"],[0,"errorStateChanged","handleErrorStateChanged"]]]]],["p-5b7416de",[[1,"ur-linear-progress",{"value":[2],"max":[514]},null,{"value":["validateValue"]}]]],["p-80c312a6",[[1,"ur-list-subheader",{"text":[1]}]]],["p-3ce539b9",[[1,"ur-loader"]]],["p-bbabe161",[[1,"ur-locale-filter-button",{"count":[2],"selected":[4]}]]],["p-c7508ac3",[[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"]}]]],["p-11142595",[[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]}]]],["p-0f9cbbf1",[[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]}]]],["p-e779e006",[[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"]}]]],["p-fa572f09",[[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"]}]]],["p-9c7d4900",[[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]}]]],["p-b0bf85eb",[[1,"ur-radio-button",{"disabled":[4],"checked":[4],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-5507da43",[[1,"ur-radio-group",{"name":[1],"value":[1025],"required":[4],"options":[32],"validate":[64],"reset":[64]}]]],["p-d2432037",[[1,"ur-segment-button",{"likeLabel":[1,"like-label"]}]]],["p-947da621",[[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"]}]]],["p-df3b2cfe",[[1,"ur-switch",{"disabled":[4],"checked":[4]}]]],["p-48405e5d",[[1,"ur-tabs",{"tabs":[16],"panels":[16]}]]],["p-68391ed7",[[1,"ur-user-profile"]]],["p-29591907",[[1,"ur-checkbox",{"disabled":[4],"checked":[1540],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-ca216189",[[1,"ur-chip",{"label":[1],"border":[1],"radius":[1],"size":[1],"backColor":[1,"back-color"],"fontColor":[1,"font-color"],"loading":[4],"disabled":[4],"clickable":[4]}]]],["p-3f54c7e0",[[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"]}]]],["p-10912fec",[[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"]}]]],["p-7f4be6d9",[[1,"ur-button-arrow-left",{"disabled":[4]}],[1,"ur-button-arrow-right",{"disabled":[4]}]]],["p-3bcf3241",[[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]}]]],["p-09ec8eeb",[[1,"ur-logo",{"width":[1],"height":[1],"color":[1],"rotation":[2],"opacity":[2]}]]],["p-013a389e",[[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]}]]],["p-dbd5fd83",[[1,"ur-avatar",{"size":[1],"src":[1],"name":[1],"border":[1],"radius":[1]}]]],["p-38c8f17e",[[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"]}]]],["p-8acf06c8",[[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"]}]]]]'),e))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "urnovl-web-components",
3
- "version": "0.0.178",
3
+ "version": "0.0.179",
4
4
  "description": "Web components for Urnovl",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -1 +1 @@
1
- import{p as e,b as a}from"./p-c9f1a5a5.js";export{s as setNonce}from"./p-c9f1a5a5.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-a9b56680",[[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"]}]]],["p-d938eb8d",[[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]}]]],["p-c1cfda73",[[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"]}]]],["p-432cc5f2",[[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]}]]],["p-a3d16fe2",[[1,"ur-page-profile",{"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"]}]]],["p-428bd47e",[[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"]}]]],["p-eb9c8956",[[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"]}]]],["p-f3ba1016",[[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"]}]]],["p-e212ef03",[[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]}]]],["p-3dca8fa4",[[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]}]]],["p-03ada6e7",[[1,"ur-locale-filter-panel",{"showHeader":[4,"show-header"],"showFooter":[4,"show-footer"],"locales":[16],"disabledLocales":[16],"mutableLocales":[32]}]]],["p-0c667af5",[[1,"ur-page",{"pageTitle":[1,"page-title"],"pageCover":[8,"page-cover"],"pageCoverFallback":[1,"page-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"pageDescription":[8,"page-description"]}]]],["p-375956f0",[[1,"ur-read-mobile-top-app-bar",{"variant":[1],"headerTitle":[1,"header-title"],"scrollBehavior":[1,"scroll-behavior"],"scrollThreshold":[2,"scroll-threshold"]}]]],["p-236bde2a",[[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]}]]],["p-34af45c0",[[1,"ur-thumbs-rating",{"likesCount":[2,"likes-count"],"dislikeText":[1,"dislike-text"],"isLiked":[1028,"is-liked"],"isDisliked":[1028,"is-disliked"]}]]],["p-b8de596d",[[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"]}]]],["p-9f113e3a",[[1,"ur-user",{"userTitle":[1,"user-title"],"userCover":[8,"user-cover"],"userCoverFallback":[1,"user-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"userDescription":[8,"user-description"]}]]],["p-3196a408",[[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"]]]]],["p-68ad5f88",[[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"]}]]],["p-9d1c86ea",[[1,"ur-dialog",{"description":[1],"open":[4],"fullscreen":[4],"closeOnEsc":[4,"close-on-esc"],"closeOnOverlayClick":[4,"close-on-overlay-click"],"showHeader":[4,"show-header"],"variant":[1],"borderRadius":[1,"border-radius"],"openDialog":[64],"closeDialog":[64]}]]],["p-fa5591a9",[[1,"ur-form",{"submitForm":[64],"resetForm":[64]},[[0,"valueChanged","handleValueChanged"],[0,"errorStateChanged","handleErrorStateChanged"]]]]],["p-5b7416de",[[1,"ur-linear-progress",{"value":[2],"max":[514]},null,{"value":["validateValue"]}]]],["p-80c312a6",[[1,"ur-list-subheader",{"text":[1]}]]],["p-3ce539b9",[[1,"ur-loader"]]],["p-bbabe161",[[1,"ur-locale-filter-button",{"count":[2],"selected":[4]}]]],["p-c7508ac3",[[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"]}]]],["p-11142595",[[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]}]]],["p-0f9cbbf1",[[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]}]]],["p-e779e006",[[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"]}]]],["p-fa572f09",[[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"]}]]],["p-9c7d4900",[[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]}]]],["p-b0bf85eb",[[1,"ur-radio-button",{"disabled":[4],"checked":[4],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-5507da43",[[1,"ur-radio-group",{"name":[1],"value":[1025],"required":[4],"options":[32],"validate":[64],"reset":[64]}]]],["p-d2432037",[[1,"ur-segment-button",{"likeLabel":[1,"like-label"]}]]],["p-947da621",[[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"]}]]],["p-df3b2cfe",[[1,"ur-switch",{"disabled":[4],"checked":[4]}]]],["p-48405e5d",[[1,"ur-tabs",{"tabs":[16],"panels":[16]}]]],["p-68391ed7",[[1,"ur-user-profile"]]],["p-29591907",[[1,"ur-checkbox",{"disabled":[4],"checked":[1540],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-ca216189",[[1,"ur-chip",{"label":[1],"border":[1],"radius":[1],"size":[1],"backColor":[1,"back-color"],"fontColor":[1,"font-color"],"loading":[4],"disabled":[4],"clickable":[4]}]]],["p-3f54c7e0",[[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"]}]]],["p-10912fec",[[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"]}]]],["p-7f4be6d9",[[1,"ur-button-arrow-left",{"disabled":[4]}],[1,"ur-button-arrow-right",{"disabled":[4]}]]],["p-3bcf3241",[[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]}]]],["p-09ec8eeb",[[1,"ur-logo",{"width":[1],"height":[1],"color":[1],"rotation":[2],"opacity":[2]}]]],["p-013a389e",[[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]}]]],["p-dbd5fd83",[[1,"ur-avatar",{"size":[1],"src":[1],"name":[1],"border":[1],"radius":[1]}]]],["p-38c8f17e",[[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"]}]]],["p-8acf06c8",[[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"]}]]]]'),e))));
1
+ import{p as e,b as a}from"./p-c9f1a5a5.js";export{s as setNonce}from"./p-c9f1a5a5.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-a9b56680",[[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"]}]]],["p-d938eb8d",[[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]}]]],["p-c1cfda73",[[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"]}]]],["p-40cff2c9",[[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]}]]],["p-a3d16fe2",[[1,"ur-page-profile",{"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"]}]]],["p-428bd47e",[[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"]}]]],["p-eb9c8956",[[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"]}]]],["p-f3ba1016",[[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"]}]]],["p-e212ef03",[[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]}]]],["p-3dca8fa4",[[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]}]]],["p-03ada6e7",[[1,"ur-locale-filter-panel",{"showHeader":[4,"show-header"],"showFooter":[4,"show-footer"],"locales":[16],"disabledLocales":[16],"mutableLocales":[32]}]]],["p-0c667af5",[[1,"ur-page",{"pageTitle":[1,"page-title"],"pageCover":[8,"page-cover"],"pageCoverFallback":[1,"page-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"pageDescription":[8,"page-description"]}]]],["p-375956f0",[[1,"ur-read-mobile-top-app-bar",{"variant":[1],"headerTitle":[1,"header-title"],"scrollBehavior":[1,"scroll-behavior"],"scrollThreshold":[2,"scroll-threshold"]}]]],["p-236bde2a",[[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]}]]],["p-34af45c0",[[1,"ur-thumbs-rating",{"likesCount":[2,"likes-count"],"dislikeText":[1,"dislike-text"],"isLiked":[1028,"is-liked"],"isDisliked":[1028,"is-disliked"]}]]],["p-b8de596d",[[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"]}]]],["p-9f113e3a",[[1,"ur-user",{"userTitle":[1,"user-title"],"userCover":[8,"user-cover"],"userCoverFallback":[1,"user-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"userDescription":[8,"user-description"]}]]],["p-3196a408",[[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"]]]]],["p-68ad5f88",[[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"]}]]],["p-9d1c86ea",[[1,"ur-dialog",{"description":[1],"open":[4],"fullscreen":[4],"closeOnEsc":[4,"close-on-esc"],"closeOnOverlayClick":[4,"close-on-overlay-click"],"showHeader":[4,"show-header"],"variant":[1],"borderRadius":[1,"border-radius"],"openDialog":[64],"closeDialog":[64]}]]],["p-fa5591a9",[[1,"ur-form",{"submitForm":[64],"resetForm":[64]},[[0,"valueChanged","handleValueChanged"],[0,"errorStateChanged","handleErrorStateChanged"]]]]],["p-5b7416de",[[1,"ur-linear-progress",{"value":[2],"max":[514]},null,{"value":["validateValue"]}]]],["p-80c312a6",[[1,"ur-list-subheader",{"text":[1]}]]],["p-3ce539b9",[[1,"ur-loader"]]],["p-bbabe161",[[1,"ur-locale-filter-button",{"count":[2],"selected":[4]}]]],["p-c7508ac3",[[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"]}]]],["p-11142595",[[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]}]]],["p-0f9cbbf1",[[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]}]]],["p-e779e006",[[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"]}]]],["p-fa572f09",[[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"]}]]],["p-9c7d4900",[[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]}]]],["p-b0bf85eb",[[1,"ur-radio-button",{"disabled":[4],"checked":[4],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-5507da43",[[1,"ur-radio-group",{"name":[1],"value":[1025],"required":[4],"options":[32],"validate":[64],"reset":[64]}]]],["p-d2432037",[[1,"ur-segment-button",{"likeLabel":[1,"like-label"]}]]],["p-947da621",[[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"]}]]],["p-df3b2cfe",[[1,"ur-switch",{"disabled":[4],"checked":[4]}]]],["p-48405e5d",[[1,"ur-tabs",{"tabs":[16],"panels":[16]}]]],["p-68391ed7",[[1,"ur-user-profile"]]],["p-29591907",[[1,"ur-checkbox",{"disabled":[4],"checked":[1540],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-ca216189",[[1,"ur-chip",{"label":[1],"border":[1],"radius":[1],"size":[1],"backColor":[1,"back-color"],"fontColor":[1,"font-color"],"loading":[4],"disabled":[4],"clickable":[4]}]]],["p-3f54c7e0",[[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"]}]]],["p-10912fec",[[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"]}]]],["p-7f4be6d9",[[1,"ur-button-arrow-left",{"disabled":[4]}],[1,"ur-button-arrow-right",{"disabled":[4]}]]],["p-3bcf3241",[[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]}]]],["p-09ec8eeb",[[1,"ur-logo",{"width":[1],"height":[1],"color":[1],"rotation":[2],"opacity":[2]}]]],["p-013a389e",[[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]}]]],["p-dbd5fd83",[[1,"ur-avatar",{"size":[1],"src":[1],"name":[1],"border":[1],"radius":[1]}]]],["p-38c8f17e",[[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"]}]]],["p-8acf06c8",[[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"]}]]]]'),e))));
@@ -0,0 +1 @@
1
+ import{r as i,c as s,f as t,h as e,H as h,g as o}from"./p-c9f1a5a5.js";const r=class{constructor(t){i(this,t),this.prevClicked=s(this,"prevClicked",7),this.nextClicked=s(this,"nextClicked",7),this.progressUpdated=s(this,"progressUpdated",7),this.onSlideChange=()=>{var i,s,t,e;this.disabledPrev=null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s?void 0:s.isBeginning,this.disabledNext=null===(e=null===(t=this.swiperContainer)||void 0===t?void 0:t.swiper)||void 0===e?void 0:e.isEnd},this.onLeftClick=()=>{var i,s;this.disabledPrev||(null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s||s.slidePrev(),this.prevClicked.emit())},this.onRightClick=()=>{var i,s;this.disabledNext||(null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s||s.slideNext(),this.nextClicked.emit())},this.novls=[],this.loading=!1,this.disabledPrev=!0,this.disabledNext=!1,this.breakpoints={},this.grid={rows:1,fill:"row"},this.slidesPerView="auto",this.spaceBetween="0",this.navigation=!1,this.destroyListeners=!0,this.debug=!1}async addNovls(i){this.novls=this.novls.concat(...i),t(this)}async updateNovlsByIndex(i){this.novls=this.novls.map(((s,t)=>i.has(t)?i.get(t):s)),t(this)}async reset(){const i=this.swiperContainer.getElementsByClassName("swiper-slide-visible").length;this.progressUpdated.emit([0,i])}componentDidLoad(){var i,s,t,e;this.swiperContainer=this.el.shadowRoot.querySelector("swiper-container"),this.navigation&&(this.leftArrow=this.el.shadowRoot.querySelector("ur-button-arrow-left"),this.rightArrow=this.el.shadowRoot.querySelector("ur-button-arrow-right"),this.leftArrow.addEventListener("click",this.onLeftClick),this.rightArrow.addEventListener("click",this.onRightClick),null===(i=this.swiperContainer)||void 0===i||i.swiper.on("slideChange",this.onSlideChange)),null===(s=this.swiperContainer)||void 0===s||s.swiper.on("reachBeginning",(()=>{this.disabledPrev=!0})),null===(t=this.swiperContainer)||void 0===t||t.swiper.on("reachEnd",(()=>{this.disabledNext=!0})),null===(e=this.swiperContainer)||void 0===e||e.swiper.on("progress",((i,s)=>{const t=parseInt(Math.round(100*s).toFixed(0),10),e=i.slidesEl.getElementsByClassName("swiper-slide-visible").length;this.progressUpdated.emit([t,e])}))}disconnectedCallback(){var i,s,t;this.destroyListeners&&(null===(i=this.leftArrow)||void 0===i||i.removeEventListener("click",this.onLeftClick),null===(s=this.rightArrow)||void 0===s||s.removeEventListener("click",this.onRightClick),null===(t=this.swiperContainer)||void 0===t||t.swiper.destroy(!0,!0))}renderNovl(i,s){return(t=i)&&t.content&&"function"==typeof t.content?e("swiper-slide",null,this.debug&&e("span",{class:"index"},s+1),e("div",{class:"custom",innerHTML:i.content(s)})):e("swiper-slide",null,this.debug&&e("span",{class:"index"},s+1),e("ur-novl",Object.assign({},i)));var t}render(){return e(h,{key:"5d56bf03973d70007294cc2c4fa4737928afec1e"},e("div",{key:"80fa67523366b12a8e7ef9bdedecc75fe664b998",class:"carousel"},this.navigation&&e("ur-button-arrow-left",{key:"e6ab1cb5f108a5fd7e6f026464154c09c9e84adf",disabled:this.disabledPrev}),this.navigation&&e("ur-button-arrow-right",{key:"0dd43c1bf0f35c5a1c477cac50a21554a9bf032d",disabled:this.loading||this.disabledNext}),e("swiper-container",{key:"12fdef097f42f41759a5a868c6b239226e0c483a",init:!0,observer:!0,"observe-slide-children":!0,"slides-per-group-auto":!0,"watch-slides-progress":!0,"breakpoint-base":"container",grid:this.grid,breakpoints:this.breakpoints,"slides-per-view":this.slidesPerView,"space-between":this.spaceBetween},this.novls.map(((i,s)=>this.renderNovl(i,s))))))}get el(){return o(this)}};r.style=":host{--swiper-slide-width:100%}:host{display:block;box-sizing:border-box;position:relative}:host .carousel{position:relative}:host .carousel swiper-slide{position:relative}:host .carousel .index{position:absolute;top:0;left:0;color:#fff;font-size:26px;background:red;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;z-index:5}:host swiper-slide{width:var(--swiper-slide-width)}:host ur-button-arrow-left,:host ur-button-arrow-right{position:absolute;top:calc(50% - 34px);left:-17px;z-index:2}:host ur-button-arrow-right{left:auto;right:-17px}@media (min-width: 0px){:host swiper-slide{width:calc(90% / 2)}}@media (min-width: 321px){:host swiper-slide{width:calc(90% / 2)}}@media (min-width: 640px){:host swiper-slide{width:calc(90% / 3)}}@media (min-width: 1150px){:host swiper-slide{width:calc(90% / 4)}}@media (min-width: 1770px){:host swiper-slide{width:calc(90% / 5)}}@media (min-width: 2140px){:host swiper-slide{width:calc(90% / 6)}}";export{r as ur_novl_carousel}
@@ -1 +1 @@
1
- import{p as e,b as a}from"./p-c9f1a5a5.js";export{s as setNonce}from"./p-c9f1a5a5.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-a9b56680",[[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"]}]]],["p-d938eb8d",[[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]}]]],["p-c1cfda73",[[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"]}]]],["p-432cc5f2",[[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]}]]],["p-a3d16fe2",[[1,"ur-page-profile",{"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"]}]]],["p-428bd47e",[[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"]}]]],["p-eb9c8956",[[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"]}]]],["p-f3ba1016",[[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"]}]]],["p-e212ef03",[[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]}]]],["p-3dca8fa4",[[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]}]]],["p-03ada6e7",[[1,"ur-locale-filter-panel",{"showHeader":[4,"show-header"],"showFooter":[4,"show-footer"],"locales":[16],"disabledLocales":[16],"mutableLocales":[32]}]]],["p-0c667af5",[[1,"ur-page",{"pageTitle":[1,"page-title"],"pageCover":[8,"page-cover"],"pageCoverFallback":[1,"page-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"pageDescription":[8,"page-description"]}]]],["p-375956f0",[[1,"ur-read-mobile-top-app-bar",{"variant":[1],"headerTitle":[1,"header-title"],"scrollBehavior":[1,"scroll-behavior"],"scrollThreshold":[2,"scroll-threshold"]}]]],["p-236bde2a",[[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]}]]],["p-34af45c0",[[1,"ur-thumbs-rating",{"likesCount":[2,"likes-count"],"dislikeText":[1,"dislike-text"],"isLiked":[1028,"is-liked"],"isDisliked":[1028,"is-disliked"]}]]],["p-b8de596d",[[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"]}]]],["p-9f113e3a",[[1,"ur-user",{"userTitle":[1,"user-title"],"userCover":[8,"user-cover"],"userCoverFallback":[1,"user-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"userDescription":[8,"user-description"]}]]],["p-3196a408",[[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"]]]]],["p-68ad5f88",[[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"]}]]],["p-9d1c86ea",[[1,"ur-dialog",{"description":[1],"open":[4],"fullscreen":[4],"closeOnEsc":[4,"close-on-esc"],"closeOnOverlayClick":[4,"close-on-overlay-click"],"showHeader":[4,"show-header"],"variant":[1],"borderRadius":[1,"border-radius"],"openDialog":[64],"closeDialog":[64]}]]],["p-fa5591a9",[[1,"ur-form",{"submitForm":[64],"resetForm":[64]},[[0,"valueChanged","handleValueChanged"],[0,"errorStateChanged","handleErrorStateChanged"]]]]],["p-5b7416de",[[1,"ur-linear-progress",{"value":[2],"max":[514]},null,{"value":["validateValue"]}]]],["p-80c312a6",[[1,"ur-list-subheader",{"text":[1]}]]],["p-3ce539b9",[[1,"ur-loader"]]],["p-bbabe161",[[1,"ur-locale-filter-button",{"count":[2],"selected":[4]}]]],["p-c7508ac3",[[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"]}]]],["p-11142595",[[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]}]]],["p-0f9cbbf1",[[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]}]]],["p-e779e006",[[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"]}]]],["p-fa572f09",[[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"]}]]],["p-9c7d4900",[[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]}]]],["p-b0bf85eb",[[1,"ur-radio-button",{"disabled":[4],"checked":[4],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-5507da43",[[1,"ur-radio-group",{"name":[1],"value":[1025],"required":[4],"options":[32],"validate":[64],"reset":[64]}]]],["p-d2432037",[[1,"ur-segment-button",{"likeLabel":[1,"like-label"]}]]],["p-947da621",[[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"]}]]],["p-df3b2cfe",[[1,"ur-switch",{"disabled":[4],"checked":[4]}]]],["p-48405e5d",[[1,"ur-tabs",{"tabs":[16],"panels":[16]}]]],["p-68391ed7",[[1,"ur-user-profile"]]],["p-29591907",[[1,"ur-checkbox",{"disabled":[4],"checked":[1540],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-ca216189",[[1,"ur-chip",{"label":[1],"border":[1],"radius":[1],"size":[1],"backColor":[1,"back-color"],"fontColor":[1,"font-color"],"loading":[4],"disabled":[4],"clickable":[4]}]]],["p-3f54c7e0",[[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"]}]]],["p-10912fec",[[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"]}]]],["p-7f4be6d9",[[1,"ur-button-arrow-left",{"disabled":[4]}],[1,"ur-button-arrow-right",{"disabled":[4]}]]],["p-3bcf3241",[[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]}]]],["p-09ec8eeb",[[1,"ur-logo",{"width":[1],"height":[1],"color":[1],"rotation":[2],"opacity":[2]}]]],["p-013a389e",[[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]}]]],["p-dbd5fd83",[[1,"ur-avatar",{"size":[1],"src":[1],"name":[1],"border":[1],"radius":[1]}]]],["p-38c8f17e",[[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"]}]]],["p-8acf06c8",[[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"]}]]]]'),e))));
1
+ import{p as e,b as a}from"./p-c9f1a5a5.js";export{s as setNonce}from"./p-c9f1a5a5.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-a9b56680",[[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"]}]]],["p-d938eb8d",[[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]}]]],["p-c1cfda73",[[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"]}]]],["p-40cff2c9",[[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]}]]],["p-a3d16fe2",[[1,"ur-page-profile",{"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"]}]]],["p-428bd47e",[[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"]}]]],["p-eb9c8956",[[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"]}]]],["p-f3ba1016",[[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"]}]]],["p-e212ef03",[[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]}]]],["p-3dca8fa4",[[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]}]]],["p-03ada6e7",[[1,"ur-locale-filter-panel",{"showHeader":[4,"show-header"],"showFooter":[4,"show-footer"],"locales":[16],"disabledLocales":[16],"mutableLocales":[32]}]]],["p-0c667af5",[[1,"ur-page",{"pageTitle":[1,"page-title"],"pageCover":[8,"page-cover"],"pageCoverFallback":[1,"page-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"pageDescription":[8,"page-description"]}]]],["p-375956f0",[[1,"ur-read-mobile-top-app-bar",{"variant":[1],"headerTitle":[1,"header-title"],"scrollBehavior":[1,"scroll-behavior"],"scrollThreshold":[2,"scroll-threshold"]}]]],["p-236bde2a",[[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]}]]],["p-34af45c0",[[1,"ur-thumbs-rating",{"likesCount":[2,"likes-count"],"dislikeText":[1,"dislike-text"],"isLiked":[1028,"is-liked"],"isDisliked":[1028,"is-disliked"]}]]],["p-b8de596d",[[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"]}]]],["p-9f113e3a",[[1,"ur-user",{"userTitle":[1,"user-title"],"userCover":[8,"user-cover"],"userCoverFallback":[1,"user-cover-fallback"],"followers":[2],"showStats":[4,"show-stats"],"userDescription":[8,"user-description"]}]]],["p-3196a408",[[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"]]]]],["p-68ad5f88",[[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"]}]]],["p-9d1c86ea",[[1,"ur-dialog",{"description":[1],"open":[4],"fullscreen":[4],"closeOnEsc":[4,"close-on-esc"],"closeOnOverlayClick":[4,"close-on-overlay-click"],"showHeader":[4,"show-header"],"variant":[1],"borderRadius":[1,"border-radius"],"openDialog":[64],"closeDialog":[64]}]]],["p-fa5591a9",[[1,"ur-form",{"submitForm":[64],"resetForm":[64]},[[0,"valueChanged","handleValueChanged"],[0,"errorStateChanged","handleErrorStateChanged"]]]]],["p-5b7416de",[[1,"ur-linear-progress",{"value":[2],"max":[514]},null,{"value":["validateValue"]}]]],["p-80c312a6",[[1,"ur-list-subheader",{"text":[1]}]]],["p-3ce539b9",[[1,"ur-loader"]]],["p-bbabe161",[[1,"ur-locale-filter-button",{"count":[2],"selected":[4]}]]],["p-c7508ac3",[[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"]}]]],["p-11142595",[[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]}]]],["p-0f9cbbf1",[[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]}]]],["p-e779e006",[[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"]}]]],["p-fa572f09",[[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"]}]]],["p-9c7d4900",[[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]}]]],["p-b0bf85eb",[[1,"ur-radio-button",{"disabled":[4],"checked":[4],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-5507da43",[[1,"ur-radio-group",{"name":[1],"value":[1025],"required":[4],"options":[32],"validate":[64],"reset":[64]}]]],["p-d2432037",[[1,"ur-segment-button",{"likeLabel":[1,"like-label"]}]]],["p-947da621",[[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"]}]]],["p-df3b2cfe",[[1,"ur-switch",{"disabled":[4],"checked":[4]}]]],["p-48405e5d",[[1,"ur-tabs",{"tabs":[16],"panels":[16]}]]],["p-68391ed7",[[1,"ur-user-profile"]]],["p-29591907",[[1,"ur-checkbox",{"disabled":[4],"checked":[1540],"value":[1],"name":[1]},null,{"checked":["watchChecked"]}]]],["p-ca216189",[[1,"ur-chip",{"label":[1],"border":[1],"radius":[1],"size":[1],"backColor":[1,"back-color"],"fontColor":[1,"font-color"],"loading":[4],"disabled":[4],"clickable":[4]}]]],["p-3f54c7e0",[[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"]}]]],["p-10912fec",[[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"]}]]],["p-7f4be6d9",[[1,"ur-button-arrow-left",{"disabled":[4]}],[1,"ur-button-arrow-right",{"disabled":[4]}]]],["p-3bcf3241",[[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]}]]],["p-09ec8eeb",[[1,"ur-logo",{"width":[1],"height":[1],"color":[1],"rotation":[2],"opacity":[2]}]]],["p-013a389e",[[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]}]]],["p-dbd5fd83",[[1,"ur-avatar",{"size":[1],"src":[1],"name":[1],"border":[1],"radius":[1]}]]],["p-38c8f17e",[[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"]}]]],["p-8acf06c8",[[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"]}]]]]'),e))));
@@ -1 +0,0 @@
1
- import{r as i,c as s,f as t,h as e,H as h,g as o}from"./p-c9f1a5a5.js";const r=class{constructor(t){i(this,t),this.prevClicked=s(this,"prevClicked",7),this.nextClicked=s(this,"nextClicked",7),this.progressUpdated=s(this,"progressUpdated",7),this.onSlideChange=()=>{var i,s,t,e;this.disabledPrev=null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s?void 0:s.isBeginning,this.disabledNext=null===(e=null===(t=this.swiperContainer)||void 0===t?void 0:t.swiper)||void 0===e?void 0:e.isEnd},this.onLeftClick=()=>{var i,s;this.disabledPrev||(null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s||s.slidePrev(),this.prevClicked.emit())},this.onRightClick=()=>{var i,s;this.disabledNext||(null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s||s.slideNext(),this.nextClicked.emit())},this.novls=[],this.loading=!1,this.disabledPrev=!0,this.disabledNext=!1,this.breakpoints={},this.grid={rows:1,fill:"row"},this.slidesPerView="auto",this.spaceBetween="0",this.navigation=!1,this.destroyListeners=!0,this.debug=!1}async addNovls(i){console.log(">> add novls",i),this.novls=this.novls.concat(...i),t(this)}async updateNovlsByIndex(i){this.novls=this.novls.map(((s,t)=>i.has(t)?i.get(t):s)),t(this)}async reset(){const i=this.swiperContainer.getElementsByClassName("swiper-slide-visible").length;this.progressUpdated.emit([0,i])}componentDidLoad(){var i,s,t,e;this.swiperContainer=this.el.shadowRoot.querySelector("swiper-container"),this.navigation&&(this.leftArrow=this.el.shadowRoot.querySelector("ur-button-arrow-left"),this.rightArrow=this.el.shadowRoot.querySelector("ur-button-arrow-right"),this.leftArrow.addEventListener("click",this.onLeftClick),this.rightArrow.addEventListener("click",this.onRightClick),null===(i=this.swiperContainer)||void 0===i||i.swiper.on("slideChange",this.onSlideChange)),null===(s=this.swiperContainer)||void 0===s||s.swiper.on("reachBeginning",(()=>{this.disabledPrev=!0})),null===(t=this.swiperContainer)||void 0===t||t.swiper.on("reachEnd",(()=>{this.disabledNext=!0})),null===(e=this.swiperContainer)||void 0===e||e.swiper.on("progress",((i,s)=>{const t=parseInt(Math.round(100*s).toFixed(0),10),e=i.slidesEl.getElementsByClassName("swiper-slide-visible").length;this.progressUpdated.emit([t,e])}))}disconnectedCallback(){var i,s,t;this.destroyListeners&&(null===(i=this.leftArrow)||void 0===i||i.removeEventListener("click",this.onLeftClick),null===(s=this.rightArrow)||void 0===s||s.removeEventListener("click",this.onRightClick),null===(t=this.swiperContainer)||void 0===t||t.swiper.destroy(!0,!0))}renderNovl(i,s){return(t=i)&&t.content&&"function"==typeof t.content?e("swiper-slide",null,this.debug&&e("span",{class:"index"},s+1),e("div",{class:"custom",innerHTML:i.content(s)})):e("swiper-slide",null,this.debug&&e("span",{class:"index"},s+1),e("ur-novl",Object.assign({},i)));var t}render(){return e(h,{key:"98ac7d40983d64029b577fce5843efc26de3c1ed"},e("div",{key:"c93221170ce449c736e250a09f54ee020aa8a1e8",class:"carousel"},this.navigation&&e("ur-button-arrow-left",{key:"9f22360ab61b579635a7bd8e53b20dbae2ac4c24",disabled:this.disabledPrev}),this.navigation&&e("ur-button-arrow-right",{key:"822480ff89be6e9c9286ebc3a24f0162851928f7",disabled:this.loading||this.disabledNext}),e("swiper-container",{key:"3d2d1f7407968e55599372c684de4e4ecdf05595",init:!0,observer:!0,"observe-slide-children":!0,"slides-per-group-auto":!0,"watch-slides-progress":!0,"breakpoint-base":"container",grid:this.grid,breakpoints:this.breakpoints,"slides-per-view":this.slidesPerView,"space-between":this.spaceBetween},this.novls.map(((i,s)=>this.renderNovl(i,s))))))}get el(){return o(this)}};r.style=":host{--swiper-slide-width:100%}:host{display:block;box-sizing:border-box;position:relative}:host .carousel{position:relative}:host .carousel swiper-slide{position:relative}:host .carousel .index{position:absolute;top:0;left:0;color:#fff;font-size:26px;background:red;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;z-index:5}:host swiper-slide{width:var(--swiper-slide-width)}:host ur-button-arrow-left,:host ur-button-arrow-right{position:absolute;top:calc(50% - 34px);left:-17px;z-index:2}:host ur-button-arrow-right{left:auto;right:-17px}@media (min-width: 0px){:host swiper-slide{width:calc(90% / 2)}}@media (min-width: 321px){:host swiper-slide{width:calc(90% / 2)}}@media (min-width: 640px){:host swiper-slide{width:calc(90% / 3)}}@media (min-width: 1150px){:host swiper-slide{width:calc(90% / 4)}}@media (min-width: 1770px){:host swiper-slide{width:calc(90% / 5)}}@media (min-width: 2140px){:host swiper-slide{width:calc(90% / 6)}}";export{r as ur_novl_carousel}
@@ -1 +0,0 @@
1
- import{r as i,c as s,f as t,h as e,H as h,g as o}from"./p-c9f1a5a5.js";const r=class{constructor(t){i(this,t),this.prevClicked=s(this,"prevClicked",7),this.nextClicked=s(this,"nextClicked",7),this.progressUpdated=s(this,"progressUpdated",7),this.onSlideChange=()=>{var i,s,t,e;this.disabledPrev=null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s?void 0:s.isBeginning,this.disabledNext=null===(e=null===(t=this.swiperContainer)||void 0===t?void 0:t.swiper)||void 0===e?void 0:e.isEnd},this.onLeftClick=()=>{var i,s;this.disabledPrev||(null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s||s.slidePrev(),this.prevClicked.emit())},this.onRightClick=()=>{var i,s;this.disabledNext||(null===(s=null===(i=this.swiperContainer)||void 0===i?void 0:i.swiper)||void 0===s||s.slideNext(),this.nextClicked.emit())},this.novls=[],this.loading=!1,this.disabledPrev=!0,this.disabledNext=!1,this.breakpoints={},this.grid={rows:1,fill:"row"},this.slidesPerView="auto",this.spaceBetween="0",this.navigation=!1,this.destroyListeners=!0,this.debug=!1}async addNovls(i){console.log(">> add novls",i),this.novls=this.novls.concat(...i),t(this)}async updateNovlsByIndex(i){this.novls=this.novls.map(((s,t)=>i.has(t)?i.get(t):s)),t(this)}async reset(){const i=this.swiperContainer.getElementsByClassName("swiper-slide-visible").length;this.progressUpdated.emit([0,i])}componentDidLoad(){var i,s,t,e;this.swiperContainer=this.el.shadowRoot.querySelector("swiper-container"),this.navigation&&(this.leftArrow=this.el.shadowRoot.querySelector("ur-button-arrow-left"),this.rightArrow=this.el.shadowRoot.querySelector("ur-button-arrow-right"),this.leftArrow.addEventListener("click",this.onLeftClick),this.rightArrow.addEventListener("click",this.onRightClick),null===(i=this.swiperContainer)||void 0===i||i.swiper.on("slideChange",this.onSlideChange)),null===(s=this.swiperContainer)||void 0===s||s.swiper.on("reachBeginning",(()=>{this.disabledPrev=!0})),null===(t=this.swiperContainer)||void 0===t||t.swiper.on("reachEnd",(()=>{this.disabledNext=!0})),null===(e=this.swiperContainer)||void 0===e||e.swiper.on("progress",((i,s)=>{const t=parseInt(Math.round(100*s).toFixed(0),10),e=i.slidesEl.getElementsByClassName("swiper-slide-visible").length;this.progressUpdated.emit([t,e])}))}disconnectedCallback(){var i,s,t;this.destroyListeners&&(null===(i=this.leftArrow)||void 0===i||i.removeEventListener("click",this.onLeftClick),null===(s=this.rightArrow)||void 0===s||s.removeEventListener("click",this.onRightClick),null===(t=this.swiperContainer)||void 0===t||t.swiper.destroy(!0,!0))}renderNovl(i,s){return(t=i)&&t.content&&"function"==typeof t.content?e("swiper-slide",null,this.debug&&e("span",{class:"index"},s+1),e("div",{class:"custom",innerHTML:i.content(s)})):e("swiper-slide",null,this.debug&&e("span",{class:"index"},s+1),e("ur-novl",Object.assign({},i)));var t}render(){return e(h,{key:"98ac7d40983d64029b577fce5843efc26de3c1ed"},e("div",{key:"c93221170ce449c736e250a09f54ee020aa8a1e8",class:"carousel"},this.navigation&&e("ur-button-arrow-left",{key:"9f22360ab61b579635a7bd8e53b20dbae2ac4c24",disabled:this.disabledPrev}),this.navigation&&e("ur-button-arrow-right",{key:"822480ff89be6e9c9286ebc3a24f0162851928f7",disabled:this.loading||this.disabledNext}),e("swiper-container",{key:"3d2d1f7407968e55599372c684de4e4ecdf05595",init:!0,observer:!0,"observe-slide-children":!0,"slides-per-group-auto":!0,"watch-slides-progress":!0,"breakpoint-base":"container",grid:this.grid,breakpoints:this.breakpoints,"slides-per-view":this.slidesPerView,"space-between":this.spaceBetween},this.novls.map(((i,s)=>this.renderNovl(i,s))))))}get el(){return o(this)}};r.style=":host{--swiper-slide-width:100%}:host{display:block;box-sizing:border-box;position:relative}:host .carousel{position:relative}:host .carousel swiper-slide{position:relative}:host .carousel .index{position:absolute;top:0;left:0;color:#fff;font-size:26px;background:red;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;z-index:5}:host swiper-slide{width:var(--swiper-slide-width)}:host ur-button-arrow-left,:host ur-button-arrow-right{position:absolute;top:calc(50% - 34px);left:-17px;z-index:2}:host ur-button-arrow-right{left:auto;right:-17px}@media (min-width: 0px){:host swiper-slide{width:calc(90% / 2)}}@media (min-width: 321px){:host swiper-slide{width:calc(90% / 2)}}@media (min-width: 640px){:host swiper-slide{width:calc(90% / 3)}}@media (min-width: 1150px){:host swiper-slide{width:calc(90% / 4)}}@media (min-width: 1770px){:host swiper-slide{width:calc(90% / 5)}}@media (min-width: 2140px){:host swiper-slide{width:calc(90% / 6)}}";export{r as ur_novl_carousel}