urnovl-web-components 0.0.174 → 0.0.176

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/ur-button-3f9d33a1.js +29 -0
  3. package/dist/cjs/ur-button-icon.cjs.entry.js +6 -2
  4. package/dist/cjs/ur-button.cjs.entry.js +1 -1
  5. package/dist/cjs/ur-list-subheader.cjs.entry.js +1 -1
  6. package/dist/cjs/ur-list_3.cjs.entry.js +4 -4
  7. package/dist/cjs/ur-loader.cjs.entry.js +1 -1
  8. package/dist/cjs/ur-locale-filter-button.cjs.entry.js +2 -2
  9. package/dist/cjs/ur-locale-filter-panel.cjs.entry.js +2 -2
  10. package/dist/cjs/ur-logo.cjs.entry.js +1 -1
  11. package/dist/cjs/ur-main-desktop-top-app-bar.cjs.entry.js +11 -5
  12. package/dist/cjs/ur-main-menu.cjs.entry.js +204 -0
  13. package/dist/cjs/ur-menu-item.cjs.entry.js +2 -2
  14. package/dist/cjs/ur-navigation-drawer-global.cjs.entry.js +1 -1
  15. package/dist/cjs/ur-navigation-drawer.cjs.entry.js +1 -1
  16. package/dist/cjs/ur-novl-carousel.cjs.entry.js +4 -3
  17. package/dist/cjs/ur-page-profile.cjs.entry.js +5 -5
  18. package/dist/cjs/ur-page.cjs.entry.js +3 -3
  19. package/dist/cjs/ur-profile.cjs.entry.js +3 -3
  20. package/dist/cjs/ur-radio-button.cjs.entry.js +1 -1
  21. package/dist/cjs/ur-radio-group.cjs.entry.js +1 -1
  22. package/dist/cjs/ur-read-mobile-top-app-bar.cjs.entry.js +1 -1
  23. package/dist/cjs/ur-read-rail-mobile.cjs.entry.js +2 -2
  24. package/dist/cjs/ur-read-rail.cjs.entry.js +2 -2
  25. package/dist/cjs/ur-read-top-app-bar.cjs.entry.js +1 -1
  26. package/dist/cjs/ur-segment-button.cjs.entry.js +1 -1
  27. package/dist/cjs/ur-select.cjs.entry.js +1 -1
  28. package/dist/cjs/ur-switch.cjs.entry.js +1 -1
  29. package/dist/cjs/ur-tabs.cjs.entry.js +1 -1
  30. package/dist/cjs/ur-text-field.cjs.entry.js +1 -1
  31. package/dist/cjs/ur-thumbs-rating.cjs.entry.js +3 -3
  32. package/dist/cjs/ur-tooltip.cjs.entry.js +1 -1
  33. package/dist/cjs/ur-top-app-bar.cjs.entry.js +2 -2
  34. package/dist/cjs/ur-user-profile.cjs.entry.js +1 -1
  35. package/dist/cjs/ur-user.cjs.entry.js +3 -3
  36. package/dist/cjs/ur-wizard-step.cjs.entry.js +1 -1
  37. package/dist/cjs/urnovl-web-components.cjs.js +1 -1
  38. package/dist/collection/collection-manifest.json +1 -1
  39. package/dist/collection/components/ur-button/ur-button.css +0 -2
  40. package/dist/collection/components/ur-button/ur-button.js +62 -1
  41. package/dist/collection/components/ur-button-icon/ur-button-icon.css +0 -3
  42. package/dist/collection/components/ur-button-icon/ur-button-icon.js +84 -1
  43. package/dist/collection/components/ur-list/ur-list-item.css +0 -5
  44. package/dist/collection/components/ur-list/ur-list-item.js +1 -1
  45. package/dist/collection/components/ur-list/ur-list-subheader.js +1 -1
  46. package/dist/collection/components/ur-list/ur-list.js +1 -1
  47. package/dist/collection/components/ur-loader/ur-loader.js +1 -1
  48. package/dist/collection/components/ur-locale-filter-button/ur-locale-filter-button.js +2 -2
  49. package/dist/collection/components/ur-locale-filter-panel/ur-locale-filter-panel.js +2 -2
  50. package/dist/collection/components/ur-logo/ur-logo.js +1 -1
  51. package/dist/collection/components/ur-main-desktop-top-app-bar/ur-main-desktop-top-app-bar.css +34 -0
  52. package/dist/collection/components/ur-main-desktop-top-app-bar/ur-main-desktop-top-app-bar.js +102 -4
  53. package/dist/collection/components/{ur-main-left-menu/ur-main-left-menu.css → ur-main-menu/ur-main-menu.css} +136 -21
  54. package/dist/collection/components/ur-main-menu/ur-main-menu.js +1033 -0
  55. package/dist/collection/components/ur-menu-item/ur-menu-item.js +2 -2
  56. package/dist/collection/components/ur-menu-profile/ur-menu-profile.js +1 -1
  57. package/dist/collection/components/ur-navigation-drawer/ur-navigation-drawer.js +1 -1
  58. package/dist/collection/components/ur-navigation-drawer-global/ur-navigation-drawer-global.js +1 -1
  59. package/dist/collection/components/ur-novl-carousel/ur-novl-carousel.js +24 -3
  60. package/dist/collection/components/ur-page/ur-page.js +3 -3
  61. package/dist/collection/components/ur-page-profile/ur-page-profile.js +4 -4
  62. package/dist/collection/components/ur-profile/ur-profile.js +3 -3
  63. package/dist/collection/components/ur-radio-button/ur-radio-button.js +1 -1
  64. package/dist/collection/components/ur-radio-group/ur-radio-group.js +1 -1
  65. package/dist/collection/components/ur-read-mobile-top-app-bar/ur-read-mobile-top-app-bar.js +1 -1
  66. package/dist/collection/components/ur-read-rail/ur-read-rail.js +2 -2
  67. package/dist/collection/components/ur-read-rail-mobile/ur-read-rail-mobile.js +2 -2
  68. package/dist/collection/components/ur-read-top-app-bar/ur-read-top-app-bar.js +1 -1
  69. package/dist/collection/components/ur-segment-button/ur-segment-button.js +1 -1
  70. package/dist/collection/components/ur-select/ur-select.js +1 -1
  71. package/dist/collection/components/ur-switch/ur-switch.js +1 -1
  72. package/dist/collection/components/ur-tabs/ur-tabs.js +1 -1
  73. package/dist/collection/components/ur-text-field/ur-text-field.js +1 -1
  74. package/dist/collection/components/ur-thumbs-rating/ur-thumbs-rating.js +3 -3
  75. package/dist/collection/components/ur-tooltip/ur-tooltip.js +1 -1
  76. package/dist/collection/components/ur-top-app-bar/ur-top-app-bar.js +2 -2
  77. package/dist/collection/components/ur-user/ur-user.js +3 -3
  78. package/dist/collection/components/ur-user-profile/ur-user-profile.js +1 -1
  79. package/dist/collection/components/ur-wizard-step/ur-wizard-step.js +1 -1
  80. package/dist/collection/stories/MainDesktopTopAppBar.stories.js +38 -3
  81. package/dist/collection/stories/MainMenu.stories.js +187 -0
  82. package/dist/components/{p-4c2541e3.js → p-03c914b9.js} +1 -1
  83. package/dist/components/{p-e3ec926d.js → p-34cd66f5.js} +1 -1
  84. package/dist/components/{p-8a8918f8.js → p-365bf0ac.js} +11 -3
  85. package/dist/components/{p-ddfcf070.js → p-652c73a2.js} +1 -1
  86. package/dist/components/{p-5217a6ee.js → p-721a39cb.js} +1 -1
  87. package/dist/components/{p-c646389a.js → p-7ff21ae3.js} +2 -2
  88. package/dist/components/{p-95dad41f.js → p-99da2d7a.js} +1 -1
  89. package/dist/components/{p-f7c0af1d.js → p-d02a09e5.js} +9 -3
  90. package/dist/components/ur-button-icon.js +1 -1
  91. package/dist/components/ur-button.js +1 -1
  92. package/dist/components/ur-comment-form.js +3 -3
  93. package/dist/components/ur-hero.js +1 -1
  94. package/dist/components/ur-list-item.js +1 -1
  95. package/dist/components/ur-list-subheader.js +1 -1
  96. package/dist/components/ur-list.js +1 -1
  97. package/dist/components/ur-loader.js +1 -1
  98. package/dist/components/ur-locale-filter-button.js +2 -2
  99. package/dist/components/ur-locale-filter-panel.js +3 -3
  100. package/dist/components/ur-logo.js +1 -1
  101. package/dist/components/ur-main-desktop-top-app-bar.js +25 -9
  102. package/dist/components/{ur-main-left-menu.d.ts → ur-main-menu.d.ts} +4 -4
  103. package/dist/components/ur-main-menu.js +302 -0
  104. package/dist/components/ur-menu-item.js +2 -2
  105. package/dist/components/ur-menu-profile.js +1 -1
  106. package/dist/components/ur-navigation-drawer-global.js +1 -1
  107. package/dist/components/ur-navigation-drawer.js +1 -1
  108. package/dist/components/ur-novl-carousel.js +5 -3
  109. package/dist/components/ur-page-profile.js +5 -5
  110. package/dist/components/ur-page.js +4 -4
  111. package/dist/components/ur-profile.js +3 -3
  112. package/dist/components/ur-radio-button.js +1 -1
  113. package/dist/components/ur-radio-group.js +1 -1
  114. package/dist/components/ur-read-mobile-top-app-bar.js +2 -2
  115. package/dist/components/ur-read-rail-mobile.js +3 -3
  116. package/dist/components/ur-read-rail.js +4 -4
  117. package/dist/components/ur-read-top-app-bar.js +2 -2
  118. package/dist/components/ur-reader.js +3 -3
  119. package/dist/components/ur-segment-button.js +1 -1
  120. package/dist/components/ur-select.js +1 -1
  121. package/dist/components/ur-switch.js +1 -1
  122. package/dist/components/ur-tabs.js +1 -1
  123. package/dist/components/ur-text-field.js +1 -1
  124. package/dist/components/ur-thumbs-rating.js +4 -4
  125. package/dist/components/ur-tooltip.js +1 -1
  126. package/dist/components/ur-top-app-bar.js +3 -3
  127. package/dist/components/ur-user-profile.js +1 -1
  128. package/dist/components/ur-user.js +4 -4
  129. package/dist/components/ur-wizard-step.js +2 -2
  130. package/dist/esm/loader.js +1 -1
  131. package/dist/esm/ur-button-3af75c06.js +27 -0
  132. package/dist/esm/ur-button-icon.entry.js +6 -2
  133. package/dist/esm/ur-button.entry.js +1 -1
  134. package/dist/esm/ur-list-subheader.entry.js +1 -1
  135. package/dist/esm/ur-list_3.entry.js +4 -4
  136. package/dist/esm/ur-loader.entry.js +1 -1
  137. package/dist/esm/ur-locale-filter-button.entry.js +2 -2
  138. package/dist/esm/ur-locale-filter-panel.entry.js +2 -2
  139. package/dist/esm/ur-logo.entry.js +1 -1
  140. package/dist/esm/ur-main-desktop-top-app-bar.entry.js +11 -5
  141. package/dist/esm/ur-main-menu.entry.js +200 -0
  142. package/dist/esm/ur-menu-item.entry.js +2 -2
  143. package/dist/esm/ur-navigation-drawer-global.entry.js +1 -1
  144. package/dist/esm/ur-navigation-drawer.entry.js +1 -1
  145. package/dist/esm/ur-novl-carousel.entry.js +4 -3
  146. package/dist/esm/ur-page-profile.entry.js +5 -5
  147. package/dist/esm/ur-page.entry.js +3 -3
  148. package/dist/esm/ur-profile.entry.js +3 -3
  149. package/dist/esm/ur-radio-button.entry.js +1 -1
  150. package/dist/esm/ur-radio-group.entry.js +1 -1
  151. package/dist/esm/ur-read-mobile-top-app-bar.entry.js +1 -1
  152. package/dist/esm/ur-read-rail-mobile.entry.js +2 -2
  153. package/dist/esm/ur-read-rail.entry.js +2 -2
  154. package/dist/esm/ur-read-top-app-bar.entry.js +1 -1
  155. package/dist/esm/ur-segment-button.entry.js +1 -1
  156. package/dist/esm/ur-select.entry.js +1 -1
  157. package/dist/esm/ur-switch.entry.js +1 -1
  158. package/dist/esm/ur-tabs.entry.js +1 -1
  159. package/dist/esm/ur-text-field.entry.js +1 -1
  160. package/dist/esm/ur-thumbs-rating.entry.js +3 -3
  161. package/dist/esm/ur-tooltip.entry.js +1 -1
  162. package/dist/esm/ur-top-app-bar.entry.js +2 -2
  163. package/dist/esm/ur-user-profile.entry.js +1 -1
  164. package/dist/esm/ur-user.entry.js +3 -3
  165. package/dist/esm/ur-wizard-step.entry.js +1 -1
  166. package/dist/esm/urnovl-web-components.js +1 -1
  167. package/dist/types/components/ur-button/ur-button.d.ts +3 -0
  168. package/dist/types/components/ur-button-icon/ur-button-icon.d.ts +4 -0
  169. package/dist/types/components/ur-main-desktop-top-app-bar/ur-main-desktop-top-app-bar.d.ts +6 -0
  170. package/dist/types/components/ur-main-menu/ur-main-menu.d.ts +81 -0
  171. package/dist/types/components/ur-novl-carousel/ur-novl-carousel.d.ts +1 -0
  172. package/dist/types/components.d.ts +124 -16
  173. package/dist/types/stories/MainDesktopTopAppBar.stories.d.ts +32 -0
  174. package/dist/types/stories/{MainLeftMenu.stories.d.ts → MainMenu.stories.d.ts} +9 -1
  175. package/{www/build/p-7449f3f4.entry.js → dist/urnovl-web-components/p-0b3e8fc0.entry.js} +1 -1
  176. package/dist/urnovl-web-components/p-13bde535.entry.js +1 -0
  177. package/{www/build/p-45ff07ae.entry.js → dist/urnovl-web-components/p-149a8afc.entry.js} +2 -2
  178. package/dist/urnovl-web-components/{p-9cdbe38e.entry.js → p-1b0bbb6a.entry.js} +1 -1
  179. package/{www/build/p-9d679890.entry.js → dist/urnovl-web-components/p-230e2002.entry.js} +1 -1
  180. package/dist/urnovl-web-components/{p-e5088e94.entry.js → p-25eaddf6.entry.js} +1 -1
  181. package/dist/urnovl-web-components/p-26b5aeae.js +1 -0
  182. package/dist/urnovl-web-components/{p-0edc919e.entry.js → p-31382453.entry.js} +1 -1
  183. package/{www/build/p-777075e1.entry.js → dist/urnovl-web-components/p-34e73ef2.entry.js} +1 -1
  184. package/dist/urnovl-web-components/p-3a77830f.entry.js +1 -0
  185. package/dist/urnovl-web-components/{p-2e7e9312.entry.js → p-4a03a31e.entry.js} +1 -1
  186. package/dist/urnovl-web-components/{p-3c14a49e.entry.js → p-5358d4dc.entry.js} +1 -1
  187. package/dist/urnovl-web-components/{p-7cb22237.entry.js → p-57b7d4ee.entry.js} +1 -1
  188. package/dist/urnovl-web-components/p-5bf7c546.entry.js +1 -0
  189. package/dist/urnovl-web-components/{p-15f81021.entry.js → p-5da3f6a1.entry.js} +1 -1
  190. package/dist/urnovl-web-components/{p-6e314e43.entry.js → p-6bb52df9.entry.js} +1 -1
  191. package/dist/urnovl-web-components/{p-33b6d9b2.entry.js → p-6be37319.entry.js} +1 -1
  192. package/{www/build/p-39326cc8.entry.js → dist/urnovl-web-components/p-70717f76.entry.js} +1 -1
  193. package/dist/urnovl-web-components/{p-fb939507.entry.js → p-8fcb188a.entry.js} +1 -1
  194. package/dist/urnovl-web-components/{p-bc3f7f1d.entry.js → p-9041b32f.entry.js} +1 -1
  195. package/dist/urnovl-web-components/{p-53b9ad84.entry.js → p-a1ad6264.entry.js} +2 -2
  196. package/{www/build/p-c2670ac5.entry.js → dist/urnovl-web-components/p-a3624d74.entry.js} +1 -1
  197. package/dist/urnovl-web-components/{p-b9c6fbb5.entry.js → p-a67e6c4a.entry.js} +1 -1
  198. package/dist/urnovl-web-components/{p-7a1031b2.entry.js → p-a8f8aae5.entry.js} +1 -1
  199. package/dist/urnovl-web-components/p-b5e69f99.entry.js +1 -0
  200. package/dist/urnovl-web-components/{p-4b600f41.entry.js → p-c79d6b4e.entry.js} +1 -1
  201. package/dist/urnovl-web-components/p-ca9bb992.entry.js +1 -0
  202. package/dist/urnovl-web-components/p-d7b9a91d.entry.js +1 -0
  203. package/dist/urnovl-web-components/{p-149fbcba.entry.js → p-d88a7c33.entry.js} +1 -1
  204. package/dist/urnovl-web-components/{p-20219fb7.entry.js → p-d91ac76b.entry.js} +1 -1
  205. package/dist/urnovl-web-components/{p-25042ee6.entry.js → p-e549ee2c.entry.js} +1 -1
  206. package/dist/urnovl-web-components/p-e6a6f28d.entry.js +1 -0
  207. package/dist/urnovl-web-components/{p-77bb74b4.entry.js → p-ea7dd043.entry.js} +1 -1
  208. package/dist/urnovl-web-components/{p-0cf365c5.entry.js → p-f4e14066.entry.js} +1 -1
  209. package/dist/urnovl-web-components/{p-b3dc4035.entry.js → p-f80c636b.entry.js} +1 -1
  210. package/dist/urnovl-web-components/urnovl-web-components.esm.js +1 -1
  211. package/package.json +1 -1
  212. package/{dist/urnovl-web-components/p-7449f3f4.entry.js → www/build/p-0b3e8fc0.entry.js} +1 -1
  213. package/www/build/p-13bde535.entry.js +1 -0
  214. package/{dist/urnovl-web-components/p-45ff07ae.entry.js → www/build/p-149a8afc.entry.js} +2 -2
  215. package/www/build/{p-9cdbe38e.entry.js → p-1b0bbb6a.entry.js} +1 -1
  216. package/{dist/urnovl-web-components/p-9d679890.entry.js → www/build/p-230e2002.entry.js} +1 -1
  217. package/www/build/{p-e5088e94.entry.js → p-25eaddf6.entry.js} +1 -1
  218. package/www/build/p-26b5aeae.js +1 -0
  219. package/www/build/{p-0edc919e.entry.js → p-31382453.entry.js} +1 -1
  220. package/{dist/urnovl-web-components/p-777075e1.entry.js → www/build/p-34e73ef2.entry.js} +1 -1
  221. package/www/build/p-3a77830f.entry.js +1 -0
  222. package/www/build/{p-2e7e9312.entry.js → p-4a03a31e.entry.js} +1 -1
  223. package/www/build/{p-3c14a49e.entry.js → p-5358d4dc.entry.js} +1 -1
  224. package/www/build/{p-7cb22237.entry.js → p-57b7d4ee.entry.js} +1 -1
  225. package/www/build/p-5bf7c546.entry.js +1 -0
  226. package/www/build/{p-15f81021.entry.js → p-5da3f6a1.entry.js} +1 -1
  227. package/www/build/{p-6e314e43.entry.js → p-6bb52df9.entry.js} +1 -1
  228. package/www/build/{p-33b6d9b2.entry.js → p-6be37319.entry.js} +1 -1
  229. package/{dist/urnovl-web-components/p-39326cc8.entry.js → www/build/p-70717f76.entry.js} +1 -1
  230. package/www/build/p-7ada5073.js +1 -0
  231. package/www/build/{p-fb939507.entry.js → p-8fcb188a.entry.js} +1 -1
  232. package/www/build/{p-bc3f7f1d.entry.js → p-9041b32f.entry.js} +1 -1
  233. package/www/build/{p-53b9ad84.entry.js → p-a1ad6264.entry.js} +2 -2
  234. package/{dist/urnovl-web-components/p-c2670ac5.entry.js → www/build/p-a3624d74.entry.js} +1 -1
  235. package/www/build/{p-b9c6fbb5.entry.js → p-a67e6c4a.entry.js} +1 -1
  236. package/www/build/{p-7a1031b2.entry.js → p-a8f8aae5.entry.js} +1 -1
  237. package/www/build/p-b5e69f99.entry.js +1 -0
  238. package/www/build/{p-4b600f41.entry.js → p-c79d6b4e.entry.js} +1 -1
  239. package/www/build/p-ca9bb992.entry.js +1 -0
  240. package/www/build/p-d7b9a91d.entry.js +1 -0
  241. package/www/build/{p-149fbcba.entry.js → p-d88a7c33.entry.js} +1 -1
  242. package/www/build/{p-20219fb7.entry.js → p-d91ac76b.entry.js} +1 -1
  243. package/www/build/{p-25042ee6.entry.js → p-e549ee2c.entry.js} +1 -1
  244. package/www/build/p-e6a6f28d.entry.js +1 -0
  245. package/www/build/{p-77bb74b4.entry.js → p-ea7dd043.entry.js} +1 -1
  246. package/www/build/{p-0cf365c5.entry.js → p-f4e14066.entry.js} +1 -1
  247. package/www/build/{p-b3dc4035.entry.js → p-f80c636b.entry.js} +1 -1
  248. package/www/build/urnovl-web-components.esm.js +1 -1
  249. package/dist/cjs/ur-button-cc455329.js +0 -26
  250. package/dist/cjs/ur-main-left-menu.cjs.entry.js +0 -72
  251. package/dist/collection/components/ur-main-left-menu/ur-main-left-menu.js +0 -197
  252. package/dist/collection/stories/MainLeftMenu.stories.js +0 -94
  253. package/dist/collection/stories/ReadMobileTopAppBar.stories.js +0 -26
  254. package/dist/components/ur-main-left-menu.js +0 -138
  255. package/dist/esm/ur-button-e66df42d.js +0 -24
  256. package/dist/esm/ur-main-left-menu.entry.js +0 -68
  257. package/dist/types/components/ur-main-left-menu/ur-main-left-menu.d.ts +0 -21
  258. package/dist/types/stories/ReadMobileTopAppBar.stories.d.ts +0 -17
  259. package/dist/urnovl-web-components/p-1ffa135c.js +0 -1
  260. package/dist/urnovl-web-components/p-294012fd.entry.js +0 -1
  261. package/dist/urnovl-web-components/p-6cc3df01.entry.js +0 -1
  262. package/dist/urnovl-web-components/p-95cccc52.entry.js +0 -1
  263. package/dist/urnovl-web-components/p-a03f0666.entry.js +0 -1
  264. package/dist/urnovl-web-components/p-c65611bd.entry.js +0 -1
  265. package/dist/urnovl-web-components/p-e4d2b88f.entry.js +0 -1
  266. package/dist/urnovl-web-components/p-f4cc6a24.entry.js +0 -1
  267. package/www/build/p-1ffa135c.js +0 -1
  268. package/www/build/p-294012fd.entry.js +0 -1
  269. package/www/build/p-52223529.js +0 -1
  270. package/www/build/p-6cc3df01.entry.js +0 -1
  271. package/www/build/p-95cccc52.entry.js +0 -1
  272. package/www/build/p-a03f0666.entry.js +0 -1
  273. package/www/build/p-c65611bd.entry.js +0 -1
  274. package/www/build/p-e4d2b88f.entry.js +0 -1
  275. package/www/build/p-f4cc6a24.entry.js +0 -1
@@ -8,7 +8,7 @@ const appGlobals = require('./app-globals-3a1e7e63.js');
8
8
  const defineCustomElements = async (win, options) => {
9
9
  if (typeof window === 'undefined') return undefined;
10
10
  await appGlobals.globalScripts();
11
- return index.bootstrapLazy(JSON.parse("[[\"ur-main-left-menu.cjs\",[[1,\"ur-main-left-menu\",{\"opened\":[4],\"loggedIn\":[4,\"logged-in\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"],\"userAvatar\":[1,\"user-avatar\"],\"expanded\":[32]},null,{\"opened\":[\"watchOpenedHandler\"]}]]],[\"ur-comment-form.cjs\",[[1,\"ur-comment-form\",{\"user\":[16],\"isServer\":[4,\"is-server\"],\"placeholder\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"disabled\":[4],\"variant\":[1],\"formState\":[32]}]]],[\"ur-novl-carousel.cjs\",[[1,\"ur-novl-carousel\",{\"novls\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"disabledPrev\":[32],\"disabledNext\":[32],\"addNovls\":[64],\"updateNovlsByIndex\":[64]}]]],[\"ur-read-rail.cjs\",[[1,\"ur-read-rail\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[2],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"mode\":[1],\"isFollowed\":[4,\"is-followed\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isPaidChapter\":[4,\"is-paid-chapter\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"isHostSmall\":[4,\"is-host-small\"],\"isVisible\":[4,\"is-visible\"],\"isLiked\":[32],\"isDisliked\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isPaidChapter\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isHostSmall\":[\"handlePropChange\",\"handleHostSmallChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-reader.cjs\",[[1,\"ur-reader\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"loading\":[4],\"chapterLocked\":[4,\"chapter-locked\"],\"storyTitle\":[1,\"story-title\"],\"chapterTitle\":[1,\"chapter-title\"],\"chapterContent\":[1,\"chapter-content\"],\"fontSize\":[1,\"font-size\"],\"chapterSequence\":[2,\"chapter-sequence\"],\"fontType\":[1,\"font-type\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"minutesText\":[1,\"minutes-text\"],\"likes\":[1],\"comments\":[2],\"dislike\":[1],\"donate\":[1],\"share\":[1],\"isVisible\":[4,\"is-visible\"],\"readingTimePerWord\":[2,\"reading-time-per-word\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"hasPreviousChapter\":[4,\"has-previous-chapter\"],\"hasNextChapter\":[4,\"has-next-chapter\"],\"lockedMessage\":[1,\"locked-message\"],\"nextChapterText\":[1,\"next-chapter-text\"],\"previousChapterText\":[1,\"previous-chapter-text\"],\"unlockButtonLabel\":[1,\"unlock-button-label\"],\"isSmallContainer\":[32],\"baseFontSize\":[32],\"fontStyles\":[32],\"isHostSmall\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"storyTitle\":[\"handlePropChange\"],\"chapterTitle\":[\"handlePropChange\"],\"chapterContent\":[\"handlePropChange\"],\"fontSize\":[\"handlePropChange\"],\"fontType\":[\"handlePropChange\"],\"loading\":[\"handlePropChange\"],\"chapterLocked\":[\"handlePropChange\"],\"chapterSequence\":[\"handlePropChange\"],\"hasPreviousChapter\":[\"handlePropChange\"],\"hasNextChapter\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-main-desktop-top-app-bar.cjs\",[[1,\"ur-main-desktop-top-app-bar\",{\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"searchText\":[1,\"search-text\"]}]]],[\"ur-page-profile.cjs\",[[1,\"ur-page-profile\",{\"avatar\":[8],\"name\":[8],\"description\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"pageCreationDate\":[8,\"page-creation-date\"]}]]],[\"ur-read-rail-mobile.cjs\",[[1,\"ur-read-rail-mobile\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[1],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"isFollowed\":[4,\"is-followed\"],\"isVisible\":[4,\"is-visible\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-checkbox-group.cjs\",[[1,\"ur-checkbox-group\",{\"name\":[1],\"values\":[1040],\"required\":[4],\"selectAll\":[4,\"select-all\"],\"selectAllText\":[1,\"select-all-text\"],\"maxSelectable\":[2,\"max-selectable\"],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-hero.cjs\",[[1,\"ur-hero\",{\"heroTitle\":[1,\"hero-title\"],\"heroSubtitle\":[1,\"hero-subtitle\"],\"ctaText\":[1,\"cta-text\"],\"backgroundImage\":[1,\"background-image\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"backgroundJustification\":[1,\"background-justification\"],\"backgroundAlignment\":[1,\"background-alignment\"],\"heroTitleColor\":[1,\"hero-title-color\"],\"heroSubtitleColor\":[1,\"hero-subtitle-color\"],\"widthClass\":[32]}]]],[\"ur-locale-filter-panel.cjs\",[[1,\"ur-locale-filter-panel\",{\"showHeader\":[4,\"show-header\"],\"showFooter\":[4,\"show-footer\"],\"locales\":[16],\"disabledLocales\":[16],\"mutableLocales\":[32]}]]],[\"ur-page.cjs\",[[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\"]}]]],[\"ur-read-mobile-top-app-bar.cjs\",[[1,\"ur-read-mobile-top-app-bar\",{\"variant\":[1],\"headerTitle\":[1,\"header-title\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-read-top-app-bar.cjs\",[[1,\"ur-read-top-app-bar\",{\"variant\":[1],\"novelTitle\":[1,\"novel-title\"],\"isChapterOwner\":[4,\"is-chapter-owner\"],\"deviceVariant\":[1,\"device-variant\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"],\"topValue\":[32]}]]],[\"ur-thumbs-rating.cjs\",[[1,\"ur-thumbs-rating\",{\"likesCount\":[2,\"likes-count\"],\"dislikeText\":[1,\"dislike-text\"],\"isLiked\":[1028,\"is-liked\"],\"isDisliked\":[1028,\"is-disliked\"]}]]],[\"ur-top-app-bar.cjs\",[[1,\"ur-top-app-bar\",{\"headerTitle\":[1,\"header-title\"],\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-user.cjs\",[[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\"]}]]],[\"ur-wizard-step.cjs\",[[1,\"ur-wizard-step\",{\"step\":[2],\"stepTitle\":[1,\"step-title\"],\"subtitle\":[1],\"showPrevious\":[4,\"show-previous\"],\"showNext\":[4,\"show-next\"],\"previousButtonTitle\":[1,\"previous-button-title\"],\"nextButtonTitle\":[1,\"next-button-title\"],\"isSkippable\":[4,\"is-skippable\"],\"isValid\":[1028,\"is-valid\"],\"validationMessage\":[1,\"validation-message\"],\"customClass\":[1,\"custom-class\"],\"submitStepForm\":[64],\"resetStepForm\":[64]},[[0,\"formValid\",\"handleFormValid\"],[0,\"formInvalid\",\"handleFormInvalid\"]]]]],[\"ur-bottom-sheet.cjs\",[[1,\"ur-bottom-sheet\",{\"open\":[4],\"selectedDetent\":[1,\"selected-detent\"],\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"currentDetent\":[32],\"dragPosition\":[32],\"isVisible\":[32],\"showSheet\":[64],\"hideSheet\":[64]},null,{\"open\":[\"watchOpen\"]}]]],[\"ur-chip.cjs\",[[1,\"ur-chip\",{\"label\":[1],\"border\":[1],\"radius\":[1],\"size\":[1],\"backColor\":[1,\"back-color\"],\"fontColor\":[1,\"font-color\"],\"loading\":[4],\"disabled\":[4]}]]],[\"ur-dialog.cjs\",[[1,\"ur-dialog\",{\"description\":[1],\"open\":[4],\"fullscreen\":[4],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"borderRadius\":[1,\"border-radius\"],\"openDialog\":[64],\"closeDialog\":[64]}]]],[\"ur-form.cjs\",[[1,\"ur-form\",{\"submitForm\":[64],\"resetForm\":[64]},[[0,\"valueChanged\",\"handleValueChanged\"],[0,\"errorStateChanged\",\"handleErrorStateChanged\"]]]]],[\"ur-linear-progress.cjs\",[[1,\"ur-linear-progress\",{\"value\":[2],\"max\":[514]},null,{\"value\":[\"validateValue\"]}]]],[\"ur-list-subheader.cjs\",[[1,\"ur-list-subheader\",{\"text\":[1]}]]],[\"ur-loader.cjs\",[[1,\"ur-loader\"]]],[\"ur-locale-filter-button.cjs\",[[1,\"ur-locale-filter-button\",{\"count\":[2],\"selected\":[4]}]]],[\"ur-menu-item.cjs\",[[1,\"ur-menu-item\",{\"value\":[1],\"label\":[1],\"disabled\":[4],\"selected\":[4],\"size\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"fullWidth\":[4,\"full-width\"],\"leftAligned\":[4,\"left-aligned\"],\"heightNumber\":[514,\"height-number\"],\"isHovered\":[32]},null,{\"selected\":[\"selectedChanged\"],\"disabled\":[\"disabledChanged\"],\"heightNumber\":[\"heightNumberChanged\"]}]]],[\"ur-navigation-drawer.cjs\",[[1,\"ur-navigation-drawer\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contained\":[4],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-navigation-drawer-global.cjs\",[[1,\"ur-navigation-drawer-global\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contentHeight\":[32],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-profile.cjs\",[[1,\"ur-profile\",{\"name\":[8],\"description\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"show_follow\":[4],\"show_donate\":[4],\"show_become_member\":[4],\"show_send_message\":[4],\"show_stats\":[4],\"stories_count\":[2],\"views_count\":[2],\"followers_count\":[2],\"writers_count\":[2],\"show_languages\":[4],\"languages\":[1],\"show_genres\":[4],\"genres\":[1],\"show_member_since\":[4],\"member_since\":[1]}]]],[\"ur-radio-button.cjs\",[[1,\"ur-radio-button\",{\"disabled\":[4],\"checked\":[4],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-radio-group.cjs\",[[1,\"ur-radio-group\",{\"name\":[1],\"value\":[1025],\"required\":[4],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-segment-button.cjs\",[[1,\"ur-segment-button\",{\"likeLabel\":[1,\"like-label\"]}]]],[\"ur-select.cjs\",[[1,\"ur-select\",{\"value\":[1],\"name\":[1],\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"variant\":[1],\"usage\":[1],\"multiple\":[4],\"clearable\":[4],\"disabled\":[4],\"required\":[4],\"readonly\":[4],\"size\":[1],\"placement\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"flex\":[4],\"suffix\":[1],\"clearIcon\":[1,\"clear-icon\"]},null,{\"value\":[\"handleValueChange\"]}]]],[\"ur-switch.cjs\",[[1,\"ur-switch\",{\"disabled\":[4],\"checked\":[4]}]]],[\"ur-tabs.cjs\",[[1,\"ur-tabs\",{\"tabs\":[16],\"panels\":[16]}]]],[\"ur-user-profile.cjs\",[[1,\"ur-user-profile\"]]],[\"ur-checkbox.cjs\",[[1,\"ur-checkbox\",{\"disabled\":[4],\"checked\":[1540],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-novl.cjs\",[[1,\"ur-novl\",{\"novlId\":[520,\"novl-id\"],\"loading\":[4],\"novlTitle\":[1,\"novl-title\"],\"novlCover\":[8,\"novl-cover\"],\"novlCoverFallback\":[1,\"novl-cover-fallback\"],\"likes\":[2],\"views\":[2],\"showStats\":[4,\"show-stats\"],\"novlDescription\":[8,\"novl-description\"],\"authorAvatar\":[8,\"author-avatar\"],\"authorName\":[8,\"author-name\"],\"published\":[4],\"price\":[1],\"publisherAvatar\":[1,\"publisher-avatar\"],\"publisherName\":[1,\"publisher-name\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-text-field.cjs\",[[1,\"ur-text-field\",{\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"disabled\":[4],\"required\":[4],\"variant\":[1],\"value\":[1025],\"name\":[1],\"endIcon\":[1,\"end-icon\"],\"rows\":[2],\"autosize\":[4],\"minRows\":[2,\"min-rows\"],\"maxRows\":[2,\"max-rows\"],\"minlength\":[2],\"maxlength\":[2],\"counter\":[4],\"type\":[1],\"pattern\":[1],\"min\":[8],\"max\":[8],\"step\":[8],\"error\":[1540],\"errorMessage\":[1537,\"error-message\"]}]]],[\"ur-button-arrow-left_2.cjs\",[[1,\"ur-button-arrow-left\",{\"disabled\":[4]}],[1,\"ur-button-arrow-right\",{\"disabled\":[4]}]]],[\"ur-tooltip.cjs\",[[1,\"ur-tooltip\",{\"content\":[1],\"variant\":[1],\"placement\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"trigger\":[1],\"colorScheme\":[1,\"color-scheme\"],\"disabled\":[4],\"isVisible\":[32]}]]],[\"ur-avatar.cjs\",[[1,\"ur-avatar\",{\"size\":[1],\"src\":[1],\"name\":[1],\"border\":[1],\"radius\":[1]}]]],[\"ur-list_3.cjs\",[[1,\"ur-menu-profile\",{\"userAvatar\":[1,\"user-avatar\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"]}],[1,\"ur-list\"],[1,\"ur-list-item\",{\"content\":[1],\"disabled\":[4],\"active\":[4],\"nonclickable\":[4],\"rounded\":[4],\"alignment\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"description\":[1],\"href\":[1],\"target\":[1],\"rel\":[1]}]]],[\"ur-logo.cjs\",[[1,\"ur-logo\",{\"width\":[1],\"height\":[1],\"color\":[1],\"rotation\":[2],\"opacity\":[2]}]]],[\"ur-button.cjs\",[[1,\"ur-button\",{\"disabled\":[4],\"variant\":[1],\"icon\":[8],\"endIcon\":[8,\"end-icon\"],\"fullWidth\":[4,\"full-width\"],\"loading\":[4]}]]],[\"ur-button-icon.cjs\",[[1,\"ur-button-icon\",{\"disabled\":[4],\"loading\":[4],\"variant\":[1],\"icon\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"selected\":[4]}]]]]"), options);
11
+ return index.bootstrapLazy(JSON.parse("[[\"ur-main-menu.cjs\",[[1,\"ur-main-menu\",{\"opened\":[4],\"loggedIn\":[4,\"logged-in\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"],\"userAvatar\":[1,\"user-avatar\"],\"badgeCount\":[2,\"badge-count\"],\"termsText\":[1,\"terms-text\"],\"rulesText\":[1,\"rules-text\"],\"privacyText\":[1,\"privacy-text\"],\"paymentText\":[1,\"payment-text\"],\"acceptableUseText\":[1,\"acceptable-use-text\"],\"partnershipText\":[1,\"partnership-text\"],\"homeText\":[1,\"home-text\"],\"storiesText\":[1,\"stories-text\"],\"pagesText\":[1,\"pages-text\"],\"competitionsText\":[1,\"competitions-text\"],\"notificationText\":[1,\"notification-text\"],\"facebookText\":[1,\"facebook-text\"],\"xText\":[1,\"x-text\"],\"discordText\":[1,\"discord-text\"],\"contactUsText\":[1,\"contact-us-text\"],\"signUpText\":[1,\"sign-up-text\"],\"premiumText\":[1,\"premium-text\"],\"whatsNewText\":[1,\"whats-new-text\"],\"faqsText\":[1,\"faqs-text\"],\"expanded\":[32],\"parentHeight\":[32],\"updateCounter\":[32]},null,{\"opened\":[\"watchOpenedHandler\"],\"userName\":[\"watchUserNameHandler\"],\"userRole\":[\"watchUserRoleHandler\"],\"userAvatar\":[\"watchUserAvatarHandler\"],\"badgeCount\":[\"watchBadgeCountHandler\"]}]]],[\"ur-comment-form.cjs\",[[1,\"ur-comment-form\",{\"user\":[16],\"isServer\":[4,\"is-server\"],\"placeholder\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"disabled\":[4],\"variant\":[1],\"formState\":[32]}]]],[\"ur-main-desktop-top-app-bar.cjs\",[[1,\"ur-main-desktop-top-app-bar\",{\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"fontColor\":[1,\"font-color\"],\"quillText\":[1,\"quill-text\"],\"deviceVariant\":[1,\"device-variant\"],\"searchText\":[1,\"search-text\"],\"quillCount\":[2,\"quill-count\"]}]]],[\"ur-novl-carousel.cjs\",[[1,\"ur-novl-carousel\",{\"novls\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"debug\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"disabledPrev\":[32],\"disabledNext\":[32],\"addNovls\":[64],\"updateNovlsByIndex\":[64]}]]],[\"ur-read-rail.cjs\",[[1,\"ur-read-rail\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[2],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"mode\":[1],\"isFollowed\":[4,\"is-followed\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isPaidChapter\":[4,\"is-paid-chapter\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"isHostSmall\":[4,\"is-host-small\"],\"isVisible\":[4,\"is-visible\"],\"isLiked\":[32],\"isDisliked\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isPaidChapter\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isHostSmall\":[\"handlePropChange\",\"handleHostSmallChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-reader.cjs\",[[1,\"ur-reader\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"loading\":[4],\"chapterLocked\":[4,\"chapter-locked\"],\"storyTitle\":[1,\"story-title\"],\"chapterTitle\":[1,\"chapter-title\"],\"chapterContent\":[1,\"chapter-content\"],\"fontSize\":[1,\"font-size\"],\"chapterSequence\":[2,\"chapter-sequence\"],\"fontType\":[1,\"font-type\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"minutesText\":[1,\"minutes-text\"],\"likes\":[1],\"comments\":[2],\"dislike\":[1],\"donate\":[1],\"share\":[1],\"isVisible\":[4,\"is-visible\"],\"readingTimePerWord\":[2,\"reading-time-per-word\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"hasPreviousChapter\":[4,\"has-previous-chapter\"],\"hasNextChapter\":[4,\"has-next-chapter\"],\"lockedMessage\":[1,\"locked-message\"],\"nextChapterText\":[1,\"next-chapter-text\"],\"previousChapterText\":[1,\"previous-chapter-text\"],\"unlockButtonLabel\":[1,\"unlock-button-label\"],\"isSmallContainer\":[32],\"baseFontSize\":[32],\"fontStyles\":[32],\"isHostSmall\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"storyTitle\":[\"handlePropChange\"],\"chapterTitle\":[\"handlePropChange\"],\"chapterContent\":[\"handlePropChange\"],\"fontSize\":[\"handlePropChange\"],\"fontType\":[\"handlePropChange\"],\"loading\":[\"handlePropChange\"],\"chapterLocked\":[\"handlePropChange\"],\"chapterSequence\":[\"handlePropChange\"],\"hasPreviousChapter\":[\"handlePropChange\"],\"hasNextChapter\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-page-profile.cjs\",[[1,\"ur-page-profile\",{\"avatar\":[8],\"name\":[8],\"description\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"pageCreationDate\":[8,\"page-creation-date\"]}]]],[\"ur-read-rail-mobile.cjs\",[[1,\"ur-read-rail-mobile\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[1],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"isFollowed\":[4,\"is-followed\"],\"isVisible\":[4,\"is-visible\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-checkbox-group.cjs\",[[1,\"ur-checkbox-group\",{\"name\":[1],\"values\":[1040],\"required\":[4],\"selectAll\":[4,\"select-all\"],\"selectAllText\":[1,\"select-all-text\"],\"maxSelectable\":[2,\"max-selectable\"],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-hero.cjs\",[[1,\"ur-hero\",{\"heroTitle\":[1,\"hero-title\"],\"heroSubtitle\":[1,\"hero-subtitle\"],\"ctaText\":[1,\"cta-text\"],\"backgroundImage\":[1,\"background-image\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"backgroundJustification\":[1,\"background-justification\"],\"backgroundAlignment\":[1,\"background-alignment\"],\"heroTitleColor\":[1,\"hero-title-color\"],\"heroSubtitleColor\":[1,\"hero-subtitle-color\"],\"widthClass\":[32]}]]],[\"ur-locale-filter-panel.cjs\",[[1,\"ur-locale-filter-panel\",{\"showHeader\":[4,\"show-header\"],\"showFooter\":[4,\"show-footer\"],\"locales\":[16],\"disabledLocales\":[16],\"mutableLocales\":[32]}]]],[\"ur-page.cjs\",[[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\"]}]]],[\"ur-read-mobile-top-app-bar.cjs\",[[1,\"ur-read-mobile-top-app-bar\",{\"variant\":[1],\"headerTitle\":[1,\"header-title\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-read-top-app-bar.cjs\",[[1,\"ur-read-top-app-bar\",{\"variant\":[1],\"novelTitle\":[1,\"novel-title\"],\"isChapterOwner\":[4,\"is-chapter-owner\"],\"deviceVariant\":[1,\"device-variant\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"],\"topValue\":[32]}]]],[\"ur-thumbs-rating.cjs\",[[1,\"ur-thumbs-rating\",{\"likesCount\":[2,\"likes-count\"],\"dislikeText\":[1,\"dislike-text\"],\"isLiked\":[1028,\"is-liked\"],\"isDisliked\":[1028,\"is-disliked\"]}]]],[\"ur-top-app-bar.cjs\",[[1,\"ur-top-app-bar\",{\"headerTitle\":[1,\"header-title\"],\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-user.cjs\",[[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\"]}]]],[\"ur-wizard-step.cjs\",[[1,\"ur-wizard-step\",{\"step\":[2],\"stepTitle\":[1,\"step-title\"],\"subtitle\":[1],\"showPrevious\":[4,\"show-previous\"],\"showNext\":[4,\"show-next\"],\"previousButtonTitle\":[1,\"previous-button-title\"],\"nextButtonTitle\":[1,\"next-button-title\"],\"isSkippable\":[4,\"is-skippable\"],\"isValid\":[1028,\"is-valid\"],\"validationMessage\":[1,\"validation-message\"],\"customClass\":[1,\"custom-class\"],\"submitStepForm\":[64],\"resetStepForm\":[64]},[[0,\"formValid\",\"handleFormValid\"],[0,\"formInvalid\",\"handleFormInvalid\"]]]]],[\"ur-bottom-sheet.cjs\",[[1,\"ur-bottom-sheet\",{\"open\":[4],\"selectedDetent\":[1,\"selected-detent\"],\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"currentDetent\":[32],\"dragPosition\":[32],\"isVisible\":[32],\"showSheet\":[64],\"hideSheet\":[64]},null,{\"open\":[\"watchOpen\"]}]]],[\"ur-chip.cjs\",[[1,\"ur-chip\",{\"label\":[1],\"border\":[1],\"radius\":[1],\"size\":[1],\"backColor\":[1,\"back-color\"],\"fontColor\":[1,\"font-color\"],\"loading\":[4],\"disabled\":[4]}]]],[\"ur-dialog.cjs\",[[1,\"ur-dialog\",{\"description\":[1],\"open\":[4],\"fullscreen\":[4],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"borderRadius\":[1,\"border-radius\"],\"openDialog\":[64],\"closeDialog\":[64]}]]],[\"ur-form.cjs\",[[1,\"ur-form\",{\"submitForm\":[64],\"resetForm\":[64]},[[0,\"valueChanged\",\"handleValueChanged\"],[0,\"errorStateChanged\",\"handleErrorStateChanged\"]]]]],[\"ur-linear-progress.cjs\",[[1,\"ur-linear-progress\",{\"value\":[2],\"max\":[514]},null,{\"value\":[\"validateValue\"]}]]],[\"ur-list-subheader.cjs\",[[1,\"ur-list-subheader\",{\"text\":[1]}]]],[\"ur-loader.cjs\",[[1,\"ur-loader\"]]],[\"ur-locale-filter-button.cjs\",[[1,\"ur-locale-filter-button\",{\"count\":[2],\"selected\":[4]}]]],[\"ur-menu-item.cjs\",[[1,\"ur-menu-item\",{\"value\":[1],\"label\":[1],\"disabled\":[4],\"selected\":[4],\"size\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"fullWidth\":[4,\"full-width\"],\"leftAligned\":[4,\"left-aligned\"],\"heightNumber\":[514,\"height-number\"],\"isHovered\":[32]},null,{\"selected\":[\"selectedChanged\"],\"disabled\":[\"disabledChanged\"],\"heightNumber\":[\"heightNumberChanged\"]}]]],[\"ur-navigation-drawer.cjs\",[[1,\"ur-navigation-drawer\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contained\":[4],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-navigation-drawer-global.cjs\",[[1,\"ur-navigation-drawer-global\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contentHeight\":[32],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-profile.cjs\",[[1,\"ur-profile\",{\"name\":[8],\"description\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"show_follow\":[4],\"show_donate\":[4],\"show_become_member\":[4],\"show_send_message\":[4],\"show_stats\":[4],\"stories_count\":[2],\"views_count\":[2],\"followers_count\":[2],\"writers_count\":[2],\"show_languages\":[4],\"languages\":[1],\"show_genres\":[4],\"genres\":[1],\"show_member_since\":[4],\"member_since\":[1]}]]],[\"ur-radio-button.cjs\",[[1,\"ur-radio-button\",{\"disabled\":[4],\"checked\":[4],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-radio-group.cjs\",[[1,\"ur-radio-group\",{\"name\":[1],\"value\":[1025],\"required\":[4],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-segment-button.cjs\",[[1,\"ur-segment-button\",{\"likeLabel\":[1,\"like-label\"]}]]],[\"ur-select.cjs\",[[1,\"ur-select\",{\"value\":[1],\"name\":[1],\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"variant\":[1],\"usage\":[1],\"multiple\":[4],\"clearable\":[4],\"disabled\":[4],\"required\":[4],\"readonly\":[4],\"size\":[1],\"placement\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"flex\":[4],\"suffix\":[1],\"clearIcon\":[1,\"clear-icon\"]},null,{\"value\":[\"handleValueChange\"]}]]],[\"ur-switch.cjs\",[[1,\"ur-switch\",{\"disabled\":[4],\"checked\":[4]}]]],[\"ur-tabs.cjs\",[[1,\"ur-tabs\",{\"tabs\":[16],\"panels\":[16]}]]],[\"ur-user-profile.cjs\",[[1,\"ur-user-profile\"]]],[\"ur-checkbox.cjs\",[[1,\"ur-checkbox\",{\"disabled\":[4],\"checked\":[1540],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-novl.cjs\",[[1,\"ur-novl\",{\"novlId\":[520,\"novl-id\"],\"loading\":[4],\"novlTitle\":[1,\"novl-title\"],\"novlCover\":[8,\"novl-cover\"],\"novlCoverFallback\":[1,\"novl-cover-fallback\"],\"likes\":[2],\"views\":[2],\"showStats\":[4,\"show-stats\"],\"novlDescription\":[8,\"novl-description\"],\"authorAvatar\":[8,\"author-avatar\"],\"authorName\":[8,\"author-name\"],\"published\":[4],\"price\":[1],\"publisherAvatar\":[1,\"publisher-avatar\"],\"publisherName\":[1,\"publisher-name\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-text-field.cjs\",[[1,\"ur-text-field\",{\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"disabled\":[4],\"required\":[4],\"variant\":[1],\"value\":[1025],\"name\":[1],\"endIcon\":[1,\"end-icon\"],\"rows\":[2],\"autosize\":[4],\"minRows\":[2,\"min-rows\"],\"maxRows\":[2,\"max-rows\"],\"minlength\":[2],\"maxlength\":[2],\"counter\":[4],\"type\":[1],\"pattern\":[1],\"min\":[8],\"max\":[8],\"step\":[8],\"error\":[1540],\"errorMessage\":[1537,\"error-message\"]}]]],[\"ur-button-arrow-left_2.cjs\",[[1,\"ur-button-arrow-left\",{\"disabled\":[4]}],[1,\"ur-button-arrow-right\",{\"disabled\":[4]}]]],[\"ur-list_3.cjs\",[[1,\"ur-menu-profile\",{\"userAvatar\":[1,\"user-avatar\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"]}],[1,\"ur-list\"],[1,\"ur-list-item\",{\"content\":[1],\"disabled\":[4],\"active\":[4],\"nonclickable\":[4],\"rounded\":[4],\"alignment\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"description\":[1],\"href\":[1],\"target\":[1],\"rel\":[1]}]]],[\"ur-logo.cjs\",[[1,\"ur-logo\",{\"width\":[1],\"height\":[1],\"color\":[1],\"rotation\":[2],\"opacity\":[2]}]]],[\"ur-tooltip.cjs\",[[1,\"ur-tooltip\",{\"content\":[1],\"variant\":[1],\"placement\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"trigger\":[1],\"colorScheme\":[1,\"color-scheme\"],\"disabled\":[4],\"isVisible\":[32]}]]],[\"ur-avatar.cjs\",[[1,\"ur-avatar\",{\"size\":[1],\"src\":[1],\"name\":[1],\"border\":[1],\"radius\":[1]}]]],[\"ur-button.cjs\",[[1,\"ur-button\",{\"disabled\":[4],\"variant\":[1],\"icon\":[8],\"endIcon\":[8,\"end-icon\"],\"fullWidth\":[4,\"full-width\"],\"loading\":[4],\"fontColor\":[1,\"font-color\"],\"buttonHeight\":[1,\"button-height\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-button-icon.cjs\",[[1,\"ur-button-icon\",{\"disabled\":[4],\"loading\":[4],\"variant\":[1],\"icon\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"selected\":[4],\"borderRadius\":[1,\"border-radius\"],\"buttonWidth\":[1,\"button-width\"],\"buttonHeight\":[1,\"button-height\"],\"fontColor\":[1,\"font-color\"]}]]]]"), options);
12
12
  };
13
13
 
14
14
  exports.setNonce = index.setNonce;
@@ -0,0 +1,29 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index-8ef53368.js');
4
+ require('./index-a9957399.js');
5
+
6
+ const urButtonCss = ":host{display:inline-block}:host mdui-button{width:inherit;font-size:14px}mdui-button::part(icon){font-size:24px}:host .full-width{flex:1;width:100%;display:flex;}:host([full-width='true']){flex:1;width:100%;display:flex;}";
7
+ const UrButtonStyle0 = urButtonCss;
8
+
9
+ const UrButton = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ this.disabled = false;
13
+ this.variant = 'filled';
14
+ this.icon = null;
15
+ this.endIcon = null;
16
+ this.fullWidth = undefined;
17
+ this.loading = false;
18
+ this.fontColor = undefined;
19
+ this.buttonHeight = undefined;
20
+ this.borderRadius = '8px';
21
+ }
22
+ render() {
23
+ const buttonClass = this.fullWidth ? 'full-width' : '';
24
+ return (index.h(index.Host, { key: '2f008e93f453071cccddf370f3b67dbe213c0b4f', "full-width": this.fullWidth ? 'true' : null, style: { color: this.fontColor, height: this.buttonHeight, borderRadius: this.borderRadius } }, index.h("mdui-button", { key: '8a135a5bdeb531523f7b52d051cbf987fb5e515f', style: { color: this.fontColor, height: this.buttonHeight, borderRadius: this.borderRadius }, class: buttonClass, icon: !!this.icon ? this.icon : false, "end-icon": !!this.endIcon ? this.endIcon : false, variant: this.variant, "full-width": this.fullWidth, disabled: this.disabled || this.loading }, index.h("slot", { key: 'ca4e6e5b5a29b92b93ef0edf37719989ab63d199' }))));
25
+ }
26
+ };
27
+ UrButton.style = UrButtonStyle0;
28
+
29
+ exports.UrButton = UrButton;
@@ -20,7 +20,7 @@ require('./class-map-5321cbe6.js');
20
20
  require('./appendTo-18fb250c.js');
21
21
  require('./index-7132b697.js');
22
22
 
23
- const urButtonIconCss = ":host{display:block;width:40px;height:40px;padding:0;margin:0;border-radius:12px;--ur-shape-corner-small:var(--mdui-shape-corner-small)}:host mdui-button-icon{display:block;width:40px;height:40px;border-radius:var(--ur-shape-corner-small)}:host ::slotted(svg){width:18px;height:18px;fill:currentColor}";
23
+ const urButtonIconCss = ":host{display:block;width:40px;height:40px;padding:0;margin:0}:host mdui-button-icon{display:block;width:40px;height:40px}:host ::slotted(svg){width:18px;height:18px;fill:currentColor}";
24
24
  const UrButtonIconStyle0 = urButtonIconCss;
25
25
 
26
26
  const UrButtonIcon = class {
@@ -32,6 +32,10 @@ const UrButtonIcon = class {
32
32
  this.icon = 'favorite_border';
33
33
  this.selectedIcon = undefined;
34
34
  this.selected = false;
35
+ this.borderRadius = '8px';
36
+ this.buttonWidth = '40px';
37
+ this.buttonHeight = '40px';
38
+ this.fontColor = undefined;
35
39
  }
36
40
  renderIcon() {
37
41
  // If there's content in the slot, it will override this
@@ -45,7 +49,7 @@ const UrButtonIcon = class {
45
49
  }
46
50
  }
47
51
  render() {
48
- return (index.h(index.Host, { key: 'ffa93d097196ee02fd54fbdfbbc7e66ef455e571' }, index.h("mdui-button-icon", { key: '10e53705fc29e361f9f3361144ce93753082c2d2', variant: this.variant, loading: this.loading, disabled: this.disabled, selected: this.selected }, index.h("slot", { key: '4a604d06ff09debfa3934079dc8968b64910aa6c' }, this.renderIcon()))));
52
+ return (index.h(index.Host, { key: '26022d2a94388970702d04525cfd799fe2a0e4b9', style: { borderRadius: this.borderRadius, color: this.fontColor, width: this.buttonWidth, height: this.buttonHeight } }, index.h("mdui-button-icon", { key: '9a1c8e18586d35619f2ce199a6099fa5b5e74364', style: { borderRadius: this.borderRadius, color: this.fontColor, width: this.buttonWidth, height: this.buttonHeight }, variant: this.variant, loading: this.loading, disabled: this.disabled, selected: this.selected }, index.h("slot", { key: 'ac0c0c8126f8f10376a4f835888b05bee431bc86' }, this.renderIcon()))));
49
53
  }
50
54
  };
51
55
  UrButtonIcon.style = UrButtonIconStyle0;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const urButton = require('./ur-button-cc455329.js');
5
+ const urButton = require('./ur-button-3f9d33a1.js');
6
6
  require('./index-8ef53368.js');
7
7
  require('./index-a9957399.js');
8
8
  require('./get-511a0185.js');
@@ -13,7 +13,7 @@ const UrListSubheader = class {
13
13
  this.text = '';
14
14
  }
15
15
  render() {
16
- return (index.h(index.Host, { key: 'a34dfd4bceb03198782e363e36980588b8c7d6a8' }, index.h("mdui-list-subheader", { key: '574da4af8c9156f63248b0f7d45a9ede66084638' }, this.text || index.h("slot", { key: 'a551ea648c3be1205787902ff6fe22a3551de2d2' }))));
16
+ return (index.h(index.Host, { key: '177f9370f1f71bbb7350dfd55367fa239ed77a88' }, index.h("mdui-list-subheader", { key: '70ce6b29fc423d6e62583a522214127fc9cb664e' }, this.text || index.h("slot", { key: '0e1666f1540f19b6ae8d9bfb663769220c9adaae' }))));
17
17
  }
18
18
  };
19
19
  UrListSubheader.style = UrListSubheaderStyle0;
@@ -78,7 +78,7 @@ const UrList = class {
78
78
  index.registerInstance(this, hostRef);
79
79
  }
80
80
  render() {
81
- return (index.h(index.Host, { key: '57468979f102e7dc678628af0e24aa5a50788373' }, index.h("mdui-list", { key: '88059a3806b7b3a40daa2ab1a7251f8dcfb82756', class: "ur-list" }, index.h("slot", { key: 'b19ea57c0df2465ca943d420186cef64257efbe4' }), " ")));
81
+ return (index.h(index.Host, { key: '727ffbf68345db45941a89e9364acc4a8a26ce0f' }, index.h("mdui-list", { key: '859db8b6ec5d2a3bd57627a4ce79c2204aea9ce6', class: "ur-list" }, index.h("slot", { key: '90b70f51c9035f49b4bb92a45bdf96edce2e66ff' }), " ")));
82
82
  }
83
83
  };
84
84
  UrList.style = UrListStyle0;
@@ -259,7 +259,7 @@ ListItem = get.__decorate([
259
259
  get.t('mdui-list-item')
260
260
  ], ListItem);
261
261
 
262
- const urListItemCss = ":host{align-items:center;width:100%;--list-item-active-light:rgba(223, 226, 235, 1);--list-item-active-dark:rgba(39, 42, 47, 1);--ur-color-on-surface:var(--mdui-color-on-surface)}:host .ur-list-item{flex-direction:row;align-items:center}:host mdui-icon{font-size:24px;width:32px;height:32px;align-items:center;justify-content:center;text-align:center;align-content:center}:host-context(html.ur-theme-light) .ur-list-item--active{background-color:rgb(var(--list-item-active-light));color:rgb(var(--mdui-color-on-surface-light))}:host-context(html.ur-theme-dark) .ur-list-item--active{background-color:rgb(var(--list-item-active-dark));color:rgb(var(--mdui-color-on-surface-dark))}:host .ur-list-item--active{background-color:#f0f0f0}:host .ur-list-item--nonclickable{cursor:default}:host .ur-list-item--rounded{border-radius:50px;overflow:hidden}:host .ur-list-item--align-start{align-items:flex-start}:host .ur-list-item--align-center{align-items:center}:host .ur-list-item--align-end{align-items:flex-end}:host .content{flex:1;display:flex;flex-direction:column}:host .description{font-size:0.875rem;color:#6c757d;margin-top:4px}::slotted([slot='custom']){display:flex;align-items:center;width:100%;gap:16px;}::part(custom-slot) img{border-radius:50%;width:64px;height:64px;flex-shrink:0;margin-right:16px}::slotted([slot='custom']) .custom-content__info{display:flex;flex-direction:column;flex-grow:1;}::slotted([slot='custom']) .custom-content__username{font-size:18px;font-weight:bold;margin:0;}::slotted([slot='custom']) .custom-content__subtitle{font-size:14px;color:gray;margin:0;}:host .ur-list-item .end-icon{font-size:1.25rem;color:gray;}:host mdui-list-item::part(container){padding:0 12px;min-height:40px}:host mdui-list-item::part(icon){margin-right:12px}:host .ur-list-item mdui-icon{font-size:22px;color:rgb(var(--ur-color-on-surface))}:host mdui-list-item::part(headline){font-size:14px}:host mdui-list-item{transition:background-color 0.3s ease}:host mdui-list-item[hover]{background-color:rgba(var(--ur-color-on-surface), .07);}";
262
+ const urListItemCss = ":host{align-items:center;width:100%;--list-item-active-light:rgba(223, 226, 235, 1);--list-item-active-dark:rgba(39, 42, 47, 1);--ur-color-on-surface:var(--mdui-color-on-surface)}:host .ur-list-item{flex-direction:row;align-items:center}:host mdui-icon{font-size:24px;width:32px;height:32px;align-items:center;justify-content:center;text-align:center;align-content:center}:host-context(html.ur-theme-light) .ur-list-item--active{background-color:rgb(var(--list-item-active-light));color:rgb(var(--mdui-color-on-surface-light))}:host-context(html.ur-theme-dark) .ur-list-item--active{background-color:rgb(var(--list-item-active-dark));color:rgb(var(--mdui-color-on-surface-dark))}:host .ur-list-item--active{background-color:#f0f0f0}:host .ur-list-item--nonclickable{cursor:default}:host .ur-list-item--rounded{border-radius:50px;overflow:hidden}:host .ur-list-item--align-start{align-items:flex-start}:host .ur-list-item--align-center{align-items:center}:host .ur-list-item--align-end{align-items:flex-end}:host .content{flex:1;display:flex;flex-direction:column}:host .description{font-size:0.875rem;color:#6c757d;margin-top:4px}::slotted([slot='custom']){display:flex;align-items:center;width:100%;gap:16px;}::part(custom-slot) img{border-radius:50%;width:64px;height:64px;flex-shrink:0;margin-right:16px}::slotted([slot='custom']) .custom-content__info{display:flex;flex-direction:column;flex-grow:1;}::slotted([slot='custom']) .custom-content__username{font-size:18px;font-weight:bold;margin:0;}::slotted([slot='custom']) .custom-content__subtitle{font-size:14px;color:gray;margin:0;}:host .ur-list-item .end-icon{font-size:1.25rem;color:gray;}:host mdui-list-item::part(container){padding:0 12px;min-height:40px}:host mdui-list-item::part(icon){margin-right:12px}:host mdui-list-item::part(headline){font-size:14px}:host mdui-list-item{transition:background-color 0.3s ease}:host mdui-list-item[hover]{background-color:rgba(var(--ur-color-on-surface), .07);}";
263
263
  const UrListItemStyle0 = urListItemCss;
264
264
 
265
265
  const UrListItem = class {
@@ -297,7 +297,7 @@ const UrListItem = class {
297
297
  disabled: this.disabled,
298
298
  nonclickable: this.nonclickable || undefined, // Reflect `nonclickable` as an attribute
299
299
  alignment: this.alignment,
300
- })), this.icon && index.h("mdui-icon", { key: '64f4a7cabbd1e9fcac2d3a1f6678c6b0e32bb1f4', slot: "icon", class: "material-icons-outlined", name: this.icon }), index.h("div", { key: 'e5335e7ca143e946c1e6dd0b3d7a8b3a2c1aa315', class: "content" }, this.content || index.h("slot", { key: '59545f2fc36011f8efe2729cb239fbf53c46c8aa' }), this.description && index.h("div", { key: 'bc30cab5389882989c24b71117719db76db9fd12', class: "description" }, this.description)), index.h("slot", { key: '7f8bfc717cad334a7fb78f6245cb04b2f82446c2', name: "custom" }), this.endIcon && index.h("mdui-icon", { key: '51a71889751a9c7edf253a3a90a00ee23a1fc021', slot: "end-icon", name: this.endIcon }))));
300
+ })), this.icon && index.h("mdui-icon", { key: '64f4a7cabbd1e9fcac2d3a1f6678c6b0e32bb1f4', slot: "icon", class: "material-icons-outlined", name: this.icon }), index.h("div", { key: 'e5335e7ca143e946c1e6dd0b3d7a8b3a2c1aa315', class: "content" }, this.content || index.h("slot", { key: '59545f2fc36011f8efe2729cb239fbf53c46c8aa' }), this.description && index.h("div", { key: 'bc30cab5389882989c24b71117719db76db9fd12', class: "description" }, this.description)), index.h("slot", { key: '7f8bfc717cad334a7fb78f6245cb04b2f82446c2', name: "custom" }), index.h("slot", { key: '60bcae11ec5e363a8db50b12e1e1168da0d894d0', name: "notification-badge" }), this.endIcon && index.h("mdui-icon", { key: '09fb927dfed415c2192f7509d64bbc2cbe62a969', slot: "end-icon", name: this.endIcon }))));
301
301
  }
302
302
  };
303
303
  UrListItem.style = UrListItemStyle0;
@@ -334,7 +334,7 @@ const UrMenuProfile = class {
334
334
  this.resizeObserver.disconnect();
335
335
  }
336
336
  render() {
337
- return (index.h("div", { key: '99702b197a3569d0cdeabdad4e447abcd8607ba1', class: "profile-container" }, index.h("div", { key: '532e8a7344a09414bb685755233053957ced0d95', class: "avatar" }, index.h("ur-avatar", { key: '73757d25fd565390502e291f12fe342419f23ce2', src: this.userAvatar, name: this.userName || 'User', size: "var(--avatar-size)", radius: "50%" })), index.h("div", { key: 'cd2377994423d2f0a0c08837cd7778a7b7d40585', class: "info" }, index.h("div", { key: '57f9c691fdeb0fc4b4581562c1530572a2a03b73', class: "username" }, this.userName || 'Guest'), index.h("div", { key: 'c697ee8c6322def448aac8ca74d4dd0662d95425', class: "role" }, this.userRole || 'No Role'))));
337
+ return (index.h("div", { key: '8f676012eaa4bb03da6f3f874abe33238eb7c299', class: "profile-container" }, index.h("div", { key: 'bcb80832c44c084b95b7c19c7c45b18177014c78', class: "avatar" }, index.h("ur-avatar", { key: 'a297be0dfbe7cb9cc7fa6ecdc768e7e24709837b', src: this.userAvatar, name: this.userName || 'User', size: "var(--avatar-size)", radius: "50%" })), index.h("div", { key: '37c01dc24a5da8df464da04dcd4a209b26cfa195', class: "info" }, index.h("div", { key: 'b785d3d99c3702484b732ad6be6c705b42db93df', class: "username" }, this.userName || 'Guest'), index.h("div", { key: '86985ad5dba640b142971143ef05e73a85e965f1', class: "role" }, this.userRole || 'No Role'))));
338
338
  }
339
339
  get el() { return index.getElement(this); }
340
340
  };
@@ -12,7 +12,7 @@ const UrLoader = class {
12
12
  index.registerInstance(this, hostRef);
13
13
  }
14
14
  render() {
15
- return (index.h(index.Host, { key: 'd0fe0e02d9096e53fa60cf9ca3c5734fbd0bbec8' }, index.h("svg", { key: 'e5222e5f297258c7160cedb1bcd63247304619ea', xmlns: "http://www.w3.org/2000/svg", width: "60", height: "60", viewBox: "0 0 60 60", fill: "none" }, index.h("path", { key: 'c597dd36d73913028c5bfadaa325ca131b0dc604', opacity: "0.3", d: "M60 30.5C60 47.0685 46.5685 60.5 30 60.5C13.4315 60.5 0 47.0685 0 30.5C0 13.9315 13.4315 0.5 30 0.5C46.5685 0.5 60 13.9315 60 30.5ZM9.35451 30.5C9.35451 41.9022 18.5978 51.1455 30 51.1455C41.4022 51.1455 50.6455 41.9022 50.6455 30.5C50.6455 19.0978 41.4022 9.85451 30 9.85451C18.5978 9.85451 9.35451 19.0978 9.35451 30.5Z", fill: "white" }), index.h("path", { key: 'e656ca882e9f0ec85fd7b4eb3a6b5eea8a9bd701', d: "M55.3227 30.5C57.9059 30.5 60.0372 28.3935 59.6361 25.8416C59.2689 23.5051 58.6257 21.2148 57.7164 19.0195C56.2087 15.3797 53.999 12.0726 51.2132 9.2868C48.4274 6.50104 45.1203 4.29125 41.4805 2.78361C39.2852 1.8743 36.9949 1.23115 34.6584 0.863878C32.1065 0.462764 30 2.59408 30 5.17725V5.17725C30 7.76043 32.1202 9.80184 34.6374 10.3821C35.7496 10.6384 36.8412 10.9872 37.9007 11.4261C40.4055 12.4636 42.6815 13.9843 44.5986 15.9014C46.5157 17.8185 48.0364 20.0945 49.0739 22.5993C49.5128 23.6588 49.8616 24.7504 50.1179 25.8626C50.6982 28.3798 52.7396 30.5 55.3227 30.5V30.5Z", fill: "white" }, index.h("animateTransform", { key: '82f1fc4998ad006216b027708a66946b252fd85e', attributeName: "transform", attributeType: "XML", type: "rotate", dur: "1s", from: "0 30 30", to: "360 30 30", repeatCount: "indefinite" })))));
15
+ return (index.h(index.Host, { key: 'fb7d6f8c2576f9a6fdb49089417c602e50110850' }, index.h("svg", { key: 'a3ee332bef3f637086ebc4f05ccf4b8c0a803869', xmlns: "http://www.w3.org/2000/svg", width: "60", height: "60", viewBox: "0 0 60 60", fill: "none" }, index.h("path", { key: '77eab8a7c65550ba91ca78b17f4ba0af5fe82bb6', opacity: "0.3", d: "M60 30.5C60 47.0685 46.5685 60.5 30 60.5C13.4315 60.5 0 47.0685 0 30.5C0 13.9315 13.4315 0.5 30 0.5C46.5685 0.5 60 13.9315 60 30.5ZM9.35451 30.5C9.35451 41.9022 18.5978 51.1455 30 51.1455C41.4022 51.1455 50.6455 41.9022 50.6455 30.5C50.6455 19.0978 41.4022 9.85451 30 9.85451C18.5978 9.85451 9.35451 19.0978 9.35451 30.5Z", fill: "white" }), index.h("path", { key: '6468d4e8d6c58c0f36040f9f992dbbf8742a201b', d: "M55.3227 30.5C57.9059 30.5 60.0372 28.3935 59.6361 25.8416C59.2689 23.5051 58.6257 21.2148 57.7164 19.0195C56.2087 15.3797 53.999 12.0726 51.2132 9.2868C48.4274 6.50104 45.1203 4.29125 41.4805 2.78361C39.2852 1.8743 36.9949 1.23115 34.6584 0.863878C32.1065 0.462764 30 2.59408 30 5.17725V5.17725C30 7.76043 32.1202 9.80184 34.6374 10.3821C35.7496 10.6384 36.8412 10.9872 37.9007 11.4261C40.4055 12.4636 42.6815 13.9843 44.5986 15.9014C46.5157 17.8185 48.0364 20.0945 49.0739 22.5993C49.5128 23.6588 49.8616 24.7504 50.1179 25.8626C50.6982 28.3798 52.7396 30.5 55.3227 30.5V30.5Z", fill: "white" }, index.h("animateTransform", { key: '8a357237b28f6ad04bc03c16e086cae8d5af27a9', attributeName: "transform", attributeType: "XML", type: "rotate", dur: "1s", from: "0 30 30", to: "360 30 30", repeatCount: "indefinite" })))));
16
16
  }
17
17
  };
18
18
  UrLoader.style = UrLoaderStyle0;
@@ -29,10 +29,10 @@ const UrLocaleFilterButton = class {
29
29
  this.selected = false;
30
30
  }
31
31
  render() {
32
- return (index.h(index.Host, { key: 'd91b6d0bd68c15e98fa165057c8421194fc26e13' }, index.h("mdui-button", { key: '52763953684c1ccb4e9d60008ff725f8ff26a86f', variant: "outlined", class: {
32
+ return (index.h(index.Host, { key: '6b94abe34e720bd8cd335da3490f0fcc6dc79c9a' }, index.h("mdui-button", { key: 'cfc817e1a36a2333df1567c90bb4b47fabd5f884', variant: "outlined", class: {
33
33
  'with-count': this.count > 0,
34
34
  'selected': this.selected, // Apply selected state class
35
- } }, index.h("span", { key: 'b2ee770bf10683758c6ae820812d6c5774c3efb8', class: "label" }, "Filter"), this.count > 0 && index.h("span", { key: '0eb006722b843f2e2b43f295daea573dea13c7d7', class: "count" }, this.count), index.h("svg", { key: '4dc77e41572cef070e0426d332b29d58beade607', width: "20", height: "18", viewBox: "0 0 20 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("g", { key: '0626937de9b1153efcb3a302625798857f0267fa' }, index.h("g", { key: '5d8660409fb3473703f9df795eed4f28a73bb4a8' }, index.h("path", { key: '4310684c991bc102db476e352374bd507a1650ca', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.3521 1.59702C18.3622 1.44254 18.308 1.29076 18.2022 1.17768C18.0965 1.0646 17.9487 1.00029 17.7939 1H2.15809C2.00321 1.00007 1.85528 1.06431 1.7495 1.17744C1.64372 1.29057 1.58955 1.44248 1.59988 1.59702C1.86961 5.35281 4.60617 8.47002 8.2954 9.22388V16.5933C8.29548 16.8104 8.42112 17.0079 8.61774 17.1C8.81436 17.192 9.04649 17.1621 9.21331 17.0231L11.4521 15.1575C11.5799 15.0513 11.6538 14.8937 11.6536 14.7276V9.22388C15.3442 8.47143 18.0823 5.35381 18.3521 1.59702Z", stroke: "#191C20", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))));
35
+ } }, index.h("span", { key: '2128276ee49e6666de45ce8a024e19aedcec8030', class: "label" }, "Filter"), this.count > 0 && index.h("span", { key: '16f2cd0e9f6659abbaa98f49be42b50f0860ca42', class: "count" }, this.count), index.h("svg", { key: 'df72e5db9a53c8b3a4284ebaf1a969aadd72057d', width: "20", height: "18", viewBox: "0 0 20 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("g", { key: '734977417d9fcd96ca54a910f972cacb35d38f4c' }, index.h("g", { key: 'a0b9c1e675128457615089d41b405dc02d0151c4' }, index.h("path", { key: '764fc0b0be9934d1e0d80b2eb2f51b4f88b98b5c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.3521 1.59702C18.3622 1.44254 18.308 1.29076 18.2022 1.17768C18.0965 1.0646 17.9487 1.00029 17.7939 1H2.15809C2.00321 1.00007 1.85528 1.06431 1.7495 1.17744C1.64372 1.29057 1.58955 1.44248 1.59988 1.59702C1.86961 5.35281 4.60617 8.47002 8.2954 9.22388V16.5933C8.29548 16.8104 8.42112 17.0079 8.61774 17.1C8.81436 17.192 9.04649 17.1621 9.21331 17.0231L11.4521 15.1575C11.5799 15.0513 11.6538 14.8937 11.6536 14.7276V9.22388C15.3442 8.47143 18.0823 5.35381 18.3521 1.59702Z", stroke: "#191C20", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))));
36
36
  }
37
37
  };
38
38
  UrLocaleFilterButton.style = UrLocaleFilterButtonStyle0;
@@ -56,12 +56,12 @@ const UrLocaleFilterPanel = class {
56
56
  });
57
57
  }
58
58
  render() {
59
- return (index.h("div", { key: '5c2b76ffe62fd24f3d405ffb3da5553dd38a4a54', class: "locale-filter-panel" }, this.showHeader && (index.h("header", { key: '542cf52f0f5d4f88719ce11c4dd452fd6307cae7' }, index.h("ur-button-icon", { key: '070f0af883c981be9c415e4ed4d15d5ec844aa44', class: "close-panel", icon: "close", onClick: () => this.handleCancel() }), index.h("label", { key: 'f11d91c738d836bd5624466c2957a152dc8deecc' }, "Filters"))), index.h("main", { key: 'ca4a5900245217c2d6949c01ecf9d26f7ddc35fe' }, index.h("div", { key: '9763e62dddba9dfa594161cfdc6856b812d14fc0', class: "description" }, index.h("div", { key: '640f138b2a121b7720bc3e40f415e9e4de7057f7', class: "title" }, "Content Languages"), index.h("div", { key: '441c724f87978bd9c982cfad58522dd1e73e2f39', class: "text" }, "Choose the language you want to see for the stories, pages, and competitions")), index.h("div", { key: '9c80577d6dbc6dcbd96e4a25385c61ba66357fbf', class: "locales" }, this.mutableLocales.map(locale => {
59
+ return (index.h("div", { key: '35b8565a2fce8082bd1ededc34f9b70205255b17', class: "locale-filter-panel" }, this.showHeader && (index.h("header", { key: '1c94fb83ebdc0302005c6039299d68a37dce76c2' }, index.h("ur-button-icon", { key: 'c379fdd1bc76850510c2a7a019e380cbb869d4eb', class: "close-panel", icon: "close", onClick: () => this.handleCancel() }), index.h("label", { key: '94fa466830f876dfeac2f7061f862ebcc7582d79' }, "Filters"))), index.h("main", { key: '7708676240d137aca5b06003a10b1f043cc2fb33' }, index.h("div", { key: '4dee098405c8efdc5318eb5f67c3cb04d7805a08', class: "description" }, index.h("div", { key: 'bef5adeb195ed10b5dc06a1a2e72536a3b130ce4', class: "title" }, "Content Languages"), index.h("div", { key: '5273fcb1155b061509d1d33f7178d35efd3c73e7', class: "text" }, "Choose the language you want to see for the stories, pages, and competitions")), index.h("div", { key: '24b75b9e527b4df9013af6c0481aa77c8aca213d', class: "locales" }, this.mutableLocales.map(locale => {
60
60
  return (index.h("mdui-checkbox", { checked: locale.checked, value: locale.key, disabled: this.disabledLocales.includes(locale.key), class: this.disabledLocales.includes(locale.key) ? 'non-selectable' : '', onChange: (event) => {
61
61
  const checkbox = event.target;
62
62
  this.toggleLocale(checkbox.value);
63
63
  } }, locale.label));
64
- }))), this.showFooter && (index.h("footer", { key: '326e2d47dea5ca54859effb7b065cd77fcdde939' }, index.h("mdui-button", { key: '8e33c6f1936043404be3e9b9bc284804e285638d', class: "save", onClick: () => this.handleSave() }, "Save"), index.h("mdui-button", { key: '88b37d0cbb052ffd2484f15bd71a9f8ffd67808f', class: "cancel", variant: "text", onClick: () => this.handleCancel() }, "Cancel")))));
64
+ }))), this.showFooter && (index.h("footer", { key: '6cf0ca6e73a965d6c84d8f7304bc7061ca17ebd1' }, index.h("mdui-button", { key: 'f2771d4c44a958c7de98112eaae009c0ace0ef49', class: "save", onClick: () => this.handleSave() }, "Save"), index.h("mdui-button", { key: '6b182ca18da58ae4536153da64362d85d15aab88', class: "cancel", variant: "text", onClick: () => this.handleCancel() }, "Cancel")))));
65
65
  }
66
66
  };
67
67
  UrLocaleFilterPanel.style = UrLocaleFilterPanelStyle0;
@@ -22,7 +22,7 @@ const UrLogo = class {
22
22
  transform: `rotate(${this.rotation}deg)`,
23
23
  opacity: `${this.opacity}`,
24
24
  };
25
- return (index.h(index.Host, { key: 'd773d59d20a922ecfaa9b1fd7a39c5c932843beb', style: Object.assign({ display: 'inline-block' }, rotationStyle) }, index.h("svg", { key: '72ef1f8d6831a2e6b6faf86073f2030ff1ca407e', class: "urnovl-logo", xmlns: "http://www.w3.org/2000/svg", width: this.width, height: this.height, viewBox: "0 0 200 53.997", style: { fill: this.color } }, index.h("path", { key: '96f809e05cda10e2d115c5ef696bad8854793ed4', d: "M35.252,15.875v36.373h-9.375v-2.922C23.025,51.873,19.576,53,16.053,53c-5.025,0-9.527-2.326-12.377-5.852\n C1.352,44.299,0,40.55,0,35.15V15.875h9.752v19.648c0,3.302,0.676,4.951,1.799,6.226c1.5,1.651,3.6,2.253,5.475,2.253\n c4.125,0,7.125-2.779,8.475-4.502V15.875H35.252z" }), index.h("path", { key: '8c977ecd84b6a23dab70b0fece6ed008902bb4a0', d: "M64.119,24.5c-0.675-0.225-2.098-0.375-3.523-0.375c-4.275,0-7.65,3.074-8.85,5.25v22.873h-9.752V15.875\n h9.375v3.676c2.176-2.701,6.15-4.426,10.576-4.426c1.426,0,2.25,0.15,3.3,0.3L64.119,24.5z" }), index.h("path", { key: '689e938d47275e91fcf4d0493b79ec439547eedc', d: "M68.242,52.248V15.876h9.373v2.926c2.775-2.252,6.227-3.677,10.277-3.677c5.023,0,9.6,2.25,12.599,5.849\n c2.401,2.851,3.75,6.526,3.75,12.751v18.523H94.49V32.976c0-3.601-0.822-5.476-2.174-6.827c-1.273-1.273-3.225-2.023-5.477-2.023\n c-4.121,0-7.499,2.626-8.849,4.5v23.623H68.242z" }), index.h("path", { key: '96aadce3a7837220f5f76f8d8d8736db3826cd8b', d: "M128.086,15.125c11.024,0,19.348,8.477,19.348,18.973c0,10.5-8.323,18.902-19.348,18.902\n s-19.35-8.402-19.35-18.902C108.736,23.602,117.062,15.125,128.086,15.125 M128.086,44.002c5.699,0,9.598-4.428,9.598-9.904\n c0-5.473-3.898-9.973-9.598-9.973c-5.701,0-9.602,4.5-9.602,9.973C118.484,39.574,122.385,44.002,128.086,44.002" }), index.h("polygon", { key: '5ae86e87471e8ce04d8a9fd4b99024860a5ef65d', points: "166.78,38.074 176.756,15.875 186.879,15.875 170.156,52.248 163.405,52.248 146.682,15.875 156.808,15.875" }), index.h("rect", { key: '41a9c57369b43fe956794488133f1c2f3bfa7dc9', x: "190.252", y: "-0.997", width: "9.748", height: "53.245" }))));
25
+ return (index.h(index.Host, { key: '352949197d4c26a0ffa41e7fd4204a4bd5a9c49a', style: Object.assign({ display: 'inline-block' }, rotationStyle) }, index.h("svg", { key: 'dcb55b39d93408e5c7d8c3b5e41ab6c867650a2e', class: "urnovl-logo", xmlns: "http://www.w3.org/2000/svg", width: this.width, height: this.height, viewBox: "0 0 200 53.997", style: { fill: this.color } }, index.h("path", { key: '47833b1b7c6e6fc282e8df77533bf3f693db4c3e', d: "M35.252,15.875v36.373h-9.375v-2.922C23.025,51.873,19.576,53,16.053,53c-5.025,0-9.527-2.326-12.377-5.852\n C1.352,44.299,0,40.55,0,35.15V15.875h9.752v19.648c0,3.302,0.676,4.951,1.799,6.226c1.5,1.651,3.6,2.253,5.475,2.253\n c4.125,0,7.125-2.779,8.475-4.502V15.875H35.252z" }), index.h("path", { key: '20e9a1a9443a70643f7af0e28928e96338866690', d: "M64.119,24.5c-0.675-0.225-2.098-0.375-3.523-0.375c-4.275,0-7.65,3.074-8.85,5.25v22.873h-9.752V15.875\n h9.375v3.676c2.176-2.701,6.15-4.426,10.576-4.426c1.426,0,2.25,0.15,3.3,0.3L64.119,24.5z" }), index.h("path", { key: 'eb9b043c61d0eafa289c3444ba26cdbd7be0d62a', d: "M68.242,52.248V15.876h9.373v2.926c2.775-2.252,6.227-3.677,10.277-3.677c5.023,0,9.6,2.25,12.599,5.849\n c2.401,2.851,3.75,6.526,3.75,12.751v18.523H94.49V32.976c0-3.601-0.822-5.476-2.174-6.827c-1.273-1.273-3.225-2.023-5.477-2.023\n c-4.121,0-7.499,2.626-8.849,4.5v23.623H68.242z" }), index.h("path", { key: '9ea1717d0711c73ee90052aae2db65b24aeea68b', d: "M128.086,15.125c11.024,0,19.348,8.477,19.348,18.973c0,10.5-8.323,18.902-19.348,18.902\n s-19.35-8.402-19.35-18.902C108.736,23.602,117.062,15.125,128.086,15.125 M128.086,44.002c5.699,0,9.598-4.428,9.598-9.904\n c0-5.473-3.898-9.973-9.598-9.973c-5.701,0-9.602,4.5-9.602,9.973C118.484,39.574,122.385,44.002,128.086,44.002" }), index.h("polygon", { key: 'd5bb9df700badc8e714359526ecd630487e96258', points: "166.78,38.074 176.756,15.875 186.879,15.875 170.156,52.248 163.405,52.248 146.682,15.875 156.808,15.875" }), index.h("rect", { key: 'b955979935abc8b913f8efaf7b47b6aee1cbe520', x: "190.252", y: "-0.997", width: "9.748", height: "53.245" }))));
26
26
  }
27
27
  };
28
28
  UrLogo.style = UrLogoStyle0;
@@ -14,7 +14,7 @@ require('./observeResize-c91c316e.js');
14
14
  require('./uniqueId-99ed8ff5.js');
15
15
  require('./has-slot-684b9160.js');
16
16
 
17
- const urMainDesktopTopAppBarCss = ":host{display:flex;align-items:center;height:48px;width:100%;--ur-color-background:var(--mdui-color-background);--ur-color-on-background:var(--mdui-color-on-background);--ur-color-on-surface:var(--mdui-color-on-surface);--ur-color-on-secondary:var(--mdui-color-on-secondary);--ur-color-on-surface-variant:var(--mdui-color-on-surface-variant);--ur-state-layers-outline-variant-opacity-16:var(--mdui-state-layers-outline-variant-opacity-16);--ur-color-outline:var(--mdui-color-outline);--ur-state-layers-primary-opacity-08:var(--mdui-state-layers-primary-opacity-08);z-index:0;background:var(--ur-color-background)}:host .urnovl-logo{width:70px;height:19px;margin:auto 8;fill:rgb(var(--ur-color-on-background))}:host .logo-hld{display:flex;padding:0 32px;height:48px;margin:5px 0 0 0;align-items:center;justify-content:center}:host mdui-top-app-bar{display:flex;align-items:center;justify-content:left;width:100%}:host .main-actions-holder{flex:1 1 auto;display:flex;align-items:center;flex-direction:row}:host .flex-space{flex:1 1 auto;}:host mdui-top-app-bar[variant=\"small\"]{height:48px}:host mdui-top-app-bar-title{font-size:20px;color:var(--ur-color-on-background, #000)}:host .search-lnk{display:flex;height:40px;align-items:center;border-radius:50px;padding:0 24px 0 8px;background:#EFEEF0;cursor:text;flex:1 1 auto;max-width:max-content;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}:host .search-lnk:hover{transition:all 0.2s ease;background:rgba(var(--ur-color-outline), .2)}:host-context(html.ur-theme-dark) .search-lnk{background:#1A1C21}:host-context(html.ur-theme-dark) .search-lnk:hover{transition:all 0.2s ease;background:rgba(var(--ur-color-outline), .2)}:host .icon{width:40px;margin-right:8px;text-align:center;}:host .search-txt{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}";
17
+ const urMainDesktopTopAppBarCss = ":host{display:flex;align-items:center;height:48px;width:100%;--ur-color-background:var(--mdui-color-background);--ur-color-on-background:var(--mdui-color-on-background);--ur-color-on-surface:var(--mdui-color-on-surface);--ur-color-on-secondary:var(--mdui-color-on-secondary);--ur-color-on-surface-variant:var(--mdui-color-on-surface-variant);--ur-state-layers-outline-variant-opacity-16:var(--mdui-state-layers-outline-variant-opacity-16);--ur-color-outline:var(--mdui-color-outline);--ur-state-layers-primary-opacity-08:var(--mdui-state-layers-primary-opacity-08);z-index:0;background:var(--ur-color-background)}:host .urnovl-logo{width:70px;height:19px;margin:auto 8;fill:rgb(var(--ur-color-on-background))}:host .logo-hld{display:flex;padding:0 32px;height:48px;margin:5px 0 0 0;align-items:center;justify-content:center}:host mdui-top-app-bar{display:flex;align-items:center;justify-content:left;width:100%}:host .main-actions-holder{flex:1 1 auto;display:flex;align-items:center;flex-direction:row}:host .flex-space{flex:1 1 auto;}:host mdui-top-app-bar[variant=\"small\"]{height:48px}:host .quill-holder{height:40px;border-radius:50px;background:linear-gradient(to right, #000, gold)}:host .quill-holder-mobile{border-radius:12px;background:linear-gradient(to right, #000, gold)}:host .quill-count{display:none;background:#fff;color:#000;padding:0 6px;text-align:center;font-size:11px;height:20px;line-height:20px;border-radius:50px;margin-left:6px;font-weight:700}:host .quill-count.visible{display:inline}:host ::part(label){font-weight:600;background:red}:host mdui-top-app-bar-title{font-size:20px;color:var(--ur-color-on-background, #000)}:host .search-lnk{display:flex;height:40px;align-items:center;border-radius:50px;padding:0 24px 0 8px;background:#EFEEF0;cursor:text;flex:1 1 auto;max-width:max-content;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}:host .search-lnk:hover{transition:all 0.2s ease;background:rgba(var(--ur-color-outline), .2)}:host-context(html.ur-theme-dark) .search-lnk{background:#1A1C21}:host-context(html.ur-theme-dark) .search-lnk:hover{transition:all 0.2s ease;background:rgba(var(--ur-color-outline), .2)}:host .icon{width:40px;margin-right:8px;text-align:center;}:host .search-txt{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}";
18
18
  const UrMainDesktopTopAppBarStyle0 = urMainDesktopTopAppBarCss;
19
19
 
20
20
  const UrMainDesktopTopAppBar = class {
@@ -22,27 +22,33 @@ const UrMainDesktopTopAppBar = class {
22
22
  index.registerInstance(this, hostRef);
23
23
  this.searchLinkClicked = index.createEvent(this, "searchLinkClicked", 7);
24
24
  this.themeToggle = index.createEvent(this, "themeToggle", 7);
25
+ this.quillClicked = index.createEvent(this, "quillClicked", 7);
25
26
  this.handleSearchClick = () => {
26
27
  this.searchLinkClicked.emit(); // Emit the event
27
28
  };
28
29
  this.handleThemeToggle = () => {
29
30
  this.themeToggle.emit(); // Emit the event
30
31
  };
32
+ this.handleQuillClick = () => {
33
+ this.quillClicked.emit(); // Emit the event
34
+ };
31
35
  this.variant = 'small';
32
36
  this.logoRotation = 0;
33
37
  this.logoOpacity = 1;
38
+ this.fontColor = undefined;
39
+ this.quillText = 'Quills';
40
+ this.deviceVariant = 'desktop';
34
41
  this.searchText = 'Search for stories, writers & publishers';
42
+ this.quillCount = undefined;
35
43
  }
36
44
  render() {
37
- return (index.h(index.Host, { key: '880d3c769297332b32310fb7e051aabb0deaea68' }, index.h("mdui-top-app-bar", { key: 'd4e5a670eb335510c5362a743cf998bb187d3207', variant: this.variant, "scroll-target": ".example-scroll-target" }, index.h("div", { key: '9ff6c6e8cf3993749491974d23d6db92a4b17190', class: "logo-hld" }, index.h("ur-logo", { key: '0fdcef1974601b9787c7fbb6924dc3ca398a5891', width: "70" // Custom width for the logo
45
+ return (index.h(index.Host, { key: '6accd89cbef5b593f47ab658749c9246c86634bd' }, index.h("mdui-top-app-bar", { key: '7c0ef4715e985ab15ab77f22fc7f655bbbb26e65', variant: this.variant, "scroll-target": ".example-scroll-target" }, index.h("div", { key: 'b04c9bd95fa0d7804bcb689dca0c338eea2f66cb', class: "logo-hld" }, index.h("ur-logo", { key: 'e97569d769093bdd3ae7f65a1fa90e64e20f90bd', width: "70" // Custom width for the logo
38
46
  ,
39
47
  height: "19" // Custom height for the logo
40
48
  ,
41
49
  color: "currentColor" // Dynamic fill color of the logo
42
50
  ,
43
- rotation: this.logoRotation, opacity: this.logoOpacity })), index.h("div", { key: '62b0eab45d921a1eface24bfa55a68072140a9ab', class: "search-lnk", onClick: this.handleSearchClick }, index.h("mdui-icon", { key: 'b75ba023aa37cc9e0f2d36f95cded39e44f153b3', class: "icon", name: "search" }), index.h("span", { key: '1e4b9bcf8b86bc25e53fe7706f3dee2cda4a382d', class: "search-txt" }, this.searchText)), index.h("div", { key: '97d94f364690c52e07834585615b7d0cb5ed480c', class: "flex-space" }), index.h("ur-button-icon", { key: '357064381148a3380ccab5cebdb2135a099e8c1d', icon: "dark_mode" // or "light_mode" depending on current theme
44
- ,
45
- variant: "standard", "aria-label": "Toggle theme", onClick: () => this.handleThemeToggle() }))));
51
+ rotation: this.logoRotation, opacity: this.logoOpacity })), this.deviceVariant === 'desktop' && (index.h("div", { key: '2d11122266b765ab7c739947810f9ec7487dbd17', class: "search-lnk", onClick: this.handleSearchClick }, index.h("mdui-icon", { key: '04d28ebfc85a557ad13ca7e4d998cc8302fa9c20', class: "icon", name: "search" }), index.h("span", { key: '24f27cf766755ecd7b5a689861352b2ec0c99adc', class: "search-txt" }, this.searchText))), index.h("div", { key: 'ed1b12b0863d321fae49843ba2ee7a01957720ba', class: "flex-space" }), this.deviceVariant === 'desktop' && (index.h("div", { key: '7ed7716dbeae03c1f5982ee17ec6361ca336c42c', class: "quill-holder" }, index.h("ur-button", { key: '472b3259d4fd25fc4fec9db871c2fffbe65460b0', "font-color": "white", "border-radius": "50px", "button-height": "40px", variant: "text", icon: "history_edu--outlined", onClick: () => this.handleQuillClick() }, this.quillText, index.h("span", { key: 'b4aee7220879887f034da613242706d967e065f6', class: `quill-count ${this.quillCount > 0 ? 'visible' : ''}` }, this.quillCount)))), this.deviceVariant === 'mobile' && (index.h("div", { key: 'a6f703b340901ca3c7f477b6b43c7967885348da', class: "quill-holder-mobile" }, index.h("ur-button-icon", { key: '63f879f064fc11fb1602fdb3445dae9c920046b7', "font-color": "white", icon: "history_edu--outlined", onClick: () => this.handleQuillClick() }))), this.deviceVariant === 'mobile' && index.h("ur-button-icon", { key: '01aed29e5145a738664d11c43fc9e533d29a6c32', icon: "search", variant: "standard", "aria-label": "Search", onClick: this.handleSearchClick }), this.deviceVariant === 'desktop' && (index.h("ur-button-icon", { key: 'b25c2424e88dcb21043977e45ebae37f481ae771', icon: "dark_mode", variant: "standard", "aria-label": "Toggle theme", onClick: () => this.handleThemeToggle() })))));
46
52
  }
47
53
  };
48
54
  UrMainDesktopTopAppBar.style = UrMainDesktopTopAppBarStyle0;