urnovl-web-components 0.0.162 → 0.0.164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-cbe1be8e.js → index-96580ba7.js} +204 -152
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{ur-avatar-b1b53360.js → ur-avatar-22ecdd41.js} +1 -1
- package/dist/cjs/ur-avatar.cjs.entry.js +2 -2
- package/dist/cjs/ur-button-arrow-left_2.cjs.entry.js +1 -1
- package/dist/cjs/{ur-button-9d200257.js → ur-button-ea162c9d.js} +1 -1
- package/dist/cjs/ur-button-icon.cjs.entry.js +1 -1
- package/dist/cjs/ur-button.cjs.entry.js +2 -2
- package/dist/cjs/ur-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/ur-chip.cjs.entry.js +1 -1
- package/dist/cjs/ur-dialog.cjs.entry.js +1 -1
- package/dist/cjs/ur-hero.cjs.entry.js +1 -1
- package/dist/cjs/ur-list-subheader.cjs.entry.js +1 -1
- package/dist/cjs/ur-list_3.cjs.entry.js +1 -1
- package/dist/cjs/ur-loader.cjs.entry.js +1 -1
- package/dist/cjs/ur-locale-filter-button.cjs.entry.js +1 -1
- package/dist/cjs/ur-locale-filter-panel.cjs.entry.js +1 -1
- package/dist/cjs/ur-logo.cjs.entry.js +1 -1
- package/dist/cjs/ur-main-desktop-top-app-bar.cjs.entry.js +1 -1
- package/dist/cjs/ur-main-left-menu.cjs.entry.js +1 -1
- package/dist/cjs/{ur-menu-item-a0b5cd74.js → ur-menu-item-5a8e238f.js} +1 -1
- package/dist/cjs/ur-menu-item.cjs.entry.js +2 -2
- package/dist/cjs/ur-navigation-drawer.cjs.entry.js +1 -1
- package/dist/cjs/ur-novl-carousel.cjs.entry.js +71 -25
- package/dist/cjs/ur-novl.cjs.entry.js +2 -2
- package/dist/cjs/ur-page-profile.cjs.entry.js +3 -3
- package/dist/cjs/ur-page.cjs.entry.js +1 -1
- package/dist/cjs/ur-profile.cjs.entry.js +1 -1
- package/dist/cjs/ur-radio-button.cjs.entry.js +1 -1
- package/dist/cjs/ur-read-mobile-top-app-bar.cjs.entry.js +1 -1
- package/dist/cjs/ur-segment-button.cjs.entry.js +1 -1
- package/dist/cjs/ur-select.cjs.entry.js +2 -2
- package/dist/cjs/ur-switch.cjs.entry.js +1 -1
- package/dist/cjs/ur-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ur-text-field.cjs.entry.js +1 -1
- package/dist/cjs/ur-top-app-bar.cjs.entry.js +1 -1
- package/dist/cjs/ur-user-profile.cjs.entry.js +1 -1
- package/dist/cjs/ur-user.cjs.entry.js +1 -1
- package/dist/cjs/urnovl-web-components.cjs.js +3 -3
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/ur-avatar/ur-avatar.js +10 -0
- package/dist/collection/components/ur-button/ur-button.js +10 -0
- package/dist/collection/components/ur-button-arrow-left/ur-button-arrow-left.js +2 -0
- package/dist/collection/components/ur-button-arrow-right/ur-button-arrow-right.js +2 -0
- package/dist/collection/components/ur-button-icon/ur-button-icon.js +12 -0
- package/dist/collection/components/ur-checkbox/ur-checkbox.js +4 -0
- package/dist/collection/components/ur-chip/ur-chip.js +16 -0
- package/dist/collection/components/ur-dialog/ur-dialog.js +12 -0
- package/dist/collection/components/ur-hero/ur-hero.js +20 -0
- package/dist/collection/components/ur-list/ur-list-item.js +24 -0
- package/dist/collection/components/ur-list/ur-list-subheader.js +2 -0
- package/dist/collection/components/ur-locale-filter-button/ur-locale-filter-button.js +4 -0
- package/dist/collection/components/ur-locale-filter-panel/ur-locale-filter-panel.js +8 -0
- package/dist/collection/components/ur-logo/ur-logo.js +10 -0
- package/dist/collection/components/ur-main-desktop-top-app-bar/ur-main-desktop-top-app-bar.js +8 -0
- package/dist/collection/components/ur-main-left-menu/ur-main-left-menu.js +10 -0
- package/dist/collection/components/ur-menu-item/ur-menu-item.js +8 -0
- package/dist/collection/components/ur-menu-profile/ur-menu-profile.js +6 -0
- package/dist/collection/components/ur-navigation-drawer/ur-navigation-drawer.js +10 -0
- package/dist/collection/components/ur-novl/ur-novl.js +33 -1
- package/dist/collection/components/ur-novl-carousel/ur-novl-carousel.css +20 -0
- package/dist/collection/components/ur-novl-carousel/ur-novl-carousel.js +228 -42
- package/dist/collection/components/ur-page/ur-page.js +12 -0
- package/dist/collection/components/ur-page-profile/ur-page-profile.js +50 -0
- package/dist/collection/components/ur-profile/ur-profile.js +48 -0
- package/dist/collection/components/ur-radio-button/ur-radio-button.js +6 -0
- package/dist/collection/components/ur-read-mobile-top-app-bar/ur-read-mobile-top-app-bar.js +8 -0
- package/dist/collection/components/ur-segment-button/ur-segment-button.js +2 -0
- package/dist/collection/components/ur-select/ur-select.js +32 -0
- package/dist/collection/components/ur-switch/ur-switch.js +4 -0
- package/dist/collection/components/ur-tabs/ur-tabs.js +6 -2
- package/dist/collection/components/ur-text-field/ur-text-field.js +14 -0
- package/dist/collection/components/ur-top-app-bar/ur-top-app-bar.js +12 -0
- package/dist/collection/components/ur-user/ur-user.js +12 -0
- package/dist/collection/data/novls.js +4 -0
- package/dist/collection/stories/NovlCarousel.stories.js +63 -3
- package/dist/components/index.js +1 -1
- package/dist/components/{p-56acdcc5.js → p-0bffcd80.js} +2 -2
- package/dist/components/{p-f51c1feb.js → p-1402778f.js} +1 -1
- package/dist/components/{p-6b207c18.js → p-1fa990f1.js} +1 -1
- package/dist/components/{p-0baf842f.js → p-668f427a.js} +1 -1
- package/dist/components/{p-13a81287.js → p-6959f89b.js} +189 -149
- package/dist/components/{p-40fd1387.js → p-759aebad.js} +1 -1
- package/dist/components/{p-8d0d6d27.js → p-89f7922d.js} +1 -1
- package/dist/components/{p-191fc625.js → p-a7eeb4ac.js} +2 -2
- package/dist/components/{p-f9015049.js → p-ab67fd2d.js} +1 -1
- package/dist/components/{p-ef777a4d.js → p-cc488bed.js} +1 -1
- package/dist/components/{p-e5bcf9a4.js → p-d2f3f491.js} +1 -1
- package/dist/components/{p-d733acc5.js → p-e7ce92c4.js} +1 -1
- package/dist/components/ur-avatar.js +1 -1
- package/dist/components/ur-button-arrow-left.js +1 -1
- package/dist/components/ur-button-arrow-right.js +1 -1
- package/dist/components/ur-button-icon.js +1 -1
- package/dist/components/ur-button.js +1 -1
- package/dist/components/ur-checkbox.js +1 -1
- package/dist/components/ur-chip.js +1 -1
- package/dist/components/ur-dialog.js +1 -1
- package/dist/components/ur-hero.js +2 -2
- package/dist/components/ur-list-item.js +1 -1
- package/dist/components/ur-list-subheader.js +1 -1
- package/dist/components/ur-list.js +1 -1
- package/dist/components/ur-loader.js +1 -1
- package/dist/components/ur-locale-filter-button.js +1 -1
- package/dist/components/ur-locale-filter-panel.js +2 -2
- package/dist/components/ur-logo.js +1 -1
- package/dist/components/ur-main-desktop-top-app-bar.js +2 -2
- package/dist/components/ur-main-left-menu.js +8 -8
- package/dist/components/ur-menu-item.js +1 -1
- package/dist/components/ur-menu-profile.js +1 -1
- package/dist/components/ur-navigation-drawer.js +1 -1
- package/dist/components/ur-novl-carousel.js +82 -30
- package/dist/components/ur-novl.js +1 -1
- package/dist/components/ur-page-profile.js +3 -3
- package/dist/components/ur-page.js +2 -2
- package/dist/components/ur-profile.js +1 -1
- package/dist/components/ur-radio-button.js +1 -1
- package/dist/components/ur-read-mobile-top-app-bar.js +2 -2
- package/dist/components/ur-segment-button.js +1 -1
- package/dist/components/ur-select.js +2 -2
- package/dist/components/ur-switch.js +1 -1
- package/dist/components/ur-tabs.js +1 -1
- package/dist/components/ur-text-field.js +1 -1
- package/dist/components/ur-top-app-bar.js +2 -2
- package/dist/components/ur-user-profile.js +1 -1
- package/dist/components/ur-user.js +2 -2
- package/dist/esm/{index-fa23999c.js → index-30a4af18.js} +204 -152
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{ur-avatar-d5342a0d.js → ur-avatar-943afcfa.js} +1 -1
- package/dist/esm/ur-avatar.entry.js +2 -2
- package/dist/esm/{ur-button-58309a7c.js → ur-button-1e0d73d2.js} +1 -1
- package/dist/esm/ur-button-arrow-left_2.entry.js +1 -1
- package/dist/esm/ur-button-icon.entry.js +1 -1
- package/dist/esm/ur-button.entry.js +2 -2
- package/dist/esm/ur-checkbox.entry.js +1 -1
- package/dist/esm/ur-chip.entry.js +1 -1
- package/dist/esm/ur-dialog.entry.js +1 -1
- package/dist/esm/ur-hero.entry.js +1 -1
- package/dist/esm/ur-list-subheader.entry.js +1 -1
- package/dist/esm/ur-list_3.entry.js +1 -1
- package/dist/esm/ur-loader.entry.js +1 -1
- package/dist/esm/ur-locale-filter-button.entry.js +1 -1
- package/dist/esm/ur-locale-filter-panel.entry.js +1 -1
- package/dist/esm/ur-logo.entry.js +1 -1
- package/dist/esm/ur-main-desktop-top-app-bar.entry.js +1 -1
- package/dist/esm/ur-main-left-menu.entry.js +1 -1
- package/dist/esm/{ur-menu-item-4d2f2e8c.js → ur-menu-item-6aeb7bcf.js} +1 -1
- package/dist/esm/ur-menu-item.entry.js +2 -2
- package/dist/esm/ur-navigation-drawer.entry.js +1 -1
- package/dist/esm/ur-novl-carousel.entry.js +71 -25
- package/dist/esm/ur-novl.entry.js +2 -2
- package/dist/esm/ur-page-profile.entry.js +3 -3
- package/dist/esm/ur-page.entry.js +1 -1
- package/dist/esm/ur-profile.entry.js +1 -1
- package/dist/esm/ur-radio-button.entry.js +1 -1
- package/dist/esm/ur-read-mobile-top-app-bar.entry.js +1 -1
- package/dist/esm/ur-segment-button.entry.js +1 -1
- package/dist/esm/ur-select.entry.js +2 -2
- package/dist/esm/ur-switch.entry.js +1 -1
- package/dist/esm/ur-tabs.entry.js +1 -1
- package/dist/esm/ur-text-field.entry.js +1 -1
- package/dist/esm/ur-top-app-bar.entry.js +1 -1
- package/dist/esm/ur-user-profile.entry.js +1 -1
- package/dist/esm/ur-user.entry.js +1 -1
- package/dist/esm/urnovl-web-components.js +4 -4
- package/dist/types/components/ur-novl-carousel/ur-novl-carousel.d.ts +8 -3
- package/dist/types/components.d.ts +7 -2
- package/dist/types/stories/NovlCarousel.stories.d.ts +1 -1
- package/dist/urnovl-web-components/{p-123a897d.entry.js → p-0980b427.entry.js} +1 -1
- package/{www/build/p-a2012ea9.entry.js → dist/urnovl-web-components/p-0da68725.entry.js} +1 -1
- package/{www/build/p-f96f2cda.entry.js → dist/urnovl-web-components/p-1225d944.entry.js} +1 -1
- package/{www/build/p-782d2952.entry.js → dist/urnovl-web-components/p-12ab0888.entry.js} +1 -1
- package/dist/urnovl-web-components/p-1992b61f.entry.js +1 -0
- package/dist/urnovl-web-components/{p-303bc73c.entry.js → p-21e207f4.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-df32cdeb.js → p-257d8b86.js} +1 -1
- package/dist/urnovl-web-components/{p-c5c61ad2.js → p-2aba68a3.js} +1 -1
- package/dist/urnovl-web-components/{p-7a41d8c5.entry.js → p-341530b9.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-2de57097.entry.js → p-346d3a91.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-d3c37af7.entry.js → p-380a1d65.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-e8cebe4b.entry.js → p-48753ab7.entry.js} +1 -1
- package/{www/build/p-cf6f7c93.entry.js → dist/urnovl-web-components/p-506b01f0.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-72f5ebe2.entry.js → p-51419c54.entry.js} +1 -1
- package/{www/build/p-ce17ba79.js → dist/urnovl-web-components/p-514ac46e.js} +1 -1
- package/dist/urnovl-web-components/{p-d73fcc3b.entry.js → p-568bbb10.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-5ddf41cb.entry.js → p-5e8493f0.entry.js} +1 -1
- package/{www/build/p-a499d3d9.entry.js → dist/urnovl-web-components/p-6a280b70.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-d071d78d.entry.js → p-7028790a.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-b2819315.entry.js → p-73203f07.entry.js} +1 -1
- package/{www/build/p-c24bb804.entry.js → dist/urnovl-web-components/p-752674dd.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-55140534.entry.js → p-78fc8634.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-4a606a7f.entry.js → p-7dc2b623.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-cdf51a8e.entry.js → p-9108b654.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-a183365e.entry.js → p-a0868f3c.entry.js} +1 -1
- package/{www/build/p-c8d266fb.entry.js → dist/urnovl-web-components/p-a5a37ed7.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-ba8a3f01.entry.js → p-af7861b1.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-87f319ad.entry.js → p-b340abf9.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-92ca13c7.entry.js → p-bc95dce5.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-0c9f7919.entry.js → p-c91b2d83.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-d4ade9a3.entry.js → p-d22c0edb.entry.js} +1 -1
- package/dist/urnovl-web-components/p-d49fd3ba.entry.js +1 -0
- package/dist/urnovl-web-components/{p-e4c5764f.entry.js → p-d86ee31c.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-cb473063.entry.js → p-e3483bd5.entry.js} +1 -1
- package/dist/urnovl-web-components/{p-3f41f359.entry.js → p-f0860712.entry.js} +1 -1
- package/dist/urnovl-web-components/p-f56fcc91.js +2 -0
- package/dist/urnovl-web-components/p-fc8ba5bb.entry.js +1 -0
- package/dist/urnovl-web-components/urnovl-web-components.esm.js +1 -1
- package/package.json +2 -2
- package/www/build/{p-123a897d.entry.js → p-0980b427.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-a2012ea9.entry.js → www/build/p-0da68725.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-f96f2cda.entry.js → www/build/p-1225d944.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-782d2952.entry.js → www/build/p-12ab0888.entry.js} +1 -1
- package/www/build/p-1992b61f.entry.js +1 -0
- package/www/build/{p-303bc73c.entry.js → p-21e207f4.entry.js} +1 -1
- package/www/build/{p-df32cdeb.js → p-257d8b86.js} +1 -1
- package/www/build/{p-c5c61ad2.js → p-2aba68a3.js} +1 -1
- package/www/build/{p-7a41d8c5.entry.js → p-341530b9.entry.js} +1 -1
- package/www/build/{p-2de57097.entry.js → p-346d3a91.entry.js} +1 -1
- package/www/build/{p-d3c37af7.entry.js → p-380a1d65.entry.js} +1 -1
- package/www/build/{p-e8cebe4b.entry.js → p-48753ab7.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-cf6f7c93.entry.js → www/build/p-506b01f0.entry.js} +1 -1
- package/www/build/{p-72f5ebe2.entry.js → p-51419c54.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-ce17ba79.js → www/build/p-514ac46e.js} +1 -1
- package/www/build/{p-d73fcc3b.entry.js → p-568bbb10.entry.js} +1 -1
- package/www/build/{p-5ddf41cb.entry.js → p-5e8493f0.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-a499d3d9.entry.js → www/build/p-6a280b70.entry.js} +1 -1
- package/www/build/{p-d071d78d.entry.js → p-7028790a.entry.js} +1 -1
- package/www/build/{p-b2819315.entry.js → p-73203f07.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-c24bb804.entry.js → www/build/p-752674dd.entry.js} +1 -1
- package/www/build/{p-55140534.entry.js → p-78fc8634.entry.js} +1 -1
- package/www/build/{p-4a606a7f.entry.js → p-7dc2b623.entry.js} +1 -1
- package/www/build/{p-cdf51a8e.entry.js → p-9108b654.entry.js} +1 -1
- package/www/build/{p-a183365e.entry.js → p-a0868f3c.entry.js} +1 -1
- package/{dist/urnovl-web-components/p-c8d266fb.entry.js → www/build/p-a5a37ed7.entry.js} +1 -1
- package/www/build/{p-ba8a3f01.entry.js → p-af7861b1.entry.js} +1 -1
- package/www/build/{p-87f319ad.entry.js → p-b340abf9.entry.js} +1 -1
- package/www/build/{p-92ca13c7.entry.js → p-bc95dce5.entry.js} +1 -1
- package/www/build/{p-0c9f7919.entry.js → p-c91b2d83.entry.js} +1 -1
- package/www/build/p-cb0ba471.js +1 -0
- package/www/build/{p-d4ade9a3.entry.js → p-d22c0edb.entry.js} +1 -1
- package/www/build/p-d49fd3ba.entry.js +1 -0
- package/www/build/{p-e4c5764f.entry.js → p-d86ee31c.entry.js} +1 -1
- package/www/build/{p-cb473063.entry.js → p-e3483bd5.entry.js} +1 -1
- package/www/build/{p-3f41f359.entry.js → p-f0860712.entry.js} +1 -1
- package/www/build/p-f56fcc91.js +2 -0
- package/www/build/p-fc8ba5bb.entry.js +1 -0
- package/www/build/urnovl-web-components.esm.js +1 -1
- package/dist/urnovl-web-components/p-7595aad6.entry.js +0 -1
- package/dist/urnovl-web-components/p-7a468da8.entry.js +0 -1
- package/dist/urnovl-web-components/p-8ed0f8b1.entry.js +0 -1
- package/dist/urnovl-web-components/p-b9030d3f.js +0 -2
- package/www/build/p-3fed70c7.js +0 -1
- package/www/build/p-7595aad6.entry.js +0 -1
- package/www/build/p-7a468da8.entry.js +0 -1
- package/www/build/p-8ed0f8b1.entry.js +0 -1
- package/www/build/p-b9030d3f.js +0 -2
|
@@ -24,7 +24,7 @@ const NAMESPACE = 'urnovl-web-components';
|
|
|
24
24
|
const BUILD = /* urnovl-web-components */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: true, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
|
|
25
25
|
|
|
26
26
|
/*
|
|
27
|
-
Stencil Client Platform v4.
|
|
27
|
+
Stencil Client Platform v4.23.0 | MIT Licensed | https://stenciljs.com
|
|
28
28
|
*/
|
|
29
29
|
var __defProp = Object.defineProperty;
|
|
30
30
|
var __export = (target, all) => {
|
|
@@ -208,20 +208,6 @@ var unwrapErr = (result) => {
|
|
|
208
208
|
throw result.value;
|
|
209
209
|
}
|
|
210
210
|
};
|
|
211
|
-
var createTime = (fnName, tagName = "") => {
|
|
212
|
-
{
|
|
213
|
-
return () => {
|
|
214
|
-
return;
|
|
215
|
-
};
|
|
216
|
-
}
|
|
217
|
-
};
|
|
218
|
-
var uniqueTime = (key, measureText) => {
|
|
219
|
-
{
|
|
220
|
-
return () => {
|
|
221
|
-
return;
|
|
222
|
-
};
|
|
223
|
-
}
|
|
224
|
-
};
|
|
225
211
|
var h = (nodeName, vnodeData, ...children) => {
|
|
226
212
|
let child = null;
|
|
227
213
|
let key = null;
|
|
@@ -286,132 +272,6 @@ var newVNode = (tag, text) => {
|
|
|
286
272
|
};
|
|
287
273
|
var Host = {};
|
|
288
274
|
var isHost = (node) => node && node.$tag$ === Host;
|
|
289
|
-
var parsePropertyValue = (propValue, propType) => {
|
|
290
|
-
if (propValue != null && !isComplexType(propValue)) {
|
|
291
|
-
if (propType & 4 /* Boolean */) {
|
|
292
|
-
return propValue === "false" ? false : propValue === "" || !!propValue;
|
|
293
|
-
}
|
|
294
|
-
if (propType & 2 /* Number */) {
|
|
295
|
-
return parseFloat(propValue);
|
|
296
|
-
}
|
|
297
|
-
if (propType & 1 /* String */) {
|
|
298
|
-
return String(propValue);
|
|
299
|
-
}
|
|
300
|
-
return propValue;
|
|
301
|
-
}
|
|
302
|
-
return propValue;
|
|
303
|
-
};
|
|
304
|
-
var getElement = (ref) => getHostRef(ref).$hostElement$ ;
|
|
305
|
-
|
|
306
|
-
// src/runtime/event-emitter.ts
|
|
307
|
-
var createEvent = (ref, name, flags) => {
|
|
308
|
-
const elm = getElement(ref);
|
|
309
|
-
return {
|
|
310
|
-
emit: (detail) => {
|
|
311
|
-
return emitEvent(elm, name, {
|
|
312
|
-
bubbles: !!(flags & 4 /* Bubbles */),
|
|
313
|
-
composed: !!(flags & 2 /* Composed */),
|
|
314
|
-
cancelable: !!(flags & 1 /* Cancellable */),
|
|
315
|
-
detail
|
|
316
|
-
});
|
|
317
|
-
}
|
|
318
|
-
};
|
|
319
|
-
};
|
|
320
|
-
var emitEvent = (elm, name, opts) => {
|
|
321
|
-
const ev = plt.ce(name, opts);
|
|
322
|
-
elm.dispatchEvent(ev);
|
|
323
|
-
return ev;
|
|
324
|
-
};
|
|
325
|
-
var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
|
|
326
|
-
var registerStyle = (scopeId2, cssText, allowCS) => {
|
|
327
|
-
let style = styles.get(scopeId2);
|
|
328
|
-
if (supportsConstructableStylesheets && allowCS) {
|
|
329
|
-
style = style || new CSSStyleSheet();
|
|
330
|
-
if (typeof style === "string") {
|
|
331
|
-
style = cssText;
|
|
332
|
-
} else {
|
|
333
|
-
style.replaceSync(cssText);
|
|
334
|
-
}
|
|
335
|
-
} else {
|
|
336
|
-
style = cssText;
|
|
337
|
-
}
|
|
338
|
-
styles.set(scopeId2, style);
|
|
339
|
-
};
|
|
340
|
-
var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
341
|
-
var _a;
|
|
342
|
-
const scopeId2 = getScopeId(cmpMeta);
|
|
343
|
-
const style = styles.get(scopeId2);
|
|
344
|
-
styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : doc;
|
|
345
|
-
if (style) {
|
|
346
|
-
if (typeof style === "string") {
|
|
347
|
-
styleContainerNode = styleContainerNode.head || styleContainerNode;
|
|
348
|
-
let appliedStyles = rootAppliedStyles.get(styleContainerNode);
|
|
349
|
-
let styleElm;
|
|
350
|
-
if (!appliedStyles) {
|
|
351
|
-
rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
|
|
352
|
-
}
|
|
353
|
-
if (!appliedStyles.has(scopeId2)) {
|
|
354
|
-
{
|
|
355
|
-
styleElm = doc.createElement("style");
|
|
356
|
-
styleElm.innerHTML = style;
|
|
357
|
-
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
|
358
|
-
if (nonce != null) {
|
|
359
|
-
styleElm.setAttribute("nonce", nonce);
|
|
360
|
-
}
|
|
361
|
-
if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
|
|
362
|
-
if (styleContainerNode.nodeName === "HEAD") {
|
|
363
|
-
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
364
|
-
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
365
|
-
styleContainerNode.insertBefore(styleElm, referenceNode2);
|
|
366
|
-
} else if ("host" in styleContainerNode) {
|
|
367
|
-
if (supportsConstructableStylesheets) {
|
|
368
|
-
const stylesheet = new CSSStyleSheet();
|
|
369
|
-
stylesheet.replaceSync(style);
|
|
370
|
-
styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];
|
|
371
|
-
} else {
|
|
372
|
-
const existingStyleContainer = styleContainerNode.querySelector("style");
|
|
373
|
-
if (existingStyleContainer) {
|
|
374
|
-
existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
|
|
375
|
-
} else {
|
|
376
|
-
styleContainerNode.prepend(styleElm);
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
} else {
|
|
380
|
-
styleContainerNode.append(styleElm);
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== "HEAD") {
|
|
384
|
-
styleContainerNode.insertBefore(styleElm, null);
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
|
388
|
-
styleElm.innerHTML += SLOT_FB_CSS;
|
|
389
|
-
}
|
|
390
|
-
if (appliedStyles) {
|
|
391
|
-
appliedStyles.add(scopeId2);
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
} else if (!styleContainerNode.adoptedStyleSheets.includes(style)) {
|
|
395
|
-
styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
return scopeId2;
|
|
399
|
-
};
|
|
400
|
-
var attachStyles = (hostRef) => {
|
|
401
|
-
const cmpMeta = hostRef.$cmpMeta$;
|
|
402
|
-
const elm = hostRef.$hostElement$;
|
|
403
|
-
const flags = cmpMeta.$flags$;
|
|
404
|
-
const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
|
|
405
|
-
const scopeId2 = addStyle(
|
|
406
|
-
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
407
|
-
cmpMeta);
|
|
408
|
-
if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
|
|
409
|
-
elm["s-sc"] = scopeId2;
|
|
410
|
-
elm.classList.add(scopeId2 + "-h");
|
|
411
|
-
}
|
|
412
|
-
endAttachStyles();
|
|
413
|
-
};
|
|
414
|
-
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
415
275
|
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
416
276
|
if (oldValue !== newValue) {
|
|
417
277
|
let isProp = isMemberInElement(elm, memberName);
|
|
@@ -420,6 +280,9 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
420
280
|
const classList = elm.classList;
|
|
421
281
|
const oldClasses = parseClassList(oldValue);
|
|
422
282
|
const newClasses = parseClassList(newValue);
|
|
283
|
+
if (elm["s-si"] && newClasses.indexOf(elm["s-si"]) < 0) {
|
|
284
|
+
newClasses.push(elm["s-si"]);
|
|
285
|
+
}
|
|
423
286
|
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
|
424
287
|
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
425
288
|
} else if (memberName === "style") {
|
|
@@ -788,6 +651,146 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
788
651
|
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
|
|
789
652
|
patch(oldVNode, rootVnode, isInitialLoad);
|
|
790
653
|
};
|
|
654
|
+
var createTime = (fnName, tagName = "") => {
|
|
655
|
+
{
|
|
656
|
+
return () => {
|
|
657
|
+
return;
|
|
658
|
+
};
|
|
659
|
+
}
|
|
660
|
+
};
|
|
661
|
+
var uniqueTime = (key, measureText) => {
|
|
662
|
+
{
|
|
663
|
+
return () => {
|
|
664
|
+
return;
|
|
665
|
+
};
|
|
666
|
+
}
|
|
667
|
+
};
|
|
668
|
+
var parsePropertyValue = (propValue, propType) => {
|
|
669
|
+
if (propValue != null && !isComplexType(propValue)) {
|
|
670
|
+
if (propType & 4 /* Boolean */) {
|
|
671
|
+
return propValue === "false" ? false : propValue === "" || !!propValue;
|
|
672
|
+
}
|
|
673
|
+
if (propType & 2 /* Number */) {
|
|
674
|
+
return parseFloat(propValue);
|
|
675
|
+
}
|
|
676
|
+
if (propType & 1 /* String */) {
|
|
677
|
+
return String(propValue);
|
|
678
|
+
}
|
|
679
|
+
return propValue;
|
|
680
|
+
}
|
|
681
|
+
return propValue;
|
|
682
|
+
};
|
|
683
|
+
var getElement = (ref) => getHostRef(ref).$hostElement$ ;
|
|
684
|
+
|
|
685
|
+
// src/runtime/event-emitter.ts
|
|
686
|
+
var createEvent = (ref, name, flags) => {
|
|
687
|
+
const elm = getElement(ref);
|
|
688
|
+
return {
|
|
689
|
+
emit: (detail) => {
|
|
690
|
+
return emitEvent(elm, name, {
|
|
691
|
+
bubbles: !!(flags & 4 /* Bubbles */),
|
|
692
|
+
composed: !!(flags & 2 /* Composed */),
|
|
693
|
+
cancelable: !!(flags & 1 /* Cancellable */),
|
|
694
|
+
detail
|
|
695
|
+
});
|
|
696
|
+
}
|
|
697
|
+
};
|
|
698
|
+
};
|
|
699
|
+
var emitEvent = (elm, name, opts) => {
|
|
700
|
+
const ev = plt.ce(name, opts);
|
|
701
|
+
elm.dispatchEvent(ev);
|
|
702
|
+
return ev;
|
|
703
|
+
};
|
|
704
|
+
var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
|
|
705
|
+
var registerStyle = (scopeId2, cssText, allowCS) => {
|
|
706
|
+
let style = styles.get(scopeId2);
|
|
707
|
+
if (supportsConstructableStylesheets && allowCS) {
|
|
708
|
+
style = style || new CSSStyleSheet();
|
|
709
|
+
if (typeof style === "string") {
|
|
710
|
+
style = cssText;
|
|
711
|
+
} else {
|
|
712
|
+
style.replaceSync(cssText);
|
|
713
|
+
}
|
|
714
|
+
} else {
|
|
715
|
+
style = cssText;
|
|
716
|
+
}
|
|
717
|
+
styles.set(scopeId2, style);
|
|
718
|
+
};
|
|
719
|
+
var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
720
|
+
var _a;
|
|
721
|
+
const scopeId2 = getScopeId(cmpMeta);
|
|
722
|
+
const style = styles.get(scopeId2);
|
|
723
|
+
styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : doc;
|
|
724
|
+
if (style) {
|
|
725
|
+
if (typeof style === "string") {
|
|
726
|
+
styleContainerNode = styleContainerNode.head || styleContainerNode;
|
|
727
|
+
let appliedStyles = rootAppliedStyles.get(styleContainerNode);
|
|
728
|
+
let styleElm;
|
|
729
|
+
if (!appliedStyles) {
|
|
730
|
+
rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
|
|
731
|
+
}
|
|
732
|
+
if (!appliedStyles.has(scopeId2)) {
|
|
733
|
+
{
|
|
734
|
+
styleElm = doc.createElement("style");
|
|
735
|
+
styleElm.innerHTML = style;
|
|
736
|
+
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
|
737
|
+
if (nonce != null) {
|
|
738
|
+
styleElm.setAttribute("nonce", nonce);
|
|
739
|
+
}
|
|
740
|
+
if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
|
|
741
|
+
if (styleContainerNode.nodeName === "HEAD") {
|
|
742
|
+
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
743
|
+
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
744
|
+
styleContainerNode.insertBefore(styleElm, referenceNode2);
|
|
745
|
+
} else if ("host" in styleContainerNode) {
|
|
746
|
+
if (supportsConstructableStylesheets) {
|
|
747
|
+
const stylesheet = new CSSStyleSheet();
|
|
748
|
+
stylesheet.replaceSync(style);
|
|
749
|
+
styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];
|
|
750
|
+
} else {
|
|
751
|
+
const existingStyleContainer = styleContainerNode.querySelector("style");
|
|
752
|
+
if (existingStyleContainer) {
|
|
753
|
+
existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
|
|
754
|
+
} else {
|
|
755
|
+
styleContainerNode.prepend(styleElm);
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
} else {
|
|
759
|
+
styleContainerNode.append(styleElm);
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== "HEAD") {
|
|
763
|
+
styleContainerNode.insertBefore(styleElm, null);
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
|
767
|
+
styleElm.innerHTML += SLOT_FB_CSS;
|
|
768
|
+
}
|
|
769
|
+
if (appliedStyles) {
|
|
770
|
+
appliedStyles.add(scopeId2);
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
} else if (!styleContainerNode.adoptedStyleSheets.includes(style)) {
|
|
774
|
+
styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
return scopeId2;
|
|
778
|
+
};
|
|
779
|
+
var attachStyles = (hostRef) => {
|
|
780
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
|
781
|
+
const elm = hostRef.$hostElement$;
|
|
782
|
+
const flags = cmpMeta.$flags$;
|
|
783
|
+
const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
|
|
784
|
+
const scopeId2 = addStyle(
|
|
785
|
+
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
786
|
+
cmpMeta);
|
|
787
|
+
if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
|
|
788
|
+
elm["s-sc"] = scopeId2;
|
|
789
|
+
elm.classList.add(scopeId2 + "-h");
|
|
790
|
+
}
|
|
791
|
+
endAttachStyles();
|
|
792
|
+
};
|
|
793
|
+
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
791
794
|
|
|
792
795
|
// src/runtime/update-component.ts
|
|
793
796
|
var attachToAncestor = (hostRef, ancestorComponent) => {
|
|
@@ -989,16 +992,62 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
989
992
|
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
990
993
|
members.map(([memberName, [memberFlags]]) => {
|
|
991
994
|
if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
995
|
+
if ((memberFlags & 2048 /* Getter */) === 0) {
|
|
996
|
+
Object.defineProperty(prototype, memberName, {
|
|
997
|
+
get() {
|
|
998
|
+
return getValue(this, memberName);
|
|
999
|
+
},
|
|
1000
|
+
set(newValue) {
|
|
1001
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
1002
|
+
},
|
|
1003
|
+
configurable: true,
|
|
1004
|
+
enumerable: true
|
|
1005
|
+
});
|
|
1006
|
+
} else if (flags & 1 /* isElementConstructor */ && memberFlags & 2048 /* Getter */) {
|
|
1007
|
+
{
|
|
1008
|
+
Object.defineProperty(prototype, memberName, {
|
|
1009
|
+
get() {
|
|
1010
|
+
const ref = getHostRef(this);
|
|
1011
|
+
const instance = ref ? ref.$lazyInstance$ : prototype;
|
|
1012
|
+
if (!instance) return;
|
|
1013
|
+
return instance[memberName];
|
|
1014
|
+
},
|
|
1015
|
+
configurable: true,
|
|
1016
|
+
enumerable: true
|
|
1017
|
+
});
|
|
1018
|
+
}
|
|
1019
|
+
if (memberFlags & 4096 /* Setter */) {
|
|
1020
|
+
const origSetter = Object.getOwnPropertyDescriptor(prototype, memberName).set;
|
|
1021
|
+
Object.defineProperty(prototype, memberName, {
|
|
1022
|
+
set(newValue) {
|
|
1023
|
+
const ref = getHostRef(this);
|
|
1024
|
+
if (origSetter) {
|
|
1025
|
+
const currentValue = ref.$hostElement$[memberName];
|
|
1026
|
+
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1027
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
1028
|
+
}
|
|
1029
|
+
origSetter.apply(this, [parsePropertyValue(newValue, cmpMeta.$members$[memberName][0])]);
|
|
1030
|
+
setValue(this, memberName, ref.$hostElement$[memberName], cmpMeta);
|
|
1031
|
+
return;
|
|
1032
|
+
}
|
|
1033
|
+
if (!ref) return;
|
|
1034
|
+
const setterSetVal = () => {
|
|
1035
|
+
const currentValue = ref.$lazyInstance$[memberName];
|
|
1036
|
+
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1037
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
1038
|
+
}
|
|
1039
|
+
ref.$lazyInstance$[memberName] = parsePropertyValue(newValue, cmpMeta.$members$[memberName][0]);
|
|
1040
|
+
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
|
1041
|
+
};
|
|
1042
|
+
if (ref.$lazyInstance$) {
|
|
1043
|
+
setterSetVal();
|
|
1044
|
+
} else {
|
|
1045
|
+
ref.$onReadyPromise$.then(() => setterSetVal());
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
});
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1002
1051
|
} else if (flags & 1 /* isElementConstructor */ && memberFlags & 64 /* Method */) {
|
|
1003
1052
|
Object.defineProperty(prototype, memberName, {
|
|
1004
1053
|
value(...args) {
|
|
@@ -1038,7 +1087,10 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1038
1087
|
}
|
|
1039
1088
|
return;
|
|
1040
1089
|
}
|
|
1041
|
-
|
|
1090
|
+
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
1091
|
+
if (!propDesc.get || !!propDesc.set) {
|
|
1092
|
+
this[propName] = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1093
|
+
}
|
|
1042
1094
|
});
|
|
1043
1095
|
};
|
|
1044
1096
|
Cstr.observedAttributes = Array.from(
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-96580ba7.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
9
9
|
if (typeof window === 'undefined') return undefined;
|
|
10
10
|
await appGlobals.globalScripts();
|
|
11
|
-
return index.bootstrapLazy([["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-novl-carousel.cjs",[[1,"ur-novl-carousel",{"novls":[
|
|
11
|
+
return index.bootstrapLazy([["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-novl-carousel.cjs",[[1,"ur-novl-carousel",{"novls":[32],"loading":[32],"breakpoints":[16],"grid":[16],"slidesPerView":[8,"slides-per-view"],"spaceBetween":[8,"space-between"],"navigation":[4],"disabledPrev":[32],"disabledNext":[32],"addNovls":[64],"updateNovl":[64],"updateNovls":[64]}]]],["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-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-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.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-select.cjs",[[1,"ur-select",{"label":[1],"name":[1],"value":[1],"placeholder":[1],"helper":[1],"readonly":[4],"disabled":[4],"clearable":[4],"multiple":[4],"endAligned":[4,"end-aligned"],"variant":[1],"placement":[1],"icon":[1],"endIcon":[1,"end-icon"],"form":[1],"items":[16],"selectedValue":[32]},null,{"value":["valueChanged"]}]]],["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-checkbox.cjs",[[1,"ur-checkbox",{"disabled":[4],"checked":[4]}]]],["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-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-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-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],"text":[1]}]]],["ur-segment-button.cjs",[[1,"ur-segment-button",{"likeLabel":[1,"like-label"]}]]],["ur-switch.cjs",[[1,"ur-switch",{"disabled":[4],"checked":[4]}]]],["ur-tabs.cjs",[[1,"ur-tabs",{"tabs":[16],"panels":[16]}]]],["ur-text-field.cjs",[[1,"ur-text-field",{"label":[1],"placeholder":[1],"helper":[1],"disabled":[4],"variant":[1],"value":[1],"endIcon":[8,"end-icon"]}]]],["ur-user-profile.cjs",[[1,"ur-user-profile"]]],["ur-menu-item.cjs",[[1,"ur-menu-item",{"value":[1],"label":[1],"disabled":[4],"selected":[4]}]]],["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-button-arrow-left_2.cjs",[[1,"ur-button-arrow-left",{"disabled":[4]}],[1,"ur-button-arrow-right",{"disabled":[4]}]]],["ur-avatar.cjs",[[1,"ur-avatar",{"size":[1],"src":[1],"name":[1],"border":[1],"radius":[1]}]]],["ur-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-button-icon.cjs",[[1,"ur-button-icon",{"disabled":[4],"loading":[4],"variant":[1],"icon":[1],"selectedIcon":[1,"selected-icon"],"selected":[4]}]]],["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"]}]]]], options);
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports.setNonce = index.setNonce;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
3
|
+
const index = require('./index-96580ba7.js');
|
|
4
4
|
|
|
5
5
|
const urAvatarCss = ":host {\n img {\n display: block;\n border-color: #ececec;\n border-style: solid;\n background: #fff;\n }\n}\n";
|
|
6
6
|
const UrAvatarStyle0 = urAvatarCss;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
3
|
+
const index = require('./index-96580ba7.js');
|
|
4
4
|
require('./index-1687d33e.js');
|
|
5
5
|
|
|
6
6
|
const urButtonCss = ":host{display:inline-block;--ur-shape-corner-small:var(--mdui-shape-corner-small)}:host mdui-button{width:inherit;font-size:14px;border-radius:var(--ur-shape-corner-small)}mdui-button::part(icon){font-size:24px}";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const urButton = require('./ur-button-
|
|
6
|
-
require('./index-
|
|
5
|
+
const urButton = require('./ur-button-ea162c9d.js');
|
|
6
|
+
require('./index-96580ba7.js');
|
|
7
7
|
require('./index-1687d33e.js');
|
|
8
8
|
require('./is-3783cb36.js');
|
|
9
9
|
require('./ref-c2c9e01c.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-96580ba7.js');
|
|
6
6
|
const is = require('./is-3783cb36.js');
|
|
7
7
|
const queryAssignedElements = require('./query-assigned-elements-6bc83d5f.js');
|
|
8
8
|
const classMap = require('./class-map-14759be7.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-96580ba7.js');
|
|
6
6
|
|
|
7
7
|
const urHeroCss = ":host{display:block;width:100%;height:calc(100vw / 3);min-height:200px;position:relative;max-height:300px;border-radius:12px;overflow:hidden;container-type:inline-size;container-name:hero-container;}:host .hero-container{height:100%;width:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-repeat:no-repeat;background-size:auto 100%}:host .overlay{position:absolute;inset:0;background:var(--ur-hero-overlay-color, rgba(0, 0, 0, 0.5));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center;color:white}:host .hero-title{font-size:34px;line-height:1rem;margin:0.5rem 0}:host .hero-subtitle{font-size:18px;line-height:1rem;margin:0.5rem 0}:host(.small-hero) .hero-title{font-size:1.25rem}:host(.small-hero) .hero-subtitle{font-size:0.75rem}:host(.medium-hero) .hero-title{font-size:1.5rem}:host(.medium-hero) .hero-subtitle{font-size:0.875rem}:host(.large-hero) .hero-title{font-size:2rem}:host(.large-hero) .hero-subtitle{font-size:1rem}:host .cta-button{display:flex;align-items:center;justify-content:center;padding:0.5rem 1rem;font-size:1rem;color:white;background:var(--ur-button-background, #007bff);border:none;border-radius:5px;cursor:pointer}:host .cta-button mat-icon{margin-right:0.5rem}:host .layout-left .overlay{align-items:flex-start;text-align:left}:host .layout-right .overlay{align-items:flex-end;text-align:right}:host .layout-center .overlay{align-items:center;text-align:center}:host .background-top{background-position:top}:host .background-center{background-position:center}:host .background-bottom{background-position:bottom}:host .align-left{background-position-x:left}:host .align-center{background-position-x:center}:host .align-right{background-position-x:right}";
|
|
8
8
|
const UrHeroStyle0 = urHeroCss;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-96580ba7.js');
|
|
6
6
|
|
|
7
7
|
const urListSubheaderCss = ":host{display:block;margin:0;padding:0;opacity:0.5;text-transform:uppercase}";
|
|
8
8
|
const UrListSubheaderStyle0 = urListSubheaderCss;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-96580ba7.js');
|
|
6
6
|
const is = require('./is-3783cb36.js');
|
|
7
7
|
const queryAssignedElements = require('./query-assigned-elements-6bc83d5f.js');
|
|
8
8
|
const ref = require('./ref-c2c9e01c.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-96580ba7.js');
|
|
6
6
|
|
|
7
7
|
const urLoaderCss = ":host{height:60px;width:60px;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer}";
|
|
8
8
|
const UrLoaderStyle0 = urLoaderCss;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-96580ba7.js');
|
|
6
6
|
|
|
7
7
|
const urLogoCss = ":host{display:inline-block;opacity:0.7;}:host(:hover){opacity:1 !important;}";
|
|
8
8
|
const UrLogoStyle0 = urLogoCss;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-96580ba7.js');
|
|
6
6
|
require('./top-app-bar-3838462b.js');
|
|
7
7
|
require('./index-32e5fe53.js');
|
|
8
8
|
require('./is-3783cb36.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-96580ba7.js');
|
|
6
6
|
|
|
7
7
|
const urMainLeftMenuCss = ":host{top:0;left:0;height:100%;--ur-color-background:var(--mdui-color-background);--ur-color-primary:var(--mdui-color-primary);--ur-color-on-primary:var(--mdui-color-on-primary);--ur-color-on-background:var(--mdui-color-on-background);--ur-color-outline:var(--mdui-color-outline);--ur-color-outline-variant:var(--mdui-color-outline-variant);--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);--collapsed-width:56px;--expanded-width:220px}:host .left-menu .toggle-button{border-radius:0}:host .left-menu .toggle-button .icon{font-size:22px;color:rgb(var(--ur-color-on-background))}:host .left-menu{top:0;left:0;overflow:hidden;display:flex;flex-direction:column;width:var(--collapsed-width, 56px);height:inherit;position:fixed;border-right:1px solid rgb(var(--ur-color-outline-variant))}:host .left-menu.expanded{width:var(--expanded-width, 220px)}:host .premium{display:flex;padding:8px}:host .toggle-button{background-color:rgb(var(--ur-color-background));color:rgb(var(--ur-color-on-background));border:none;width:56px;height:48px;padding:10px;cursor:pointer}:host .nav{display:flex;flex-direction:column}:host .menu.loggedout{padding:16px 8px;height:40px}:host .menu-button{width:100%}:host .menu.loggedin{width:100%;display:flex;flex-direction:column}:host .menu.loggedin.notexpanded .profile-list{padding:0;margin:0;width:100%;display:flex;justify-content:center;align-items:center}:host .menu.loggedin.expanded{width:initial;padding:0 12px}:host .menu.loggedin.notexpanded{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}:host .nav-item{margin:10px 0;text-decoration:none}:host .welcome .menu-button{text-align:center;font-size:22px}:host .icon{font-size:8px}:host .menu-footer{padding:12px;margin-top:auto;border-top:1px solid rgb(var(--ur-color-outline-variant))}:host .menu-footer .link-hld{display:flex;flex-wrap:wrap;flex-direction:row;margin:8px 0 0 0}:host .menu-footer .link{text-decoration:none;padding:2px 0;font-weight:600;font-size:10px;margin-right:8px;font-weight:600;color:rgb(var(--ur-color-outline))}:host .menu-footer .link:hover{text-decoration:underline;}:host .menu-footer .est{display:block;margin:12px 0 0 0;font-size:10px}:host .menu-footer.collapsed{padding:0;display:flex;justify-content:center;align-items:center;flex-direction:column}:host .social-links{padding:12px 0 4px 0;display:flex;flex-direction:column;row-gap:10px;align-items:center}:host .social{width:20px;height:20px;opacity:0.5;display:flex;align-items:center;justify-content:center;text-decoration:none;color:rgb(var(--ur-color-on-background))}:host .vertical-logo a{text-decoration:none;color:inherit;display:inline-block;}:host .horizontal-logo a{text-decoration:none;color:inherit;display:inline-block;}:host .social:hover{opacity:1}:host .social.x{border-radius:4px;background-color:rgba(var(--ur-color-on-background), 1)}:host .social-links .social.discord{width:24px;height:24px}:host .social-links .social.x .icon{color:rgb(var(--ur-color-background))}:host .social-links .social .icon{color:currentColor}:host .feedback .icon{margin-top:2px;font-size:20px}:host .menu-navigation{margin-top:8px;align-items:center;justify-content:flex-start;border-top:1px solid rgb(var(--ur-color-outline-variant));border-bottom:1px solid rgb(var(--ur-color-outline-variant))}:host .custom-content{display:flex;align-items:center;gap:10px}:host .toggle-button{width:56px;height:40px;margin:0;padding:0;border-radius:0}:host .custom-content__info{display:flex;flex-direction:column}:host .vertical-logo{width:100%;height:80px;display:flex;justify-content:center;align-items:center}";
|
|
8
8
|
const UrMainLeftMenuStyle0 = urMainLeftMenuCss;
|