@pronto-tools-and-more/files 12.42.0 → 12.43.0
Sign up to get free protection for your applications and to get access to all the features.
- package/files/framework/src/default/storefront/buildInfo.json +4 -4
- package/files/framework/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +1 -1
- package/files/framework/src/default/storefront/index.html +2 -2
- package/files/framework/src/default/storefront/modules/common.js +1 -1201
- package/files/framework/src/default/storefront/modules/main.js +1 -1
- package/files/framework/src/default/storefront/modules/styles.css +1 -1
- package/files/framework-latest/src/default/content/assets/FONTAWESOME_LICENSE.txt +34 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-BoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Italic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Light.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/RobotoSlab-Bold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/ic_arrow.svg +1 -0
- package/files/framework-latest/src/default/content/assets/ic_audio.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_bookmark.svg +10 -0
- package/files/framework-latest/src/default/content/assets/ic_bookmark_active.svg +9 -0
- package/files/framework-latest/src/default/content/assets/ic_close.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_download.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_download_circle.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_download_completed.svg +12 -0
- package/files/framework-latest/src/default/content/assets/ic_download_completed_circle.svg +12 -0
- package/files/framework-latest/src/default/content/assets/ic_downloading.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_downloading_circle.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_font_size.svg +1 -0
- package/files/framework-latest/src/default/content/assets/ic_left.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_left_arrow.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_night_mode.svg +20 -0
- package/files/framework-latest/src/default/content/assets/ic_night_mode_active.svg +20 -0
- package/files/framework-latest/src/default/content/assets/ic_overlay_loading.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_play.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_player.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_player_active.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_right.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_right_arrow.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_seek_back.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_seek_forward.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_settings.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_share_android.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_share_ios.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_rate.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_toc.svg +22 -0
- package/files/framework-latest/src/default/content/assets/ic_video.svg +21 -0
- package/files/framework-latest/src/default/content/assets/ic_zoom.svg +1 -0
- package/files/framework-latest/src/default/content/assets/img/spinner.gif +0 -0
- package/files/framework-latest/src/default/content/assets/logo.png +0 -0
- package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.css +13 -0
- package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.js +1 -0
- package/files/framework-latest/src/default/content/assets/tail-spin.gif +0 -0
- package/files/framework-latest/src/default/content/assets/tail-spin.svg +32 -0
- package/files/framework-latest/src/default/content/core.css +29 -0
- package/files/framework-latest/src/default/content/core.js +10896 -0
- package/files/framework-latest/src/default/content/functions.css +2 -0
- package/files/framework-latest/src/default/content/functions.js +1 -0
- package/files/framework-latest/src/default/content/publish-press-author.css +407 -0
- package/files/framework-latest/src/default/content/publish-press-author.js +290 -0
- package/files/framework-latest/src/default/content/resources.json +1 -0
- package/files/framework-latest/src/default/content/theme.css +16 -0
- package/files/framework-latest/src/default/content/theme.js +720 -0
- package/files/framework-latest/src/default/content/tts.css +7 -0
- package/files/framework-latest/src/default/content/tts.js +5 -0
- package/files/framework-latest/src/default/content/uag.css +20 -0
- package/files/framework-latest/src/default/content/uag.js +166 -0
- package/files/framework-latest/src/default/info/css/style.css +328 -0
- package/files/framework-latest/src/default/info/font-awesome/HELP-US-OUT.txt +7 -0
- package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.css +2337 -0
- package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.min.css +4 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/FontAwesome.otf +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.svg +2671 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/files/framework-latest/src/default/info/font-awesome/less/animated.less +34 -0
- package/files/framework-latest/src/default/info/font-awesome/less/bordered-pulled.less +25 -0
- package/files/framework-latest/src/default/info/font-awesome/less/core.less +12 -0
- package/files/framework-latest/src/default/info/font-awesome/less/fixed-width.less +6 -0
- package/files/framework-latest/src/default/info/font-awesome/less/font-awesome.less +18 -0
- package/files/framework-latest/src/default/info/font-awesome/less/icons.less +789 -0
- package/files/framework-latest/src/default/info/font-awesome/less/larger.less +13 -0
- package/files/framework-latest/src/default/info/font-awesome/less/list.less +19 -0
- package/files/framework-latest/src/default/info/font-awesome/less/mixins.less +60 -0
- package/files/framework-latest/src/default/info/font-awesome/less/path.less +15 -0
- package/files/framework-latest/src/default/info/font-awesome/less/rotated-flipped.less +20 -0
- package/files/framework-latest/src/default/info/font-awesome/less/screen-reader.less +5 -0
- package/files/framework-latest/src/default/info/font-awesome/less/stacked.less +20 -0
- package/files/framework-latest/src/default/info/font-awesome/less/variables.less +800 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_animated.scss +34 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_bordered-pulled.scss +25 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_core.scss +12 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_fixed-width.scss +6 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_icons.scss +789 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_larger.scss +13 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_list.scss +19 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_mixins.scss +60 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_path.scss +15 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_rotated-flipped.scss +20 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_screen-reader.scss +5 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_stacked.scss +20 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_variables.scss +800 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/font-awesome.scss +18 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Bold.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Italic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Light.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Medium.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-MediumItalic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Regular.ttf +0 -0
- package/files/framework-latest/src/default/info/img/banner.png +0 -0
- package/files/framework-latest/src/default/info/index.html +94 -0
- package/files/framework-latest/src/default/info/theme.css +181 -0
- package/files/framework-latest/src/default/menuicons/account.png +0 -0
- package/files/framework-latest/src/default/menuicons/account@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/account@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/info.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/login.png +0 -0
- package/files/framework-latest/src/default/menuicons/login@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/login@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/settings.png +0 -0
- package/files/framework-latest/src/default/menuicons/share.png +0 -0
- package/files/framework-latest/src/default/menuicons/share@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/share@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/website.png +0 -0
- package/files/framework-latest/src/default/menuicons/website@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/website@3x.png +0 -0
- package/files/framework-latest/src/default/onboarding/3rdpartylicenses.txt +574 -0
- package/files/framework-latest/src/default/onboarding/assets/config/message.json +7 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding.json +48 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/1_Welcome.png +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_1.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_4.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/style.json +19 -0
- package/files/framework-latest/src/default/onboarding/assets/config/url.json +5 -0
- package/files/framework-latest/src/default/onboarding/assets/font/Ionicons/ionicons.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Bold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-BoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Italic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Light.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Regular.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/fonts.css +73 -0
- package/files/framework-latest/src/default/onboarding/favicon.ico +0 -0
- package/files/framework-latest/src/default/onboarding/index.html +15 -0
- package/files/framework-latest/src/default/onboarding/main.js +1 -0
- package/files/framework-latest/src/default/onboarding/polyfills-es5.js +1 -0
- package/files/framework-latest/src/default/onboarding/polyfills.js +1 -0
- package/files/framework-latest/src/default/onboarding/runtime.js +1 -0
- package/files/framework-latest/src/default/onboarding/styles.css +1 -0
- package/files/framework-latest/src/default/onboarding/vendor.js +1 -0
- package/files/framework-latest/src/default/readmode/custom.js +40 -0
- package/files/framework-latest/src/default/readmode/ic_audio.svg +19 -0
- package/files/framework-latest/src/default/readmode/ic_close.svg +16 -0
- package/files/framework-latest/src/default/readmode/ic_font_size.svg +1 -0
- package/files/framework-latest/src/default/readmode/ic_night_mode.svg +20 -0
- package/files/framework-latest/src/default/readmode/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/readmode/ic_play.svg +16 -0
- package/files/framework-latest/src/default/readmode/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/readmode/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/readmode/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/storefront/3rdpartylicenses.txt +1065 -0
- package/files/framework-latest/src/default/storefront/assets/access.json +10 -0
- package/files/framework-latest/src/default/storefront/assets/banner/banner_not_found.jpg +0 -0
- package/files/framework-latest/src/default/storefront/assets/downloadOptions.json +1 -0
- package/files/framework-latest/src/default/storefront/assets/faq.html +87 -0
- package/files/framework-latest/src/default/storefront/assets/features.json +3 -0
- package/files/framework-latest/src/default/storefront/assets/generic-widget.json +1 -0
- package/files/framework-latest/src/default/storefront/assets/login.html +329 -0
- package/files/framework-latest/src/default/storefront/assets/submit.css +7 -0
- package/files/framework-latest/src/default/storefront/assets/subscription-benefits.json +11 -0
- package/files/framework-latest/src/default/storefront/assets/termsofuse.html +123 -0
- package/files/framework-latest/src/default/storefront/assets/tts_config.json +3 -0
- package/files/framework-latest/src/default/storefront/assets/urls.json +11 -0
- package/files/framework-latest/src/default/storefront/buildInfo.json +7 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/index.html +1 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +842 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js.LICENSE.txt +13 -0
- package/files/framework-latest/src/default/storefront/index.html +22 -0
- package/files/framework-latest/src/default/storefront/modules/DS_logo.svg +1 -0
- package/files/framework-latest/src/default/storefront/modules/alphaMask.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_backward.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_first.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_forward.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_fullwidth.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_fullwidth_active.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_last.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_pin.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_toc.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_zoom.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_zoom_active.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/common.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-node_modules_angular_forms_fesm2022_forms_mjs.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_base-component_base-datacollection_component_ts-4706f8.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_content_content_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-04fe61.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-571069.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_issue_issue_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_service_tts_tts_service_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/ic_backward.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_close.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_forward.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_overlay_loading.svg +13 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_player.svg +17 -0
- package/files/framework-latest/src/default/storefront/modules/ic_player_active.svg +17 -0
- package/files/framework-latest/src/default/storefront/modules/ic_refresh.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_seek_back.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_seek_forward.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_settings.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/storefront/modules/icon_close.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/main.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_clientjs_dist_client_base_min_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_mustache_mustache_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_vendor_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_webPresenter_min_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/polyfills.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-295cec.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-7956f0.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-94b9b6.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_action-executor_action-executor_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ad_ad_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_app-menu-xml_app-menu-xml_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_base-component_base-datacollection_component_ts-project-6cb588.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_bookmark_bookmark_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-body_content-body_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-featured-image_content-featured-c9ba26.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_category_category_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_collection_collection_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_component_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_coupon_coupon_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dev-components_user-tag-testing_user-tag-testing_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_download-issues_download-issues_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dropdown_dropdown_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_embeddable-view_embeddable-view_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_iframe_iframe_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_issue-search-result_issue-search-result_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_login_login_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_menu_menu_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_product_product_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication-completion_publication-completion_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication_publication_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_recommendations_recommendations_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_search-field_search-field_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_subscription_subscription_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_swiper_swiper_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ticker_ticker_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toggle_toggle_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toolbar_toolbar_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_web-presenter_presenter_presenter_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_widget_widget_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_config_common_config_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/runtime.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/styles.css +1 -0
- package/package.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["polyfills"],{9834:(V,ce,ee)=>{"use strict";var G=ee(9379);ee(6935),window.global=window,function(){let F=!1;try{const w=Object.defineProperty({},"passive",{get:function(){F=!0}}),O=function(){};window.addEventListener("testPassiveEventSupport",O,w),window.removeEventListener("testPassiveEventSupport",O,w)}catch(w){console.log("Error testing for passive event listener",w)}if(F){const w=EventTarget.prototype.addEventListener;EventTarget.prototype.addEventListener=function(O,U,ae){this&&(this.f=w,ae=ae||{},O&&O.search(/^touch/)>-1&&!ae.passive?this.f(O,U,(0,G.A)((0,G.A)({},ae),{},{passive:!0})):this.f(O,U,ae))}}}()},6935:(V,ce,ee)=>{"use strict";var G=ee(2897).default;const X=globalThis;function L(t){return(X.__Zone_symbol_prefix||"__zone_symbol__")+t}const O=Object.getOwnPropertyDescriptor,U=Object.defineProperty,ae=Object.getPrototypeOf,Tt=Object.create,gt=Array.prototype.slice,xe="addEventListener",He="removeEventListener",Ve=L(xe),Be=L(He),ye="true",Te="false",Ce=L("");function Ge(t,r){return Zone.current.wrap(t,r)}function Fe(t,r,i,n,s){return Zone.current.scheduleMacroTask(t,r,i,n,s)}const z=L,Me=typeof window<"u",we=Me?window:void 0,ie=Me&&we||globalThis;function Ue(t,r){for(let i=t.length-1;i>=0;i--)"function"==typeof t[i]&&(t[i]=Ge(t[i],r+"_"+i));return t}function Ke(t){return!t||!1!==t.writable&&!("function"==typeof t.get&&typeof t.set>"u")}const $e=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Le=!("nw"in ie)&&typeof ie.process<"u"&&"[object process]"===ie.process.toString(),ze=!Le&&!$e&&!(!Me||!we.HTMLElement),Je=typeof ie.process<"u"&&"[object process]"===ie.process.toString()&&!$e&&!(!Me||!we.HTMLElement),Ie={},kt=z("enable_beforeunload"),Qe=function(t){if(!(t=t||ie.event))return;let r=Ie[t.type];r||(r=Ie[t.type]=z("ON_PROPERTY"+t.type));const i=this||t.target||ie,n=i[r];let s;return ze&&i===we&&"error"===t.type?(s=n&&n.call(this,t.message,t.filename,t.lineno,t.colno,t.error),!0===s&&t.preventDefault()):(s=n&&n.apply(this,arguments),"beforeunload"===t.type&&ie[kt]&&"string"==typeof s?t.returnValue=s:null!=s&&!s&&t.preventDefault()),s};function et(t,r,i){let n=O(t,r);if(!n&&i&&O(i,r)&&(n={enumerable:!0,configurable:!0}),!n||!n.configurable)return;const s=z("on"+r+"patched");if(t.hasOwnProperty(s)&&t[s])return;delete n.writable,delete n.value;const u=n.get,y=n.set,T=r.slice(2);let v=Ie[T];v||(v=Ie[T]=z("ON_PROPERTY"+T)),n.set=function(D){let p=this;!p&&t===ie&&(p=ie),p&&("function"==typeof p[v]&&p.removeEventListener(T,Qe),y&&y.call(p,null),p[v]=D,"function"==typeof D&&p.addEventListener(T,Qe,!1))},n.get=function(){let D=this;if(!D&&t===ie&&(D=ie),!D)return null;const p=D[v];if(p)return p;if(u){let S=u.call(this);if(S)return n.set.call(this,S),"function"==typeof D.removeAttribute&&D.removeAttribute(r),S}return null},U(t,r,n),t[s]=!0}function tt(t,r,i){if(r)for(let n=0;n<r.length;n++)et(t,"on"+r[n],i);else{const n=[];for(const s in t)"on"==s.slice(0,2)&&n.push(s);for(let s=0;s<n.length;s++)et(t,n[s],i)}}const de=z("originalInstance");function Ne(t){const r=ie[t];if(!r)return;ie[z(t)]=r,ie[t]=function(){const s=Ue(arguments,t);switch(s.length){case 0:this[de]=new r;break;case 1:this[de]=new r(s[0]);break;case 2:this[de]=new r(s[0],s[1]);break;case 3:this[de]=new r(s[0],s[1],s[2]);break;case 4:this[de]=new r(s[0],s[1],s[2],s[3]);break;default:throw new Error("Arg list too long.")}},me(ie[t],r);const i=new r(function(){});let n;for(n in i)"XMLHttpRequest"===t&&"responseBlob"===n||function(s){"function"==typeof i[s]?ie[t].prototype[s]=function(){return this[de][s].apply(this[de],arguments)}:U(ie[t].prototype,s,{set:function(u){"function"==typeof u?(this[de][s]=Ge(u,t+"."+s),me(this[de][s],u)):this[de][s]=u},get:function(){return this[de][s]}})}(n);for(n in r)"prototype"!==n&&r.hasOwnProperty(n)&&(ie[t][n]=r[n])}function ge(t,r,i){let n=t;for(;n&&!n.hasOwnProperty(r);)n=ae(n);!n&&t[r]&&(n=t);const s=z(r);let u=null;if(n&&(!(u=n[s])||!n.hasOwnProperty(s))&&(u=n[s]=n[r],Ke(n&&O(n,r)))){const T=i(u,s,r);n[r]=function(){return T(this,arguments)},me(n[r],u)}return u}function bt(t,r,i){let n=null;function s(u){const y=u.data;return y.args[y.cbIdx]=function(){u.invoke.apply(this,arguments)},n.apply(y.target,y.args),u}n=ge(t,r,u=>function(y,T){const v=i(y,T);return v.cbIdx>=0&&"function"==typeof T[v.cbIdx]?Fe(v.name,T[v.cbIdx],v,s):u.apply(y,T)})}function me(t,r){t[z("OriginalDelegate")]=r}let nt=!1,We=!1;function wt(){if(nt)return We;nt=!0;try{const t=we.navigator.userAgent;(-1!==t.indexOf("MSIE ")||-1!==t.indexOf("Trident/")||-1!==t.indexOf("Edge/"))&&(We=!0)}catch(t){}return We}function rt(t){return"function"==typeof t}function ot(t){return"number"==typeof t}let Oe=!1;if(typeof window<"u")try{const t=Object.defineProperty({},"passive",{get:function(){Oe=!0}});window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){Oe=!1}const Ot={useG:!0},fe={},st={},it=new RegExp("^"+Ce+"(\\w+)(true|false)$"),ct=z("propagationStopped");function at(t,r){const i=(r?r(t):t)+Te,n=(r?r(t):t)+ye,s=Ce+i,u=Ce+n;fe[t]={},fe[t][Te]=s,fe[t][ye]=u}function St(t,r,i,n){const s=n&&n.add||xe,u=n&&n.rm||He,y=n&&n.listeners||"eventListeners",T=n&&n.rmAll||"removeAllListeners",v=z(s),D="."+s+":",p="prependListener",S="."+p+":",B=function(k,h,q){if(k.isRemoved)return;const K=k.callback;let te;"object"==typeof K&&K.handleEvent&&(k.callback=g=>K.handleEvent(g),k.originalDelegate=K);try{k.invoke(k,h,[q])}catch(g){te=g}const $=k.options;return $&&"object"==typeof $&&$.once&&h[u].call(h,q.type,k.originalDelegate?k.originalDelegate:k.callback,$),te};function W(k,h,q){if(!(h=h||t.event))return;const K=k||h.target||t,te=K[fe[h.type][q?ye:Te]];if(te){const $=[];if(1===te.length){const g=B(te[0],K,h);g&&$.push(g)}else{const g=te.slice();for(let re=0;re<g.length&&(!h||!0!==h[ct]);re++){const I=B(g[re],K,h);I&&$.push(I)}}if(1===$.length)throw $[0];for(let g=0;g<$.length;g++){const re=$[g];r.nativeScheduleMicroTask(()=>{throw re})}}}const ne=function(k){return W(this,k,!1)},oe=function(k){return W(this,k,!0)};function ue(k,h){if(!k)return!1;let q=!0;h&&void 0!==h.useG&&(q=h.useG);const K=h&&h.vh;let te=!0;h&&void 0!==h.chkDup&&(te=h.chkDup);let $=!1;h&&void 0!==h.rt&&($=h.rt);let g=k;for(;g&&!g.hasOwnProperty(s);)g=ae(g);if(!g&&k[s]&&(g=k),!g||g[v])return!1;const re=h&&h.eventNameToString,I={},R=g[v]=g[s],b=g[z(u)]=g[u],N=g[z(y)]=g[y],le=g[z(T)]=g[T];let se;h&&h.prepend&&(se=g[z(h.prepend)]=g[h.prepend]);const M=q?function(o){if(!I.isExisting)return R.call(I.target,I.eventName,I.capture?oe:ne,I.options)}:function(o){return R.call(I.target,I.eventName,o.invoke,I.options)},C=q?function(o){if(!o.isRemoved){const f=fe[o.eventName];let m;f&&(m=f[o.capture?ye:Te]);const P=m&&o.target[m];if(P)for(let E=0;E<P.length;E++)if(P[E]===o){P.splice(E,1),o.isRemoved=!0,o.removeAbortListener&&(o.removeAbortListener(),o.removeAbortListener=null),0===P.length&&(o.allRemoved=!0,o.target[m]=null);break}}if(o.allRemoved)return b.call(o.target,o.eventName,o.capture?oe:ne,o.options)}:function(o){return b.call(o.target,o.eventName,o.invoke,o.options)},ve=h&&h.diff?h.diff:function(o,f){const m=typeof f;return"function"===m&&o.callback===f||"object"===m&&o.originalDelegate===f},_e=Zone[z("UNPATCHED_EVENTS")],Re=t[z("PASSIVE_EVENTS")],a=function(o,f,m,P,E=!1,A=!1){return function(){const Z=this||t;let x=arguments[0];h&&h.transferEventName&&(x=h.transferEventName(x));let J=arguments[1];if(!J)return o.apply(this,arguments);if(Le&&"uncaughtException"===x)return o.apply(this,arguments);let Q=!1;if("function"!=typeof J){if(!J.handleEvent)return o.apply(this,arguments);Q=!0}if(K&&!K(o,J,Z,arguments))return;const ke=Oe&&!!Re&&-1!==Re.indexOf(x),he=function l(o){if("object"==typeof o&&null!==o){const f=G({},o);return o.signal&&(f.signal=o.signal),f}return o}(function H(o,f){return!Oe&&"object"==typeof o&&o?!!o.capture:Oe&&f?"boolean"==typeof o?{capture:o,passive:!0}:o?"object"==typeof o&&!1!==o.passive?G(G({},o),{},{passive:!0}):o:{passive:!0}:o}(arguments[2],ke)),be=null==he?void 0:he.signal;if(null!=be&&be.aborted)return;if(_e)for(let Ee=0;Ee<_e.length;Ee++)if(x===_e[Ee])return ke?o.call(Z,x,J,he):o.apply(this,arguments);const qe=!!he&&("boolean"==typeof he||he.capture),dt=!(!he||"object"!=typeof he)&&he.once,Vt=Zone.current;let Ye=fe[x];Ye||(at(x,re),Ye=fe[x]);const _t=Ye[qe?ye:Te];let Ze,De=Z[_t],pt=!1;if(De){if(pt=!0,te)for(let Ee=0;Ee<De.length;Ee++)if(ve(De[Ee],J))return}else De=Z[_t]=[];const Et=Z.constructor.name,yt=st[Et];yt&&(Ze=yt[x]),Ze||(Ze=Et+f+(re?re(x):x)),I.options=he,dt&&(I.options.once=!1),I.target=Z,I.capture=qe,I.eventName=x,I.isExisting=pt;const je=q?Ot:void 0;je&&(je.taskData=I),be&&(I.options.signal=void 0);const pe=Vt.scheduleEventTask(Ze,J,je,m,P);if(be){I.options.signal=be;const Ee=()=>pe.zone.cancelTask(pe);o.call(be,"abort",Ee,{once:!0}),pe.removeAbortListener=()=>be.removeEventListener("abort",Ee)}return I.target=null,je&&(je.taskData=null),dt&&(I.options.once=!0),!Oe&&"boolean"==typeof pe.options||(pe.options=he),pe.target=Z,pe.capture=qe,pe.eventName=x,Q&&(pe.originalDelegate=J),A?De.unshift(pe):De.push(pe),E?Z:void 0}};return g[s]=a(R,D,M,C,$),se&&(g[p]=a(se,S,function(o){return se.call(I.target,I.eventName,o.invoke,I.options)},C,$,!0)),g[u]=function(){const o=this||t;let f=arguments[0];h&&h.transferEventName&&(f=h.transferEventName(f));const m=arguments[2],P=!!m&&("boolean"==typeof m||m.capture),E=arguments[1];if(!E)return b.apply(this,arguments);if(K&&!K(b,E,o,arguments))return;const A=fe[f];let Z;A&&(Z=A[P?ye:Te]);const x=Z&&o[Z];if(x)for(let J=0;J<x.length;J++){const Q=x[J];if(ve(Q,E))return x.splice(J,1),Q.isRemoved=!0,0!==x.length||(Q.allRemoved=!0,o[Z]=null,P||"string"!=typeof f)||(o[Ce+"ON_PROPERTY"+f]=null),Q.zone.cancelTask(Q),$?o:void 0}return b.apply(this,arguments)},g[y]=function(){const o=this||t;let f=arguments[0];h&&h.transferEventName&&(f=h.transferEventName(f));const m=[],P=lt(o,re?re(f):f);for(let E=0;E<P.length;E++){const A=P[E];m.push(A.originalDelegate?A.originalDelegate:A.callback)}return m},g[T]=function(){const o=this||t;let f=arguments[0];if(f){h&&h.transferEventName&&(f=h.transferEventName(f));const m=fe[f];if(m){const A=o[m[Te]],Z=o[m[ye]];if(A){const x=A.slice();for(let J=0;J<x.length;J++){const Q=x[J];this[u].call(this,f,Q.originalDelegate?Q.originalDelegate:Q.callback,Q.options)}}if(Z){const x=Z.slice();for(let J=0;J<x.length;J++){const Q=x[J];this[u].call(this,f,Q.originalDelegate?Q.originalDelegate:Q.callback,Q.options)}}}}else{const m=Object.keys(o);for(let P=0;P<m.length;P++){const A=it.exec(m[P]);let Z=A&&A[1];Z&&"removeListener"!==Z&&this[T].call(this,Z)}this[T].call(this,"removeListener")}if($)return this},me(g[s],R),me(g[u],b),le&&me(g[T],le),N&&me(g[y],N),!0}let Y=[];for(let k=0;k<i.length;k++)Y[k]=ue(i[k],n);return Y}function lt(t,r){if(!r){const u=[];for(let y in t){const T=it.exec(y);let v=T&&T[1];if(v&&(!r||v===r)){const D=t[y];if(D)for(let p=0;p<D.length;p++)u.push(D[p])}}return u}let i=fe[r];i||(at(r),i=fe[r]);const n=t[i[Te]],s=t[i[ye]];return n?s?n.concat(s):n.slice():s?s.slice():[]}function Rt(t,r){const i=t.Event;i&&i.prototype&&r.patchMethod(i.prototype,"stopImmediatePropagation",n=>function(s,u){s[ct]=!0,n&&n.apply(s,u)})}const Ae=z("zoneTask");function Se(t,r,i,n){let s=null,u=null;i+=n;const y={};function T(D){const p=D.data;p.args[0]=function(){return D.invoke.apply(this,arguments)};const S=s.apply(t,p.args);return ot(S)?p.handleId=S:(p.handle=S,p.isRefreshable=rt(S.refresh)),D}function v(D){const{handle:p,handleId:S}=D.data;return u.call(t,null!=p?p:S)}s=ge(t,r+=n,D=>function(p,S){if(rt(S[0])){var B;const W={isRefreshable:!1,isPeriodic:"Interval"===n,delay:"Timeout"===n||"Interval"===n?S[1]||0:void 0,args:S},ne=S[0];S[0]=function(){try{return ne.apply(this,arguments)}finally{const{handle:K,handleId:te,isPeriodic:$,isRefreshable:g}=W;!$&&!g&&(te?delete y[te]:K&&(K[Ae]=null))}};const oe=Fe(r,S[0],W,T,v);if(!oe)return oe;const{handleId:ue,handle:Y,isRefreshable:k,isPeriodic:h}=oe.data;if(ue)y[ue]=oe;else if(Y&&(Y[Ae]=oe,k&&!h)){const q=Y.refresh;Y.refresh=function(){const{zone:K,state:te}=oe;return"notScheduled"===te?(oe._state="scheduled",K._updateTaskCount(oe,1)):"running"===te&&(oe._state="scheduling"),q.call(this)}}return null!==(B=null!=Y?Y:ue)&&void 0!==B?B:oe}return D.apply(t,S)}),u=ge(t,i,D=>function(p,S){var B;const W=S[0];let ne;ot(W)?(ne=y[W],delete y[W]):(ne=null==W?void 0:W[Ae],ne?W[Ae]=null:ne=W),null!==(B=ne)&&void 0!==B&&B.type?ne.cancelFn&&ne.zone.cancelTask(ne):D.apply(t,S)})}function ut(t,r,i){if(!i||0===i.length)return r;const n=i.filter(u=>u.target===t);if(!n||0===n.length)return r;const s=n[0].ignoreProperties;return r.filter(u=>-1===s.indexOf(u))}function ft(t,r,i,n){t&&tt(t,ut(t,r,i),n)}function Xe(t){return Object.getOwnPropertyNames(t).filter(r=>r.startsWith("on")&&r.length>2).map(r=>r.substring(2))}function Zt(t,r,i,n,s){const u=Zone.__symbol__(n);if(r[u])return;const y=r[u]=r[n];r[n]=function(T,v,D){return v&&v.prototype&&s.forEach(function(p){const S="".concat(i,".").concat(n,"::")+p,B=v.prototype;try{if(B.hasOwnProperty(p)){const W=t.ObjectGetOwnPropertyDescriptor(B,p);W&&W.value?(W.value=t.wrapWithCurrentZone(W.value,S),t._redefineProperty(v.prototype,p,W)):B[p]&&(B[p]=t.wrapWithCurrentZone(B[p],S))}else B[p]&&(B[p]=t.wrapWithCurrentZone(B[p],S))}catch(W){}}),y.call(r,T,v,D)},t.attachOriginToPatched(r[n],y)}const ht=function w(){var r;const i=globalThis,n=!0===i[L("forceDuplicateZoneCheck")];if(i.Zone&&(n||"function"!=typeof i.Zone.__symbol__))throw new Error("Zone already loaded.");return null!==(r=i.Zone)&&void 0!==r||(i.Zone=function F(){const t=X.performance;function r(H){t&&t.mark&&t.mark(H)}function i(H,_){t&&t.measure&&t.measure(H,_)}r("Zone");let n=(()=>{class _{static assertZonePatched(){if(X.Promise!==I.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let e=_.current;for(;e.parent;)e=e.parent;return e}static get current(){return b.zone}static get currentTask(){return N}static __load_patch(e,d,j=!1){if(I.hasOwnProperty(e)){const M=!0===X[L("forceDuplicateZoneCheck")];if(!j&&M)throw Error("Already loaded patch: "+e)}else if(!X["__Zone_disable_"+e]){const M="Zone:"+e;r(M),I[e]=d(X,_,R),i(M,M)}}get parent(){return this._parent}get name(){return this._name}constructor(e,d){this._parent=e,this._name=d?d.name||"unnamed":"<root>",this._properties=d&&d.properties||{},this._zoneDelegate=new u(this,this._parent&&this._parent._zoneDelegate,d)}get(e){const d=this.getZoneWith(e);if(d)return d._properties[e]}getZoneWith(e){let d=this;for(;d;){if(d._properties.hasOwnProperty(e))return d;d=d._parent}return null}fork(e){if(!e)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,e)}wrap(e,d){if("function"!=typeof e)throw new Error("Expecting function got: "+e);const j=this._zoneDelegate.intercept(this,e,d),M=this;return function(){return M.runGuarded(j,this,arguments,d)}}run(e,d,j,M){b={parent:b,zone:this};try{return this._zoneDelegate.invoke(this,e,d,j,M)}finally{b=b.parent}}runGuarded(e,d=null,j,M){b={parent:b,zone:this};try{try{return this._zoneDelegate.invoke(this,e,d,j,M)}catch(C){if(this._zoneDelegate.handleError(this,C))throw C}}finally{b=b.parent}}runTask(e,d,j){if(e.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(e.zone||ue).name+"; Execution: "+this.name+")");const M=e,{type:C,data:{isPeriodic:Pe=!1,isRefreshable:ve=!1}={}}=e;if(e.state===Y&&(C===re||C===g))return;const _e=e.state!=q;_e&&M._transitionTo(q,h);const Re=N;N=M,b={parent:b,zone:this};try{C==g&&e.data&&!Pe&&!ve&&(e.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,M,d,j)}catch(l){if(this._zoneDelegate.handleError(this,l))throw l}}finally{const l=e.state;if(l!==Y&&l!==te)if(C==re||Pe||ve&&l===k)_e&&M._transitionTo(h,q,k);else{const a=M._zoneDelegates;this._updateTaskCount(M,-1),_e&&M._transitionTo(Y,q,Y),ve&&(M._zoneDelegates=a)}b=b.parent,N=Re}}scheduleTask(e){if(e.zone&&e.zone!==this){let j=this;for(;j;){if(j===e.zone)throw Error("can not reschedule task to ".concat(this.name," which is descendants of the original zone ").concat(e.zone.name));j=j.parent}}e._transitionTo(k,Y);const d=[];e._zoneDelegates=d,e._zone=this;try{e=this._zoneDelegate.scheduleTask(this,e)}catch(j){throw e._transitionTo(te,k,Y),this._zoneDelegate.handleError(this,j),j}return e._zoneDelegates===d&&this._updateTaskCount(e,1),e.state==k&&e._transitionTo(h,k),e}scheduleMicroTask(e,d,j,M){return this.scheduleTask(new y($,e,d,j,M,void 0))}scheduleMacroTask(e,d,j,M,C){return this.scheduleTask(new y(g,e,d,j,M,C))}scheduleEventTask(e,d,j,M,C){return this.scheduleTask(new y(re,e,d,j,M,C))}cancelTask(e){if(e.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(e.zone||ue).name+"; Execution: "+this.name+")");if(e.state===h||e.state===q){e._transitionTo(K,h,q);try{this._zoneDelegate.cancelTask(this,e)}catch(d){throw e._transitionTo(te,K),this._zoneDelegate.handleError(this,d),d}return this._updateTaskCount(e,-1),e._transitionTo(Y,K),e.runCount=-1,e}}_updateTaskCount(e,d){const j=e._zoneDelegates;-1==d&&(e._zoneDelegates=null);for(let M=0;M<j.length;M++)j[M]._updateTaskCount(e.type,d)}}return _.__symbol__=L,_})();const s={name:"",onHasTask:(H,_,c,e)=>H.hasTask(c,e),onScheduleTask:(H,_,c,e)=>H.scheduleTask(c,e),onInvokeTask:(H,_,c,e,d,j)=>H.invokeTask(c,e,d,j),onCancelTask:(H,_,c,e)=>H.cancelTask(c,e)};class u{get zone(){return this._zone}constructor(_,c,e){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this._zone=_,this._parentDelegate=c,this._forkZS=e&&(e&&e.onFork?e:c._forkZS),this._forkDlgt=e&&(e.onFork?c:c._forkDlgt),this._forkCurrZone=e&&(e.onFork?this._zone:c._forkCurrZone),this._interceptZS=e&&(e.onIntercept?e:c._interceptZS),this._interceptDlgt=e&&(e.onIntercept?c:c._interceptDlgt),this._interceptCurrZone=e&&(e.onIntercept?this._zone:c._interceptCurrZone),this._invokeZS=e&&(e.onInvoke?e:c._invokeZS),this._invokeDlgt=e&&(e.onInvoke?c:c._invokeDlgt),this._invokeCurrZone=e&&(e.onInvoke?this._zone:c._invokeCurrZone),this._handleErrorZS=e&&(e.onHandleError?e:c._handleErrorZS),this._handleErrorDlgt=e&&(e.onHandleError?c:c._handleErrorDlgt),this._handleErrorCurrZone=e&&(e.onHandleError?this._zone:c._handleErrorCurrZone),this._scheduleTaskZS=e&&(e.onScheduleTask?e:c._scheduleTaskZS),this._scheduleTaskDlgt=e&&(e.onScheduleTask?c:c._scheduleTaskDlgt),this._scheduleTaskCurrZone=e&&(e.onScheduleTask?this._zone:c._scheduleTaskCurrZone),this._invokeTaskZS=e&&(e.onInvokeTask?e:c._invokeTaskZS),this._invokeTaskDlgt=e&&(e.onInvokeTask?c:c._invokeTaskDlgt),this._invokeTaskCurrZone=e&&(e.onInvokeTask?this._zone:c._invokeTaskCurrZone),this._cancelTaskZS=e&&(e.onCancelTask?e:c._cancelTaskZS),this._cancelTaskDlgt=e&&(e.onCancelTask?c:c._cancelTaskDlgt),this._cancelTaskCurrZone=e&&(e.onCancelTask?this._zone:c._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const d=e&&e.onHasTask;(d||c&&c._hasTaskZS)&&(this._hasTaskZS=d?e:s,this._hasTaskDlgt=c,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=this._zone,e.onScheduleTask||(this._scheduleTaskZS=s,this._scheduleTaskDlgt=c,this._scheduleTaskCurrZone=this._zone),e.onInvokeTask||(this._invokeTaskZS=s,this._invokeTaskDlgt=c,this._invokeTaskCurrZone=this._zone),e.onCancelTask||(this._cancelTaskZS=s,this._cancelTaskDlgt=c,this._cancelTaskCurrZone=this._zone))}fork(_,c){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,_,c):new n(_,c)}intercept(_,c,e){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,_,c,e):c}invoke(_,c,e,d,j){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,_,c,e,d,j):c.apply(e,d)}handleError(_,c){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,_,c)}scheduleTask(_,c){let e=c;if(this._scheduleTaskZS)this._hasTaskZS&&e._zoneDelegates.push(this._hasTaskDlgtOwner),e=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,_,c),e||(e=c);else if(c.scheduleFn)c.scheduleFn(c);else{if(c.type!=$)throw new Error("Task is missing scheduleFn.");ne(c)}return e}invokeTask(_,c,e,d){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,_,c,e,d):c.callback.apply(e,d)}cancelTask(_,c){let e;if(this._cancelTaskZS)e=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,_,c);else{if(!c.cancelFn)throw Error("Task is not cancelable");e=c.cancelFn(c)}return e}hasTask(_,c){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,_,c)}catch(e){this.handleError(_,e)}}_updateTaskCount(_,c){const e=this._taskCounts,d=e[_],j=e[_]=d+c;if(j<0)throw new Error("More tasks executed then were scheduled.");0!=d&&0!=j||this.hasTask(this._zone,{microTask:e.microTask>0,macroTask:e.macroTask>0,eventTask:e.eventTask>0,change:_})}}class y{constructor(_,c,e,d,j,M){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=_,this.source=c,this.data=d,this.scheduleFn=j,this.cancelFn=M,!e)throw new Error("callback is not defined");this.callback=e;const C=this;this.invoke=_===re&&d&&d.useG?y.invokeTask:function(){return y.invokeTask.call(X,C,this,arguments)}}static invokeTask(_,c,e){_||(_=this),le++;try{return _.runCount++,_.zone.runTask(_,c,e)}finally{1==le&&oe(),le--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(Y,k)}_transitionTo(_,c,e){if(this._state!==c&&this._state!==e)throw new Error("".concat(this.type," '").concat(this.source,"': can not transition to '").concat(_,"', expecting state '").concat(c,"'").concat(e?" or '"+e+"'":"",", was '").concat(this._state,"'."));this._state=_,_==Y&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const T=L("setTimeout"),v=L("Promise"),D=L("then");let B,p=[],S=!1;function W(H){if(B||X[v]&&(B=X[v].resolve(0)),B){let _=B[D];_||(_=B.then),_.call(B,H)}else X[T](H,0)}function ne(H){0===le&&0===p.length&&W(oe),H&&p.push(H)}function oe(){if(!S){for(S=!0;p.length;){const H=p;p=[];for(let _=0;_<H.length;_++){const c=H[_];try{c.zone.runTask(c,null,null)}catch(e){R.onUnhandledError(e)}}}R.microtaskDrainDone(),S=!1}}const ue={name:"NO ZONE"},Y="notScheduled",k="scheduling",h="scheduled",q="running",K="canceling",te="unknown",$="microTask",g="macroTask",re="eventTask",I={},R={symbol:L,currentZoneFrame:()=>b,onUnhandledError:se,microtaskDrainDone:se,scheduleMicroTask:ne,showUncaughtError:()=>!n[L("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:se,patchMethod:()=>se,bindArguments:()=>[],patchThen:()=>se,patchMacroTask:()=>se,patchEventPrototype:()=>se,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>se,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>se,wrapWithCurrentZone:()=>se,filterProperties:()=>[],attachOriginToPatched:()=>se,_redefineProperty:()=>se,patchCallbacks:()=>se,nativeScheduleMicroTask:W};let b={parent:null,zone:new n(null,null)},N=null,le=0;function se(){}return i("Zone","Zone"),n}()),i.Zone}();(function Ht(t){(function It(t){t.__load_patch("ZoneAwarePromise",(r,i,n)=>{const s=Object.getOwnPropertyDescriptor,u=Object.defineProperty,T=n.symbol,v=[],D=!1!==r[T("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],p=T("Promise"),S=T("then");n.onUnhandledError=l=>{if(n.showUncaughtError()){const a=l&&l.rejection;a?console.error("Unhandled Promise rejection:",a instanceof Error?a.message:a,"; Zone:",l.zone.name,"; Task:",l.task&&l.task.source,"; Value:",a,a instanceof Error?a.stack:void 0):console.error(l)}},n.microtaskDrainDone=()=>{for(;v.length;){const l=v.shift();try{l.zone.runGuarded(()=>{throw l.throwOriginal?l.rejection:l})}catch(a){ne(a)}}};const W=T("unhandledPromiseRejectionHandler");function ne(l){n.onUnhandledError(l);try{const a=i[W];"function"==typeof a&&a.call(this,l)}catch(a){}}function oe(l){return l&&l.then}function ue(l){return l}function Y(l){return C.reject(l)}const k=T("state"),h=T("value"),q=T("finally"),K=T("parentPromiseValue"),te=T("parentPromiseState"),g=null,I=!1;function b(l,a){return o=>{try{H(l,a,o)}catch(f){H(l,!1,f)}}}const N=function(){let l=!1;return function(o){return function(){l||(l=!0,o.apply(null,arguments))}}},le="Promise resolved with itself",se=T("currentTaskTrace");function H(l,a,o){const f=N();if(l===o)throw new TypeError(le);if(l[k]===g){let m=null;try{("object"==typeof o||"function"==typeof o)&&(m=o&&o.then)}catch(P){return f(()=>{H(l,!1,P)})(),l}if(a!==I&&o instanceof C&&o.hasOwnProperty(k)&&o.hasOwnProperty(h)&&o[k]!==g)c(o),H(l,o[k],o[h]);else if(a!==I&&"function"==typeof m)try{m.call(o,f(b(l,a)),f(b(l,!1)))}catch(P){f(()=>{H(l,!1,P)})()}else{l[k]=a;const P=l[h];if(l[h]=o,l[q]===q&&!0===a&&(l[k]=l[te],l[h]=l[K]),a===I&&o instanceof Error){const E=i.currentTask&&i.currentTask.data&&i.currentTask.data.__creationTrace__;E&&u(o,se,{configurable:!0,enumerable:!1,writable:!0,value:E})}for(let E=0;E<P.length;)e(l,P[E++],P[E++],P[E++],P[E++]);if(0==P.length&&a==I){l[k]=0;let E=o;try{throw new Error("Uncaught (in promise): "+function y(l){return l&&l.toString===Object.prototype.toString?(l.constructor&&l.constructor.name||"")+": "+JSON.stringify(l):l?l.toString():Object.prototype.toString.call(l)}(o)+(o&&o.stack?"\n"+o.stack:""))}catch(A){E=A}D&&(E.throwOriginal=!0),E.rejection=o,E.promise=l,E.zone=i.current,E.task=i.currentTask,v.push(E),n.scheduleMicroTask()}}}return l}const _=T("rejectionHandledHandler");function c(l){if(0===l[k]){try{const a=i[_];a&&"function"==typeof a&&a.call(this,{rejection:l[h],promise:l})}catch(a){}l[k]=I;for(let a=0;a<v.length;a++)l===v[a].promise&&v.splice(a,1)}}function e(l,a,o,f,m){c(l);const P=l[k],E=P?"function"==typeof f?f:ue:"function"==typeof m?m:Y;a.scheduleMicroTask("Promise.then",()=>{try{const A=l[h],Z=!!o&&q===o[q];Z&&(o[K]=A,o[te]=P);const x=a.run(E,void 0,Z&&E!==Y&&E!==ue?[]:[A]);H(o,!0,x)}catch(A){H(o,!1,A)}},o)}const j=function(){},M=r.AggregateError;class C{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(a){return a instanceof C?a:H(new this(null),!0,a)}static reject(a){return H(new this(null),I,a)}static withResolvers(){const a={};return a.promise=new C((o,f)=>{a.resolve=o,a.reject=f}),a}static any(a){if(!a||"function"!=typeof a[Symbol.iterator])return Promise.reject(new M([],"All promises were rejected"));const o=[];let f=0;try{for(let E of a)f++,o.push(C.resolve(E))}catch(E){return Promise.reject(new M([],"All promises were rejected"))}if(0===f)return Promise.reject(new M([],"All promises were rejected"));let m=!1;const P=[];return new C((E,A)=>{for(let Z=0;Z<o.length;Z++)o[Z].then(x=>{m||(m=!0,E(x))},x=>{P.push(x),f--,0===f&&(m=!0,A(new M(P,"All promises were rejected")))})})}static race(a){let o,f,m=new this((A,Z)=>{o=A,f=Z});function P(A){o(A)}function E(A){f(A)}for(let A of a)oe(A)||(A=this.resolve(A)),A.then(P,E);return m}static all(a){return C.allWithCallback(a)}static allSettled(a){return(this&&this.prototype instanceof C?this:C).allWithCallback(a,{thenCallback:f=>({status:"fulfilled",value:f}),errorCallback:f=>({status:"rejected",reason:f})})}static allWithCallback(a,o){let f,m,P=new this((x,J)=>{f=x,m=J}),E=2,A=0;const Z=[];for(let x of a){oe(x)||(x=this.resolve(x));const J=A;try{x.then(Q=>{Z[J]=o?o.thenCallback(Q):Q,E--,0===E&&f(Z)},Q=>{o?(Z[J]=o.errorCallback(Q),E--,0===E&&f(Z)):m(Q)})}catch(Q){m(Q)}E++,A++}return E-=2,0===E&&f(Z),P}constructor(a){const o=this;if(!(o instanceof C))throw new Error("Must be an instanceof Promise.");o[k]=g,o[h]=[];try{const f=N();a&&a(f(b(o,!0)),f(b(o,I)))}catch(f){H(o,!1,f)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return C}then(a,o){var f;let m=null===(f=this.constructor)||void 0===f?void 0:f[Symbol.species];(!m||"function"!=typeof m)&&(m=this.constructor||C);const P=new m(j),E=i.current;return this[k]==g?this[h].push(E,P,a,o):e(this,E,P,a,o),P}catch(a){return this.then(null,a)}finally(a){var o;let f=null===(o=this.constructor)||void 0===o?void 0:o[Symbol.species];(!f||"function"!=typeof f)&&(f=C);const m=new f(j);m[q]=q;const P=i.current;return this[k]==g?this[h].push(P,m,a,a):e(this,P,m,a,a),m}}C.resolve=C.resolve,C.reject=C.reject,C.race=C.race,C.all=C.all;const Pe=r[p]=r.Promise;r.Promise=C;const ve=T("thenPatched");function _e(l){const a=l.prototype,o=s(a,"then");if(o&&(!1===o.writable||!o.configurable))return;const f=a.then;a[S]=f,l.prototype.then=function(m,P){return new C((A,Z)=>{f.call(this,A,Z)}).then(m,P)},l[ve]=!0}return n.patchThen=_e,Pe&&(_e(Pe),ge(r,"fetch",l=>function Re(l){return function(a,o){let f=l.apply(a,o);if(f instanceof C)return f;let m=f.constructor;return m[ve]||_e(m),f}}(l))),Promise[i.__symbol__("uncaughtPromiseErrors")]=v,C})})(t),function At(t){t.__load_patch("toString",r=>{const i=Function.prototype.toString,n=z("OriginalDelegate"),s=z("Promise"),u=z("Error"),y=function(){if("function"==typeof this){const p=this[n];if(p)return"function"==typeof p?i.call(p):Object.prototype.toString.call(p);if(this===Promise){const S=r[s];if(S)return i.call(S)}if(this===Error){const S=r[u];if(S)return i.call(S)}}return i.call(this)};y[n]=i,Function.prototype.toString=y;const T=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":T.call(this)}})}(t),function xt(t){t.__load_patch("util",(r,i,n)=>{const s=Xe(r);n.patchOnProperties=tt,n.patchMethod=ge,n.bindArguments=Ue,n.patchMacroTask=bt;const u=i.__symbol__("BLACK_LISTED_EVENTS"),y=i.__symbol__("UNPATCHED_EVENTS");r[y]&&(r[u]=r[y]),r[u]&&(i[u]=i[y]=r[u]),n.patchEventPrototype=Rt,n.patchEventTarget=St,n.isIEOrEdge=wt,n.ObjectDefineProperty=U,n.ObjectGetOwnPropertyDescriptor=O,n.ObjectCreate=Tt,n.ArraySlice=gt,n.patchClass=Ne,n.wrapWithCurrentZone=Ge,n.filterProperties=ut,n.attachOriginToPatched=me,n._redefineProperty=Object.defineProperty,n.patchCallbacks=Zt,n.getGlobalObjects=()=>({globalSources:st,zoneSymbolEventNames:fe,eventNames:s,isBrowser:ze,isMix:Je,isNode:Le,TRUE_STR:ye,FALSE_STR:Te,ZONE_SYMBOL_PREFIX:Ce,ADD_EVENT_LISTENER_STR:xe,REMOVE_EVENT_LISTENER_STR:He})})}(t)})(ht),function Lt(t){t.__load_patch("legacy",r=>{const i=r[t.__symbol__("legacyPatch")];i&&i()}),t.__load_patch("timers",r=>{const i="set",n="clear";Se(r,i,n,"Timeout"),Se(r,i,n,"Interval"),Se(r,i,n,"Immediate")}),t.__load_patch("requestAnimationFrame",r=>{Se(r,"request","cancel","AnimationFrame"),Se(r,"mozRequest","mozCancel","AnimationFrame"),Se(r,"webkitRequest","webkitCancel","AnimationFrame")}),t.__load_patch("blocking",(r,i)=>{const n=["alert","prompt","confirm"];for(let s=0;s<n.length;s++)ge(r,n[s],(y,T,v)=>function(D,p){return i.current.run(y,r,p,v)})}),t.__load_patch("EventTarget",(r,i,n)=>{(function jt(t,r){r.patchEventPrototype(t,r)})(r,n),function Nt(t,r){if(Zone[r.symbol("patchEventTarget")])return;const{eventNames:i,zoneSymbolEventNames:n,TRUE_STR:s,FALSE_STR:u,ZONE_SYMBOL_PREFIX:y}=r.getGlobalObjects();for(let v=0;v<i.length;v++){const D=i[v],B=y+(D+u),W=y+(D+s);n[D]={},n[D][u]=B,n[D][s]=W}const T=t.EventTarget;T&&T.prototype&&r.patchEventTarget(t,r,[T&&T.prototype])}(r,n);const s=r.XMLHttpRequestEventTarget;s&&s.prototype&&n.patchEventTarget(r,n,[s.prototype])}),t.__load_patch("MutationObserver",(r,i,n)=>{Ne("MutationObserver"),Ne("WebKitMutationObserver")}),t.__load_patch("IntersectionObserver",(r,i,n)=>{Ne("IntersectionObserver")}),t.__load_patch("FileReader",(r,i,n)=>{Ne("FileReader")}),t.__load_patch("on_property",(r,i,n)=>{!function Mt(t,r){if(Le&&!Je||Zone[t.symbol("patchEvents")])return;const i=r.__Zone_ignore_on_properties;let n=[];if(ze){const s=window;n=n.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);const u=function Pt(){try{const t=we.navigator.userAgent;if(-1!==t.indexOf("MSIE ")||-1!==t.indexOf("Trident/"))return!0}catch(t){}return!1}()?[{target:s,ignoreProperties:["error"]}]:[];ft(s,Xe(s),i&&i.concat(u),ae(s))}n=n.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let s=0;s<n.length;s++){const u=r[n[s]];u&&u.prototype&&ft(u.prototype,Xe(u.prototype),i)}}(n,r)}),t.__load_patch("customElements",(r,i,n)=>{!function Ct(t,r){const{isBrowser:i,isMix:n}=r.getGlobalObjects();(i||n)&&t.customElements&&"customElements"in t&&r.patchCallbacks(r,t.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback","formAssociatedCallback","formDisabledCallback","formResetCallback","formStateRestoreCallback"])}(r,n)}),t.__load_patch("XHR",(r,i)=>{!function D(p){const S=p.XMLHttpRequest;if(!S)return;const B=S.prototype;let ne=B[Ve],oe=B[Be];if(!ne){const R=p.XMLHttpRequestEventTarget;if(R){const b=R.prototype;ne=b[Ve],oe=b[Be]}}const ue="readystatechange",Y="scheduled";function k(R){const b=R.data,N=b.target;N[y]=!1,N[v]=!1;const le=N[u];ne||(ne=N[Ve],oe=N[Be]),le&&oe.call(N,ue,le);const se=N[u]=()=>{if(N.readyState===N.DONE)if(!b.aborted&&N[y]&&R.state===Y){const _=N[i.__symbol__("loadfalse")];if(0!==N.status&&_&&_.length>0){const c=R.invoke;R.invoke=function(){const e=N[i.__symbol__("loadfalse")];for(let d=0;d<e.length;d++)e[d]===R&&e.splice(d,1);!b.aborted&&R.state===Y&&c.call(R)},_.push(R)}else R.invoke()}else!b.aborted&&!1===N[y]&&(N[v]=!0)};return ne.call(N,ue,se),N[n]||(N[n]=R),re.apply(N,b.args),N[y]=!0,R}function h(){}function q(R){const b=R.data;return b.aborted=!0,I.apply(b.target,b.args)}const K=ge(B,"open",()=>function(R,b){return R[s]=0==b[2],R[T]=b[1],K.apply(R,b)}),$=z("fetchTaskAborting"),g=z("fetchTaskScheduling"),re=ge(B,"send",()=>function(R,b){if(!0===i.current[g]||R[s])return re.apply(R,b);{const N={target:R,url:R[T],isPeriodic:!1,args:b,aborted:!1},le=Fe("XMLHttpRequest.send",h,N,k,q);R&&!0===R[v]&&!N.aborted&&le.state===Y&&le.invoke()}}),I=ge(B,"abort",()=>function(R,b){const N=function W(R){return R[n]}(R);if(N&&"string"==typeof N.type){if(null==N.cancelFn||N.data&&N.data.aborted)return;N.zone.cancelTask(N)}else if(!0===i.current[$])return I.apply(R,b)})}(r);const n=z("xhrTask"),s=z("xhrSync"),u=z("xhrListener"),y=z("xhrScheduled"),T=z("xhrURL"),v=z("xhrErrorBeforeScheduled")}),t.__load_patch("geolocation",r=>{r.navigator&&r.navigator.geolocation&&function vt(t,r){const i=t.constructor.name;for(let n=0;n<r.length;n++){const s=r[n],u=t[s];if(u){if(!Ke(O(t,s)))continue;t[s]=(T=>{const v=function(){return T.apply(this,Ue(arguments,i+"."+s))};return me(v,T),v})(u)}}}(r.navigator.geolocation,["getCurrentPosition","watchPosition"])}),t.__load_patch("PromiseRejectionEvent",(r,i)=>{function n(s){return function(u){lt(r,s).forEach(T=>{const v=r.PromiseRejectionEvent;if(v){const D=new v(s,{promise:u.promise,reason:u.rejection});T.invoke(D)}})}}r.PromiseRejectionEvent&&(i[z("unhandledPromiseRejectionHandler")]=n("unhandledrejection"),i[z("rejectionHandledHandler")]=n("rejectionhandled"))}),t.__load_patch("queueMicrotask",(r,i,n)=>{!function Dt(t,r){r.patchMethod(t,"queueMicrotask",i=>function(n,s){Zone.current.scheduleMicroTask("queueMicrotask",s[0])})}(r,n)})}(ht)},3693:(V,ce,ee)=>{var G=ee(7736);V.exports=function X(L,F,w){return(F=G(F))in L?Object.defineProperty(L,F,{value:w,enumerable:!0,configurable:!0,writable:!0}):L[F]=w,L},V.exports.__esModule=!0,V.exports.default=V.exports},2897:(V,ce,ee)=>{var G=ee(3693);function X(F,w){var O=Object.keys(F);if(Object.getOwnPropertySymbols){var U=Object.getOwnPropertySymbols(F);w&&(U=U.filter(function(ae){return Object.getOwnPropertyDescriptor(F,ae).enumerable})),O.push.apply(O,U)}return O}V.exports=function L(F){for(var w=1;w<arguments.length;w++){var O=null!=arguments[w]?arguments[w]:{};w%2?X(Object(O),!0).forEach(function(U){G(F,U,O[U])}):Object.getOwnPropertyDescriptors?Object.defineProperties(F,Object.getOwnPropertyDescriptors(O)):X(Object(O)).forEach(function(U){Object.defineProperty(F,U,Object.getOwnPropertyDescriptor(O,U))})}return F},V.exports.__esModule=!0,V.exports.default=V.exports},9045:(V,ce,ee)=>{var G=ee(3738).default;V.exports=function X(L,F){if("object"!=G(L)||!L)return L;var w=L[Symbol.toPrimitive];if(void 0!==w){var O=w.call(L,F||"default");if("object"!=G(O))return O;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===F?String:Number)(L)},V.exports.__esModule=!0,V.exports.default=V.exports},7736:(V,ce,ee)=>{var G=ee(3738).default,X=ee(9045);V.exports=function L(F){var w=X(F,"string");return"symbol"==G(w)?w:w+""},V.exports.__esModule=!0,V.exports.default=V.exports},3738:V=>{function ce(ee){return V.exports=ce="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(G){return typeof G}:function(G){return G&&"function"==typeof Symbol&&G.constructor===Symbol&&G!==Symbol.prototype?"symbol":typeof G},V.exports.__esModule=!0,V.exports.default=V.exports,ce(ee)}V.exports=ce,V.exports.__esModule=!0,V.exports.default=V.exports},1660:(V,ce,ee)=>{"use strict";ee.d(ce,{A:()=>F});var G=ee(2284);function F(w,O,U){return(O=function L(w){var O=function X(w,O){if("object"!=(0,G.A)(w)||!w)return w;var U=w[Symbol.toPrimitive];if(void 0!==U){var ae=U.call(w,O||"default");if("object"!=(0,G.A)(ae))return ae;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===O?String:Number)(w)}(w,"string");return"symbol"==(0,G.A)(O)?O:O+""}(O))in w?Object.defineProperty(w,O,{value:U,enumerable:!0,configurable:!0,writable:!0}):w[O]=U,w}},9379:(V,ce,ee)=>{"use strict";ee.d(ce,{A:()=>L});var G=ee(1660);function X(F,w){var O=Object.keys(F);if(Object.getOwnPropertySymbols){var U=Object.getOwnPropertySymbols(F);w&&(U=U.filter(function(ae){return Object.getOwnPropertyDescriptor(F,ae).enumerable})),O.push.apply(O,U)}return O}function L(F){for(var w=1;w<arguments.length;w++){var O=null!=arguments[w]?arguments[w]:{};w%2?X(Object(O),!0).forEach(function(U){(0,G.A)(F,U,O[U])}):Object.getOwnPropertyDescriptors?Object.defineProperties(F,Object.getOwnPropertyDescriptors(O)):X(Object(O)).forEach(function(U){Object.defineProperty(F,U,Object.getOwnPropertyDescriptor(O,U))})}return F}},2284:(V,ce,ee)=>{"use strict";function G(X){return(G="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(L){return typeof L}:function(L){return L&&"function"==typeof Symbol&&L.constructor===Symbol&&L!==Symbol.prototype?"symbol":typeof L})(X)}ee.d(ce,{A:()=>G})}},V=>{V(V.s=9834)}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-295cec"],{4767:(E,m,e)=>{e.d(m,{d:()=>c});var r=e(177),_=e(3953);let c=(()=>{var t;class p{}return(t=p).\u0275fac=function(a){return new(a||t)},t.\u0275mod=_.$C({type:t}),t.\u0275inj=_.G2t({imports:[r.MD]}),p})()},2914:(E,m,e)=>{e.d(m,{w:()=>p});var r=e(4049),_=e(7370),c=e(3953),t=e(9516);let p=(()=>{var n;class a{constructor(g){this.contextService=g}transform(g,f){if(!g||(0,_.vh)(g))return g;let d=g?(0,r.K)(g,f):"";const v=this.contextService.getIsCustomerDomainUsed()?"":"/".concat(this.contextService.getBrand(),"/"),o=this.contextService.isPreview();return"/"===d&&(d=""),d="".concat(v).concat(d).concat(o?"?preview=true":""),d}}return(n=a).\u0275fac=function(g){return new(g||n)(c.rXU(t.V,16))},n.\u0275pipe=c.EJ8({name:"urlTransform",type:n,pure:!0}),n.\u0275prov=c.jDH({token:n,factory:n.\u0275fac,providedIn:"root"}),a})()},3092:(E,m,e)=>{e.d(m,{X:()=>v,s:()=>d});var r=e(3953),_=e(345),c=e(5927);function t(o,u){1&o&&r.nrm(0,"div",5)}function p(o,u){if(1&o&&(r.qex(0),r.nrm(1,"div",1),r.j41(2,"div",2),r.nrm(3,"div",3),r.k0s(),r.DNE(4,t,1,0,"div",4),r.bVm()),2&o){const l=r.XpG();r.R7$(2),r.xc7("-webkit-clip-path",l.getClipPath())("clip-path",l.getClipPath()),r.R7$(2),r.Y8G("ngIf",l.showBorder)}}function n(o,u){if(1&o&&(r.qex(0),r.j41(1,"div",6),r.nrm(2,"div",7)(3,"div",8),r.k0s(),r.bVm()),2&o){const l=r.XpG();r.R7$(2),r.xc7("width",l.progress,"%"),r.R7$(),r.Y8G("storefrontTranslate",l.message)}}function a(o,u){1&o&&r.nrm(0,"div",9)}function D(o,u){1&o&&r.nrm(0,"storefront-spinner",10)}function g(o,u){1&o&&r.nrm(0,"div",5)}function f(o,u){if(1&o&&(r.qex(0),r.DNE(1,a,1,0,"div",9)(2,D,1,0,"storefront-spinner",10)(3,g,1,0,"div",4),r.j41(4,"div",11),r.EFF(5),r.k0s(),r.nrm(6,"i",12),r.bVm()),2&o){const l=r.XpG();r.R7$(),r.vxM(l.domHelper.leanDom?1:2),r.R7$(2),r.Y8G("ngIf",l.showBorder),r.R7$(2),r.SpI("",l.progress,"%")}}var d=function(o){return o.RADIAL="RADIAL",o.BAR="BAR",o.NUMERIC="NUMERIC",o}(d||{});let v=(()=>{var o;class u{get regularType(){return this.domHelper.regularSelector(this.type)}get prefixedType(){return this.domHelper.prefixedSelector(this.type)}constructor(i,s){this.sanitizer=i,this.domHelper=s,this.type=d.RADIAL,this.showBorder=!1,this.message="ISSUE_ACTION_DOWNLOADING",this.progressOnBorder=!1}getClipPath(){let i;const s=this.progress;return i=s<=12.5?"polygon(50% 0, 50% 50%, ".concat(50+4*s,"% 0, 100% 0)"):s<=25?"polygon(50% 50%, 50% 0, 100% 0, 100% ".concat(4*(s-12.5),"%)"):s<=37.5?"polygon(50% 50%, 50% 0, 100% 0, 100% ".concat(4*(s-25)+50,"%)"):s<=75?"polygon(50% 50%, ".concat(100-4*(s-37.5),"% 100%, 100% 100%, 100% 0, 50% 0)"):s<=87.5?"polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 ".concat(50-4*(s-75),"%)"):"polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 0, ".concat(4*(s-87.5),"% 0)"),this.sanitizer.bypassSecurityTrustStyle(i)}}return(o=u).\u0275fac=function(i){return new(i||o)(r.rXU(_.up),r.rXU(c.S))},o.\u0275cmp=r.VBU({type:o,selectors:[["storefront-progress"]],hostVars:4,hostBindings:function(i,s){2&i&&(r.BMQ("type",s.regularType)("data-pxp-type",s.prefixedType),r.AVh("progress-on-border",s.progressOnBorder))},inputs:{type:"type",showBorder:"showBorder",message:"message",progressOnBorder:"progressOnBorder",progress:"progress"},decls:3,vars:3,consts:[[4,"ngIf"],[1,"background-circle"],[1,"loader"],[1,"circle"],["class","border-circle",4,"ngIf"],[1,"border-circle"],[1,"bar"],[1,"bar-indicator"],[1,"bar-message",3,"storefrontTranslate"],["type","segments",1,"pxp-spinner","progress-spinner"],["type","segments",1,"progress-spinner"],[1,"bar-progress"],[1,"icon","icon-delete"]],template:function(i,s){1&i&&r.DNE(0,p,5,5,"ng-container",0)(1,n,4,3,"ng-container",0)(2,f,7,3,"ng-container",0),2&i&&(r.Y8G("ngIf","RADIAL"===s.type),r.R7$(),r.Y8G("ngIf","BAR"===s.type),r.R7$(),r.Y8G("ngIf","NUMERIC"===s.type))},styles:["storefront-progress[type=RADIAL],.pxp-progress[type=RADIAL]{position:relative;display:flex;width:22px;height:22px}storefront-progress[type=RADIAL] .loader,.pxp-progress[type=RADIAL] .loader{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:calc(100% + 2px);height:calc(100% + 2px);display:flex;align-items:center;justify-content:center}storefront-progress[type=RADIAL] .loader .circle,.pxp-progress[type=RADIAL] .loader .circle{width:calc(100% - 2px);height:calc(100% - 2px);background-color:var(--secondaryColor)}storefront-progress[type=RADIAL] .background-circle,storefront-progress[type=RADIAL] .border-circle,storefront-progress[type=RADIAL] .circle,.pxp-progress[type=RADIAL] .background-circle,.pxp-progress[type=RADIAL] .border-circle,.pxp-progress[type=RADIAL] .circle{border-radius:100%;box-sizing:border-box}storefront-progress[type=RADIAL] .background-circle,storefront-progress[type=RADIAL] .border-circle,.pxp-progress[type=RADIAL] .background-circle,.pxp-progress[type=RADIAL] .border-circle{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:100%;height:100%}storefront-progress[type=RADIAL] .border-circle,.pxp-progress[type=RADIAL] .border-circle{border:2px solid var(--secondaryColor)}storefront-progress[type=RADIAL].progress-on-border,.pxp-progress[type=RADIAL].progress-on-border{-webkit-mask:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='110' height='110'%3E%3Ccircle cx='55' cy='55' r='50' stroke='black' stroke-width='4' fill='none' /%3E%3C/svg%3E\");mask:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='110' height='110'%3E%3Ccircle cx='55' cy='55' r='50' stroke='black' stroke-width='4' fill='none' /%3E%3C/svg%3E\");-webkit-mask-size:100%;mask-size:100%}storefront-progress[type=BAR] .bar-indicator,.pxp-progress[type=BAR] .bar-indicator{position:absolute;height:100%;top:0;left:0;background-color:var(--issueProgressColor);transition:width .2s ease}storefront-progress[type=BAR] .bar-message,.pxp-progress[type=BAR] .bar-message{font-size:.8em;z-index:1;position:relative;color:var(--issueProgressFontColor)}storefront-progress[type=NUMERIC],.pxp-progress[type=NUMERIC]{display:flex;justify-content:space-between;align-items:center;padding:0 var(--gutter)}storefront-progress[type=NUMERIC] storefront-spinner.progress-spinner,storefront-progress[type=NUMERIC] .pxp-spinner.progress-spinner,.pxp-progress[type=NUMERIC] storefront-spinner.progress-spinner,.pxp-progress[type=NUMERIC] .pxp-spinner.progress-spinner{--spinnerColor: var(--issueProgressColor);position:relative;background:transparent;padding:0;display:flex;width:20px}storefront-progress[type=NUMERIC] i,.pxp-progress[type=NUMERIC] i{font-size:12px}\n"],encapsulation:2}),u})()},3363:(E,m,e)=>{e.d(m,{E:()=>g});var r=e(177),_=e(3092),c=e(6483),t=e(6215),p=e(3953),n=e(8909),a=e(7240),D=e(6962);let g=(()=>{var f;class d{}return(f=d).\u0275fac=function(o){return new(o||f)},f.\u0275mod=p.$C({type:f}),f.\u0275inj=p.G2t({imports:[r.MD,c.h,t.O]}),d})();p.wjB(_.X,[r.bT,n.M,a.t,D.n],[])},6953:(E,m,e)=>{e.d(m,{n:()=>c});var r=e(177),_=e(3953);let c=(()=>{var t;class p{}return(t=p).\u0275fac=function(a){return new(a||t)},t.\u0275mod=_.$C({type:t}),t.\u0275inj=_.G2t({imports:[r.MD]}),p})()},2813:(E,m,e)=>{e.d(m,{Z:()=>c});var r=e(3178),_=e(3953);let c=(()=>{var t;class p{transform(a,D){return new Date(a).toLocaleDateString((0,r.JK)())}}return(t=p).\u0275fac=function(a){return new(a||t)},t.\u0275pipe=_.EJ8({name:"storefrontDate",type:t,pure:!0}),p})()}}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-7956f0"],{4767:(A,g,t)=>{t.d(g,{d:()=>d});var r=t(177),l=t(4438);let d=(()=>{var p;class c{}return(p=c).\u0275fac=function(f){return new(f||p)},p.\u0275mod=l.$C({type:p}),p.\u0275inj=l.G2t({imports:[r.MD]}),c})()},2914:(A,g,t)=>{t.d(g,{w:()=>c});var r=t(4049),l=t(7370),d=t(4438),p=t(9516);let c=(()=>{var n;class f{constructor(e){this.contextService=e}transform(e,m){if(!e||(0,l.vh)(e))return e;let _=e?(0,r.K)(e,m):"";const v=this.contextService.getIsCustomerDomainUsed()?"":"/".concat(this.contextService.getBrand(),"/"),o=this.contextService.isPreview();return"/"===_&&(_=""),_="".concat(v).concat(_).concat(o?"?preview=true":""),_}}return(n=f).\u0275fac=function(e){return new(e||n)(d.rXU(p.V,16))},n.\u0275pipe=d.EJ8({name:"urlTransform",type:n,pure:!0,standalone:!1}),n.\u0275prov=d.jDH({token:n,factory:n.\u0275fac,providedIn:"root"}),f})()},4365:(A,g,t)=>{t.d(g,{AN:()=>n,FZ:()=>f,Mw:()=>E,Rp:()=>c,W9:()=>p});var r=t(4404),p=function(e){return e.COVER="cover",e.CARD="card",e.HIGHLIGHT="highlight",e.DETAILS="details",e.GROUP="group",e}(p||{});const c={showErrorDialog:!0};var n=function(e){return e.SINGLE="SINGLE",e.MULTI="MULTI",e}(n||{}),f=function(e){return e.SILENT="SILENT",e}(f||{});const E={template:p.CARD,openContent:{mode:r.DisplayMode.MODAL,titleBar:!0},downloadOptions:null,customButtons:[],customMessages:[],titleMessage:"ISSUE_TITLE",descriptionMessage:"ISSUE_DESCRIPTION",publicationTitleMessage:"ISSUE_PUBLICATION_TITLE"}},3092:(A,g,t)=>{t.d(g,{X:()=>v,s:()=>_});var r=t(4438),l=t(345),d=t(5927);function p(o,u){1&o&&r.nrm(0,"div",5)}function c(o,u){if(1&o&&(r.qex(0),r.nrm(1,"div",1),r.j41(2,"div",2),r.nrm(3,"div",3),r.k0s(),r.DNE(4,p,1,0,"div",4),r.bVm()),2&o){const a=r.XpG();r.R7$(2),r.xc7("-webkit-clip-path",a.getClipPath())("clip-path",a.getClipPath()),r.R7$(2),r.Y8G("ngIf",a.showBorder)}}function n(o,u){if(1&o&&(r.qex(0),r.j41(1,"div",6),r.nrm(2,"div",7)(3,"div",8),r.k0s(),r.bVm()),2&o){const a=r.XpG();r.R7$(2),r.xc7("width",a.progress,"%"),r.R7$(),r.Y8G("storefrontTranslate",a.message)}}function f(o,u){1&o&&r.nrm(0,"div",9)}function E(o,u){1&o&&r.nrm(0,"storefront-spinner",10)}function e(o,u){1&o&&r.nrm(0,"div",5)}function m(o,u){if(1&o&&(r.qex(0),r.DNE(1,f,1,0,"div",9)(2,E,1,0,"storefront-spinner",10)(3,e,1,0,"div",4),r.j41(4,"div",11),r.EFF(5),r.k0s(),r.nrm(6,"i",12),r.bVm()),2&o){const a=r.XpG();r.R7$(),r.vxM(a.domHelper.leanDom?1:2),r.R7$(2),r.Y8G("ngIf",a.showBorder),r.R7$(2),r.SpI("",a.progress,"%")}}var _=function(o){return o.RADIAL="RADIAL",o.BAR="BAR",o.NUMERIC="NUMERIC",o}(_||{});let v=(()=>{var o;class u{get regularType(){return this.domHelper.regularSelector(this.type)}get prefixedType(){return this.domHelper.prefixedSelector(this.type)}constructor(i,s){this.sanitizer=i,this.domHelper=s,this.type=_.RADIAL,this.showBorder=!1,this.message="ISSUE_ACTION_DOWNLOADING",this.progressOnBorder=!1}getClipPath(){let i;const s=this.progress;return i=s<=12.5?"polygon(50% 0, 50% 50%, ".concat(50+4*s,"% 0, 100% 0)"):s<=25?"polygon(50% 50%, 50% 0, 100% 0, 100% ".concat(4*(s-12.5),"%)"):s<=37.5?"polygon(50% 50%, 50% 0, 100% 0, 100% ".concat(4*(s-25)+50,"%)"):s<=75?"polygon(50% 50%, ".concat(100-4*(s-37.5),"% 100%, 100% 100%, 100% 0, 50% 0)"):s<=87.5?"polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 ".concat(50-4*(s-75),"%)"):"polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 0, ".concat(4*(s-87.5),"% 0)"),this.sanitizer.bypassSecurityTrustStyle(i)}}return(o=u).\u0275fac=function(i){return new(i||o)(r.rXU(l.up),r.rXU(d.S))},o.\u0275cmp=r.VBU({type:o,selectors:[["storefront-progress"]],hostVars:4,hostBindings:function(i,s){2&i&&(r.BMQ("type",s.regularType)("data-pxp-type",s.prefixedType),r.AVh("progress-on-border",s.progressOnBorder))},inputs:{type:"type",showBorder:"showBorder",message:"message",progressOnBorder:"progressOnBorder",progress:"progress"},standalone:!1,decls:3,vars:3,consts:[[4,"ngIf"],[1,"background-circle"],[1,"loader"],[1,"circle"],["class","border-circle",4,"ngIf"],[1,"border-circle"],[1,"bar"],[1,"bar-indicator"],[1,"bar-message",3,"storefrontTranslate"],["type","segments",1,"pxp-spinner","progress-spinner"],["type","segments",1,"progress-spinner"],[1,"bar-progress"],[1,"icon","icon-delete"]],template:function(i,s){1&i&&r.DNE(0,c,5,5,"ng-container",0)(1,n,4,3,"ng-container",0)(2,m,7,3,"ng-container",0),2&i&&(r.Y8G("ngIf","RADIAL"===s.type),r.R7$(),r.Y8G("ngIf","BAR"===s.type),r.R7$(),r.Y8G("ngIf","NUMERIC"===s.type))},styles:["storefront-progress[type=RADIAL],.pxp-progress[type=RADIAL]{position:relative;display:flex;width:22px;height:22px}storefront-progress[type=RADIAL] .loader,.pxp-progress[type=RADIAL] .loader{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:calc(100% + 2px);height:calc(100% + 2px);display:flex;align-items:center;justify-content:center}storefront-progress[type=RADIAL] .loader .circle,.pxp-progress[type=RADIAL] .loader .circle{width:calc(100% - 2px);height:calc(100% - 2px);background-color:var(--secondaryColor)}storefront-progress[type=RADIAL] .background-circle,storefront-progress[type=RADIAL] .border-circle,storefront-progress[type=RADIAL] .circle,.pxp-progress[type=RADIAL] .background-circle,.pxp-progress[type=RADIAL] .border-circle,.pxp-progress[type=RADIAL] .circle{border-radius:100%;box-sizing:border-box}storefront-progress[type=RADIAL] .background-circle,storefront-progress[type=RADIAL] .border-circle,.pxp-progress[type=RADIAL] .background-circle,.pxp-progress[type=RADIAL] .border-circle{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:100%;height:100%}storefront-progress[type=RADIAL] .border-circle,.pxp-progress[type=RADIAL] .border-circle{border:2px solid var(--secondaryColor)}storefront-progress[type=RADIAL].progress-on-border,.pxp-progress[type=RADIAL].progress-on-border{-webkit-mask:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='110' height='110'%3E%3Ccircle cx='55' cy='55' r='50' stroke='black' stroke-width='4' fill='none' /%3E%3C/svg%3E\");mask:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='110' height='110'%3E%3Ccircle cx='55' cy='55' r='50' stroke='black' stroke-width='4' fill='none' /%3E%3C/svg%3E\");-webkit-mask-size:100%;mask-size:100%}storefront-progress[type=BAR] .bar-indicator,.pxp-progress[type=BAR] .bar-indicator{position:absolute;height:100%;top:0;left:0;background-color:var(--issueProgressColor);transition:width .2s ease}storefront-progress[type=BAR] .bar-message,.pxp-progress[type=BAR] .bar-message{font-size:.8em;z-index:1;position:relative;color:var(--issueProgressFontColor)}storefront-progress[type=NUMERIC],.pxp-progress[type=NUMERIC]{display:flex;justify-content:space-between;align-items:center;padding:0 var(--gutter)}storefront-progress[type=NUMERIC] storefront-spinner.progress-spinner,storefront-progress[type=NUMERIC] .pxp-spinner.progress-spinner,.pxp-progress[type=NUMERIC] storefront-spinner.progress-spinner,.pxp-progress[type=NUMERIC] .pxp-spinner.progress-spinner{--spinnerColor: var(--issueProgressColor);position:relative;background:transparent;padding:0;display:flex;width:20px}storefront-progress[type=NUMERIC] i,.pxp-progress[type=NUMERIC] i{font-size:12px}\n"],encapsulation:2}),u})()},3363:(A,g,t)=>{t.d(g,{E:()=>e});var r=t(177),l=t(3092),d=t(6483),p=t(6215),c=t(4438),n=t(8909),f=t(7240),E=t(6962);let e=(()=>{var m;class _{}return(m=_).\u0275fac=function(o){return new(o||m)},m.\u0275mod=c.$C({type:m}),m.\u0275inj=c.G2t({imports:[r.MD,d.h,p.O]}),_})();c.wjB(l.X,[r.bT,n.M,f.t,E.n],[])},1739:(A,g,t)=>{function r(l){return l&&!!l.code}t.d(g,{b:()=>r})}}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-94b9b6"],{4767:(D,p,r)=>{r.d(p,{d:()=>d});var e=r(177),t=r(3953);let d=(()=>{var i;class a{}return(i=a).\u0275fac=function(l){return new(l||i)},i.\u0275mod=t.$C({type:i}),i.\u0275inj=t.G2t({imports:[e.MD]}),a})()},2914:(D,p,r)=>{r.d(p,{w:()=>a});var e=r(4049),t=r(7370),d=r(3953),i=r(9516);let a=(()=>{var _;class l{constructor(o){this.contextService=o}transform(o,c){if(!o||(0,t.vh)(o))return o;let E=o?(0,e.K)(o,c):"";const h=this.contextService.getIsCustomerDomainUsed()?"":"/".concat(this.contextService.getBrand(),"/"),g=this.contextService.isPreview();return"/"===E&&(E=""),E="".concat(h).concat(E).concat(g?"?preview=true":""),E}}return(_=l).\u0275fac=function(o){return new(o||_)(d.rXU(i.V,16))},_.\u0275pipe=d.EJ8({name:"urlTransform",type:_,pure:!0}),_.\u0275prov=d.jDH({token:_,factory:_.\u0275fac,providedIn:"root"}),l})()},2932:(D,p,r)=>{r.d(p,{h:()=>u,q:()=>y});var e=r(177),t=r(3953),d=r(8251),i=r(8890),a=r(9516),_=r(9876),l=r(345),f=r(5102),o=r(3307),c=r(3647);const E=["image"],h=(v,R,m)=>({imgRef:v,imageResolutionStrategy:R,focalPoint:m});function g(v,R){if(1&v){const m=t.RV6();t.j41(0,"img",2,0),t.nI1(2,"sanitizeUrl"),t.bIt("error",function(){t.eBV(m);const n=t.XpG();return t.Njj(n.onError())}),t.k0s()}if(2&v){const m=t.XpG();t.Y8G("priority",m.lcpPrioritized()||m.inViewPort())("ngSrc",t.i5U(2,6,m.src,"resourceUrl"))("alt",m.alt)("title",m.title)("loaderParams",t.sMw(9,h,m.elementRef.nativeElement,m.imageResolutionStrategy,m.focalPoint)),t.BMQ("aria-label",m.ariaLabel)}}let u=(()=>{var v;class R{set image(s){s&&this.onLoad(s),this._image=s}get image(){return this._image}constructor(s,n,P,M,C,I,O,U){this.sanitizer=s,this.changeDetectorRef=n,this.elementRef=P,this.subscriptions=M,this.platformId=C,this.contextService=I,this.purpleService=O,this.imagePreloaderService=U,this.inViewPort=(0,t.vPA)(!1),this.lcpPrioritized=(0,t.hFB)(!1),this.error=new t.bkB,this.height=y.AUTO,(0,e.UE)(this.platformId)&&this.subscriptions.subscribe((0,i.eh)(this,this.elementRef),A=>this.load())}get empty(){return!this.src}ngOnInit(){var s;(0,e.UE)(this.platformId)&&(this.imagePreloaderService.getAboveFoldImg()===(null===(s=this.src)||void 0===s?void 0:s.split("?")[0])&&this.inViewPort.set(!0));this.initProperties()}initProperties(){var s,n,P,M;this.alt=(null===(s=this.extendedThumbnail)||void 0===s?void 0:s.properties.alt)||(null===(n=this.extendedThumbnail)||void 0===n?void 0:n.properties.caption)||"",this.title=this.alt,this.ariaLabel=null!==(P=this.label)&&void 0!==P?P:this.alt,this.focalPoint=null===(M=this.extendedThumbnail)||void 0===M?void 0:M.properties.focuspoint}initAndLoad(){this.initProperties(),this.load()}load(){this.loaded||(this.loaded=!0,this.src&&this.update(),this.changeDetectorRef.detectChanges())}ngOnChanges(s){s.src&&this.loaded&&this.update()}update(){this.updateImageRatio()}onLoad(s){s.nativeElement.classList.add("loaded"),this.elementRef.nativeElement.classList.add("loaded"),this.changeDetectorRef.detectChanges(),s.nativeElement.addEventListener("load",()=>{this.updateImageRatio(!0,s),this.changeDetectorRef.markForCheck()}),s.nativeElement.addEventListener("error",function(){s.nativeElement.style.display="none",s.nativeElement.nextElementSibling&&(s.nativeElement.nextElementSibling.style.display="inline")}),this.purpleService.addImageSrc(this.resizeSrc)}onError(){if(!this.src)return;const s=this.purpleService.getAlternativeSrc(this.resizeSrc);var n;s&&s!==this.resizeSrc?(this.setResizeSrc(s),this.changeDetectorRef.detectChanges()):(null===(n=this.image)||void 0===n||n.nativeElement.classList.add("error"),this.elementRef.nativeElement.classList.add("error"),this.error.emit(this))}updateImageRatio(s=!1,n=this.image){this.imageRatio=this.height===y.AUTO?(0,_.z)(!s,null==n?void 0:n.nativeElement,this.src)+"%":void 0}setResizeSrc(s){const n=this.contextService.toResourceUrl(s);this.resizeSrc=this.src=n}}return(v=R).\u0275fac=function(s){return new(s||v)(t.rXU(l.up),t.rXU(t.gRc),t.rXU(t.aKT),t.rXU(d.v),t.rXU(t.Agw),t.rXU(a.V),t.rXU(f.Wj),t.rXU(o.d))},v.\u0275cmp=t.VBU({type:v,selectors:[["storefront-image"]],viewQuery:function(s,n){if(1&s&&t.GBs(E,5),2&s){let P;t.mGM(P=t.lsd())&&(n.image=P.first)}},hostAttrs:["ngSkipHydration","true"],hostVars:12,hostBindings:function(s,n){2&s&&(t.BMQ("src",n.src)("label",n.label)("resolution-strategy",n.imageResolutionStrategy)("alt",n.alt)("title",n.title)("aria-label",n.ariaLabel)("focal-point",n.focalPoint)("height-strategy",n.height),t.xc7("padding-top",n.imageRatio),t.AVh("empty",n.empty))},inputs:{src:"src",label:"label",extendedThumbnail:"extendedThumbnail",imageResolutionStrategy:"imageResolutionStrategy",lcpPrioritized:[1,"lcpPrioritized"],height:"height"},outputs:{error:"error"},features:[t.Jv_([d.v,{provide:e.WM,useFactory:(m,s)=>n=>{var P;const M=null==n||null===(P=n.loaderParams)||void 0===P?void 0:P.imgRef;if(M.offsetWidth){var C,I;const O=null==n||null===(C=n.loaderParams)||void 0===C?void 0:C.imageResolutionStrategy,U=(null==n||null===(I=n.loaderParams)||void 0===I?void 0:I.focalPoint)||"",A=s.toResourceUrl((0,_.G)(M,n.src,O,U));return m.resizeSrc=A,A}return""},deps:[v,a.V]}]),t.OA$],decls:1,vars:1,consts:[["image",""],["fill","true","disableOptimizedSrcset","",3,"priority","ngSrc","alt","title","loaderParams"],["fill","true","disableOptimizedSrcset","",3,"error","priority","ngSrc","alt","title","loaderParams"]],template:function(s,n){1&s&&t.DNE(0,g,3,13,"img",1),2&s&&t.vxM(n.src&&n.loaded?0:-1)},dependencies:[e.kt,c.R],styles:["storefront-image{display:flex;justify-content:center;align-items:center;position:relative;background-color:var(--imageLoadingColor);transition:.2s background-color ease-in}storefront-image[height-strategy=FIXED]>img,storefront-image[height-strategy=AUTO]>img{position:absolute;width:auto;max-width:100%;top:0;object-fit:contain}storefront-image[height-strategy=DEFAULT]>img{position:static!important}storefront-image.img-with-hidden-alt{content:attr(data-alt);display:none}storefront-image>img{display:block;transition:opacity .2s ease-in,background-color .2s ease-in;background-color:#fff0;max-width:100%;max-height:100%;opacity:0}storefront-image>img.loaded{opacity:1;background-color:var(--imageBackgroundColor)}storefront-image.loaded{background:#fff0}\n"],encapsulation:2,changeDetection:0}),R})();var y=function(v){return v.AUTO="AUTO",v.FIXED="FIXED",v.DEFAULT="DEFAULT",v}(y||{})},4403:(D,p,r)=>{r.d(p,{U:()=>i});var e=r(177),t=r(4871),d=r(3953);let i=(()=>{var a;class _{}return(a=_).\u0275fac=function(f){return new(f||a)},a.\u0275mod=d.$C({type:a}),a.\u0275inj=d.G2t({imports:[e.MD,t.E]}),_})()},4365:(D,p,r)=>{r.d(p,{AN:()=>_,FZ:()=>l,Mw:()=>f,Rp:()=>a,W9:()=>i});var e=r(4404),i=function(o){return o.COVER="cover",o.CARD="card",o.HIGHLIGHT="highlight",o.DETAILS="details",o.GROUP="group",o}(i||{});const a={showErrorDialog:!0};var _=function(o){return o.SINGLE="SINGLE",o.MULTI="MULTI",o}(_||{}),l=function(o){return o.SILENT="SILENT",o}(l||{});const f={template:i.CARD,openContent:{mode:e.DisplayMode.MODAL,titleBar:!0},downloadOptions:null,customButtons:[],customMessages:[],titleMessage:"ISSUE_TITLE",descriptionMessage:"ISSUE_DESCRIPTION",publicationTitleMessage:"ISSUE_PUBLICATION_TITLE"}},3092:(D,p,r)=>{r.d(p,{X:()=>o,s:()=>f});var e=r(3953),t=r(345);function d(c,E){1&c&&e.nrm(0,"div",5)}function i(c,E){if(1&c&&(e.qex(0),e.nrm(1,"div",1),e.j41(2,"div",2),e.nrm(3,"div",3),e.k0s(),e.DNE(4,d,1,0,"div",4),e.bVm()),2&c){const h=e.XpG();e.R7$(2),e.xc7("-webkit-clip-path",h.getClipPath())("clip-path",h.getClipPath()),e.R7$(2),e.Y8G("ngIf",h.showBorder)}}function a(c,E){if(1&c&&(e.qex(0),e.j41(1,"div",6),e.nrm(2,"div",7)(3,"div",8),e.k0s(),e.bVm()),2&c){const h=e.XpG();e.R7$(2),e.xc7("width",h.progress,"%"),e.R7$(),e.Y8G("storefrontTranslate",h.message)}}function _(c,E){1&c&&e.nrm(0,"div",5)}function l(c,E){if(1&c&&(e.qex(0),e.nrm(1,"storefront-spinner",9),e.DNE(2,_,1,0,"div",4),e.j41(3,"div",10),e.EFF(4),e.k0s(),e.nrm(5,"i",11),e.bVm()),2&c){const h=e.XpG();e.R7$(2),e.Y8G("ngIf",h.showBorder),e.R7$(2),e.SpI("",h.progress,"%")}}var f=function(c){return c.RADIAL="RADIAL",c.BAR="BAR",c.NUMERIC="NUMERIC",c}(f||{});let o=(()=>{var c;class E{constructor(g){this.sanitizer=g,this.type=f.RADIAL,this.showBorder=!1,this.message="ISSUE_ACTION_DOWNLOADING",this.progressOnBorder=!1}getClipPath(){let g;const u=this.progress;return g=u<=12.5?"polygon(50% 0, 50% 50%, ".concat(50+4*u,"% 0, 100% 0)"):u<=25?"polygon(50% 50%, 50% 0, 100% 0, 100% ".concat(4*(u-12.5),"%)"):u<=37.5?"polygon(50% 50%, 50% 0, 100% 0, 100% ".concat(4*(u-25)+50,"%)"):u<=75?"polygon(50% 50%, ".concat(100-4*(u-37.5),"% 100%, 100% 100%, 100% 0, 50% 0)"):u<=87.5?"polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 ".concat(50-4*(u-75),"%)"):"polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 0, ".concat(4*(u-87.5),"% 0)"),this.sanitizer.bypassSecurityTrustStyle(g)}}return(c=E).\u0275fac=function(g){return new(g||c)(e.rXU(t.up))},c.\u0275cmp=e.VBU({type:c,selectors:[["storefront-progress"]],hostVars:3,hostBindings:function(g,u){2&g&&(e.BMQ("type",u.type),e.AVh("progress-on-border",u.progressOnBorder))},inputs:{type:"type",showBorder:"showBorder",message:"message",progressOnBorder:"progressOnBorder",progress:"progress"},decls:3,vars:3,consts:[[4,"ngIf"],[1,"background-circle"],[1,"loader"],[1,"circle"],["class","border-circle",4,"ngIf"],[1,"border-circle"],[1,"bar"],[1,"bar-indicator"],[1,"bar-message",3,"storefrontTranslate"],["type","segments",1,"progress-spinner"],[1,"bar-progress"],[1,"icon","icon-delete"]],template:function(g,u){1&g&&e.DNE(0,i,5,5,"ng-container",0)(1,a,4,3,"ng-container",0)(2,l,6,2,"ng-container",0),2&g&&(e.Y8G("ngIf","RADIAL"===u.type),e.R7$(),e.Y8G("ngIf","BAR"===u.type),e.R7$(),e.Y8G("ngIf","NUMERIC"===u.type))},styles:["storefront-progress[type=RADIAL]{position:relative;display:flex;width:22px;height:22px}storefront-progress[type=RADIAL] .loader{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:calc(100% + 2px);height:calc(100% + 2px);display:flex;align-items:center;justify-content:center}storefront-progress[type=RADIAL] .loader .circle{width:calc(100% - 2px);height:calc(100% - 2px);background-color:var(--secondaryColor)}storefront-progress[type=RADIAL] .background-circle,storefront-progress[type=RADIAL] .border-circle,storefront-progress[type=RADIAL] .circle{border-radius:100%;box-sizing:border-box}storefront-progress[type=RADIAL] .background-circle,storefront-progress[type=RADIAL] .border-circle{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:100%;height:100%}storefront-progress[type=RADIAL] .border-circle{border:2px solid var(--secondaryColor)}storefront-progress[type=RADIAL].progress-on-border{-webkit-mask:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='110' height='110'%3E%3Ccircle cx='55' cy='55' r='50' stroke='black' stroke-width='4' fill='none' /%3E%3C/svg%3E\");mask:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='110' height='110'%3E%3Ccircle cx='55' cy='55' r='50' stroke='black' stroke-width='4' fill='none' /%3E%3C/svg%3E\");-webkit-mask-size:100%;mask-size:100%}storefront-progress[type=BAR] .bar-indicator{position:absolute;height:100%;top:0;left:0;background-color:var(--issueProgressColor);transition:width .2s ease}storefront-progress[type=BAR] .bar-message{font-size:.8em;z-index:1;position:relative;color:var(--issueProgressFontColor)}storefront-progress[type=NUMERIC]{display:flex;justify-content:space-between;align-items:center;padding:0 var(--gutter)}storefront-progress[type=NUMERIC] storefront-spinner.progress-spinner{position:relative;background:transparent;--spinnerColor: var(--issueProgressColor);padding:0;display:flex;width:20px}storefront-progress[type=NUMERIC] i{font-size:12px}\n"],encapsulation:2}),E})()},3363:(D,p,r)=>{r.d(p,{E:()=>f});var e=r(177),t=r(3092),d=r(6483),i=r(6215),a=r(3953),_=r(8909),l=r(7240);let f=(()=>{var o;class c{}return(o=c).\u0275fac=function(h){return new(h||o)},o.\u0275mod=a.$C({type:o}),o.\u0275inj=a.G2t({imports:[e.MD,d.h,i.O]}),c})();a.wjB(t.X,[e.bT,_.M,l.t],[])},6953:(D,p,r)=>{r.d(p,{n:()=>d});var e=r(177),t=r(3953);let d=(()=>{var i;class a{}return(i=a).\u0275fac=function(l){return new(l||i)},i.\u0275mod=t.$C({type:i}),i.\u0275inj=t.G2t({imports:[e.MD]}),a})()},2813:(D,p,r)=>{r.d(p,{Z:()=>d});var e=r(3178),t=r(3953);let d=(()=>{var i;class a{transform(l,f){return new Date(l).toLocaleDateString((0,e.JK)())}}return(i=a).\u0275fac=function(l){return new(l||i)},i.\u0275pipe=t.EJ8({name:"storefrontDate",type:i,pure:!0}),a})()},3647:(D,p,r)=>{r.d(p,{R:()=>d});var e=r(3953),t=r(345);let d=(()=>{var i;class a{constructor(l){this.sanitizer=l}transform(l,f="url"){switch(f){case"html":return this.sanitizer.bypassSecurityTrustHtml(l);case"style":return this.sanitizer.bypassSecurityTrustStyle(l);case"script":return this.sanitizer.bypassSecurityTrustScript(l);case"url":return this.sanitizer.bypassSecurityTrustUrl(l);case"resourceUrl":return this.sanitizer.bypassSecurityTrustResourceUrl(l);default:throw new Error("Invalid safe type specified: ".concat(f))}}}return(i=a).\u0275fac=function(l){return new(l||i)(e.rXU(t.up,16))},i.\u0275pipe=e.EJ8({name:"sanitizeUrl",type:i,pure:!0}),a})()},1739:(D,p,r)=>{function e(t){return t&&!!t.code}r.d(p,{b:()=>e})}}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["projects_storefront_src_app_component_action-executor_action-executor_module_ts"],{3527:(z,i,s)=>{s.r(i),s.d(i,{ActionExecutorModule:()=>N,component:()=>S});var a=s(177),x=s(467),C=s(9379),g=s(8179),h=s(1210);const A={action:null,mode:"once"};var t=s(4438),E=s(9516),D=s(8004),T=s(1652),M=s(5927),l=s(8909),p=s(7240),m=s(6962);const U=n=>[n];function y(n,c){1&n&&t.nrm(0,"div",2)}function G(n,c){1&n&&t.nrm(0,"storefront-spinner",3)}function L(n,c){if(1&n&&t.DNE(0,y,1,0,"div",2)(1,G,1,0,"storefront-spinner",3),2&n){const r=t.XpG();t.vxM(r.domHelper.leanDom?0:1)}}let u=(()=>{var n;class c extends h.${constructor(o,e,P,f,d,v,Z){super(f,o,e,d,v),this.elementRef=o,this.contextService=e,this.eventActionService=P,this.injector=f,this.document=d,this.globalService=v,this.domHelper=Z,this.defaultConfig=(0,C.A)({},A),this.variables=[],this.state={processing:!1,count:0}}get hasText(){return!!this.message}onConfigChanges(){var o;super.onConfigChanges(),this.message=this.config.message,this.variables=null!==(o=this.config.variables)&&void 0!==o?o:[],this.changeDetectorRef.detectChanges(),this.executeAction()}executeAction(){var o=this;return(0,x.A)(function*(){const e=(0,g.v3)(o.config.action);e&&"once"===o.config.mode&&0===o.state.count&&!o.state.processing&&(o.state={count:o.state.count+1,processing:!0},o.changeDetectorRef.detectChanges(),yield o.eventActionService.processEventAction(e,o),o.state.processing=!1,o.changeDetectorRef.detectChanges())})()}getConfigEscapeProperties(){return[...super.getConfigEscapeProperties()]}}return(n=c).type="action-executor",n.\u0275fac=function(o){return new(o||n)(t.rXU(t.aKT),t.rXU(E.V),t.rXU(D.G),t.rXU(t.zZn),t.rXU(a.qQ),t.rXU(T.d),t.rXU(M.S))},n.\u0275cmp=t.VBU({type:n,selectors:[["storefront-action-executor"]],hostVars:2,hostBindings:function(o,e){2&o&&t.AVh("has-text",e.hasText)},standalone:!1,features:[t.Vt3],decls:3,vars:6,consts:[[3,"ngClass"],[3,"storefrontTranslate","storefrontTranslateArgs"],[1,"pxp-spinner","button-spinner"],[1,"button-spinner"]],template:function(o,e){1&o&&(t.j41(0,"div",0),t.DNE(1,L,2,1),t.nrm(2,"span",1),t.k0s()),2&o&&(t.Y8G("ngClass",t.eq3(4,U,e.hasText?"has-text":"").join(" ")),t.R7$(),t.vxM(e.state.processing?1:-1),t.R7$(),t.Y8G("storefrontTranslate",e.message)("storefrontTranslateArgs",e.variables))},dependencies:[a.YU,l.M,p.t,m.n],encapsulation:2,changeDetection:0}),c})();var X=s(6483),$=s(3),j=s(6215);const R=["class","pxp-action-executor"],V=n=>[n];function Y(n,c){1&n&&t.nrm(0,"div",2)}function B(n,c){1&n&&t.nrm(0,"storefront-spinner",3)}function F(n,c){if(1&n&&t.DNE(0,Y,1,0,"div",2)(1,B,1,0,"storefront-spinner",3),2&n){const r=t.XpG();t.vxM(r.domHelper.leanDom?0:1)}}let H=(()=>{var n;class c extends u{}return(n=c).\u0275fac=(()=>{let r;return function(e){return(r||(r=t.xGo(n)))(e||n)}})(),n.\u0275cmp=t.VBU({type:n,selectors:[["div",8,"pxp-action-executor"]],standalone:!1,features:[t.Vt3],attrs:R,decls:3,vars:6,consts:[[3,"ngClass"],[3,"storefrontTranslate","storefrontTranslateArgs"],[1,"pxp-spinner","button-spinner"],[1,"button-spinner"]],template:function(o,e){1&o&&(t.j41(0,"div",0),t.DNE(1,F,2,1),t.nrm(2,"span",1),t.k0s()),2&o&&(t.Y8G("ngClass",t.eq3(4,V,e.hasText?"has-text":"").join(" ")),t.R7$(),t.vxM(e.state.processing?1:-1),t.R7$(),t.Y8G("storefrontTranslate",e.message)("storefrontTranslateArgs",e.variables))},dependencies:[a.YU,l.M,p.t,m.n],encapsulation:2,changeDetection:0}),c})(),N=(()=>{var n;class c{}return(n=c).\u0275fac=function(o){return new(o||n)},n.\u0275mod=t.$C({type:n}),n.\u0275inj=t.G2t({imports:[a.MD,X.h,$.pZ,j.O]}),c})();const S={component:u,leanDomComponent:H}}}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["projects_storefront_src_app_component_ad_ad_module_ts"],{6278:(B,I,a)=>{a.r(I),a.d(I,{AdModule:()=>Xe,component:()=>$e});var f=a(177),d=a(467),A=a(9379),e=a(4438),y=a(1210),C=a(9692),h=a(8251),T=a(4945),M=a(6843),V=a(1184),O=a(610),H=a(1803);const X={adId:null};var U=a(2932),D=a(8890),m=a(7370),E=a(3178),u=a(5964),c=a(6697),l=a(4412),v=a(4572),S=a(7673),x=a(8179),b=a(8582),R=a(9516),L=a(2596),G=a(3331),Z=a(345),Q=a(8340),J=a(7816);class w extends J.Q{getAdConfig(){var o;return null===(o=this.data)||void 0===o?void 0:o.configuration}}class F extends Q.U{}class q extends w{constructor(o){super("Audienzz Ads",o),this.data=o}createInstance(){return new ee(this)}canRunWithoutConsent(){return!0}isValidConfiguration(){const o=this.getAdConfig();return!!(null!=o&&o.adTagId&&null!=o&&o.headerScriptId&&null!=o&&o.headerScriptUrl)}}class ee extends F{constructor(o){super(o),this.config=o}adjustDocument(){var o=this;return(0,d.A)(function*(){return new Promise((n,t)=>{document.head.appendChild(o.createScript(n,t))})})()}showAd(o,n,t,r){const p=this.createAdElement(n.providerConfig);t.parentNode.appendChild(p),r&&r()}removeAd(o){const n=document.getElementById("".concat(o));n&&n.remove()}createAdElement(o){const n=document.createElement("div");return n.id="".concat(o.id),n}createScript(o,n){const t=this.getConfig().getAdConfig(),r=document.createElement("script");return r.id=t.headerScriptId,r.src="".concat(t.headerScriptUrl,"?adTagId=").concat(t.adTagId),r.setAttribute("defer","defer"),r.onload=()=>{console.debug("[".concat(this.getDisplayName(),"] Script loaded successfully")),o()},r.onerror=s=>{console.error("[".concat(this.getDisplayName(),"] Failed to load script:"),s),n(s)},r}}class te extends w{constructor(){super("NoopAdService",{})}createInstance(){return new k}isValidConfiguration(){return!0}}class k extends F{constructor(){super(new te)}adjustDocument(){return Promise.resolve()}showAd(){}removeAd(){}}var ie=a(7879),ne=a(953),Y=a(6078);let re=(()=>{var i;class o{constructor(t,r,s,p){this.platformId=t,this.pxpConfig=r,this.pluginService=s,this.consentService=p,this.activePlugin=new k,this.initPromise=this.initializeAdPlugin()}showAd(t,r,s,p){var g=this;return(0,d.A)(function*(){yield g.initPromise;try{g.activePlugin.showAd(t,r,s,p)}catch(_){console.error("Failed to show plugin ad: ".concat(_))}})()}removeAd(t){var r=this;return(0,d.A)(function*(){yield r.initPromise;try{r.activePlugin.removeAd(t)}catch(s){console.error("Failed to remove plugin ad: ".concat(s))}})()}initializeAdPlugin(){var t=this;return(0,d.A)(function*(){var r;if(!(0,f.UE)(t.platformId))return;yield t.pluginService.init$,yield t.consentService.init$;const s=t.pxpConfig,p=null==s||null===(r=s.purple)||void 0===r?void 0:r.ads;let g;null!=p&&p.audienzz&&(t.pluginConfig=new q(p.audienzz),g=t.consentService.canRunPlugin(t.pluginConfig)&&t.pluginService.loadPlugin(t.pluginConfig)),g&&(t.activePlugin=g)})()}}return(i=o).\u0275fac=function(t){return new(t||i)(e.KVO(e.Agw),e.KVO(ie.Wp),e.KVO(ne.z),e.KVO(Y.e))},i.\u0275prov=e.jDH({token:i,factory:i.\u0275fac,providedIn:"root"}),o})();var oe=a(8482),ae=a(1652),se=a(4748),le=a(5927),de=a(3726),ce=a(152);let K=(()=>{var i;class o{constructor(t,r,s){this.el=t,this.ngZone=r,this.platformId=s,this.pixelsLeftToScroll=600,this.elementVisible=new e.bkB,this.isVisible=!1}ngAfterViewInit(){(0,f.UE)(this.platformId)&&this.ngZone.runOutsideAngular(()=>{this.scrollSubscription=(0,de.R)(window,"scroll",{passive:!0}).pipe((0,ce.B)(100)).subscribe(()=>this.checkPosition()),setTimeout(()=>this.checkPosition(),500)})}ngOnDestroy(){this.scrollSubscription&&this.scrollSubscription.unsubscribe()}checkPosition(){if(!this.isVisible){const t=this.el.nativeElement.getBoundingClientRect(),r=window.innerHeight;t.top<=r+this.pixelsLeftToScroll&&this.ngZone.run(()=>{this.isVisible=!0,this.elementVisible.emit(!0)})}}}return(i=o).\u0275fac=function(t){return new(t||i)(e.rXU(e.aKT),e.rXU(e.SKi),e.rXU(e.Agw))},i.\u0275dir=e.FsC({type:i,selectors:[["","storefrontVisibleOnScroll",""]],inputs:{pixelsLeftToScroll:"pixelsLeftToScroll"},outputs:{elementVisible:"elementVisible"},standalone:!1}),o})();var N=a(3647);const ge=["stickyLink"],pe=["adContainer"];function fe(i,o){if(1&i&&(e.qex(0),e.nrm(1,"div",6),e.bVm()),2&i){const n=e.XpG(2);e.R7$(),e.Y8G("id",n.uuid)}}function ue(i,o){if(1&i&&e.nrm(0,"iframe",8),2&i){const n=e.XpG(3);e.Y8G("src",n.safeIframeUrl,e.f$h)}}function me(i,o){if(1&i&&(e.qex(0),e.DNE(1,ue,1,1,"iframe",7),e.bVm()),2&i){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",n.safeIframeUrl)}}function he(i,o){if(1&i){const n=e.RV6();e.qex(0),e.j41(1,"div",9),e.bIt("elementVisible",function(r){e.eBV(n);const s=e.XpG(3);return e.Njj(s.onVisible(r))}),e.k0s(),e.bVm()}if(2&i){const n=e.XpG(2).ngIf;e.R7$(),e.HbH(n.class),e.Y8G("id",n.id)}}function ve(i,o){if(1&i&&(e.qex(0),e.DNE(1,he,2,3,"ng-container",2),e.bVm()),2&i){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",!n.isDynamicAd)}}function _e(i,o){1&i&&e.eu8(0)}function ye(i,o){if(1&i&&e.nrm(0,"storefront-image",14),2&i){const n=e.XpG(4);e.Y8G("height",n.getImageHeight())("src",n.getImageSrc())}}function Ae(i,o){if(1&i&&(e.j41(0,"a",13),e.nI1(1,"sanitizeUrl"),e.DNE(2,ye,1,2,"storefront-image",12),e.k0s()),2&i){const n=e.XpG(3);e.Y8G("href",e.bMT(1,3,n.getHref()),e.B4B)("target",n.target),e.R7$(2),e.Y8G("ngIf",n.getImageSrc())}}function Ce(i,o){if(1&i&&e.nrm(0,"storefront-image",14),2&i){const n=e.XpG(3);e.Y8G("height",n.getImageHeight())("src",n.getImageSrc(!0))}}function xe(i,o){if(1&i&&(e.qex(0),e.DNE(1,Ae,3,5,"a",10),e.j41(2,"a",11,1),e.nI1(4,"sanitizeUrl"),e.DNE(5,Ce,1,2,"storefront-image",12),e.k0s(),e.bVm()),2&i){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",n.ad),e.R7$(),e.Y8G("href",e.bMT(4,4,n.getHref()),e.B4B)("target",n.target),e.R7$(3),e.Y8G("ngIf",n.getImageSrc(!0))}}function Se(i,o){if(1&i&&(e.qex(0,null,0)(2,3),e.DNE(3,fe,2,1,"ng-container",4)(4,me,2,1,"ng-container",4)(5,ve,2,1,"ng-container",4)(6,_e,1,0,"ng-container",4)(7,xe,6,6,"ng-container",5),e.bVm()()),2&i){const n=o.ngIf;e.R7$(2),e.Y8G("ngSwitch",n.type),e.R7$(),e.Y8G("ngSwitchCase","GPT"),e.R7$(),e.Y8G("ngSwitchCase","HTML"),e.R7$(),e.Y8G("ngSwitchCase","TRAFFECTIVE"),e.R7$(),e.Y8G("ngSwitchCase","AUDIENZZ")}}let j=(()=>{var i;class o extends y.${get adType(){var t;return null===(t=this.ad)||void 0===t?void 0:t.providerConfig.type}get regularAdType(){return this.domHelper.regularSelector(this.adType)}get prefixedAdType(){return this.domHelper.prefixedSelector(this.adType)}get iframeHostHeight(){var t;return(null===(t=this.ad)||void 0===t?void 0:t.providerConfig)&&this.ad.providerConfig.height}onClick(t){t.stopPropagation(),this.stickyLink&&(t.target===this.stickyLink.nativeElement||this.stickyLink.nativeElement.contains(t.target))?this.store.dispatch((0,O.k4)({url:window.location.href,key:"AD_STICKY_CLICKED",params:this.getTrackingParams()})):this.store.dispatch((0,O.k4)({url:window.location.href,key:"AD_CLICKED",params:this.getTrackingParams()}));const r=this.getHref();if(r.startsWith("#"))return this.router.navigateByUrl(r.substring(1)),t.preventDefault(),!1}constructor(t,r,s,p,g,_,P,z,$,we,W,Fe,ke,Ye,Ke){super(s,t,p,z,W),this.elementRef=t,this.store=r,this.injector=s,this.contextService=p,this.googleAdService=g,this.router=_,this.sanitizer=P,this.document=z,this.adService=$,this.traffectiveAdService=we,this.globalService=W,this.consentService=Fe,this.ssrService=ke,this.ngZone=Ye,this.domHelper=Ke,this.load=new e.bkB,this.loaded=!1,this.adVisible$=new l.t(!1),this.defaultConfig=(0,A.A)({},X)}ngOnDestroy(){super.ngOnDestroy(),this.ad&&this.loaded&&this.ad.providerConfig.type===C.P.GPT&&this.googleAdService.removeAd(this.uuid)}rebuildContextKeys(){super.rebuildContextKeys();const t=this.getAdConfig(this.baseConfig);null!=t&&t.providerConfig&&(0,V.Fl)(t.providerConfig,this.contextKeys)}onConfigChanges(){var t=this;return(0,d.A)(function*(){var r;const s=t.getAdConfig(t.config);if(s&&s.providerConfig){if(s.providerConfig){const _=(0,x.uQ)((0,A.A)((0,A.A)({},s.providerConfig),{},{targeting:null}),t.contextService.getContext(),t.contextService.$functions,t.globalService.getGlobalData());if(!(0,x.ZY)(_))return void(t.config=null)}var p;if(s.providerConfig.type==C.P.TRAFFECTIVE&&(0,f.UE)(t.platformId)&&(yield t.consentService.init$,null===(p=t.traffectiveAdService)||void 0===p||!p.hasConsent()))return;t.ad=s,t.changeDetectorRef.detectChanges(),void 0===t.config.isLazy||t.config.isLazy?t.store.subscribe((0,D.eh)(t,t.elementRef,{skipWait:(0,f.Vy)(t.platformId)}),_=>{t.initAd()},E.lQ,E.lQ,"visible"):t.initAd()}else t.config.adId&&(s?s.providerConfig||console.warn("No provider config found for id ".concat(s.id,". Please migrate the ad configuration")):console.warn("No ad found for id ".concat(t.config.adId)));if("HTML"===(null===(r=t.ad)||void 0===r?void 0:r.providerConfig.type)){var g;const _=null===(g=t.ad)||void 0===g||null===(g=g.providerConfig)||void 0===g?void 0:g.url;_!==t.iframeUrl&&(t.iframeUrl=_,t.safeIframeUrl=t.sanitizer.bypassSecurityTrustResourceUrl(t.contextService.toResourceUrl(_)))}t.target=t.getTarget()})()}getAdConfig(t){let r=null;return t&&(t.adId?this.store.select((0,T.jZ)(M.O.AD),s=>{r=s.adSlots.find(p=>p.id===t.adId)}):t.ad&&(r=t.ad)),r}initAd(){var t;if(this.loaded=!0,(null===(t=window.storefrontHooks)||void 0===t||!t.isAdDisabled||!window.storefrontHooks.isAdDisabled(this.ad.id))&&(0,f.UE)(this.platformId))switch(this.ad.providerConfig.type){case C.P.GPT:this.initGpt();break;case C.P.TRAFFECTIVE:this.initTraffective();break;case C.P.AUDIENZZ:this.initPluginAd();break;default:return this.target=this.getTarget(),void this.load.emit()}}initGpt(){var t=this;return(0,d.A)(function*(){const r=(0,x.uQ)((0,A.A)((0,A.A)({},t.ad.providerConfig),{},{targeting:null}),t.contextService.getContext(),t.contextService.$functions,t.globalService.getGlobalData());r.targeting=t.mergeTargeting(t.ad.providerConfig.targeting),t.uuid="div-gpt-"+(r.fixedId?t.ad.id:(0,b.l)()),t.changeDetectorRef.detectChanges();let s=null;r.sizeMapping&&t.store.select((0,T.jZ)(M.O.AD),p=>{const g=p.adSlots.find(_=>_.id===r.sizeMapping);g&&g.providerConfig&&"SIZEMAPPING"===g.providerConfig.type&&(s=g.providerConfig)}),t.googleAdService.showAd(t.uuid,r,s,t.elementRef.nativeElement,()=>{t.load.emit(),t.resizeGoogleAd()},()=>t.resizeGoogleAd()),t.store.subscribe((0,D.Ne)(),()=>t.resizeGoogleAd())})()}initTraffective(){var t=this;return(0,d.A)(function*(){if(t.ad.providerConfig){var r;const{id:s,class:p}=t.ad.providerConfig;t.isDynamicAd="Floor"==p||"Mobile_Sticky"==p,(0,v.z)([null===(r=t.traffectiveAdService)||void 0===r?void 0:r.isTRFConfigReady$.pipe((0,u.p)(g=>g),(0,c.s)(1)),t.isDynamicAd?(0,S.of)(!0):t.adVisible$.pipe((0,u.p)(g=>g),(0,c.s)(1))]).subscribe(()=>{var g;if(!(0,f.Vy)(t.platformId)&&null!==(g=window)&&void 0!==g&&g.traffective)try{t.ssrService.prebootCompleted$.subscribe(()=>{t.ngZone.runOutsideAngular(t.isDynamicAd?()=>{window.traffective.refreshBottomSticky(p,s)}:()=>{window.traffective.refreshSlot(p,s)})})}catch(_){console.warn("Error with traffective refresh slot",_)}})}})()}mergeTargeting(t){let r=null;if(t||this.config.targeting){r=[];let s=new Map;this.evaluateTargeting(t,s),this.evaluateTargeting(this.config.targeting,s),s.forEach((p,g)=>{r.push({key:g,value:p})})}return r}evaluateTargeting(t,r){t&&t.forEach(s=>{const p=(0,x.uQ)(s.key,this.contextService.getContext(),this.contextService.$functions,this.globalService.getGlobalData(),!1);if(p&&""!==p){let g=r.get(p);g||(g=[]),(Array.isArray(s.value)?s.value:[s.value]).forEach(_=>{let P=(0,x.uQ)(_,this.contextService.getContext(),this.contextService.$functions,this.globalService.getGlobalData(),!1);if(s.multiValue){let z=P.split(",").filter($=>""!==$);g.concat(z)}else P&&""!==P&&g.push(P)}),g.length>0&&r.set(p,g)}})}resizeGoogleAd(){}getImageHeight(){return this.config.imageHeight||U.q.AUTO}getImageSrc(t=!1){const r=this.ad&&this.ad.providerConfig;return r&&(0,V.rv)(t&&r.stickyImage||r.image)}getHref(){const t=this.ad&&this.ad.providerConfig;return t&&t.target}getTrackingParams(){return{AD_ID:this.config.adId}}onVisible(t){t&&this.adVisible$.next(!0)}initPluginAd(){var t=this;return(0,d.A)(function*(){t.adContainer&&t.adService.showAd(null,t.ad,t.adContainer.nativeElement,()=>t.load.emit())})()}getTarget(){return(0,m.tb)(this.getHref())?H.We.BLANK:H.We.SELF}}return(i=o).type="ad",i.\u0275fac=function(t){return new(t||i)(e.rXU(e.aKT),e.rXU(h.B),e.rXU(e.zZn),e.rXU(R.V),e.rXU(L.s),e.rXU(G.Ix),e.rXU(Z.up),e.rXU(f.qQ),e.rXU(re),e.rXU(oe.y),e.rXU(ae.d),e.rXU(Y.e),e.rXU(se.i),e.rXU(e.SKi),e.rXU(le.S))},i.\u0275cmp=e.VBU({type:i,selectors:[["storefront-ad"]],viewQuery:function(t,r){if(1&t&&(e.GBs(ge,5,e.aKT),e.GBs(pe,5,e.aKT)),2&t){let s;e.mGM(s=e.lsd())&&(r.stickyLink=s.first),e.mGM(s=e.lsd())&&(r.adContainer=s.first)}},hostVars:4,hostBindings:function(t,r){1&t&&e.bIt("click",function(p){return r.onClick(p)}),2&t&&(e.BMQ("ad-type",r.regularAdType)("data-pxp-ad-type",r.prefixedAdType),e.xc7("height",r.iframeHostHeight))},standalone:!1,features:[e.Jv_([h.B]),e.Vt3],decls:1,vars:1,consts:[["adContainer",""],["stickyLink",""],[4,"ngIf"],[3,"ngSwitch"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],[3,"id"],["title","ad",3,"src",4,"ngIf"],["title","ad",3,"src"],["storefrontVisibleOnScroll","",1,"no-display",3,"elementVisible","id"],[3,"href","target",4,"ngIf"],[1,"ad-sticky",3,"href","target"],[3,"height","src",4,"ngIf"],[3,"href","target"],[3,"height","src"]],template:function(t,r){1&t&&e.DNE(0,Se,8,5,"ng-container",2),2&t&&e.Y8G("ngIf",r.ad&&r.ad.providerConfig)},dependencies:[f.bT,f.ux,f.e1,f.fG,U.h,K,N.R],styles:["storefront-ad,.pxp-ad{display:block;overflow:hidden}storefront-ad a,.pxp-ad a{display:block}storefront-ad a.ad-sticky,.pxp-ad a.ad-sticky{display:none}storefront-ad storefront-image img.error,storefront-ad .pxp-image img.error,.pxp-ad storefront-image img.error,.pxp-ad .pxp-image img.error{position:relative;width:100vw;height:25vw;background-image:url(/assets/banner/banner_not_found.jpg);background-size:contain;opacity:1}storefront-ad[ad-type=HTML]>iframe,storefront-ad[data-pxp-ad-type=HTML]>iframe,.pxp-ad[ad-type=HTML]>iframe,.pxp-ad[data-pxp-ad-type=HTML]>iframe{width:100%;height:100%}.sticky-elements storefront-ad a,.sticky-elements .pxp-ad a{display:none}.sticky-elements storefront-ad a.ad-sticky,.sticky-elements .pxp-ad a.ad-sticky{display:block}.no-display{display:none}\n"],encapsulation:2}),o})();var Te=a(4403),Ie=a(4871);let Ee=(()=>{var i;class o{}return(i=o).\u0275fac=function(t){return new(t||i)},i.\u0275mod=e.$C({type:i}),i.\u0275inj=e.G2t({imports:[f.MD]}),o})();const De=["class","pxp-ad"];function be(i,o){if(1&i&&(e.qex(0),e.nrm(1,"div",6),e.bVm()),2&i){const n=e.XpG(2);e.R7$(),e.Y8G("id",n.uuid)}}function Pe(i,o){if(1&i&&e.nrm(0,"iframe",8),2&i){const n=e.XpG(3);e.Y8G("src",n.safeIframeUrl,e.f$h)}}function Ue(i,o){if(1&i&&(e.qex(0),e.DNE(1,Pe,1,1,"iframe",7),e.bVm()),2&i){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",n.safeIframeUrl)}}function Re(i,o){if(1&i){const n=e.RV6();e.qex(0),e.j41(1,"div",9),e.bIt("elementVisible",function(r){e.eBV(n);const s=e.XpG(3);return e.Njj(s.onVisible(r))}),e.k0s(),e.bVm()}if(2&i){const n=e.XpG(2).ngIf;e.R7$(),e.HbH(n.class),e.Y8G("id",n.id)}}function Le(i,o){if(1&i&&(e.qex(0),e.DNE(1,Re,2,3,"ng-container",2),e.bVm()),2&i){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",!n.isDynamicAd)}}function Ge(i,o){1&i&&e.eu8(0)}function Me(i,o){if(1&i&&e.nrm(0,"storefront-image",14),2&i){const n=e.XpG(4);e.Y8G("height",n.getImageHeight())("src",n.getImageSrc())}}function Ve(i,o){if(1&i&&(e.j41(0,"a",13),e.nI1(1,"sanitizeUrl"),e.DNE(2,Me,1,2,"storefront-image",12),e.k0s()),2&i){const n=e.XpG(3);e.Y8G("href",e.bMT(1,3,n.getHref()),e.B4B)("target",n.target),e.R7$(2),e.Y8G("ngIf",n.getImageSrc())}}function Oe(i,o){if(1&i&&e.nrm(0,"storefront-image",14),2&i){const n=e.XpG(3);e.Y8G("height",n.getImageHeight())("src",n.getImageSrc(!0))}}function He(i,o){if(1&i&&(e.qex(0),e.DNE(1,Ve,3,5,"a",10),e.j41(2,"a",11,1),e.nI1(4,"sanitizeUrl"),e.DNE(5,Oe,1,2,"storefront-image",12),e.k0s(),e.bVm()),2&i){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",n.ad),e.R7$(),e.Y8G("href",e.bMT(4,4,n.getHref()),e.B4B)("target",n.target),e.R7$(3),e.Y8G("ngIf",n.getImageSrc(!0))}}function ze(i,o){if(1&i&&(e.qex(0,null,0)(2,3),e.DNE(3,be,2,1,"ng-container",4)(4,Ue,2,1,"ng-container",4)(5,Le,2,1,"ng-container",4)(6,Ge,1,0,"ng-container",4)(7,He,6,6,"ng-container",5),e.bVm()()),2&i){const n=o.ngIf;e.R7$(2),e.Y8G("ngSwitch",n.type),e.R7$(),e.Y8G("ngSwitchCase","GPT"),e.R7$(),e.Y8G("ngSwitchCase","HTML"),e.R7$(),e.Y8G("ngSwitchCase","TRAFFECTIVE"),e.R7$(),e.Y8G("ngSwitchCase","AUDIENZZ")}}let Be=(()=>{var i;class o extends j{}return(i=o).\u0275fac=(()=>{let n;return function(r){return(n||(n=e.xGo(i)))(r||i)}})(),i.\u0275cmp=e.VBU({type:i,selectors:[["div",8,"pxp-ad"]],standalone:!1,features:[e.Jv_([h.B]),e.Vt3],attrs:De,decls:1,vars:1,consts:[["adContainer",""],["stickyLink",""],[4,"ngIf"],[3,"ngSwitch"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],[3,"id"],["title","ad",3,"src",4,"ngIf"],["title","ad",3,"src"],["storefrontVisibleOnScroll","",1,"no-display",3,"elementVisible","id"],[3,"href","target",4,"ngIf"],[1,"ad-sticky",3,"href","target"],[3,"height","src",4,"ngIf"],[3,"href","target"],[3,"height","src"]],template:function(t,r){1&t&&e.DNE(0,ze,8,5,"ng-container",2),2&t&&e.Y8G("ngIf",r.ad&&r.ad.providerConfig)},dependencies:[f.bT,f.ux,f.e1,f.fG,U.h,K,N.R],styles:["storefront-ad,.pxp-ad{display:block;overflow:hidden}storefront-ad a,.pxp-ad a{display:block}storefront-ad a.ad-sticky,.pxp-ad a.ad-sticky{display:none}storefront-ad storefront-image img.error,storefront-ad .pxp-image img.error,.pxp-ad storefront-image img.error,.pxp-ad .pxp-image img.error{position:relative;width:100vw;height:25vw;background-image:url(/assets/banner/banner_not_found.jpg);background-size:contain;opacity:1}storefront-ad[ad-type=HTML]>iframe,storefront-ad[data-pxp-ad-type=HTML]>iframe,.pxp-ad[ad-type=HTML]>iframe,.pxp-ad[data-pxp-ad-type=HTML]>iframe{width:100%;height:100%}.sticky-elements storefront-ad a,.sticky-elements .pxp-ad a{display:none}.sticky-elements storefront-ad a.ad-sticky,.sticky-elements .pxp-ad a.ad-sticky{display:block}.no-display{display:none}\n"],encapsulation:2}),o})(),Xe=(()=>{var i;class o{}return(i=o).\u0275fac=function(t){return new(t||i)},i.\u0275mod=e.$C({type:i}),i.\u0275inj=e.G2t({imports:[f.MD,Te.U,Ie.E,Ee]}),o})();const $e={component:j,leanDomComponent:Be}},2932:(B,I,a)=>{a.d(I,{h:()=>U,q:()=>D});var f=a(177),d=a(4438),A=a(8251),e=a(8890),y=a(9516),C=a(9876),h=a(5102),T=a(3307),M=a(5927),V=a(3647);const O=["image"],H=(m,E,u)=>({imgRef:m,imageResolutionStrategy:E,focalPoint:u});function X(m,E){if(1&m){const u=d.RV6();d.j41(0,"img",2,0),d.nI1(2,"sanitizeUrl"),d.bIt("error",function(){d.eBV(u);const l=d.XpG();return d.Njj(l.onError())}),d.k0s()}if(2&m){const u=d.XpG();d.Y8G("priority",u.lcpPrioritized()||u.inViewPort())("ngSrc",d.i5U(2,6,u.src,"resourceUrl"))("alt",u.alt)("title",u.title)("loaderParams",d.sMw(9,H,u.elementRef.nativeElement,u.imageResolutionStrategy,u.focalPoint)),d.BMQ("aria-label",u.ariaLabel)}}let U=(()=>{var m;class E{get regularSrc(){return this.domHelper.regularSelector(this.src)}get prefixedPostType(){return this.domHelper.prefixedSelector(this.src)}get regularLabel(){return this.domHelper.regularSelector(this.label)}get prefixedLabel(){return this.domHelper.prefixedSelector(this.label)}get regularResolutionStrategy(){return this.domHelper.regularSelector(this.imageResolutionStrategy)}get prefixedResolutionStrategy(){return this.domHelper.prefixedSelector(this.imageResolutionStrategy)}set image(c){c&&this.onLoad(c),this._image=c}get image(){return this._image}get regularAlt(){return this.domHelper.regularSelector(this.alt)}get prefixedAlt(){return this.domHelper.prefixedSelector(this.alt)}get regularTitle(){return this.domHelper.regularSelector(this.title)}get prefixedTitle(){return this.domHelper.prefixedSelector(this.title)}get regularAriaLabel(){return this.domHelper.regularSelector(this.ariaLabel)}get prefixedAriaLabel(){return this.domHelper.prefixedSelector(this.ariaLabel)}get regularFocalPoint(){return this.domHelper.regularSelector(this.focalPoint)}get prefixedFocalPoint(){return this.domHelper.prefixedSelector(this.focalPoint)}get regularHeightStrategy(){return this.domHelper.regularSelector(this.height)}get prefixedHeightStrategy(){return this.domHelper.prefixedSelector(this.height)}constructor(c,l,v,S,x,b,R,L){this.changeDetectorRef=c,this.elementRef=l,this.subscriptions=v,this.platformId=S,this.contextService=x,this.purpleService=b,this.imagePreloaderService=R,this.domHelper=L,this.inViewPort=(0,d.vPA)(!1),this.lcpPrioritized=(0,d.hFB)(!1),this.error=new d.bkB,this.height=D.AUTO,(0,f.UE)(this.platformId)&&this.subscriptions.subscribe((0,e.eh)(this,this.elementRef),G=>this.load())}get empty(){return!this.src}ngOnInit(){var c;(0,f.UE)(this.platformId)&&(this.imagePreloaderService.getAboveFoldImg()===(null===(c=this.src)||void 0===c?void 0:c.split("?")[0])&&this.inViewPort.set(!0));this.initProperties()}initProperties(){var c,l,v,S;this.alt=(null===(c=this.extendedThumbnail)||void 0===c?void 0:c.properties.alt)||(null===(l=this.extendedThumbnail)||void 0===l?void 0:l.properties.caption)||"",this.title=this.alt,this.ariaLabel=null!==(v=this.label)&&void 0!==v?v:this.alt,this.focalPoint=null===(S=this.extendedThumbnail)||void 0===S?void 0:S.properties.focuspoint}initAndLoad(){this.initProperties(),this.load()}load(){this.loaded||(this.loaded=!0,this.src&&this.update(),this.changeDetectorRef.detectChanges())}ngOnChanges(c){c.src&&this.loaded&&this.update()}update(){this.updateImageRatio()}onLoad(c){c.nativeElement.classList.add("loaded"),this.elementRef.nativeElement.classList.add("loaded"),this.changeDetectorRef.detectChanges(),c.nativeElement.addEventListener("load",()=>{this.updateImageRatio(!0,c),this.changeDetectorRef.markForCheck()}),c.nativeElement.addEventListener("error",function(){c.nativeElement.style.display="none",c.nativeElement.nextElementSibling&&(c.nativeElement.nextElementSibling.style.display="inline")}),this.purpleService.addImageSrc(this.resizeSrc)}onError(){if(!this.src)return;const c=this.purpleService.getAlternativeSrc(this.resizeSrc);var l;c&&c!==this.resizeSrc?(this.setResizeSrc(c),this.changeDetectorRef.detectChanges()):(null===(l=this.image)||void 0===l||l.nativeElement.classList.add("error"),this.elementRef.nativeElement.classList.add("error"),this.error.emit(this))}updateImageRatio(c=!1,l=this.image){this.imageRatio=this.height===D.AUTO?(0,C.z)(!c,null==l?void 0:l.nativeElement,this.src)+"%":void 0}setResizeSrc(c){const l=this.contextService.toResourceUrl(c);this.resizeSrc=this.src=l}}return(m=E).\u0275fac=function(c){return new(c||m)(d.rXU(d.gRc),d.rXU(d.aKT),d.rXU(A.v),d.rXU(d.Agw),d.rXU(y.V),d.rXU(h.Wj),d.rXU(T.d),d.rXU(M.S))},m.\u0275cmp=d.VBU({type:m,selectors:[["storefront-image"]],viewQuery:function(c,l){if(1&c&&d.GBs(O,5),2&c){let v;d.mGM(v=d.lsd())&&(l.image=v.first)}},hostAttrs:["ngSkipHydration","true"],hostVars:20,hostBindings:function(c,l){2&c&&(d.BMQ("src",l.regularSrc)("data-pxp-src",l.prefixedPostType)("label",l.regularLabel)("data-pxp-label",l.prefixedLabel)("resolution-strategy",l.regularResolutionStrategy)("data-pxp-resolution-strategy",l.prefixedResolutionStrategy)("alt",l.regularAlt)("data-pxp-alt",l.prefixedAlt)("title",l.regularTitle)("data-pxp-title",l.prefixedTitle)("aria-label",l.regularAriaLabel)("data-pxp-aria-label",l.prefixedAriaLabel)("focal-point",l.regularFocalPoint)("data-pxp-focal-point",l.prefixedFocalPoint)("height-strategy",l.regularHeightStrategy)("data-pxp-height-strategy",l.prefixedHeightStrategy),d.xc7("padding-top",l.imageRatio),d.AVh("empty",l.empty))},inputs:{src:"src",label:"label",extendedThumbnail:"extendedThumbnail",imageResolutionStrategy:"imageResolutionStrategy",lcpPrioritized:[1,"lcpPrioritized"],height:"height"},outputs:{error:"error"},standalone:!1,features:[d.Jv_([A.v,{provide:f.WM,useFactory:(u,c)=>l=>{var v;const S=null==l||null===(v=l.loaderParams)||void 0===v?void 0:v.imgRef;if(S.offsetWidth){var x,b;const R=null==l||null===(x=l.loaderParams)||void 0===x?void 0:x.imageResolutionStrategy,L=(null==l||null===(b=l.loaderParams)||void 0===b?void 0:b.focalPoint)||"",G=c.toResourceUrl((0,C.G)(S,l.src,R,L));return u.resizeSrc=G,G}return""},deps:[m,y.V]}]),d.OA$],decls:1,vars:1,consts:[["image",""],["fill","true","disableOptimizedSrcset","",3,"priority","ngSrc","alt","title","loaderParams"],["fill","true","disableOptimizedSrcset","",3,"error","priority","ngSrc","alt","title","loaderParams"]],template:function(c,l){1&c&&d.DNE(0,X,3,13,"img",1),2&c&&d.vxM(l.src&&l.loaded?0:-1)},dependencies:[f.kt,V.R],styles:["storefront-image,.pxp-image{display:flex;justify-content:center;align-items:center;position:relative;background-color:var(--imageLoadingColor);transition:.2s background-color ease-in}storefront-image[height-strategy=FIXED]>img,storefront-image[data-pxp-height-strategy=FIXED]>img,storefront-image[height-strategy=AUTO]>img,storefront-image[data-pxp-height-strategy=AUTO]>img,.pxp-image[height-strategy=FIXED]>img,.pxp-image[data-pxp-height-strategy=FIXED]>img,.pxp-image[height-strategy=AUTO]>img,.pxp-image[data-pxp-height-strategy=AUTO]>img{position:absolute;width:auto;max-width:100%;top:0;object-fit:contain}storefront-image[height-strategy=DEFAULT]>img,storefront-image[data-pxp-height-strategy=DEFAULT]>img,.pxp-image[height-strategy=DEFAULT]>img,.pxp-image[data-pxp-height-strategy=DEFAULT]>img{position:static!important}storefront-image.img-with-hidden-alt,.pxp-image.img-with-hidden-alt{content:attr(data-alt);display:none}storefront-image>img,.pxp-image>img{display:block;transition:opacity .2s ease-in,background-color .2s ease-in;background-color:#fff0;max-width:100%;max-height:100%;opacity:0}storefront-image>img.loaded,.pxp-image>img.loaded{opacity:1;background-color:var(--imageBackgroundColor)}storefront-image.loaded,.pxp-image.loaded{background:#fff0}\n"],encapsulation:2,changeDetection:0}),E})();var D=function(m){return m.AUTO="AUTO",m.FIXED="FIXED",m.DEFAULT="DEFAULT",m}(D||{})},4403:(B,I,a)=>{a.d(I,{U:()=>e});var f=a(177),d=a(4871),A=a(4438);let e=(()=>{var y;class C{}return(y=C).\u0275fac=function(T){return new(T||y)},y.\u0275mod=A.$C({type:y}),y.\u0275inj=A.G2t({imports:[f.MD,d.E]}),C})()},3647:(B,I,a)=>{a.d(I,{R:()=>A});var f=a(4438),d=a(345);let A=(()=>{var e;class y{constructor(h){this.sanitizer=h}transform(h,T="url"){switch(T){case"html":return this.sanitizer.bypassSecurityTrustHtml(h);case"style":return this.sanitizer.bypassSecurityTrustStyle(h);case"script":return this.sanitizer.bypassSecurityTrustScript(h);case"url":return this.sanitizer.bypassSecurityTrustUrl(h);case"resourceUrl":return this.sanitizer.bypassSecurityTrustResourceUrl(h);default:throw new Error("Invalid safe type specified: ".concat(T))}}}return(e=y).\u0275fac=function(h){return new(h||e)(f.rXU(d.up,16))},e.\u0275pipe=f.EJ8({name:"sanitizeUrl",type:e,pure:!0,standalone:!1}),y})()}}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["projects_storefront_src_app_component_app-menu-xml_app-menu-xml_module_ts"],{4767:(k,h,a)=>{a.d(h,{d:()=>f});var c=a(177),x=a(4438);let f=(()=>{var e;class g{}return(e=g).\u0275fac=function(C){return new(C||e)},e.\u0275mod=x.$C({type:e}),e.\u0275inj=x.G2t({imports:[c.MD]}),g})()},2914:(k,h,a)=>{a.d(h,{w:()=>g});var c=a(4049),x=a(7370),f=a(4438),e=a(9516);let g=(()=>{var u;class C{constructor(d){this.contextService=d}transform(d,E){if(!d||(0,x.vh)(d))return d;let _=d?(0,c.K)(d,E):"";const O=this.contextService.getIsCustomerDomainUsed()?"":"/".concat(this.contextService.getBrand(),"/"),A=this.contextService.isPreview();return"/"===_&&(_=""),_="".concat(O).concat(_).concat(A?"?preview=true":""),_}}return(u=C).\u0275fac=function(d){return new(d||u)(f.rXU(e.V,16))},u.\u0275pipe=f.EJ8({name:"urlTransform",type:u,pure:!0,standalone:!1}),u.\u0275prov=f.jDH({token:u,factory:u.\u0275fac,providedIn:"root"}),C})()},9131:(k,h,a)=>{a.r(h),a.d(h,{AppMenuXmlModule:()=>Ge,component:()=>$e});var c=a(177),x=a(9379),f=a(7027),e=a(4438),g=a(4404),u=a(2771),C=a(8793),U=a(7673),d=a(3726),E=a(4572),_=a(6354),O=a(9568),A=a(9745),S=a(8251),B=a(7370),P=a(1210);const j={};function L(t){const r=[];for(const o of t.childNodes)if(o.nodeType===Node.ELEMENT_NODE)switch(o.nodeName){case"image":r.push({type:"image"});break;case"search":r.push({type:"search"});break;default:throw{code:g.ERROR_CODE.CONFIGURATION_ERROR,message:"Unknown type in ".concat(t.tagName,": ").concat(o.nodeName)}}return r}function H(t){const o=(new DOMParser).parseFromString(t,"text/xml"),n=o.querySelector("parsererror");if(n)throw{code:g.ERROR_CODE.CONFIGURATION_ERROR,message:n.textContent};const i=o.documentElement;if("app_menu"!==i.tagName)throw{code:g.ERROR_CODE.CONFIGURATION_ERROR,message:"Missing root <app_menu>"};const p={},m=i.querySelector("navigationHeader");m&&(p.header=L(m));const s=i.querySelector("navigation");s&&(p.dynamicEntries=function Y(t){const r=[];for(const p of t.getElementsByTagName("navigationNode")){var o,n,i;const m=p.getAttribute("targetURL"),s=p.getElementsByTagName("title"),l={default:m};for(const T of s)l[T.getAttribute("locale")||"default"]=T.textContent;const v=null!==(o=p.getAttribute("access"))&&void 0!==o?o:void 0;if(v&&"AUTHENTICATED"!==v&&"ROLE_ANONYMOUS"!==v)throw{code:g.ERROR_CODE.NOT_AVAILABLE,message:'Only simple roles are accepted as "access" on navigationNode, got "'.concat(v,'"')};r.push({targetUrl:m,titles:l,iconUrl:null===(n=p.getElementsByTagName("iconURL").item(0))||void 0===n?void 0:n.textContent,activeIconURL:null===(i=p.getElementsByTagName("activeIconURL").item(0))||void 0===i?void 0:i.textContent,access:v})}return r}(s));const l=i.querySelector("navigationFooter");return l&&(p.footer=L(l)),p}var R=a(7879),z=a(9079),w=a(7598),K=a(9360),W=a(9516),J=a(2838),G=a(3331),Q=a(8004),Z=a(20),q=a(3377),ee=a(9118),ne=a(9668),te=a(1652),oe=a(5204),$=a(2914);const re=(t,r)=>({"mask-image":t,"-webkit-mask-image":r}),ae=()=>({"background-color":"transparent"}),I=t=>({item:t});function ie(t,r){1&t&&(e.qex(0),e.j41(1,"div",6),e.EFF(2,"TODO SEARCH CONTAINER"),e.k0s(),e.bVm())}function pe(t,r){1&t&&(e.qex(0),e.j41(1,"div",7),e.EFF(2,"TODO IMAGE CONTAINER"),e.k0s(),e.bVm())}function me(t,r){if(1&t&&e.DNE(0,ie,3,0,"ng-container",5)(1,pe,3,0,"ng-container",5),2&t){const o=r.item;e.Y8G("ngIf","search"===o.type),e.R7$(),e.Y8G("ngIf","image"===o.type)}}function se(t,r){if(1&t){const o=e.RV6();e.j41(0,"li")(1,"a",8),e.nI1(2,"urlTransform"),e.bIt("click",function(i){const p=e.eBV(o).item,m=e.XpG();return e.Njj(m.handleItemClick(p,i))}),e.nrm(3,"span",9),e.j41(4,"span",10),e.EFF(5),e.k0s()()()}if(2&t){const o=r.item,n=e.XpG();e.R7$(),e.AVh("app-menu-entry-active",o.active),e.BMQ("href",e.i5U(2,7,o.targetUrl,n.context),e.B4B)("target",o.target),e.R7$(2),e.Aen(o.iconUrl?e.l_i(10,re,"url('"+o.iconUrl+"')","url('"+o.iconUrl+"')"):e.lJ4(13,ae)),e.R7$(2),e.JRh(o.title)}}function le(t,r){if(1&t&&(e.qex(0),e.eu8(1,13),e.bVm()),2&t){const o=r.$implicit;e.XpG(2);const n=e.sdS(1);e.R7$(),e.Y8G("ngTemplateOutlet",n)("ngTemplateOutletContext",e.eq3(2,I,o))}}function ce(t,r){if(1&t&&(e.j41(0,"div",11),e.DNE(1,le,2,4,"ng-container",12),e.k0s()),2&t){const o=e.XpG();e.R7$(),e.Y8G("ngForOf",o.header)}}function ue(t,r){if(1&t&&(e.qex(0),e.eu8(1,13),e.bVm()),2&t){const o=r.$implicit;e.XpG(2);const n=e.sdS(3);e.R7$(),e.Y8G("ngTemplateOutlet",n)("ngTemplateOutletContext",e.eq3(2,I,o))}}function ge(t,r){if(1&t&&(e.j41(0,"ul",14),e.DNE(1,ue,2,4,"ng-container",12),e.k0s()),2&t){const o=e.XpG();e.R7$(),e.Y8G("ngForOf",o.dynamicEntries)}}function de(t,r){if(1&t&&(e.qex(0),e.eu8(1,13),e.bVm()),2&t){const o=r.$implicit;e.XpG(2);const n=e.sdS(1);e.R7$(),e.Y8G("ngTemplateOutlet",n)("ngTemplateOutletContext",e.eq3(2,I,o))}}function ve(t,r){if(1&t&&(e.j41(0,"div",15),e.DNE(1,de,2,4,"ng-container",12),e.k0s()),2&t){const o=e.XpG();e.R7$(),e.Y8G("ngForOf",o.footer)}}const _e=["purple://app/settings/open","purple://app/info/open","purple://app/share_app_or_issue","purple://app/share_app_or_issue_or_page","purple://app/push/register","purple://app/onboarding/app_start/open"],he=(0,f.A)(/^purple:\/\/(?:storefront|app)\/resource\/dynamic\/storefront\/index\.html(?:[^#]*)(?:#\/)?(.*)?/,{path:1}),xe=(0,K.zk)();let F=(()=>{var t;class r extends P.${constructor(n,i,p,m,s,l,v,T,N,Fe,be,Ve,b,Be){super(i,n,p,m,b),this.elementRef=n,this.injector=i,this.contextService=p,this.document=m,this.resourceService=s,this.router=l,this.destroyRef=v,this.eventActionService=T,this.dialogService=N,this.actionUrlService=Fe,this.kioskConfigService=be,this.browserService=Ve,this.globalService=b,this.appMenuService=Be,this.defaultConfig=(0,x.A)({},j),this.rawAppMenuXml$=new u.m(1),this.colorCssVars={};const V=this.contextService.toResourceUrl("resource://dynamic/app_menu.xml"),D=(0,e.zw6)(V);this.transferState.hasKey(D)?this.rawAppMenuXml$.next(this.transferState.get(D,"")):this.resourceService.getString(V).then(M=>{this.rawAppMenuXml$.next(M),this.transferState.set(D,M)}).catch(M=>{this.rawAppMenuXml$.error({code:g.ERROR_CODE.NOT_FOUND,message:M.toString()})})}ngOnInit(){super.ngOnInit(),this.updateColorCssVars({});const n=this.rawAppMenuXml$.pipe((0,z.pQ)(this.destroyRef),(0,_.T)(H),(0,O.t)({refCount:!0,bufferSize:1})),i=(0,C.x)((0,U.of)(null),(0,d.R)(xe,w.YT));(0,E.z)([n,this.kioskConfigService.getAppProperties(),i]).subscribe({next:([{header:p,footer:m,dynamicEntries:s},l])=>{this.header=p,this.footer=m,this.dynamicEntries=this.convertToDisplayEntries(s,l),this.updateColorCssVars(l),this.changeDetectorRef.markForCheck()},error:p=>{var m,s;this.dialogService.alert({text:"APP_MENU_XML_ERROR_MESSAGE",args:[null!==(m=p.code)&&void 0!==m?m:"UNKNOWN",null!==(s=p.message)&&void 0!==s?s:"UNKNOWN"]},"APP_MENU_XML_ERROR_TITLE","APP_MENU_XML_ERROR_CONFIRM")}})}updateColorCssVars(n){const i={iconNormal:(0,R.l6)(n.app_menu_icon_normal_color||n.text_color_variation)||"#898b8e",itemNormalBg:(0,R.l6)(n.app_menu_item_normal_background_color||n.main_background_color)||"#f5f5f6",itemNormalText:(0,R.l6)(n.app_menu_item_normal_text_color||n.text_color_variation)||"#898b8e",iconActive:(0,R.l6)(n.app_menu_icon_active_color||n.main_background_color)||"#f5f5f6",itemHoverBg:(0,R.l6)(n.app_menu_item_pressed_background_color||n.main_highlight_color)||"#00adef",itemHoverText:(0,R.l6)(n.app_menu_item_pressed_text_color||n.text_color_on_highlight_color)||"#f5f5f6"},p={};for(const[m,s]of Object.entries(i))p["--appMenuXml".concat(m.substring(0,1).toUpperCase()).concat(m.substring(1))]=s;this.colorCssVars=p}convertToDisplayEntries(n,i){const p=this.contextService.getPath(),m=this.contextService.isLoggedIn();return n.map(s=>{if("AUTHENTICATED"===s.access&&!m||"ROLE_ANONYMOUS"===s.access&&m)return;if(_e.includes(s.targetUrl))return void console.log("app_menu.xml: Ignored unsupported action url ".concat(s.targetUrl));const l=this.convertTargetUrl(s.targetUrl,i),v=l.targetUrl&&p.startsWith(l.targetUrl);return{title:s.titles.default,iconUrl:this.handleIconUrl(s,v),active:v,targetUrl:l.targetUrl,isClientNavigation:l.isClientNavigation,onClick:l.onClick,target:l.target}}).filter(s=>!!s)}handleIconUrl(n,i){if(n.activeIconURL||n.iconUrl)return this.convertIconUrl(i&&n.activeIconURL?n.activeIconURL:n.iconUrl)}convertIconUrl(n){return n.endsWith(".png")||console.error("Expected app menu icon to be png!"),n=n.split(".png")[0]+"@3x.png",this.contextService.toResourceUrl("resource://dynamic/".concat(n))}handleItemClick(n,i){if(n.isClientNavigation)return i.preventDefault(),this.appMenuService.setOpen(!1),this.eventActionService.processNavigateAction({type:A.H.NAVIGATE,path:n.targetUrl},this);n.onClick&&n.onClick(n)}convertTargetUrl(n,i){if(!(0,B.vh)(n)){if(n.startsWith("/"))throw{code:g.ERROR_CODE.VALIDATION_FAILED,message:'Unknown target URL "'.concat(n,'"')};n="purple://app/resource/dynamic/"+n}if("purple://app/bookmarks/open"===n)return i.app_bookmarks_custom_ui_url?this.convertTargetUrl(i.app_bookmarks_custom_ui_url||"storefront/index.html?title_bar=false#/bookmarks",i):{isClientNavigation:!0,targetUrl:"/bookmarks"};if("purple://kiosk/entitlement/login/open"===n)return{onClick:()=>{this.eventActionService.processLoginAction({type:A.H.LOGIN},this)}};if("purple://app/home/open"===n||"purple://kiosk/open"===n)return i.app_initial_screen_url?this.convertTargetUrl(i.app_initial_screen_url,i):{isClientNavigation:!0,targetUrl:"/"};if(n.startsWith("purple://app/open/external/url/")){const m=n.replace("purple://app/open/external/url/","");return{target:"_blank",targetUrl:decodeURIComponent(m)}}const p=he.exec(n);return p?{isClientNavigation:!0,targetUrl:p.groups.path||"/"}:n.startsWith("purple://")?{onClick:()=>{this.actionUrlService.openUrl(n)}}:this.browserService.willOpenExternally(n)?{targetUrl:n,target:"_blank"}:{onClick:()=>this.browserService.showBrowser(n)}}}return(t=r).\u0275fac=function(n){return new(n||t)(e.rXU(e.aKT),e.rXU(e.zZn),e.rXU(W.V),e.rXU(c.qQ),e.rXU(J.Q),e.rXU(G.Ix),e.rXU(e.abz),e.rXU(Q.G),e.rXU(Z.o),e.rXU(q.p),e.rXU(ee.x),e.rXU(ne.I),e.rXU(te.d),e.rXU(oe.I))},t.\u0275cmp=e.VBU({type:t,selectors:[["storefront-app-menu-xml"]],hostVars:2,hostBindings:function(n,i){2&n&&e.Aen(i.colorCssVars)},standalone:!1,features:[e.Jv_([S.B]),e.Vt3],decls:7,vars:3,consts:[["headerItem",""],["dynamicItem",""],["class","app-menu-xml-header",4,"ngIf"],["class","app-menu-xml-dynamic-entries",4,"ngIf"],["class","app-menu-xml-footer",4,"ngIf"],[4,"ngIf"],[1,"app-menu-search"],[1,"app-menu-image"],[1,"app-menu-entry",3,"click"],[1,"app-menu-entry-icon"],[1,"app-menu-entry-title"],[1,"app-menu-xml-header"],[4,"ngFor","ngForOf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"app-menu-xml-dynamic-entries"],[1,"app-menu-xml-footer"]],template:function(n,i){1&n&&e.DNE(0,me,2,2,"ng-template",null,0,e.C5r)(2,se,6,14,"ng-template",null,1,e.C5r)(4,ce,2,1,"div",2)(5,ge,2,1,"ul",3)(6,ve,2,1,"div",4),2&n&&(e.R7$(4),e.Y8G("ngIf",i.header),e.R7$(),e.Y8G("ngIf",i.dynamicEntries),e.R7$(),e.Y8G("ngIf",i.footer))},dependencies:[c.Sq,c.bT,c.T3,$.w],styles:[".app-menu-xml-dynamic-entries .app-menu-entry{display:grid;cursor:pointer;position:relative;margin:calc(var(--gutter) / 2) 0;gap:var(--gutter);grid-template-columns:40px auto;align-items:center;background-color:var(--appMenuXmlItemNormalBg)}.app-menu-xml-dynamic-entries .app-menu-entry:hover,.app-menu-xml-dynamic-entries .app-menu-entry .app-menu-entry-active{background-color:var(--appMenuXmlItemHoverBg)}.app-menu-xml-dynamic-entries .app-menu-entry:hover>.app-menu-entry-icon,.app-menu-xml-dynamic-entries .app-menu-entry .app-menu-entry-active>.app-menu-entry-icon{background-color:var(--appMenuXmlIconActive)}.app-menu-xml-dynamic-entries .app-menu-entry:hover>.app-menu-entry-title,.app-menu-xml-dynamic-entries .app-menu-entry .app-menu-entry-active>.app-menu-entry-title{color:var(--appMenuXmlItemHoverText)}.app-menu-xml-dynamic-entries .app-menu-entry>.app-menu-entry-icon{width:40px;height:40px;background-color:var(--appMenuXmlIconNormal);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;z-index:2}.app-menu-xml-dynamic-entries .app-menu-entry>.app-menu-entry-title{color:var(--appMenuXmlItemNormalText);z-index:2}\n"],encapsulation:2,changeDetection:0}),r})();var Ce=a(9805),Re=a(4767);const ye=["class","pxp-app-menu-xml"],Ae=(t,r)=>({"mask-image":t,"-webkit-mask-image":r}),Te=()=>({"background-color":"transparent"}),X=t=>({item:t});function Me(t,r){1&t&&(e.qex(0),e.j41(1,"div",6),e.EFF(2,"TODO SEARCH CONTAINER"),e.k0s(),e.bVm())}function Ue(t,r){1&t&&(e.qex(0),e.j41(1,"div",7),e.EFF(2,"TODO IMAGE CONTAINER"),e.k0s(),e.bVm())}function Ee(t,r){if(1&t&&e.DNE(0,Me,3,0,"ng-container",5)(1,Ue,3,0,"ng-container",5),2&t){const o=r.item;e.Y8G("ngIf","search"===o.type),e.R7$(),e.Y8G("ngIf","image"===o.type)}}function Oe(t,r){if(1&t){const o=e.RV6();e.j41(0,"li")(1,"a",8),e.nI1(2,"urlTransform"),e.bIt("click",function(i){const p=e.eBV(o).item,m=e.XpG();return e.Njj(m.handleItemClick(p,i))}),e.nrm(3,"span",9),e.j41(4,"span",10),e.EFF(5),e.k0s()()()}if(2&t){const o=r.item,n=e.XpG();e.R7$(),e.AVh("app-menu-entry-active",o.active),e.BMQ("href",e.i5U(2,7,o.targetUrl,n.context),e.B4B)("target",o.target),e.R7$(2),e.Aen(o.iconUrl?e.l_i(10,Ae,"url('"+o.iconUrl+"')","url('"+o.iconUrl+"')"):e.lJ4(13,Te)),e.R7$(2),e.JRh(o.title)}}function Ie(t,r){if(1&t&&(e.qex(0),e.eu8(1,13),e.bVm()),2&t){const o=r.$implicit;e.XpG(2);const n=e.sdS(1);e.R7$(),e.Y8G("ngTemplateOutlet",n)("ngTemplateOutletContext",e.eq3(2,X,o))}}function Xe(t,r){if(1&t&&(e.j41(0,"div",11),e.DNE(1,Ie,2,4,"ng-container",12),e.k0s()),2&t){const o=e.XpG();e.R7$(),e.Y8G("ngForOf",o.header)}}function Ne(t,r){if(1&t&&(e.qex(0),e.eu8(1,13),e.bVm()),2&t){const o=r.$implicit;e.XpG(2);const n=e.sdS(3);e.R7$(),e.Y8G("ngTemplateOutlet",n)("ngTemplateOutletContext",e.eq3(2,X,o))}}function De(t,r){if(1&t&&(e.j41(0,"ul",14),e.DNE(1,Ne,2,4,"ng-container",12),e.k0s()),2&t){const o=e.XpG();e.R7$(),e.Y8G("ngForOf",o.dynamicEntries)}}function ke(t,r){if(1&t&&(e.qex(0),e.eu8(1,13),e.bVm()),2&t){const o=r.$implicit;e.XpG(2);const n=e.sdS(1);e.R7$(),e.Y8G("ngTemplateOutlet",n)("ngTemplateOutletContext",e.eq3(2,X,o))}}function Se(t,r){if(1&t&&(e.j41(0,"div",15),e.DNE(1,ke,2,4,"ng-container",12),e.k0s()),2&t){const o=e.XpG();e.R7$(),e.Y8G("ngForOf",o.footer)}}let Le=(()=>{var t;class r extends F{}return(t=r).\u0275fac=(()=>{let o;return function(i){return(o||(o=e.xGo(t)))(i||t)}})(),t.\u0275cmp=e.VBU({type:t,selectors:[["div",8,"pxp-app-menu-xml"]],standalone:!1,features:[e.Jv_([S.B]),e.Vt3],attrs:ye,decls:7,vars:3,consts:[["headerItem",""],["dynamicItem",""],["class","app-menu-xml-header",4,"ngIf"],["class","app-menu-xml-dynamic-entries",4,"ngIf"],["class","app-menu-xml-footer",4,"ngIf"],[4,"ngIf"],[1,"app-menu-search"],[1,"app-menu-image"],[1,"app-menu-entry",3,"click"],[1,"app-menu-entry-icon"],[1,"app-menu-entry-title"],[1,"app-menu-xml-header"],[4,"ngFor","ngForOf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"app-menu-xml-dynamic-entries"],[1,"app-menu-xml-footer"]],template:function(n,i){1&n&&e.DNE(0,Ee,2,2,"ng-template",null,0,e.C5r)(2,Oe,6,14,"ng-template",null,1,e.C5r)(4,Xe,2,1,"div",2)(5,De,2,1,"ul",3)(6,Se,2,1,"div",4),2&n&&(e.R7$(4),e.Y8G("ngIf",i.header),e.R7$(),e.Y8G("ngIf",i.dynamicEntries),e.R7$(),e.Y8G("ngIf",i.footer))},dependencies:[c.Sq,c.bT,c.T3,$.w],styles:[".app-menu-xml-dynamic-entries .app-menu-entry{display:grid;cursor:pointer;position:relative;margin:calc(var(--gutter) / 2) 0;gap:var(--gutter);grid-template-columns:40px auto;align-items:center;background-color:var(--appMenuXmlItemNormalBg)}.app-menu-xml-dynamic-entries .app-menu-entry:hover,.app-menu-xml-dynamic-entries .app-menu-entry .app-menu-entry-active{background-color:var(--appMenuXmlItemHoverBg)}.app-menu-xml-dynamic-entries .app-menu-entry:hover>.app-menu-entry-icon,.app-menu-xml-dynamic-entries .app-menu-entry .app-menu-entry-active>.app-menu-entry-icon{background-color:var(--appMenuXmlIconActive)}.app-menu-xml-dynamic-entries .app-menu-entry:hover>.app-menu-entry-title,.app-menu-xml-dynamic-entries .app-menu-entry .app-menu-entry-active>.app-menu-entry-title{color:var(--appMenuXmlItemHoverText)}.app-menu-xml-dynamic-entries .app-menu-entry>.app-menu-entry-icon{width:40px;height:40px;background-color:var(--appMenuXmlIconNormal);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;z-index:2}.app-menu-xml-dynamic-entries .app-menu-entry>.app-menu-entry-title{color:var(--appMenuXmlItemNormalText);z-index:2}\n"],encapsulation:2,changeDetection:0}),r})(),Ge=(()=>{var t;class r{}return(t=r).\u0275fac=function(n){return new(n||t)},t.\u0275mod=e.$C({type:t}),t.\u0275inj=e.G2t({imports:[c.MD,Ce.ButtonModule,G.iI,Re.d]}),r})();const $e={component:F,leanDomComponent:Le}}}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["projects_storefront_src_app_component_base-component_base-datacollection_component_ts-project-6cb588","projects_storefront_src_app_config_common_config_ts"],{3713:(j,L,p)=>{p.d(L,{r:()=>R});var d=p(1210),m=p(4452),u=p(4412),t=p(4438);let R=(()=>{var T;class A extends d.${constructor(){super(...arguments),this.dependingDataCollections=[],this.excludedData=[],this.latestDataSubject$=new u.t(null),this.skipWait=new u.t(!1)}ngOnInit(){if(!0===this.baseConfig.excludeContentPriorLoaded){const y=this.getDataSourceType();this.dependingDataCollections=this.contextService.getDataCollectionComponents().filter(C=>C.getDataSourceType()===y),this.dependingDataCollections.forEach(C=>{C.skipWait.value||C.skipWait.next(!0)})}!0!==this.baseConfig.dontExcludeThisContent&&this.contextService.registerDataCollectionComponent(this),super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy(),this.contextService.unregisterDataCollectionComponent(this)}getDataSourceType(){return(0,m.xV)(this.baseConfig)}getDependingDataCollections(){return this.dependingDataCollections}notifyHasData(y){this.excludedData=this.excludedData.concat(y.data),this.dependingDataCollections&&this.dependingDataCollections.length>0&&(this.dependingDataCollections=this.dependingDataCollections.filter(C=>C!==y.component),0===this.dependingDataCollections.length&&this.setComponentContext("resolvedDependencies","true"))}dataArrived(y){this.latestDataSubject$.next(y),this.contextService.notifyContainerComponents({component:this,data:y})}getLatestData(){return this.latestDataSubject$.value}getExcludedData(){return this.dependingDataCollections.length>0?void 0:this.excludedData}}return(T=A).\u0275fac=(()=>{let G;return function(C){return(G||(G=t.xGo(T)))(C||T)}})(),T.\u0275dir=t.FsC({type:T,features:[t.Vt3]}),A})()},6150:(j,L,p)=>{p.r(L),p.d(L,{ListModule:()=>ae,component:()=>pe});var d=p(177),m=p(467),u=p(9379),t=p(4438),R=p(1413),T=p(3726),A=p(152),G=p(9172),y=p(6977),C=p(9758),Q=p(873),K=p(4452),x=p(8179),I=p(8251),Z=p(610),D=p(3178),P=p(2962),J=p(7598),O=p(8890),q=p(3472),v=p(1803),X=function(o){return o.FIRST="FIRST",o.ALL="ALL",o}(X||{});const tt={dataSource:null,template:v.TS.VERTICAL,groupTemplate:v.TS.VERTICAL,content:null,emptyMessage:"LIST_NO_RESULTS",errorMessage:"LIST_ERROR",errorButtonLabel:"LIST_ERROR_BUTTON",maxLoadMoreRetries:2};var et=p(362),k=p.n(et);function S(o){return!!o&&o.groupable}var it=p(7967),nt=p(8075),ot=p(7879),M=p(3331),st=p(8004),lt=p(9516),rt=p(4748),at=p(5102),pt=p(1652),ct=p(5927),V=p(2868),Y=p(680),U=p(8909);let F=(()=>{var o;class a{set storefrontDynamicAttributes(e){e=null!=e?e:{};for(const[i,s]of Object.entries(e))s&&this.el.nativeElement.setAttribute(i,s);for(const i of Object.keys(this.currentAttributes))e[i]||this.el.nativeElement.removeAttribute(i);this.currentAttributes=e}constructor(e){this.el=e,this.currentAttributes={}}}return(o=a).\u0275fac=function(e){return new(e||o)(t.rXU(t.aKT))},o.\u0275dir=t.FsC({type:o,selectors:[["","storefrontDynamicAttributes",""]],inputs:{storefrontDynamicAttributes:"storefrontDynamicAttributes"},standalone:!1}),a})();const dt=["listContent"],gt=["indicator"],ut=["childComponent"],H=o=>({"data-entry-index":o}),N=o=>[o];function ft(o,a){1&o&&t.nrm(0,"div",17,1)}function mt(o,a){}function ht(o,a){if(1&o&&t.DNE(0,mt,0,0,"ng-template",24),2&o){const n=t.XpG().$implicit,e=t.XpG(2);t.Y8G("classNames","list-group-header")("baseConfig",e.groupHeaderConfig[n])("baseContext",e.groupHeaderContext[n])("dataType",e.getGroupDataType(n))}}function xt(o,a){}function vt(o,a){if(1&o){const n=t.RV6();t.DNE(0,xt,0,0,"ng-template",27,2,t.C5r),t.bIt("delete",function(i){t.eBV(n);const s=t.XpG(4);return t.Njj(s.onDeleteEntry(i))})("click",function(){const i=t.eBV(n).$implicit,s=t.sdS(1),l=t.XpG(4);return t.Njj(l.onClickEntry(s.elementRef.nativeElement.component,i))})}if(2&o){const n=a.$implicit,e=a.index,i=t.sdS(1),s=t.XpG(2).index,l=t.XpG(2);t.Y8G("classNames","list-entry"+(l.isSelected(i.elementRef.nativeElement.component)?" selected":"")+(null!=l.config&&null!=l.config.selection&&l.config.selection.ripple?"":" no-ripple"))("baseConfig",l.getEntryConfig(n))("baseContext",l.getEntryContext(n,e,s))("dataType",l.getDataType())("matRippleDisabled",!(null!=l.config&&null!=l.config.selection&&l.config.selection.ripple))("attributes",t.eq3(6,H,e))}}function bt(o,a){if(1&o&&(t.j41(0,"div",25)(1,"div",3),t.DNE(2,vt,2,8,null,26),t.k0s()()),2&o){const n=t.XpG(),e=n.$implicit,i=n.index,s=t.XpG(2);t.BMQ("template",s.config.groupTemplate)("data-group-index",i),t.R7$(),t.Y8G("storefrontCheckOverflow",s.config.groupTemplate),t.R7$(),t.Y8G("ngForOf",s.slicedGroupData[e])("ngForTrackBy",s.trackBySlicedData)}}function _t(o,a){if(1&o){const n=t.RV6();t.j41(0,"div",28),t.bIt("click",function(){t.eBV(n);const i=t.XpG().$implicit,s=t.XpG(2);return t.Njj(s.toggleGroupedEntriesLength(i))}),t.nrm(1,"span",29)(2,"i",30),t.k0s()}if(2&o){const n=t.XpG().$implicit,e=t.XpG(2);t.AVh("expanded",e.groupedEntriesLength[n]>=e.groupData[n].length),t.R7$(),t.Y8G("storefrontTranslate",e.getExpandCollapseMessage("EXPAND_COLLAPSE_GROUPED_ENTRIES",n))("storefrontTranslateArgs",t.eq3(4,N,e.groupData[n].length-e.getGroupedEntriesConfigLength()))}}function yt(o,a){if(1&o&&(t.j41(0,"div",19),t.DNE(1,ht,1,4,null,20)(2,bt,3,5,"div",21),t.j41(3,"div",22),t.DNE(4,_t,3,6,"div",23),t.k0s()()),2&o){const n=a.$implicit,e=t.XpG(2);t.Y8G("storefrontDynamicAttributes",e.groupAttributes&&e.groupAttributes[n]),t.R7$(),t.Y8G("ngIf",e.config&&e.groupHeaderConfig&&e.groupHeaderConfig[n]),t.R7$(),t.Y8G("ngIf",e.slicedGroupData),t.R7$(2),t.Y8G("ngIf",e.showGroupedEntriesExpandToggle(n))}}function Ct(o,a){if(1&o&&(t.qex(0),t.DNE(1,yt,5,4,"div",18),t.bVm()),2&o){const n=t.XpG();t.R7$(),t.Y8G("ngForOf",n.slicedGroups)("ngForTrackBy",n.trackBySlicedData)}}function Tt(o,a){}function Et(o,a){if(1&o){const n=t.RV6();t.DNE(0,Tt,0,0,"ng-template",31,2,t.C5r),t.bIt("delete",function(i){t.eBV(n);const s=t.XpG(2);return t.Njj(s.onDeleteEntry(i))})("click",function(){const i=t.eBV(n).$implicit,s=t.sdS(1),l=t.XpG(2);return t.Njj(l.onClickEntry(s.elementRef.nativeElement.component,i))})}if(2&o){const n=a.$implicit,e=a.index,i=t.sdS(1),s=t.XpG(2);t.Y8G("classNames","list-entry"+(s.isSelected(null==i||null==i.elementRef||null==i.elementRef.nativeElement?null:i.elementRef.nativeElement.component)?" selected":""))("dataType",s.getDataType())("baseConfig",s.getEntryConfig(n))("baseContext",s.getEntryContext(n,e))("attributes",t.eq3(5,H,e))}}function Lt(o,a){if(1&o&&(t.qex(0),t.DNE(1,Et,2,7,null,26),t.bVm()),2&o){const n=t.XpG();t.R7$(),t.Y8G("ngForOf",n.slicedData)("ngForTrackBy",n.trackBySlicedData)}}function Dt(o,a){if(1&o&&t.nrm(0,"div",32),2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.emptyMessage)("storefrontTranslateArgs",n.emptyMessageVariables)}}function St(o,a){if(1&o){const n=t.RV6();t.j41(0,"div",33),t.nrm(1,"span",29),t.j41(2,"button",34),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.reload())}),t.k0s()()}if(2&o){const n=t.XpG();t.R7$(),t.Y8G("storefrontTranslate",n.config.errorMessage)("storefrontTranslateArgs",t.eq3(3,N,n.error.code)),t.R7$(),t.Y8G("storefrontTranslate",n.config.errorButtonLabel)}}function Gt(o,a){if(1&o){const n=t.RV6();t.j41(0,"div",35),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.toggleEntriesLength())}),t.nrm(1,"span",29)(2,"i",30),t.k0s()}if(2&o){const n=t.XpG();t.AVh("expanded",n.entriesLimit>=(n.groups||n.data).length),t.R7$(),t.Y8G("storefrontTranslate",n.getExpandCollapseMessage("EXPAND_COLLAPSE_ENTRIES"))("storefrontTranslateArgs",t.eq3(4,N,n.data.length-n.getEntriesConfigLength()))}}function zt(o,a){if(1&o){const n=t.RV6();t.j41(0,"button",36),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.confirmSelection())}),t.k0s()}if(2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.getMessage("CONFIRM"))}}function At(o,a){if(1&o){const n=t.RV6();t.j41(0,"button",37),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.resetSelection())}),t.k0s()}if(2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.getMessage("RESET"))}}function Rt(o,a){if(1&o){const n=t.RV6();t.j41(0,"button",38),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.selectAll())}),t.k0s()}if(2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.getMessage("SELECT_ALL"))}}function It(o,a){if(1&o){const n=t.RV6();t.j41(0,"button",39),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.unSelectAll())}),t.k0s()}if(2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.getMessage("UNSELECT_ALL"))}}function kt(o,a){if(1&o&&(t.j41(0,"div",40)(1,"a",41),t.EFF(2," mehr "),t.k0s()()),2&o){const n=t.XpG();t.R7$(),t.Y8G("href",n.generateUrlWithPageSet(),t.B4B)}}const w="data";let $=(()=>{var o;class a extends q.M{get selectable(){return this.baseConfig.selection}get centered(){return this.baseConfig.centered}get isNotHorizontalList(){return this.template!==v.TS.HORIZONTAL}get paginationSuffix(){var e;return null===(e=this.config)||void 0===e||null===(e=e.pagination)||void 0===e?void 0:e.suffix}get showPaginationButton(){return!!(this.isNotHorizontalList&&this.hasNext&&this.paginationSuffix)}constructor(e,i,s,l,r,c,g,f,b,h,E,_,z){super(s,i,c,g,h),this.store=e,this.elementRef=i,this.injector=s,this.router=l,this.eventActionService=r,this.contextService=c,this.document=g,this.ssrService=f,this.purpleService=b,this.globalService=h,this.route=E,this.purpleEnv=_,this.domHelper=z,this.defaultConfig=(0,u.A)({},tt),this.selectedComponents=(0,t.vPA)([]),this.initiallySelectedComponents=[],this.destroyRef$=new R.B,this.slicedGroupData={},this.entryContextCache={},this.groupedEntriesLength={},this.listenQueryParamsInit=!1}ngOnInit(){this.baseContext.isGhost||(this.store.subscribe((0,T.R)(this.listContent.nativeElement,"scroll",{passive:!0}).pipe((0,A.B)(100)),e=>this.onScroll()),this.store.subscribe((0,O.Ne)(),e=>{this.updatePositionIndicator(this.selectedComponents[0]).then(()=>this.changeDetectorRef.detectChanges())}),this.isNotHorizontalList&&(0,d.UE)(this.platformId)&&this.store.subscribe((0,T.R)(window,J.Zm),e=>{(e.detail.emitter===this.elementRef.nativeElement||e.detail.emitter.contains(this.elementRef.nativeElement))&&this.loadMore()}),super.ngOnInit())}ngAfterViewInit(){this.childComponents.changes.pipe((0,G.Z)(0)).subscribe(e=>this.handleChildren())}handleChildren(){this.childComponents.forEach(e=>{e.component=e.elementRef.nativeElement.component})}ngOnDestroy(){this.destroyRef$.next(),this.destroyRef$.complete()}onScroll(){(0,d.UE)(this.platformId)&&this.isNotHorizontalList&&(0,P.IL)(this.listContent.nativeElement,!0)>Q._&&this.loadMore()}loadOnVisible(){var e=this;return(0,m.A)(function*(){(0,d.Vy)(e.platformId)||!e.ssrService.currentPrebootStatus?e.loadAndInit():(e.store.subscribe((0,O.eh)(e,e.elementRef,{skipWait:e.purpleEnv.isUniversal&&!e.ssrService.currentPrebootStatus||e.skipWait}),i=>e.loadAndInit(),D.lQ,D.lQ,"visible"),e.skipWait.subscribe(i=>{i&&(e.store.unsubscribe("visible"),e.loadAndInit())}))})()}onConfigChanges(){var e=this;return(0,m.A)(function*(){e.listenQueryParams();const i=e.getExcludedData();if(null!=i){if((!e.dataSource||e.dataSource.hasConfigChanged(e.config.dataSource))&&(e.dataSource?(e.dataSource.setConfig(e.config.dataSource),e.dataSource.reset()):(e.dataSource=(0,K.O8)(e.injector,e.config.dataSource,e.elementRef.nativeElement,e.document),i.length>0&&e.dataSource.setExcludedData(i))),e.store.hasSubscription(w)||(e.store.subscribe(e.dataSource.data$,function(){var l=(0,m.A)(function*(r){var c,g,f;e.hasNext=!(null===(c=e.dataSource)||void 0===c||null===(c=c.lastCallMetadata)||void 0===c||!c.hasNextPage||null===(g=e.data)||void 0===g||!g.length)&&(null===(f=e.dataSource)||void 0===f||null===(f=f.lastCallMetadata)||void 0===f?void 0:f.hasNextPage);const b=!e.data||e.data.length&&e.data.every(E=>null===E);e.data=r;const h=!e.data||e.data.length&&e.data.every(E=>null===E);h||e.dataArrived(e.data),e.listEmpty=0===(null==r?void 0:r.length),yield e.setGroupData(),e.updateAllSlicedData(),e.changedEntryContexts(),h||e.changeDetectorRef.detectChanges(),b&&e.loadMoreUntilFilled()});return function(r){return l.apply(this,arguments)}}(),D.lQ,D.lQ,w),e.store.subscribe(e.dataSource.error$,l=>{e.error=l,l&&e.dataArrived([])},D.lQ,D.lQ,"error")),e.dataSource.hasData())e.updateAllSlicedData();else try{e.loadOnVisible()}catch(l){}var s;e.config.selection&&e.dataSource.hasData()&&(e.elementRef.nativeElement.setAttribute("template",e.config.template),e.setSelectionFromContext()),e.config.emptyMessage&&(e.emptyMessage="string"==typeof e.config.emptyMessage?e.config.emptyMessage:e.config.emptyMessage.message,e.emptyMessageVariables="string"==typeof e.config.emptyMessage?[]:null!==(s=e.config.emptyMessage.variables)&&void 0!==s?s:[]),e.changedEntryContexts(),e.changeDetectorRef.markForCheck()}})()}updateAllSlicedData(){var e,i;if(this.entriesLimit=null!==(e=null!==(i=this.entriesLimit)&&void 0!==i?i:this.getEntriesConfigLength())&&void 0!==e?e:1/0,this.template===v.TS.GROUP){this.slicedGroups=this.groups.slice(0,this.entriesLimit);const l=this.getGroupedEntriesConfigLength();for(const r of this.groups)this.groupedEntriesLength[r]||(this.groupedEntriesLength[r]=l),this.slicedGroupData[r]=this.groupData[r].slice(0,this.groupedEntriesLength[r])}else{var s;this.slicedData=null===(s=this.data)||void 0===s||null===(s=s.slice(0,this.entriesLimit))||void 0===s?void 0:s.filter(l=>(0,x.ru)(this.getEntryConfig(l),this.getEntryContext(l),this.contextService.$functions,this.globalService.getGlobalData()))}}getGroupedEntriesConfigLength(){var e;return null===(e=this.config)||void 0===e||null===(e=e.lengthLimit)||void 0===e?void 0:e.groupedEntries}getEntriesConfigLength(){var e;return null===(e=this.config)||void 0===e||null===(e=e.lengthLimit)||void 0===e?void 0:e.entries}showEntriesExpandToggle(){var e,i,s;return(null===(e=this.config)||void 0===e?void 0:e.template)===v.TS.GROUP?(null===(s=this.groups)||void 0===s?void 0:s.length)>this.getEntriesConfigLength():(null===(i=this.data)||void 0===i?void 0:i.length)>this.getEntriesConfigLength()}showGroupedEntriesExpandToggle(e){var i;return e&&(null===(i=this.groupData[e])||void 0===i?void 0:i.length)>this.getGroupedEntriesConfigLength()}toggleEntriesLength(){var i;this.entriesLimit=void 0===this.entriesLimit||this.entriesLimit<1/0?1/0:this.getEntriesConfigLength(),this.template===v.TS.GROUP?this.slicedGroups=this.groups.slice(0,this.entriesLimit):this.slicedData=null===(i=this.data)||void 0===i||null===(i=i.slice(0,this.entriesLimit))||void 0===i?void 0:i.filter(s=>(0,x.ru)(this.getEntryConfig(s),this.getEntryContext(s),this.contextService.$functions,this.globalService.getGlobalData()))}toggleGroupedEntriesLength(e){void 0===this.groupedEntriesLength[e]||this.groupedEntriesLength[e]<1/0?(this.groupedEntriesLength[e]=1/0,this.slicedGroupData[e]=this.groupData[e]):(this.groupedEntriesLength[e]=this.getGroupedEntriesConfigLength(),this.slicedGroupData[e]=this.groupData[e].slice(0,this.groupedEntriesLength[e]))}changedEntryContexts(e){e?e.forEach(i=>{delete this.entryContextCache[i]}):this.entryContextCache={}}loadMoreUntilFilled(){var e=this;return(0,m.A)(function*(){let i=0,l=e.getElementRef().nativeElement.closest("body, storefront-embeddable-view .content, storefront-modal .modal-content");if(l===e.document.body&&e.document.scrollingElement!==l&&(l=e.document.scrollingElement),l)for(;l.scrollHeight<l.clientHeight&&null!==(r=e.dataSource.lastCallMetadata)&&void 0!==r&&r.hasNextPage;){var r;if(i>=e.config.maxLoadMoreRetries)return void console.warn("loadMore was called ".concat(e.config.maxLoadMoreRetries," times, but screen still isn't filled. Increase List maxLoadMoreRetries or DataSource batchSize"));yield e.loadMore(),i++}})()}loadAndInit(){var e=this;return(0,m.A)(function*(){e.isNotHorizontalList&&e.paginationSuffix?(e.currentPageSet=e.route.snapshot.queryParams["page-set-".concat(e.paginationSuffix)],e.currentPageSet&&(e.dataSource.cursor=e.currentPageSet),yield e.dataSource.loadData({ignoreCursor:!e.currentPageSet})):yield e.dataSource.loadData(),e.paginationSuffix&&(e.currentPageSet=e.dataSource.cursor),e.config.selection&&e.dataSource.hasData()&&(e.elementRef.nativeElement.setAttribute("template",e.config.template),e.setSelectionFromContext(!0))})()}loadMore(){var e=this;return(0,m.A)(function*(){try{yield e.dataSource.loadMore(),e.paginationSuffix&&(e.currentPageSet=e.dataSource.cursor,e.hasNext=!!e.currentPageSet)}catch(i){}})()}getData(){return this.data}isEmpty(){const e=this.getData();return e&&e.length}getGroups(){return S(this.dataSource)&&this.dataSource.getGroups()}getGroupData(e){return S(this.dataSource)&&this.dataSource.getGroupData(e)}getEntryContext(e,i,s){const l=null==e?void 0:e.id;if(l&&this.entryContextCache[l])return this.entryContextCache[l];let r;if(e){var c;let g=(0,x.uQ)(null!==(c=this.getConfig().dataSource.entryId)&&void 0!==c?c:this.getDataType(),this.context,this.contextService.$functions,this.globalService.getGlobalData());r=(0,u.A)((0,u.A)((0,u.A)({},this.context),{},{[this.config&&g]:e},null!=i?{entryIndex:i}:{}),null!=s?{groupIndex:s}:{}),l&&(this.entryContextCache[l]=r)}else r=(0,u.A)((0,u.A)((0,u.A)({},this.context),{},{isGhost:!0},null!=i?{entryIndex:i}:{}),null!=s?{groupIndex:s}:{});return r}getGroupEntryContext(e){return(0,u.A)((0,u.A)({},this.context),{},{[this.config&&this.config.dataSource.type]:e})}getGroupDataType(e){return S(this.dataSource)&&"group"}getGroupHeaderContext(e,i){var s=this;return(0,m.A)(function*(){const l=S(s.dataSource)&&(yield s.dataSource.getGroupHeaderContextData(e,i));return l?(0,u.A)((0,u.A)({},s.context),{},{group:l}):void 0})()}getGroupHeaderConfig(e){if(this.config.groupHeader&&S(this.dataSource)){var i,s,l;let r=(0,u.A)({},this.config.groupHeader);return r.condition&&(r=(0,x.uQ)(r,this.groupHeaderContext[e],this.contextService.$functions,this.globalService.getGlobalData()),r=(0,x.v3)(r),!r)?null:null!==(i=null===(s=(l=this.dataSource).getGroupHeaderConfig)||void 0===s?void 0:s.call(l,r,e))&&void 0!==i?i:r}return null}onClickEntry(e,i){var s=this;return(0,m.A)(function*(){if(s.isAnyChildComponentProcessing())return;const l=e.getActualComponent();if((s.config.selection||s.baseConfig.tapEntry)&&s.store.dispatch((0,Z.k4)({url:window.location.href,key:"".concat(s.getTrackingBaseKey(),"_").concat(l.getTrackingBaseKey(),"_CLICKED"),params:l.getTrackingParams()})),s.config.selection&&s.setSelection(e,!0),s.baseConfig.tapEntry){e.processing=!0,s.changeDetectorRef.detectChanges();const r=(0,x.uQ)(s.baseConfig.tapEntry,s.getEntryContext(i),s.contextService.$functions,s.globalService.getGlobalData(),!1);yield s.eventActionService.processEventAction((0,x.v3)(r),l,s),e.processing=!1,s.changeDetectorRef.detectChanges()}})()}isAnyChildComponentProcessing(){return!(!this.childComponents||!this.childComponents.find(e=>{var i;return null===(i=e.component)||void 0===i?void 0:i.processing}))}setSelectionFromContext(e=!1){const i=this.getDataFromContext();let s=[];if(i)if("string"==typeof i){const r=this.childComponents.find(c=>c.component.getDataId()===i).component;r&&s.push(r)}else if("object"==typeof i)if(Array.isArray(i))s=this.childComponents.filter(r=>i.indexOf(r.component.getDataId())>-1).map(r=>r.component);else{var l;const r=null===(l=this.childComponents.find(c=>c.component.getDataId()===i.id))||void 0===l?void 0:l.component;r&&s.push(r)}!s.length&&this.config.selection.init&&(this.config.selection.init===X.ALL?this.config.selection.multi&&(s=this.childComponents.map(r=>r.component)):s.push(this.childComponents.toArray()[0].component)),s.length&&this.hasSelectionChanged(s)&&s.forEach(r=>this.setSelection(r,!1,!0)),e&&(this.initiallySelectedComponents=[...s]),this.changeDetectorRef.detectChanges()}setSelection(e,i=!1,s=!1){this.config.selection.multi?(this.isSelected(e)?i&&this.selectedComponents.update(l=>l.filter(r=>r!==e)):this.selectedComponents.update(l=>[...l,e]),this.config.selection.confirm||this.updateSelection()):(this.selectedComponents.set([e]),this.config.selection.confirm||this.updatePositionIndicator(e,s?100:0).then(()=>this.updateSelection()),this.template!==v.TS.TABS&&function Nt(o,a,n){(0,d.UE)(o)&&a.scrollIntoView(n)}(this.platformId,e,this.getScrollOptions()))}updatePositionIndicator(e,i=0){var s=this;return(0,m.A)(function*(){return new Promise(l=>{if(s.template===v.TS.TABS){const r=e.getActualComponent().getElementRef().nativeElement;(0,P.L$)(s.indicator.nativeElement,"transitionend",l),setTimeout(()=>{s.indicator.nativeElement.style.transform="translateX(".concat(r.offsetLeft-1,"px) translateY(").concat(r.offsetTop,"px)"),s.indicator.nativeElement.style.width=r.offsetWidth+1+"px",s.indicator.nativeElement.style.height=r.offsetHeight+"px"},i),setTimeout(l,i+500)}else l()})})()}updateSelection(){var e=this;return(0,m.A)(function*(){const i=e.config.selection.multi?"filter":"find",l=e.selectedComponents().map(r=>r.getDataId())[i](r=>!!r);e.config.selection.paramScope===C.x.USER_ATTRIBUTE?e.contextService.setUserAttribute(e.config.selection.param,l):(0,nt.CV)(e.router,{[e.config.selection.param]:l})})()}getScrollOptions(){return{behavior:"smooth",axis:this.template===v.TS.HORIZONTAL?"horiz":void 0,padding:!0}}onDeleteEntry(e){const i=null==e?void 0:e.id;i&&this.entryContextCache[i]&&delete this.entryContextCache[i],this.dataSource.update()}reload(){(0,d.UE)(this.platformId)&&window.location.reload()}isSelected(e){return this.selectedComponents().indexOf(e)>-1}confirmSelection(){var e=this;return(0,m.A)(function*(){yield e.updateSelection(),e.eventActionService.processEventAction((0,x.v3)((0,x.uQ)(e.config.selection.confirm.action,e.context,e.contextService.$functions,e.globalService.getGlobalData())),e)})()}resetSelection(){this.selectedComponents.set([...this.initiallySelectedComponents]),this.config.selection.confirm||this.updateSelection()}unSelectAll(){this.selectedComponents.set([]),this.config.selection.confirm||this.updateSelection()}selectAll(){this.selectedComponents.set(this.childComponents.map(e=>e.component)),this.config.selection.confirm||this.updateSelection()}setGroupData(){var e=this;return(0,m.A)(function*(){if(S(e.dataSource)&&e.template===v.TS.GROUP){const i=e.getGroups();if(k()(e.groups,i)||(e.groups=i),e.groupData?(Object.keys(e.groupData).forEach(s=>{e.groups.indexOf(s)<0&&delete e.groupData[s]}),e.groups.forEach(s=>{const l=e.getGroupData(s);k()(l,e.groupData[s])||(e.groupData[s]=l)})):e.groupData=e.groups.reduce((s,l)=>(0,u.A)((0,u.A)({},s),{},{[l]:e.getGroupData(l)}),{}),e.config.groupHeader){const s=yield Promise.all(e.groups.map(function(){var r=(0,m.A)(function*(c){return[c,yield e.getGroupHeaderContext(c,e.groupData[c])]});return function(c){return r.apply(this,arguments)}}()));if(!k()(e.groups,i))return;e.groups=e.groups.filter(r=>s.some(([c,g])=>c===r&&!!g));const l={};for(const[r,c]of s)l[r]=c;if(e.groupHeaderContext=l,e.groupHeaderConfig=e.groups.reduce((r,c)=>(0,u.A)((0,u.A)({},r),{},{[c]:e.getGroupHeaderConfig(c)}),{}),e.config.groupAttributes){e.groupAttributes={};for(const[r,c]of Object.entries(l)){const g=(0,x.uQ)((0,u.A)({},e.config.groupAttributes),c,e.contextService.$functions,e.globalService.getGlobalData(),!1);for(const f of Object.keys(g))null!=g[f]&&(g[f]=(0,x.v3)(g[f]));e.groupAttributes[r]=g}}}}})()}getMessage(e){switch(e){case"CONFIRM":return this.config.selection.confirm.message||"LIST_ACTION_CONFIRM";case"RESET":return"string"==typeof this.config.selection.reset?this.config.selection.reset:"LIST_ACTION_RESET";case"SELECT_ALL":return"string"==typeof this.config.selection.selectAll?this.config.selection.selectAll:"LIST_ACTION_SELECT_ALL";case"UNSELECT_ALL":return"string"==typeof this.config.selection.unSelectAll?this.config.selection.unSelectAll:"LIST_ACTION_UNSELECT_ALL"}}getExpandCollapseMessage(e,i){function s(_,z){return"string"==typeof _?_:(0,it.t)(_,z)}if("EXPAND_COLLAPSE_ENTRIES"===e){const _=(this.template===v.TS.GROUP?this.groups:this.data).length-this.getEntriesConfigLength();var l,r,c,g;return s(void 0!==this.entriesLimit&&this.entriesLimit<1/0?null!==(l=null===(r=this.config.lengthLimit)||void 0===r?void 0:r.entriesExpandMessage)&&void 0!==l?l:{singular:"LIST_ENTRY_TOGGLE_EXPAND",plural:"LIST_ENTRIES_TOGGLE_EXPAND"}:null!==(c=null===(g=this.config.lengthLimit)||void 0===g?void 0:g.entriesCollapseMessage)&&void 0!==c?c:{singular:"LIST_ENTRY_TOGGLE_COLLAPSE",plural:"LIST_ENTRIES_TOGGLE_COLLAPSE"},_)}{const _=this.groupData[i].length-this.getGroupedEntriesConfigLength();var f,b,h,E;return s(void 0!==this.groupedEntriesLength[i]&&this.groupedEntriesLength[i]<1/0?null!==(f=null===(b=this.config.lengthLimit)||void 0===b?void 0:b.groupedEntriesExpandMessage)&&void 0!==f?f:{singular:"LIST_GROUPED_ENTRY_TOGGLE_EXPAND",plural:"LIST_GROUPED_ENTRIES_TOGGLE_EXPAND"}:null!==(h=null===(E=this.config.lengthLimit)||void 0===E?void 0:E.groupedEntriesCollapseMessage)&&void 0!==h?h:{singular:"LIST_GROUPED_ENTRY_TOGGLE_COLLAPSE",plural:"LIST_GROUPED_ENTRIES_TOGGLE_COLLAPSE"},_)}}hasSelectionChanged(e){return this.selectedComponents().length!==e.length||this.selectedComponents().find((i,s)=>i!==e[s])}isSelectionEnabled(){return this.config&&!!this.config.selection}getParam(){return this.config&&this.config.selection&&this.config.selection.param}getSelectionScope(){return this.config&&this.config.selection&&this.config.selection.paramScope}getConfigEscapeProperties(){return[...super.getConfigEscapeProperties(),"groupHeader","groupAttributes","tapEntry"]}trackBySlicedData(e,i){var s,l,r,c,g,f,b,h;return"string"!=typeof i&&i?null!==(s=null!==(l=null!==(r=null!==(c=null==i?void 0:i.id)&&void 0!==c?c:null==i||null===(g=i.issue)||void 0===g?void 0:g.id)&&void 0!==r?r:null==i||null===(f=i.post)||void 0===f?void 0:f.id)&&void 0!==l?l:null==i||null===(b=i.bundle)||void 0===b?void 0:b.id)&&void 0!==s?s:null==i||null===(h=i.ad)||void 0===h?void 0:h.id:i}generateUrlWithPageSet(){const e="page-set-".concat(this.paginationSuffix),i=(0,u.A)((0,u.A)({},this.route.snapshot.queryParams),{},{[e]:this.currentPageSet});return this.router.createUrlTree([],{relativeTo:this.route,queryParams:i}).toString()}listenQueryParams(){(0,d.UE)(this.platformId)&&this.isNotHorizontalList&&this.paginationSuffix&&!this.listenQueryParamsInit&&(this.listenQueryParamsInit=!0,this.route.queryParams.pipe((0,y.Q)(this.destroyRef$)).subscribe(e=>{!e["page-set-".concat(this.paginationSuffix)]&&this.currentPageSet&&(this.currentPageSet="",this.loadAndInit())}))}}return(o=a).type="list",o.\u0275fac=function(e){return new(e||o)(t.rXU(I.B),t.rXU(t.aKT),t.rXU(t.zZn),t.rXU(M.Ix),t.rXU(st.G),t.rXU(lt.V),t.rXU(d.qQ),t.rXU(rt.i),t.rXU(at.Wj),t.rXU(pt.d),t.rXU(M.nX),t.rXU(ot.r6),t.rXU(ct.S))},o.\u0275cmp=t.VBU({type:o,selectors:[["storefront-list"]],viewQuery:function(e,i){if(1&e&&(t.GBs(dt,7,t.aKT),t.GBs(gt,5,t.aKT),t.GBs(ut,5)),2&e){let s;t.mGM(s=t.lsd())&&(i.listContent=s.first),t.mGM(s=t.lsd())&&(i.indicator=s.first),t.mGM(s=t.lsd())&&(i.childComponents=s)}},hostVars:6,hostBindings:function(e,i){2&e&&t.AVh("selectable",i.selectable)("centered",i.centered)("list-empty",i.listEmpty)},inputs:{baseConfig:"baseConfig"},standalone:!1,features:[t.Jv_([I.B]),t.Vt3],decls:15,vars:14,consts:[["listContent",""],["indicator",""],["childComponent",""],[1,"list-content",3,"storefrontCheckOverflow"],[3,"ngSwitch"],["class","list-position-indicator",4,"ngIf"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["class","list-no-results",3,"storefrontTranslate","storefrontTranslateArgs",4,"ngIf"],["class","list-error",4,"ngIf"],[1,"list-actions"],["class","action-button list-entries-expand-toggle",3,"expanded","click",4,"ngIf"],["class","action-button list-selection-confirm",3,"storefrontTranslate","click",4,"ngIf"],["class","action-button list-selection-reset",3,"storefrontTranslate","click",4,"ngIf"],["class","action-button list-selection-select-all",3,"storefrontTranslate","click",4,"ngIf"],["class","action-button list-selection-unselect-all",3,"storefrontTranslate","click",4,"ngIf"],["class","list-pagination-btns",4,"ngIf"],[1,"list-position-indicator"],["class","list-group",3,"storefrontDynamicAttributes",4,"ngFor","ngForOf","ngForTrackBy"],[1,"list-group",3,"storefrontDynamicAttributes"],[4,"ngIf"],["class","list-group-entries",4,"ngIf"],[1,"list-group-actions"],["class","action-button list-grouped-entries-expand-toggle",3,"expanded","click",4,"ngIf"],[3,"pxpDynamicComponent","classNames","baseConfig","baseContext","dataType"],[1,"list-group-entries"],[4,"ngFor","ngForOf","ngForTrackBy"],[3,"delete","click","pxpDynamicComponent","classNames","baseConfig","baseContext","dataType","matRippleDisabled","attributes"],[1,"action-button","list-grouped-entries-expand-toggle",3,"click"],[3,"storefrontTranslate","storefrontTranslateArgs"],[1,"icon","icon-arrow-down"],[3,"delete","click","classNames","pxpDynamicComponent","dataType","baseConfig","baseContext","attributes"],[1,"list-no-results",3,"storefrontTranslate","storefrontTranslateArgs"],[1,"list-error"],[1,"action-button",3,"click","storefrontTranslate"],[1,"action-button","list-entries-expand-toggle",3,"click"],[1,"action-button","list-selection-confirm",3,"click","storefrontTranslate"],[1,"action-button","list-selection-reset",3,"click","storefrontTranslate"],[1,"action-button","list-selection-select-all",3,"click","storefrontTranslate"],[1,"action-button","list-selection-unselect-all",3,"click","storefrontTranslate"],[1,"list-pagination-btns"],["type","button","rel","next","aria-label","mehr",3,"href"]],template:function(e,i){1&e&&(t.j41(0,"div",3,0),t.qex(2,4),t.DNE(3,ft,2,0,"div",5)(4,Ct,2,2,"ng-container",6)(5,Lt,2,2,"ng-container",7),t.bVm(),t.DNE(6,Dt,1,2,"div",8)(7,St,3,5,"div",9),t.k0s(),t.j41(8,"div",10),t.DNE(9,Gt,3,6,"div",11)(10,zt,1,1,"button",12)(11,At,1,1,"button",13)(12,Rt,1,1,"button",14)(13,It,1,1,"button",15),t.k0s(),t.DNE(14,kt,3,1,"div",16)),2&e&&(t.AVh("processing",i.isAnyChildComponentProcessing()),t.Y8G("storefrontCheckOverflow",i.template),t.R7$(2),t.Y8G("ngSwitch",i.template),t.R7$(),t.Y8G("ngIf","tabs"===i.template),t.R7$(),t.Y8G("ngSwitchCase","group"),t.R7$(2),t.Y8G("ngIf",!i.error&&i.getData()&&!i.getData().length),t.R7$(),t.Y8G("ngIf",i.error&&i.config),t.R7$(2),t.Y8G("ngIf",i.showEntriesExpandToggle()),t.R7$(),t.Y8G("ngIf",i.config&&i.config.selection&&i.config.selection.confirm),t.R7$(),t.Y8G("ngIf",i.config&&i.config.selection&&i.config.selection.reset),t.R7$(),t.Y8G("ngIf",i.config&&i.config.selection&&i.config.selection.selectAll),t.R7$(),t.Y8G("ngIf",i.config&&i.config.selection&&i.config.selection.unSelectAll),t.R7$(),t.Y8G("ngIf",i.showPaginationButton))},dependencies:[d.Sq,d.bT,d.ux,d.e1,d.fG,V.q,Y.G,U.M,F],styles:['storefront-list,div.pxp-list{width:100%;position:relative;overflow-x:hidden;display:block}storefront-list>.list-content,div.pxp-list>.list-content{display:flex;flex-direction:row;padding:var(--listPadding)}storefront-list .list-content.processing .list-entry:after,div.pxp-list .list-content.processing .list-entry:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;pointer-events:all}storefront-list[template=vertical]>.list-content,storefront-list .list-group-entries[template=vertical]>.list-content,storefront-list[data-pxp-template=vertical]>.list-content,storefront-list .list-group-entries[data-pxp-template=vertical]>.list-content,div.pxp-list[template=vertical]>.list-content,div.pxp-list .list-group-entries[template=vertical]>.list-content,div.pxp-list[data-pxp-template=vertical]>.list-content,div.pxp-list .list-group-entries[data-pxp-template=vertical]>.list-content{flex-direction:column}storefront-list[template=vertical]>.list-content>.list-entry:not(:last-child),storefront-list .list-group-entries[template=vertical]>.list-content>.list-entry:not(:last-child),storefront-list[data-pxp-template=vertical]>.list-content>.list-entry:not(:last-child),storefront-list .list-group-entries[data-pxp-template=vertical]>.list-content>.list-entry:not(:last-child),div.pxp-list[template=vertical]>.list-content>.list-entry:not(:last-child),div.pxp-list .list-group-entries[template=vertical]>.list-content>.list-entry:not(:last-child),div.pxp-list[data-pxp-template=vertical]>.list-content>.list-entry:not(:last-child),div.pxp-list .list-group-entries[data-pxp-template=vertical]>.list-content>.list-entry:not(:last-child){margin-bottom:var(--listItemGutter)}storefront-list[template=horizontal]>.list-content,storefront-list .list-group-entries[template=horizontal]>.list-content,storefront-list[data-pxp-template=horizontal]>.list-content,storefront-list .list-group-entries[data-pxp-template=horizontal]>.list-content,div.pxp-list[template=horizontal]>.list-content,div.pxp-list .list-group-entries[template=horizontal]>.list-content,div.pxp-list[data-pxp-template=horizontal]>.list-content,div.pxp-list .list-group-entries[data-pxp-template=horizontal]>.list-content{overflow-x:auto}storefront-list[template=horizontal]>.list-content>.list-entry,storefront-list .list-group-entries[template=horizontal]>.list-content>.list-entry,storefront-list[data-pxp-template=horizontal]>.list-content>.list-entry,storefront-list .list-group-entries[data-pxp-template=horizontal]>.list-content>.list-entry,div.pxp-list[template=horizontal]>.list-content>.list-entry,div.pxp-list .list-group-entries[template=horizontal]>.list-content>.list-entry,div.pxp-list[data-pxp-template=horizontal]>.list-content>.list-entry,div.pxp-list .list-group-entries[data-pxp-template=horizontal]>.list-content>.list-entry{margin-right:var(--listItemGutter);flex-shrink:0}storefront-list[template=horizontal]>.list-content>.list-entry:last-child,storefront-list .list-group-entries[template=horizontal]>.list-content>.list-entry:last-child,storefront-list[data-pxp-template=horizontal]>.list-content>.list-entry:last-child,storefront-list .list-group-entries[data-pxp-template=horizontal]>.list-content>.list-entry:last-child,div.pxp-list[template=horizontal]>.list-content>.list-entry:last-child,div.pxp-list .list-group-entries[template=horizontal]>.list-content>.list-entry:last-child,div.pxp-list[data-pxp-template=horizontal]>.list-content>.list-entry:last-child,div.pxp-list .list-group-entries[data-pxp-template=horizontal]>.list-content>.list-entry:last-child{margin-right:0}storefront-list[template=horizontal].centered>.list-content>.list-entry:first-child,storefront-list .list-group-entries[template=horizontal].centered>.list-content>.list-entry:first-child,storefront-list[data-pxp-template=horizontal].centered>.list-content>.list-entry:first-child,storefront-list .list-group-entries[data-pxp-template=horizontal].centered>.list-content>.list-entry:first-child,div.pxp-list[template=horizontal].centered>.list-content>.list-entry:first-child,div.pxp-list .list-group-entries[template=horizontal].centered>.list-content>.list-entry:first-child,div.pxp-list[data-pxp-template=horizontal].centered>.list-content>.list-entry:first-child,div.pxp-list .list-group-entries[data-pxp-template=horizontal].centered>.list-content>.list-entry:first-child{margin-left:auto}storefront-list[template=horizontal].centered>.list-content>.list-entry:last-child,storefront-list .list-group-entries[template=horizontal].centered>.list-content>.list-entry:last-child,storefront-list[data-pxp-template=horizontal].centered>.list-content>.list-entry:last-child,storefront-list .list-group-entries[data-pxp-template=horizontal].centered>.list-content>.list-entry:last-child,div.pxp-list[template=horizontal].centered>.list-content>.list-entry:last-child,div.pxp-list .list-group-entries[template=horizontal].centered>.list-content>.list-entry:last-child,div.pxp-list[data-pxp-template=horizontal].centered>.list-content>.list-entry:last-child,div.pxp-list .list-group-entries[data-pxp-template=horizontal].centered>.list-content>.list-entry:last-child{margin-right:auto}storefront-list[template=horizontal].scrollable-horiz:after,storefront-list[template=horizontal].scrollable-horiz:before,storefront-list .list-group-entries[template=horizontal].scrollable-horiz:after,storefront-list .list-group-entries[template=horizontal].scrollable-horiz:before,storefront-list[data-pxp-template=horizontal].scrollable-horiz:after,storefront-list[data-pxp-template=horizontal].scrollable-horiz:before,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz:after,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz:before,div.pxp-list[template=horizontal].scrollable-horiz:after,div.pxp-list[template=horizontal].scrollable-horiz:before,div.pxp-list .list-group-entries[template=horizontal].scrollable-horiz:after,div.pxp-list .list-group-entries[template=horizontal].scrollable-horiz:before,div.pxp-list[data-pxp-template=horizontal].scrollable-horiz:after,div.pxp-list[data-pxp-template=horizontal].scrollable-horiz:before,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz:after,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz:before{top:0;position:absolute;content:"";height:100%;width:calc(2 * var(--listPaddingHoriz));z-index:3;opacity:0;pointer-events:none;background-color:inherit}storefront-list[template=horizontal].scrollable-horiz>.list-content:after,storefront-list .list-group-entries[template=horizontal].scrollable-horiz>.list-content:after,storefront-list[data-pxp-template=horizontal].scrollable-horiz>.list-content:after,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz>.list-content:after,div.pxp-list[template=horizontal].scrollable-horiz>.list-content:after,div.pxp-list .list-group-entries[template=horizontal].scrollable-horiz>.list-content:after,div.pxp-list[data-pxp-template=horizontal].scrollable-horiz>.list-content:after,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz>.list-content:after{content:"";flex:0 0 var(--listPaddingHoriz)}storefront-list[template=horizontal].scrollable-right:after,storefront-list .list-group-entries[template=horizontal].scrollable-right:after,storefront-list[data-pxp-template=horizontal].scrollable-right:after,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-right:after,div.pxp-list[template=horizontal].scrollable-right:after,div.pxp-list .list-group-entries[template=horizontal].scrollable-right:after,div.pxp-list[data-pxp-template=horizontal].scrollable-right:after,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-right:after{right:-1px;opacity:1;-webkit-mask-image:linear-gradient(to left,black 0%,black 25%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to left,#000,#000 25%,#0000)}storefront-list[template=horizontal].scrollable-left:before,storefront-list .list-group-entries[template=horizontal].scrollable-left:before,storefront-list[data-pxp-template=horizontal].scrollable-left:before,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-left:before,div.pxp-list[template=horizontal].scrollable-left:before,div.pxp-list .list-group-entries[template=horizontal].scrollable-left:before,div.pxp-list[data-pxp-template=horizontal].scrollable-left:before,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-left:before{left:-1px;opacity:1;-webkit-mask-image:linear-gradient(to right,black 0%,black 25%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to right,#000,#000 25%,#0000)}storefront-list[template=grid]>.list-content,storefront-list .list-group-entries[template=grid]>.list-content,storefront-list[data-pxp-template=grid]>.list-content,storefront-list .list-group-entries[data-pxp-template=grid]>.list-content,div.pxp-list[template=grid]>.list-content,div.pxp-list .list-group-entries[template=grid]>.list-content,div.pxp-list[data-pxp-template=grid]>.list-content,div.pxp-list .list-group-entries[data-pxp-template=grid]>.list-content{display:grid;grid-template-columns:repeat(var(--gridListColumns),minmax(0,1fr));grid-column-gap:var(--listItemGutter);grid-row-gap:var(--listItemGutter)}storefront-list[template=grid]>.list-content>.list-no-results,storefront-list[template=grid]>.list-content>.list-error,storefront-list .list-group-entries[template=grid]>.list-content>.list-no-results,storefront-list .list-group-entries[template=grid]>.list-content>.list-error,storefront-list[data-pxp-template=grid]>.list-content>.list-no-results,storefront-list[data-pxp-template=grid]>.list-content>.list-error,storefront-list .list-group-entries[data-pxp-template=grid]>.list-content>.list-no-results,storefront-list .list-group-entries[data-pxp-template=grid]>.list-content>.list-error,div.pxp-list[template=grid]>.list-content>.list-no-results,div.pxp-list[template=grid]>.list-content>.list-error,div.pxp-list .list-group-entries[template=grid]>.list-content>.list-no-results,div.pxp-list .list-group-entries[template=grid]>.list-content>.list-error,div.pxp-list[data-pxp-template=grid]>.list-content>.list-no-results,div.pxp-list[data-pxp-template=grid]>.list-content>.list-error,div.pxp-list .list-group-entries[data-pxp-template=grid]>.list-content>.list-no-results,div.pxp-list .list-group-entries[data-pxp-template=grid]>.list-content>.list-error{grid-column:1/calc(var(--gridListColumns) + 1)}storefront-list[template=group]>.list-content,storefront-list[data-pxp-template=group]>.list-content,div.pxp-list[template=group]>.list-content,div.pxp-list[data-pxp-template=group]>.list-content{flex-direction:column}storefront-list[template=group]>.list-content>.list-group>.list-group-header,storefront-list[data-pxp-template=group]>.list-content>.list-group>.list-group-header,div.pxp-list[template=group]>.list-content>.list-group>.list-group-header,div.pxp-list[data-pxp-template=group]>.list-content>.list-group>.list-group-header{width:100%}storefront-list[template=group]>.list-content>.list-group>.list-group-entries>.list-content,storefront-list[data-pxp-template=group]>.list-content>.list-group>.list-group-entries>.list-content,div.pxp-list[template=group]>.list-content>.list-group>.list-group-entries>.list-content,div.pxp-list[data-pxp-template=group]>.list-content>.list-group>.list-group-entries>.list-content{display:flex;flex-direction:row;padding:var(--listPadding) 0}storefront-list[template=group]>.list-content>.list-group .list-group-entries[template=vertical]>.list-content,storefront-list[template=group]>.list-content>.list-group .list-group-entries[data-pxp-template=vertical]>.list-content,storefront-list[data-pxp-template=group]>.list-content>.list-group .list-group-entries[template=vertical]>.list-content,storefront-list[data-pxp-template=group]>.list-content>.list-group .list-group-entries[data-pxp-template=vertical]>.list-content,div.pxp-list[template=group]>.list-content>.list-group .list-group-entries[template=vertical]>.list-content,div.pxp-list[template=group]>.list-content>.list-group .list-group-entries[data-pxp-template=vertical]>.list-content,div.pxp-list[data-pxp-template=group]>.list-content>.list-group .list-group-entries[template=vertical]>.list-content,div.pxp-list[data-pxp-template=group]>.list-content>.list-group .list-group-entries[data-pxp-template=vertical]>.list-content{flex-direction:column}storefront-list[template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle>.icon,storefront-list[data-pxp-template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle>.icon,div.pxp-list[template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle>.icon,div.pxp-list[data-pxp-template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle>.icon{font-size:.9em;margin-left:.5em}storefront-list[template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle.expanded>.icon:after,storefront-list[data-pxp-template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle.expanded>.icon:after,div.pxp-list[template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle.expanded>.icon:after,div.pxp-list[data-pxp-template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle.expanded>.icon:after{transform:rotate(-90deg)}storefront-list[template=tabs],storefront-list .list-group-entries[template=tabs],storefront-list[data-pxp-template=tabs],storefront-list .list-group-entries[data-pxp-template=tabs],div.pxp-list[template=tabs],div.pxp-list .list-group-entries[template=tabs],div.pxp-list[data-pxp-template=tabs],div.pxp-list .list-group-entries[data-pxp-template=tabs]{display:flex;width:auto}storefront-list[template=tabs].centered,storefront-list .list-group-entries[template=tabs].centered,storefront-list[data-pxp-template=tabs].centered,storefront-list .list-group-entries[data-pxp-template=tabs].centered,div.pxp-list[template=tabs].centered,div.pxp-list .list-group-entries[template=tabs].centered,div.pxp-list[data-pxp-template=tabs].centered,div.pxp-list .list-group-entries[data-pxp-template=tabs].centered{justify-content:center}storefront-list[template=tabs]>.list-content,storefront-list .list-group-entries[template=tabs]>.list-content,storefront-list[data-pxp-template=tabs]>.list-content,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content,div.pxp-list[template=tabs]>.list-content,div.pxp-list .list-group-entries[template=tabs]>.list-content,div.pxp-list[data-pxp-template=tabs]>.list-content,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content{border-radius:var(--listTabBorderRadius);padding:0;flex-wrap:wrap}storefront-list[template=tabs]>.list-content:after,storefront-list .list-group-entries[template=tabs]>.list-content:after,storefront-list[data-pxp-template=tabs]>.list-content:after,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content:after,div.pxp-list[template=tabs]>.list-content:after,div.pxp-list .list-group-entries[template=tabs]>.list-content:after,div.pxp-list[data-pxp-template=tabs]>.list-content:after,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content:after{content:"";position:absolute;border:var(--listTabBorderWidth) solid var(--listTabHighlightColor);width:calc(100% - 2 * var(--listTabBorderWidth));height:calc(100% - 2 * var(--listTabBorderWidth));border-radius:var(--listTabBorderRadius);pointer-events:none;transform:translateZ(0)}storefront-list[template=tabs]>.list-content .list-position-indicator,storefront-list .list-group-entries[template=tabs]>.list-content .list-position-indicator,storefront-list[data-pxp-template=tabs]>.list-content .list-position-indicator,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content .list-position-indicator,div.pxp-list[template=tabs]>.list-content .list-position-indicator,div.pxp-list .list-group-entries[template=tabs]>.list-content .list-position-indicator,div.pxp-list[data-pxp-template=tabs]>.list-content .list-position-indicator,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content .list-position-indicator{position:absolute;background-color:var(--listTabHighlightColor);transition:transform .1s ease}storefront-list[template=tabs]>.list-content>.list-entry,storefront-list .list-group-entries[template=tabs]>.list-content>.list-entry,storefront-list[data-pxp-template=tabs]>.list-content>.list-entry,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry,div.pxp-list[template=tabs]>.list-content>.list-entry,div.pxp-list .list-group-entries[template=tabs]>.list-content>.list-entry,div.pxp-list[data-pxp-template=tabs]>.list-content>.list-entry,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry{padding:var(--gutter);transition:background-color .2s ease;height:calc(100% - var(--listTabBorderWidth))}storefront-list[template=tabs]>.list-content>.list-entry.selected,storefront-list .list-group-entries[template=tabs]>.list-content>.list-entry.selected,storefront-list[data-pxp-template=tabs]>.list-content>.list-entry.selected,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry.selected,div.pxp-list[template=tabs]>.list-content>.list-entry.selected,div.pxp-list .list-group-entries[template=tabs]>.list-content>.list-entry.selected,div.pxp-list[data-pxp-template=tabs]>.list-content>.list-entry.selected,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry.selected{color:var(--listTabHighlightTextColor);transition:color .1s 50ms ease}storefront-list[template=tabs]>.list-content>.list-entry:not(:last-child),storefront-list .list-group-entries[template=tabs]>.list-content>.list-entry:not(:last-child),storefront-list[data-pxp-template=tabs]>.list-content>.list-entry:not(:last-child),storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry:not(:last-child),div.pxp-list[template=tabs]>.list-content>.list-entry:not(:last-child),div.pxp-list .list-group-entries[template=tabs]>.list-content>.list-entry:not(:last-child),div.pxp-list[data-pxp-template=tabs]>.list-content>.list-entry:not(:last-child),div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry:not(:last-child){border-right:var(--listTabBorderWidth) solid var(--listTabHighlightColor)}storefront-list .list-error button.action-button,div.pxp-list .list-error button.action-button{margin:0 8px;background-color:var(--secondaryColor);color:#fff}storefront-list:has(.list-pagination-btns),div.pxp-list:has(.list-pagination-btns){padding-bottom:25px}storefront-list .list-pagination-btns,div.pxp-list .list-pagination-btns{position:absolute;bottom:5px;left:50%;z-index:1}storefront-list .list-pagination-btns a,div.pxp-list .list-pagination-btns a{cursor:pointer}\n'],encapsulation:2,changeDetection:0}),a})();var Bt=p(4678),jt=p(8301),Pt=p(6483),Ot=p(3);let Xt=(()=>{var o;class a{}return(o=a).\u0275fac=function(e){return new(e||o)},o.\u0275mod=t.$C({type:o}),o.\u0275inj=t.G2t({imports:[d.MD]}),a})();const Mt=["class","pxp-list"],W=o=>({"data-entry-index":o}),B=o=>[o];function Vt(o,a){1&o&&t.nrm(0,"div",17,1)}function Yt(o,a){}function Ut(o,a){if(1&o&&t.DNE(0,Yt,0,0,"ng-template",24),2&o){const n=t.XpG().$implicit,e=t.XpG(2);t.Y8G("classNames","list-group-header")("baseConfig",e.groupHeaderConfig[n])("baseContext",e.groupHeaderContext[n])("dataType",e.getGroupDataType(n))}}function Ft(o,a){}function Ht(o,a){if(1&o){const n=t.RV6();t.DNE(0,Ft,0,0,"ng-template",27,2,t.C5r),t.bIt("delete",function(i){t.eBV(n);const s=t.XpG(4);return t.Njj(s.onDeleteEntry(i))})("click",function(){const i=t.eBV(n).$implicit,s=t.sdS(1),l=t.XpG(4);return t.Njj(l.onClickEntry(s.elementRef.nativeElement.component,i))})}if(2&o){const n=a.$implicit,e=a.index,i=t.sdS(1),s=t.XpG(2).index,l=t.XpG(2);t.Y8G("classNames","list-entry"+(l.isSelected(i.elementRef.nativeElement.component)?" selected":"")+(null!=l.config&&null!=l.config.selection&&l.config.selection.ripple?"":" no-ripple"))("baseConfig",l.getEntryConfig(n))("baseContext",l.getEntryContext(n,e,s))("dataType",l.getDataType())("matRippleDisabled",!(null!=l.config&&null!=l.config.selection&&l.config.selection.ripple))("attributes",t.eq3(6,W,e))}}function wt(o,a){if(1&o&&(t.j41(0,"div",25)(1,"div",3),t.DNE(2,Ht,2,8,null,26),t.k0s()()),2&o){const n=t.XpG(),e=n.$implicit,i=n.index,s=t.XpG(2);t.BMQ("template",s.config.groupTemplate)("data-group-index",i),t.R7$(),t.Y8G("storefrontCheckOverflow",s.config.groupTemplate),t.R7$(),t.Y8G("ngForOf",s.slicedGroupData[e])("ngForTrackBy",s.trackBySlicedData)}}function $t(o,a){if(1&o){const n=t.RV6();t.j41(0,"div",28),t.bIt("click",function(){t.eBV(n);const i=t.XpG().$implicit,s=t.XpG(2);return t.Njj(s.toggleGroupedEntriesLength(i))}),t.nrm(1,"span",29)(2,"i",30),t.k0s()}if(2&o){const n=t.XpG().$implicit,e=t.XpG(2);t.AVh("expanded",e.groupedEntriesLength[n]>=e.groupData[n].length),t.R7$(),t.Y8G("storefrontTranslate",e.getExpandCollapseMessage("EXPAND_COLLAPSE_GROUPED_ENTRIES",n))("storefrontTranslateArgs",t.eq3(4,B,e.groupData[n].length-e.getGroupedEntriesConfigLength()))}}function Wt(o,a){if(1&o&&(t.j41(0,"div",19),t.DNE(1,Ut,1,4,null,20)(2,wt,3,5,"div",21),t.j41(3,"div",22),t.DNE(4,$t,3,6,"div",23),t.k0s()()),2&o){const n=a.$implicit,e=t.XpG(2);t.Y8G("storefrontDynamicAttributes",e.groupAttributes&&e.groupAttributes[n]),t.R7$(),t.Y8G("ngIf",e.config&&e.groupHeaderConfig&&e.groupHeaderConfig[n]),t.R7$(),t.Y8G("ngIf",e.slicedGroupData),t.R7$(2),t.Y8G("ngIf",e.showGroupedEntriesExpandToggle(n))}}function Qt(o,a){if(1&o&&(t.qex(0),t.DNE(1,Wt,5,4,"div",18),t.bVm()),2&o){const n=t.XpG();t.R7$(),t.Y8G("ngForOf",n.slicedGroups)("ngForTrackBy",n.trackBySlicedData)}}function Kt(o,a){}function Zt(o,a){if(1&o){const n=t.RV6();t.DNE(0,Kt,0,0,"ng-template",31,2,t.C5r),t.bIt("delete",function(i){t.eBV(n);const s=t.XpG(2);return t.Njj(s.onDeleteEntry(i))})("click",function(){const i=t.eBV(n).$implicit,s=t.sdS(1),l=t.XpG(2);return t.Njj(l.onClickEntry(s.elementRef.nativeElement.component,i))})}if(2&o){const n=a.$implicit,e=a.index,i=t.sdS(1),s=t.XpG(2);t.Y8G("classNames","list-entry"+(s.isSelected(null==i||null==i.elementRef||null==i.elementRef.nativeElement?null:i.elementRef.nativeElement.component)?" selected":""))("dataType",s.getDataType())("baseConfig",s.getEntryConfig(n))("baseContext",s.getEntryContext(n,e))("attributes",t.eq3(5,W,e))}}function Jt(o,a){if(1&o&&(t.qex(0),t.DNE(1,Zt,2,7,null,26),t.bVm()),2&o){const n=t.XpG();t.R7$(),t.Y8G("ngForOf",n.slicedData)("ngForTrackBy",n.trackBySlicedData)}}function qt(o,a){if(1&o&&t.nrm(0,"div",32),2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.emptyMessage)("storefrontTranslateArgs",n.emptyMessageVariables)}}function te(o,a){if(1&o){const n=t.RV6();t.j41(0,"div",33),t.nrm(1,"span",29),t.j41(2,"button",34),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.reload())}),t.k0s()()}if(2&o){const n=t.XpG();t.R7$(),t.Y8G("storefrontTranslate",n.config.errorMessage)("storefrontTranslateArgs",t.eq3(3,B,n.error.code)),t.R7$(),t.Y8G("storefrontTranslate",n.config.errorButtonLabel)}}function ee(o,a){if(1&o){const n=t.RV6();t.j41(0,"div",35),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.toggleEntriesLength())}),t.nrm(1,"span",29)(2,"i",30),t.k0s()}if(2&o){const n=t.XpG();t.AVh("expanded",n.entriesLimit>=(n.groups||n.data).length),t.R7$(),t.Y8G("storefrontTranslate",n.getExpandCollapseMessage("EXPAND_COLLAPSE_ENTRIES"))("storefrontTranslateArgs",t.eq3(4,B,n.data.length-n.getEntriesConfigLength()))}}function ie(o,a){if(1&o){const n=t.RV6();t.j41(0,"button",36),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.confirmSelection())}),t.k0s()}if(2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.getMessage("CONFIRM"))}}function ne(o,a){if(1&o){const n=t.RV6();t.j41(0,"button",37),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.resetSelection())}),t.k0s()}if(2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.getMessage("RESET"))}}function oe(o,a){if(1&o){const n=t.RV6();t.j41(0,"button",38),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.selectAll())}),t.k0s()}if(2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.getMessage("SELECT_ALL"))}}function se(o,a){if(1&o){const n=t.RV6();t.j41(0,"button",39),t.bIt("click",function(){t.eBV(n);const i=t.XpG();return t.Njj(i.unSelectAll())}),t.k0s()}if(2&o){const n=t.XpG();t.Y8G("storefrontTranslate",n.getMessage("UNSELECT_ALL"))}}function le(o,a){if(1&o&&(t.j41(0,"div",40)(1,"a",41),t.EFF(2," mehr "),t.k0s()()),2&o){const n=t.XpG();t.R7$(),t.Y8G("href",n.generateUrlWithPageSet(),t.B4B)}}let re=(()=>{var o;class a extends ${}return(o=a).\u0275fac=(()=>{let n;return function(i){return(n||(n=t.xGo(o)))(i||o)}})(),o.\u0275cmp=t.VBU({type:o,selectors:[["div",8,"pxp-list"]],standalone:!1,features:[t.Jv_([I.B]),t.Vt3],attrs:Mt,decls:15,vars:14,consts:[["listContent",""],["indicator",""],["childComponent",""],[1,"list-content",3,"storefrontCheckOverflow"],[3,"ngSwitch"],["class","list-position-indicator",4,"ngIf"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["class","list-no-results",3,"storefrontTranslate","storefrontTranslateArgs",4,"ngIf"],["class","list-error",4,"ngIf"],[1,"list-actions"],["class","action-button list-entries-expand-toggle",3,"expanded","click",4,"ngIf"],["class","action-button list-selection-confirm",3,"storefrontTranslate","click",4,"ngIf"],["class","action-button list-selection-reset",3,"storefrontTranslate","click",4,"ngIf"],["class","action-button list-selection-select-all",3,"storefrontTranslate","click",4,"ngIf"],["class","action-button list-selection-unselect-all",3,"storefrontTranslate","click",4,"ngIf"],["class","list-pagination-btns",4,"ngIf"],[1,"list-position-indicator"],["class","list-group",3,"storefrontDynamicAttributes",4,"ngFor","ngForOf","ngForTrackBy"],[1,"list-group",3,"storefrontDynamicAttributes"],[4,"ngIf"],["class","list-group-entries",4,"ngIf"],[1,"list-group-actions"],["class","action-button list-grouped-entries-expand-toggle",3,"expanded","click",4,"ngIf"],[3,"pxpDynamicComponent","classNames","baseConfig","baseContext","dataType"],[1,"list-group-entries"],[4,"ngFor","ngForOf","ngForTrackBy"],[3,"delete","click","pxpDynamicComponent","classNames","baseConfig","baseContext","dataType","matRippleDisabled","attributes"],[1,"action-button","list-grouped-entries-expand-toggle",3,"click"],[3,"storefrontTranslate","storefrontTranslateArgs"],[1,"icon","icon-arrow-down"],[3,"delete","click","classNames","pxpDynamicComponent","dataType","baseConfig","baseContext","attributes"],[1,"list-no-results",3,"storefrontTranslate","storefrontTranslateArgs"],[1,"list-error"],[1,"action-button",3,"click","storefrontTranslate"],[1,"action-button","list-entries-expand-toggle",3,"click"],[1,"action-button","list-selection-confirm",3,"click","storefrontTranslate"],[1,"action-button","list-selection-reset",3,"click","storefrontTranslate"],[1,"action-button","list-selection-select-all",3,"click","storefrontTranslate"],[1,"action-button","list-selection-unselect-all",3,"click","storefrontTranslate"],[1,"list-pagination-btns"],["type","button","rel","next","aria-label","mehr",3,"href"]],template:function(e,i){1&e&&(t.j41(0,"div",3,0),t.qex(2,4),t.DNE(3,Vt,2,0,"div",5)(4,Qt,2,2,"ng-container",6)(5,Jt,2,2,"ng-container",7),t.bVm(),t.DNE(6,qt,1,2,"div",8)(7,te,3,5,"div",9),t.k0s(),t.j41(8,"div",10),t.DNE(9,ee,3,6,"div",11)(10,ie,1,1,"button",12)(11,ne,1,1,"button",13)(12,oe,1,1,"button",14)(13,se,1,1,"button",15),t.k0s(),t.DNE(14,le,3,1,"div",16)),2&e&&(t.AVh("processing",i.isAnyChildComponentProcessing()),t.Y8G("storefrontCheckOverflow",i.template),t.R7$(2),t.Y8G("ngSwitch",i.template),t.R7$(),t.Y8G("ngIf","tabs"===i.template),t.R7$(),t.Y8G("ngSwitchCase","group"),t.R7$(2),t.Y8G("ngIf",!i.error&&i.getData()&&!i.getData().length),t.R7$(),t.Y8G("ngIf",i.error&&i.config),t.R7$(2),t.Y8G("ngIf",i.showEntriesExpandToggle()),t.R7$(),t.Y8G("ngIf",i.config&&i.config.selection&&i.config.selection.confirm),t.R7$(),t.Y8G("ngIf",i.config&&i.config.selection&&i.config.selection.reset),t.R7$(),t.Y8G("ngIf",i.config&&i.config.selection&&i.config.selection.selectAll),t.R7$(),t.Y8G("ngIf",i.config&&i.config.selection&&i.config.selection.unSelectAll),t.R7$(),t.Y8G("ngIf",i.showPaginationButton))},dependencies:[d.Sq,d.bT,d.ux,d.e1,d.fG,V.q,Y.G,U.M,F],styles:['storefront-list,div.pxp-list{width:100%;position:relative;overflow-x:hidden;display:block}storefront-list>.list-content,div.pxp-list>.list-content{display:flex;flex-direction:row;padding:var(--listPadding)}storefront-list .list-content.processing .list-entry:after,div.pxp-list .list-content.processing .list-entry:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;pointer-events:all}storefront-list[template=vertical]>.list-content,storefront-list .list-group-entries[template=vertical]>.list-content,storefront-list[data-pxp-template=vertical]>.list-content,storefront-list .list-group-entries[data-pxp-template=vertical]>.list-content,div.pxp-list[template=vertical]>.list-content,div.pxp-list .list-group-entries[template=vertical]>.list-content,div.pxp-list[data-pxp-template=vertical]>.list-content,div.pxp-list .list-group-entries[data-pxp-template=vertical]>.list-content{flex-direction:column}storefront-list[template=vertical]>.list-content>.list-entry:not(:last-child),storefront-list .list-group-entries[template=vertical]>.list-content>.list-entry:not(:last-child),storefront-list[data-pxp-template=vertical]>.list-content>.list-entry:not(:last-child),storefront-list .list-group-entries[data-pxp-template=vertical]>.list-content>.list-entry:not(:last-child),div.pxp-list[template=vertical]>.list-content>.list-entry:not(:last-child),div.pxp-list .list-group-entries[template=vertical]>.list-content>.list-entry:not(:last-child),div.pxp-list[data-pxp-template=vertical]>.list-content>.list-entry:not(:last-child),div.pxp-list .list-group-entries[data-pxp-template=vertical]>.list-content>.list-entry:not(:last-child){margin-bottom:var(--listItemGutter)}storefront-list[template=horizontal]>.list-content,storefront-list .list-group-entries[template=horizontal]>.list-content,storefront-list[data-pxp-template=horizontal]>.list-content,storefront-list .list-group-entries[data-pxp-template=horizontal]>.list-content,div.pxp-list[template=horizontal]>.list-content,div.pxp-list .list-group-entries[template=horizontal]>.list-content,div.pxp-list[data-pxp-template=horizontal]>.list-content,div.pxp-list .list-group-entries[data-pxp-template=horizontal]>.list-content{overflow-x:auto}storefront-list[template=horizontal]>.list-content>.list-entry,storefront-list .list-group-entries[template=horizontal]>.list-content>.list-entry,storefront-list[data-pxp-template=horizontal]>.list-content>.list-entry,storefront-list .list-group-entries[data-pxp-template=horizontal]>.list-content>.list-entry,div.pxp-list[template=horizontal]>.list-content>.list-entry,div.pxp-list .list-group-entries[template=horizontal]>.list-content>.list-entry,div.pxp-list[data-pxp-template=horizontal]>.list-content>.list-entry,div.pxp-list .list-group-entries[data-pxp-template=horizontal]>.list-content>.list-entry{margin-right:var(--listItemGutter);flex-shrink:0}storefront-list[template=horizontal]>.list-content>.list-entry:last-child,storefront-list .list-group-entries[template=horizontal]>.list-content>.list-entry:last-child,storefront-list[data-pxp-template=horizontal]>.list-content>.list-entry:last-child,storefront-list .list-group-entries[data-pxp-template=horizontal]>.list-content>.list-entry:last-child,div.pxp-list[template=horizontal]>.list-content>.list-entry:last-child,div.pxp-list .list-group-entries[template=horizontal]>.list-content>.list-entry:last-child,div.pxp-list[data-pxp-template=horizontal]>.list-content>.list-entry:last-child,div.pxp-list .list-group-entries[data-pxp-template=horizontal]>.list-content>.list-entry:last-child{margin-right:0}storefront-list[template=horizontal].centered>.list-content>.list-entry:first-child,storefront-list .list-group-entries[template=horizontal].centered>.list-content>.list-entry:first-child,storefront-list[data-pxp-template=horizontal].centered>.list-content>.list-entry:first-child,storefront-list .list-group-entries[data-pxp-template=horizontal].centered>.list-content>.list-entry:first-child,div.pxp-list[template=horizontal].centered>.list-content>.list-entry:first-child,div.pxp-list .list-group-entries[template=horizontal].centered>.list-content>.list-entry:first-child,div.pxp-list[data-pxp-template=horizontal].centered>.list-content>.list-entry:first-child,div.pxp-list .list-group-entries[data-pxp-template=horizontal].centered>.list-content>.list-entry:first-child{margin-left:auto}storefront-list[template=horizontal].centered>.list-content>.list-entry:last-child,storefront-list .list-group-entries[template=horizontal].centered>.list-content>.list-entry:last-child,storefront-list[data-pxp-template=horizontal].centered>.list-content>.list-entry:last-child,storefront-list .list-group-entries[data-pxp-template=horizontal].centered>.list-content>.list-entry:last-child,div.pxp-list[template=horizontal].centered>.list-content>.list-entry:last-child,div.pxp-list .list-group-entries[template=horizontal].centered>.list-content>.list-entry:last-child,div.pxp-list[data-pxp-template=horizontal].centered>.list-content>.list-entry:last-child,div.pxp-list .list-group-entries[data-pxp-template=horizontal].centered>.list-content>.list-entry:last-child{margin-right:auto}storefront-list[template=horizontal].scrollable-horiz:after,storefront-list[template=horizontal].scrollable-horiz:before,storefront-list .list-group-entries[template=horizontal].scrollable-horiz:after,storefront-list .list-group-entries[template=horizontal].scrollable-horiz:before,storefront-list[data-pxp-template=horizontal].scrollable-horiz:after,storefront-list[data-pxp-template=horizontal].scrollable-horiz:before,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz:after,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz:before,div.pxp-list[template=horizontal].scrollable-horiz:after,div.pxp-list[template=horizontal].scrollable-horiz:before,div.pxp-list .list-group-entries[template=horizontal].scrollable-horiz:after,div.pxp-list .list-group-entries[template=horizontal].scrollable-horiz:before,div.pxp-list[data-pxp-template=horizontal].scrollable-horiz:after,div.pxp-list[data-pxp-template=horizontal].scrollable-horiz:before,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz:after,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz:before{top:0;position:absolute;content:"";height:100%;width:calc(2 * var(--listPaddingHoriz));z-index:3;opacity:0;pointer-events:none;background-color:inherit}storefront-list[template=horizontal].scrollable-horiz>.list-content:after,storefront-list .list-group-entries[template=horizontal].scrollable-horiz>.list-content:after,storefront-list[data-pxp-template=horizontal].scrollable-horiz>.list-content:after,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz>.list-content:after,div.pxp-list[template=horizontal].scrollable-horiz>.list-content:after,div.pxp-list .list-group-entries[template=horizontal].scrollable-horiz>.list-content:after,div.pxp-list[data-pxp-template=horizontal].scrollable-horiz>.list-content:after,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-horiz>.list-content:after{content:"";flex:0 0 var(--listPaddingHoriz)}storefront-list[template=horizontal].scrollable-right:after,storefront-list .list-group-entries[template=horizontal].scrollable-right:after,storefront-list[data-pxp-template=horizontal].scrollable-right:after,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-right:after,div.pxp-list[template=horizontal].scrollable-right:after,div.pxp-list .list-group-entries[template=horizontal].scrollable-right:after,div.pxp-list[data-pxp-template=horizontal].scrollable-right:after,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-right:after{right:-1px;opacity:1;-webkit-mask-image:linear-gradient(to left,black 0%,black 25%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to left,#000,#000 25%,#0000)}storefront-list[template=horizontal].scrollable-left:before,storefront-list .list-group-entries[template=horizontal].scrollable-left:before,storefront-list[data-pxp-template=horizontal].scrollable-left:before,storefront-list .list-group-entries[data-pxp-template=horizontal].scrollable-left:before,div.pxp-list[template=horizontal].scrollable-left:before,div.pxp-list .list-group-entries[template=horizontal].scrollable-left:before,div.pxp-list[data-pxp-template=horizontal].scrollable-left:before,div.pxp-list .list-group-entries[data-pxp-template=horizontal].scrollable-left:before{left:-1px;opacity:1;-webkit-mask-image:linear-gradient(to right,black 0%,black 25%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to right,#000,#000 25%,#0000)}storefront-list[template=grid]>.list-content,storefront-list .list-group-entries[template=grid]>.list-content,storefront-list[data-pxp-template=grid]>.list-content,storefront-list .list-group-entries[data-pxp-template=grid]>.list-content,div.pxp-list[template=grid]>.list-content,div.pxp-list .list-group-entries[template=grid]>.list-content,div.pxp-list[data-pxp-template=grid]>.list-content,div.pxp-list .list-group-entries[data-pxp-template=grid]>.list-content{display:grid;grid-template-columns:repeat(var(--gridListColumns),minmax(0,1fr));grid-column-gap:var(--listItemGutter);grid-row-gap:var(--listItemGutter)}storefront-list[template=grid]>.list-content>.list-no-results,storefront-list[template=grid]>.list-content>.list-error,storefront-list .list-group-entries[template=grid]>.list-content>.list-no-results,storefront-list .list-group-entries[template=grid]>.list-content>.list-error,storefront-list[data-pxp-template=grid]>.list-content>.list-no-results,storefront-list[data-pxp-template=grid]>.list-content>.list-error,storefront-list .list-group-entries[data-pxp-template=grid]>.list-content>.list-no-results,storefront-list .list-group-entries[data-pxp-template=grid]>.list-content>.list-error,div.pxp-list[template=grid]>.list-content>.list-no-results,div.pxp-list[template=grid]>.list-content>.list-error,div.pxp-list .list-group-entries[template=grid]>.list-content>.list-no-results,div.pxp-list .list-group-entries[template=grid]>.list-content>.list-error,div.pxp-list[data-pxp-template=grid]>.list-content>.list-no-results,div.pxp-list[data-pxp-template=grid]>.list-content>.list-error,div.pxp-list .list-group-entries[data-pxp-template=grid]>.list-content>.list-no-results,div.pxp-list .list-group-entries[data-pxp-template=grid]>.list-content>.list-error{grid-column:1/calc(var(--gridListColumns) + 1)}storefront-list[template=group]>.list-content,storefront-list[data-pxp-template=group]>.list-content,div.pxp-list[template=group]>.list-content,div.pxp-list[data-pxp-template=group]>.list-content{flex-direction:column}storefront-list[template=group]>.list-content>.list-group>.list-group-header,storefront-list[data-pxp-template=group]>.list-content>.list-group>.list-group-header,div.pxp-list[template=group]>.list-content>.list-group>.list-group-header,div.pxp-list[data-pxp-template=group]>.list-content>.list-group>.list-group-header{width:100%}storefront-list[template=group]>.list-content>.list-group>.list-group-entries>.list-content,storefront-list[data-pxp-template=group]>.list-content>.list-group>.list-group-entries>.list-content,div.pxp-list[template=group]>.list-content>.list-group>.list-group-entries>.list-content,div.pxp-list[data-pxp-template=group]>.list-content>.list-group>.list-group-entries>.list-content{display:flex;flex-direction:row;padding:var(--listPadding) 0}storefront-list[template=group]>.list-content>.list-group .list-group-entries[template=vertical]>.list-content,storefront-list[template=group]>.list-content>.list-group .list-group-entries[data-pxp-template=vertical]>.list-content,storefront-list[data-pxp-template=group]>.list-content>.list-group .list-group-entries[template=vertical]>.list-content,storefront-list[data-pxp-template=group]>.list-content>.list-group .list-group-entries[data-pxp-template=vertical]>.list-content,div.pxp-list[template=group]>.list-content>.list-group .list-group-entries[template=vertical]>.list-content,div.pxp-list[template=group]>.list-content>.list-group .list-group-entries[data-pxp-template=vertical]>.list-content,div.pxp-list[data-pxp-template=group]>.list-content>.list-group .list-group-entries[template=vertical]>.list-content,div.pxp-list[data-pxp-template=group]>.list-content>.list-group .list-group-entries[data-pxp-template=vertical]>.list-content{flex-direction:column}storefront-list[template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle>.icon,storefront-list[data-pxp-template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle>.icon,div.pxp-list[template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle>.icon,div.pxp-list[data-pxp-template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle>.icon{font-size:.9em;margin-left:.5em}storefront-list[template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle.expanded>.icon:after,storefront-list[data-pxp-template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle.expanded>.icon:after,div.pxp-list[template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle.expanded>.icon:after,div.pxp-list[data-pxp-template=group]>.list-content>.list-group>.list-group-actions>.list-grouped-entries-expand-toggle.expanded>.icon:after{transform:rotate(-90deg)}storefront-list[template=tabs],storefront-list .list-group-entries[template=tabs],storefront-list[data-pxp-template=tabs],storefront-list .list-group-entries[data-pxp-template=tabs],div.pxp-list[template=tabs],div.pxp-list .list-group-entries[template=tabs],div.pxp-list[data-pxp-template=tabs],div.pxp-list .list-group-entries[data-pxp-template=tabs]{display:flex;width:auto}storefront-list[template=tabs].centered,storefront-list .list-group-entries[template=tabs].centered,storefront-list[data-pxp-template=tabs].centered,storefront-list .list-group-entries[data-pxp-template=tabs].centered,div.pxp-list[template=tabs].centered,div.pxp-list .list-group-entries[template=tabs].centered,div.pxp-list[data-pxp-template=tabs].centered,div.pxp-list .list-group-entries[data-pxp-template=tabs].centered{justify-content:center}storefront-list[template=tabs]>.list-content,storefront-list .list-group-entries[template=tabs]>.list-content,storefront-list[data-pxp-template=tabs]>.list-content,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content,div.pxp-list[template=tabs]>.list-content,div.pxp-list .list-group-entries[template=tabs]>.list-content,div.pxp-list[data-pxp-template=tabs]>.list-content,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content{border-radius:var(--listTabBorderRadius);padding:0;flex-wrap:wrap}storefront-list[template=tabs]>.list-content:after,storefront-list .list-group-entries[template=tabs]>.list-content:after,storefront-list[data-pxp-template=tabs]>.list-content:after,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content:after,div.pxp-list[template=tabs]>.list-content:after,div.pxp-list .list-group-entries[template=tabs]>.list-content:after,div.pxp-list[data-pxp-template=tabs]>.list-content:after,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content:after{content:"";position:absolute;border:var(--listTabBorderWidth) solid var(--listTabHighlightColor);width:calc(100% - 2 * var(--listTabBorderWidth));height:calc(100% - 2 * var(--listTabBorderWidth));border-radius:var(--listTabBorderRadius);pointer-events:none;transform:translateZ(0)}storefront-list[template=tabs]>.list-content .list-position-indicator,storefront-list .list-group-entries[template=tabs]>.list-content .list-position-indicator,storefront-list[data-pxp-template=tabs]>.list-content .list-position-indicator,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content .list-position-indicator,div.pxp-list[template=tabs]>.list-content .list-position-indicator,div.pxp-list .list-group-entries[template=tabs]>.list-content .list-position-indicator,div.pxp-list[data-pxp-template=tabs]>.list-content .list-position-indicator,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content .list-position-indicator{position:absolute;background-color:var(--listTabHighlightColor);transition:transform .1s ease}storefront-list[template=tabs]>.list-content>.list-entry,storefront-list .list-group-entries[template=tabs]>.list-content>.list-entry,storefront-list[data-pxp-template=tabs]>.list-content>.list-entry,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry,div.pxp-list[template=tabs]>.list-content>.list-entry,div.pxp-list .list-group-entries[template=tabs]>.list-content>.list-entry,div.pxp-list[data-pxp-template=tabs]>.list-content>.list-entry,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry{padding:var(--gutter);transition:background-color .2s ease;height:calc(100% - var(--listTabBorderWidth))}storefront-list[template=tabs]>.list-content>.list-entry.selected,storefront-list .list-group-entries[template=tabs]>.list-content>.list-entry.selected,storefront-list[data-pxp-template=tabs]>.list-content>.list-entry.selected,storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry.selected,div.pxp-list[template=tabs]>.list-content>.list-entry.selected,div.pxp-list .list-group-entries[template=tabs]>.list-content>.list-entry.selected,div.pxp-list[data-pxp-template=tabs]>.list-content>.list-entry.selected,div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry.selected{color:var(--listTabHighlightTextColor);transition:color .1s 50ms ease}storefront-list[template=tabs]>.list-content>.list-entry:not(:last-child),storefront-list .list-group-entries[template=tabs]>.list-content>.list-entry:not(:last-child),storefront-list[data-pxp-template=tabs]>.list-content>.list-entry:not(:last-child),storefront-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry:not(:last-child),div.pxp-list[template=tabs]>.list-content>.list-entry:not(:last-child),div.pxp-list .list-group-entries[template=tabs]>.list-content>.list-entry:not(:last-child),div.pxp-list[data-pxp-template=tabs]>.list-content>.list-entry:not(:last-child),div.pxp-list .list-group-entries[data-pxp-template=tabs]>.list-content>.list-entry:not(:last-child){border-right:var(--listTabBorderWidth) solid var(--listTabHighlightColor)}storefront-list .list-error button.action-button,div.pxp-list .list-error button.action-button{margin:0 8px;background-color:var(--secondaryColor);color:#fff}storefront-list:has(.list-pagination-btns),div.pxp-list:has(.list-pagination-btns){padding-bottom:25px}storefront-list .list-pagination-btns,div.pxp-list .list-pagination-btns{position:absolute;bottom:5px;left:50%;z-index:1}storefront-list .list-pagination-btns a,div.pxp-list .list-pagination-btns a{cursor:pointer}\n'],encapsulation:2,changeDetection:0}),a})(),ae=(()=>{var o;class a{}return(o=a).\u0275fac=function(e){return new(e||o)},o.\u0275mod=t.$C({type:o}),o.\u0275inj=t.G2t({imports:[d.MD,Bt.SectionModule,jt.d,Pt.h,Ot.pZ,Xt]}),a})();const pe={component:$,leanDomComponent:re}},9758:(j,L,p)=>{p.d(L,{x:()=>d});var d=function(m){return m.URL="URL",m.USER_ATTRIBUTE="USER_ATTRIBUTE",m}(d||{})}}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["projects_storefront_src_app_component_bookmark_bookmark_module_ts"],{418:(ko,x,n)=>{n.r(x),n.d(x,{BookmarkModule:()=>ao,component:()=>ro});var m=n(177),A=n(3),L=n(6953),R=n(1605),B=n(6483),D=n(4403),p=n(467),k=n(9379),U=n(362),G=n.n(U),_=n(8179),g=n(8251),M=n(610),b=n(8091),c=n(7879),O=n(1210),d=n(2932),K=n(4404),T=n(9745);const X={openContent:{type:T.H.OPEN_CONTENT,mode:K.DisplayMode.MODAL,titleBar:!0,fallback:{path:"issueDetails",type:T.H.POPUP,params:{issue:"$context.bookmark.issueId"}}},deleteConfirm:!0,bookmarkTitleMessage:"BOOKMARK_TITLE",creationDateMessage:"BOOKMARK_CREATION_DATE_MESSAGE",pageLabelMessage:"BOOKMARK_PAGE_LABEL_MESSAGE"};var o=n(4438),j=n(20),N=n(9516),Y=n(8004),P=n(5102),V=n(1652),H=n(5927),E=n(1302),h=n(8909),y=n(2813);const f=r=>[r];function F(r,s){if(1&r&&o.nrm(0,"div",2),2&r){const t=o.XpG(2);o.Y8G("src",t.bookmark.thumbnailURL)("height",t.getImageHeight())("extendedThumbnail",null==t.issue||null==t.issue.thumbnailsExtended?null:t.issue.thumbnailsExtended.default)}}function $(r,s){if(1&r&&o.nrm(0,"storefront-image",3),2&r){const t=o.XpG(2);o.Y8G("src",t.bookmark.thumbnailURL)("height",t.getImageHeight())("extendedThumbnail",null==t.issue||null==t.issue.thumbnailsExtended?null:t.issue.thumbnailsExtended.default)}}function Z(r,s){if(1&r&&o.nrm(0,"h3",10),2&r){const t=o.XpG(2);o.Y8G("storefrontTranslate",t.config.bookmarkTitleMessage)("storefrontTranslateArgs",o.eq3(2,f,t.bookmarkTitle))}}function Q(r,s){if(1&r&&o.nrm(0,"div",11),2&r){const t=o.XpG(2);o.Y8G("storefrontTranslate",t.config.pageLabelMessage)("storefrontTranslateArgs",o.eq3(2,f,t.pageLabel))}}function W(r,s){if(1&r){const t=o.RV6();o.qex(0),o.j41(1,"div",1),o.bIt("click",function(a){o.eBV(t);const i=o.XpG();return o.Njj(i.onClickBookmark(a))}),o.DNE(2,F,1,3,"div",2)(3,$,1,3,"storefront-image",3),o.k0s(),o.j41(4,"div",4),o.DNE(5,Z,1,4,"h3",5),o.nrm(6,"div",6),o.nI1(7,"storefrontDate"),o.DNE(8,Q,1,4,"div",7),o.j41(9,"div",8)(10,"i",9),o.bIt("click",function(a){o.eBV(t);const i=o.XpG();return o.Njj(i.onClickDelete(a))}),o.k0s()()(),o.bVm()}if(2&r){const t=o.XpG();o.R7$(2),o.vxM(t.domHelper.leanDom?2:3),o.R7$(3),o.Y8G("ngIf",t.bookmarkTitle),o.R7$(),o.Y8G("storefrontTranslate",t.config.creationDateMessage)("storefrontTranslateArgs",o.eq3(7,f,o.bMT(7,5,t.bookmark.createdAt))),o.R7$(2),o.Y8G("ngIf",t.pageLabel)}}let I=(()=>{var r;class s extends O.${constructor(e,a,i,l,no,C,v,so,S,io){super(C,i,l,v,S),this.store=e,this.dialog=a,this.elementRef=i,this.contextService=l,this.eventActionService=no,this.injector=C,this.document=v,this.purpleService=so,this.globalService=S,this.domHelper=io,this.defaultConfig=(0,k.A)({},X),this.openLoading=!1,this.deleteLoading=!1}get issueType(){return this.bookmark&&this.bookmark.issueType}get regularIssueType(){return this.domHelper.regularSelector(this.issueType)}get prefixedIssueType(){return this.domHelper.prefixedSelector(this.issueType)}get bookmarkTitle(){return this.bookmark.title?this.bookmark.title:this.issue.name}ngOnInit(){super.ngOnInit()}onConfigChanges(){var e=this;return(0,p.A)(function*(){var a;e.context.bookmark&&(e.bookmark=e.context.bookmark,e.pageLabel=e.bookmark.pageLabel,e.issue=(null===(a=e.bookmark.customData)||void 0===a||null===(a=a.contentType)||void 0===a?void 0:a.length)>0?yield e.purpleService.getCatalogContent(e.bookmark.contentId).catch(()=>null):yield e.purpleService.getIssue(e.bookmark.contentId).catch(()=>null),e.issue&&(e.bookmark.issue=e.issue),e.publication=yield e.purpleService.getPublication(e.issue.publicationId)),e.changeDetectorRef.markForCheck()})()}hasContextChanged(e){return!G()(e.bookmark,this.bookmark)||super.hasContextChanged(e)}onClickBookmark(e){var a=this;return(0,p.A)(function*(){if(a.config.openContent){e.stopPropagation(),a.changeDetectorRef.detectChanges(),a.purpleService.getDownloadHandler(a.issue).then(l=>a.handleTrackAction("OPEN_CLICKED",l));const i=(0,k.A)((0,k.A)({},(0,_.uQ)(a.config.openContent,a.context,a.contextService.$functions,a.globalService.getGlobalData())),{},{issueId:a.issue.id,pageIndex:a.bookmark.pageIndex});yield a.eventActionService.processEventAction(i,a),a.changeDetectorRef.detectChanges()}})()}onClickDelete(e){var a=this;return(0,p.A)(function*(){if(e.stopPropagation(),a.config.deleteConfirm)try{yield a.dialog.confirm(a.bookmark.title?{text:"BOOKMARK_DELETE_MESSAGE_WITH_TITLE",args:[a.bookmark.title]}:"BOOKMARK_DELETE_MESSAGE","BOOKMARK_DELETE_TITLE","BOOKMARK_DELETE_CONFIRM","BOOKMARK_DELETE_CANCEL"),yield a.deleteBookmark()}catch(i){}else yield a.deleteBookmark()})()}deleteBookmark(){var e=this;return(0,p.A)(function*(){if(!e.deleteLoading)try{e.deleteLoading=!0,e.changeDetectorRef.detectChanges(),e.purpleService.getDownloadHandler(e.issue).then(a=>e.handleTrackAction("DELETE_CLICKED",a)),yield e.purpleService.deleteBookmark({id:e.bookmark.id}),e.purpleService.getDownloadHandler(e.issue).then(a=>e.handleTrackAction("DELETED",a)),e.deleteLoading=!1,e.changeDetectorRef.detectChanges(),e.delete.emit(e.bookmark)}catch(a){console.log(a),e.deleteLoading=!1,e.changeDetectorRef.detectChanges(),e.dialog.alert(e.bookmark.title?{text:"ERROR_DELETE_BOOKMARK_WITH_TITLE",args:(0,b._3)((0,b.E2)(a,e.contextService),e.bookmark)}:{text:"ERROR_DELETE_BOOKMARK",args:[(0,b.E2)(a,e.contextService)]},"DIALOG_ERROR"),e.purpleService.getDownloadHandler(e.issue).then(i=>e.handleTrackAction("DELETE_FAILED",i))}})()}getImageHeight(){return d.q.FIXED}getTrackingBaseKey(e){return this.elementId||e&&"".concat(e.getContentType(),"_").concat(this.getType())||this.getType()}getTrackingParams(e){const a=(0,c.aM)(this.bookmark,this.issue,this.publication),i=e&&(0,c.Gw)(e.getContentType())?(0,c.VP)(e.content,e.publication,null,"SOURCE_"):{};return(0,k.A)((0,k.A)({},i),a)}handleTrackAction(e,a){this.store.dispatch((0,M.k4)({url:window.location.href,key:"".concat(this.getTrackingBaseKey(a),"_").concat(e),params:this.getTrackingParams(a)}))}}return(r=s).type="bookmark",r.\u0275fac=function(e){return new(e||r)(o.rXU(g.B),o.rXU(j.o),o.rXU(o.aKT),o.rXU(N.V),o.rXU(Y.G),o.rXU(o.zZn),o.rXU(m.qQ),o.rXU(P.Wj),o.rXU(V.d),o.rXU(H.S))},r.\u0275cmp=o.VBU({type:r,selectors:[["storefront-bookmark"]],hostVars:2,hostBindings:function(e,a){2&e&&o.BMQ("issue-type",a.regularIssueType)("data-pxp-issue-type",a.prefixedIssueType)},standalone:!1,features:[o.Jv_([g.B]),o.Vt3],decls:1,vars:1,consts:[[4,"ngIf"],[1,"bookmark-image",3,"click"],[1,"pxp-image",3,"src","height","extendedThumbnail"],[3,"src","height","extendedThumbnail"],[1,"bookmark-data"],["class","bookmark-title",3,"storefrontTranslate","storefrontTranslateArgs",4,"ngIf"],[1,"bookmark-creation-date",3,"storefrontTranslate","storefrontTranslateArgs"],["class","bookmark-page-label",3,"storefrontTranslate","storefrontTranslateArgs",4,"ngIf"],[1,"bookmark-actions"],[1,"icon","icon-bookmark-active",3,"click"],[1,"bookmark-title",3,"storefrontTranslate","storefrontTranslateArgs"],[1,"bookmark-page-label",3,"storefrontTranslate","storefrontTranslateArgs"]],template:function(e,a){1&e&&o.DNE(0,W,11,9,"ng-container",0),2&e&&o.Y8G("ngIf",a.bookmark&&a.issue)},dependencies:[m.bT,d.h,E.x,h.M,y.Z],styles:["storefront-bookmark,.pxp-bookmark{display:flex;flex-direction:column;position:relative;background-color:var(--bookmarkBgColor)}storefront-bookmark .bookmark-image,.pxp-bookmark .bookmark-image{position:relative;background-color:var(--bookmarkImageBgColor)}storefront-bookmark .bookmark-image storefront-image,storefront-bookmark .bookmark-image .pxp-image,.pxp-bookmark .bookmark-image storefront-image,.pxp-bookmark .bookmark-image .pxp-image{width:100%}storefront-bookmark .bookmark-image storefront-spinner,storefront-bookmark .bookmark-image .pxp-spinner,.pxp-bookmark .bookmark-image storefront-spinner,.pxp-bookmark .bookmark-image .pxp-spinner{position:absolute;top:0;height:100%;width:100%;background-color:#0000001a}storefront-bookmark .bookmark-data,.pxp-bookmark .bookmark-data{display:flex;flex-direction:column;padding:var(--gutter) 0}storefront-bookmark .bookmark-data .bookmark-title,storefront-bookmark .bookmark-data .bookmark-creation-date,storefront-bookmark .bookmark-data .bookmark-page-label,.pxp-bookmark .bookmark-data .bookmark-title,.pxp-bookmark .bookmark-data .bookmark-creation-date,.pxp-bookmark .bookmark-data .bookmark-page-label{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;padding-right:calc(var(--gutter) * 2)}storefront-bookmark .bookmark-data .bookmark-actions,.pxp-bookmark .bookmark-data .bookmark-actions{position:absolute;right:0}storefront-bookmark .bookmark-data .bookmark-actions i,.pxp-bookmark .bookmark-data .bookmark-actions i{color:var(--primaryColor)}storefront-bookmark[issue-type=ISSUE] storefront-image,storefront-bookmark[issue-type=ISSUE] .pxp-image,storefront-bookmark[data-pxp-issue-type=ISSUE] storefront-image,storefront-bookmark[data-pxp-issue-type=ISSUE] .pxp-image,.pxp-bookmark[issue-type=ISSUE] storefront-image,.pxp-bookmark[issue-type=ISSUE] .pxp-image,.pxp-bookmark[data-pxp-issue-type=ISSUE] storefront-image,.pxp-bookmark[data-pxp-issue-type=ISSUE] .pxp-image{padding-top:75%;height:100%}storefront-bookmark[issue-type=ISSUE] storefront-image>img,storefront-bookmark[issue-type=ISSUE] .pxp-image>img,storefront-bookmark[data-pxp-issue-type=ISSUE] storefront-image>img,storefront-bookmark[data-pxp-issue-type=ISSUE] .pxp-image>img,.pxp-bookmark[issue-type=ISSUE] storefront-image>img,.pxp-bookmark[issue-type=ISSUE] .pxp-image>img,.pxp-bookmark[data-pxp-issue-type=ISSUE] storefront-image>img,.pxp-bookmark[data-pxp-issue-type=ISSUE] .pxp-image>img{object-fit:cover;width:100%}storefront-bookmark[issue-type=ISSUE] .bookmark-data .bookmark-title,storefront-bookmark[data-pxp-issue-type=ISSUE] .bookmark-data .bookmark-title,.pxp-bookmark[issue-type=ISSUE] .bookmark-data .bookmark-title,.pxp-bookmark[data-pxp-issue-type=ISSUE] .bookmark-data .bookmark-title{display:none}storefront-bookmark[issue-type=ARTICLE] storefront-image,storefront-bookmark[issue-type=ARTICLE] .pxp-image,storefront-bookmark[data-pxp-issue-type=ARTICLE] storefront-image,storefront-bookmark[data-pxp-issue-type=ARTICLE] .pxp-image,.pxp-bookmark[issue-type=ARTICLE] storefront-image,.pxp-bookmark[issue-type=ARTICLE] .pxp-image,.pxp-bookmark[data-pxp-issue-type=ARTICLE] storefront-image,.pxp-bookmark[data-pxp-issue-type=ARTICLE] .pxp-image{padding-top:75%;height:100%}storefront-bookmark[issue-type=ARTICLE] storefront-image>img,storefront-bookmark[issue-type=ARTICLE] .pxp-image>img,storefront-bookmark[data-pxp-issue-type=ARTICLE] storefront-image>img,storefront-bookmark[data-pxp-issue-type=ARTICLE] .pxp-image>img,.pxp-bookmark[issue-type=ARTICLE] storefront-image>img,.pxp-bookmark[issue-type=ARTICLE] .pxp-image>img,.pxp-bookmark[data-pxp-issue-type=ARTICLE] storefront-image>img,.pxp-bookmark[data-pxp-issue-type=ARTICLE] .pxp-image>img{object-fit:cover;width:100%}storefront-bookmark[issue-type=ARTICLE] .bookmark-data .bookmark-page-label,storefront-bookmark[data-pxp-issue-type=ARTICLE] .bookmark-data .bookmark-page-label,.pxp-bookmark[issue-type=ARTICLE] .bookmark-data .bookmark-page-label,.pxp-bookmark[data-pxp-issue-type=ARTICLE] .bookmark-data .bookmark-page-label{display:none}\n"],encapsulation:2,changeDetection:0}),s})();const J=["class","pxp-bookmark"],u=r=>[r];function z(r,s){if(1&r&&o.nrm(0,"div",2),2&r){const t=o.XpG(2);o.Y8G("src",t.bookmark.thumbnailURL)("height",t.getImageHeight())("extendedThumbnail",null==t.issue||null==t.issue.thumbnailsExtended?null:t.issue.thumbnailsExtended.default)}}function w(r,s){if(1&r&&o.nrm(0,"storefront-image",3),2&r){const t=o.XpG(2);o.Y8G("src",t.bookmark.thumbnailURL)("height",t.getImageHeight())("extendedThumbnail",null==t.issue||null==t.issue.thumbnailsExtended?null:t.issue.thumbnailsExtended.default)}}function q(r,s){if(1&r&&o.nrm(0,"h3",10),2&r){const t=o.XpG(2);o.Y8G("storefrontTranslate",t.config.bookmarkTitleMessage)("storefrontTranslateArgs",o.eq3(2,u,t.bookmarkTitle))}}function oo(r,s){if(1&r&&o.nrm(0,"div",11),2&r){const t=o.XpG(2);o.Y8G("storefrontTranslate",t.config.pageLabelMessage)("storefrontTranslateArgs",o.eq3(2,u,t.pageLabel))}}function eo(r,s){if(1&r){const t=o.RV6();o.qex(0),o.j41(1,"div",1),o.bIt("click",function(a){o.eBV(t);const i=o.XpG();return o.Njj(i.onClickBookmark(a))}),o.DNE(2,z,1,3,"div",2)(3,w,1,3,"storefront-image",3),o.k0s(),o.j41(4,"div",4),o.DNE(5,q,1,4,"h3",5),o.nrm(6,"div",6),o.nI1(7,"storefrontDate"),o.DNE(8,oo,1,4,"div",7),o.j41(9,"div",8)(10,"i",9),o.bIt("click",function(a){o.eBV(t);const i=o.XpG();return o.Njj(i.onClickDelete(a))}),o.k0s()()(),o.bVm()}if(2&r){const t=o.XpG();o.R7$(2),o.vxM(t.domHelper.leanDom?2:3),o.R7$(3),o.Y8G("ngIf",t.bookmarkTitle),o.R7$(),o.Y8G("storefrontTranslate",t.config.creationDateMessage)("storefrontTranslateArgs",o.eq3(7,u,o.bMT(7,5,t.bookmark.createdAt))),o.R7$(2),o.Y8G("ngIf",t.pageLabel)}}let to=(()=>{var r;class s extends I{}return(r=s).\u0275fac=(()=>{let t;return function(a){return(t||(t=o.xGo(r)))(a||r)}})(),r.\u0275cmp=o.VBU({type:r,selectors:[["div",8,"pxp-bookmark"]],standalone:!1,features:[o.Jv_([g.B]),o.Vt3],attrs:J,decls:1,vars:1,consts:[[4,"ngIf"],[1,"bookmark-image",3,"click"],[1,"pxp-image",3,"src","height","extendedThumbnail"],[3,"src","height","extendedThumbnail"],[1,"bookmark-data"],["class","bookmark-title",3,"storefrontTranslate","storefrontTranslateArgs",4,"ngIf"],[1,"bookmark-creation-date",3,"storefrontTranslate","storefrontTranslateArgs"],["class","bookmark-page-label",3,"storefrontTranslate","storefrontTranslateArgs",4,"ngIf"],[1,"bookmark-actions"],[1,"icon","icon-bookmark-active",3,"click"],[1,"bookmark-title",3,"storefrontTranslate","storefrontTranslateArgs"],[1,"bookmark-page-label",3,"storefrontTranslate","storefrontTranslateArgs"]],template:function(e,a){1&e&&o.DNE(0,eo,11,9,"ng-container",0),2&e&&o.Y8G("ngIf",a.bookmark&&a.issue)},dependencies:[m.bT,d.h,E.x,h.M,y.Z],styles:["storefront-bookmark,.pxp-bookmark{display:flex;flex-direction:column;position:relative;background-color:var(--bookmarkBgColor)}storefront-bookmark .bookmark-image,.pxp-bookmark .bookmark-image{position:relative;background-color:var(--bookmarkImageBgColor)}storefront-bookmark .bookmark-image storefront-image,storefront-bookmark .bookmark-image .pxp-image,.pxp-bookmark .bookmark-image storefront-image,.pxp-bookmark .bookmark-image .pxp-image{width:100%}storefront-bookmark .bookmark-image storefront-spinner,storefront-bookmark .bookmark-image .pxp-spinner,.pxp-bookmark .bookmark-image storefront-spinner,.pxp-bookmark .bookmark-image .pxp-spinner{position:absolute;top:0;height:100%;width:100%;background-color:#0000001a}storefront-bookmark .bookmark-data,.pxp-bookmark .bookmark-data{display:flex;flex-direction:column;padding:var(--gutter) 0}storefront-bookmark .bookmark-data .bookmark-title,storefront-bookmark .bookmark-data .bookmark-creation-date,storefront-bookmark .bookmark-data .bookmark-page-label,.pxp-bookmark .bookmark-data .bookmark-title,.pxp-bookmark .bookmark-data .bookmark-creation-date,.pxp-bookmark .bookmark-data .bookmark-page-label{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;padding-right:calc(var(--gutter) * 2)}storefront-bookmark .bookmark-data .bookmark-actions,.pxp-bookmark .bookmark-data .bookmark-actions{position:absolute;right:0}storefront-bookmark .bookmark-data .bookmark-actions i,.pxp-bookmark .bookmark-data .bookmark-actions i{color:var(--primaryColor)}storefront-bookmark[issue-type=ISSUE] storefront-image,storefront-bookmark[issue-type=ISSUE] .pxp-image,storefront-bookmark[data-pxp-issue-type=ISSUE] storefront-image,storefront-bookmark[data-pxp-issue-type=ISSUE] .pxp-image,.pxp-bookmark[issue-type=ISSUE] storefront-image,.pxp-bookmark[issue-type=ISSUE] .pxp-image,.pxp-bookmark[data-pxp-issue-type=ISSUE] storefront-image,.pxp-bookmark[data-pxp-issue-type=ISSUE] .pxp-image{padding-top:75%;height:100%}storefront-bookmark[issue-type=ISSUE] storefront-image>img,storefront-bookmark[issue-type=ISSUE] .pxp-image>img,storefront-bookmark[data-pxp-issue-type=ISSUE] storefront-image>img,storefront-bookmark[data-pxp-issue-type=ISSUE] .pxp-image>img,.pxp-bookmark[issue-type=ISSUE] storefront-image>img,.pxp-bookmark[issue-type=ISSUE] .pxp-image>img,.pxp-bookmark[data-pxp-issue-type=ISSUE] storefront-image>img,.pxp-bookmark[data-pxp-issue-type=ISSUE] .pxp-image>img{object-fit:cover;width:100%}storefront-bookmark[issue-type=ISSUE] .bookmark-data .bookmark-title,storefront-bookmark[data-pxp-issue-type=ISSUE] .bookmark-data .bookmark-title,.pxp-bookmark[issue-type=ISSUE] .bookmark-data .bookmark-title,.pxp-bookmark[data-pxp-issue-type=ISSUE] .bookmark-data .bookmark-title{display:none}storefront-bookmark[issue-type=ARTICLE] storefront-image,storefront-bookmark[issue-type=ARTICLE] .pxp-image,storefront-bookmark[data-pxp-issue-type=ARTICLE] storefront-image,storefront-bookmark[data-pxp-issue-type=ARTICLE] .pxp-image,.pxp-bookmark[issue-type=ARTICLE] storefront-image,.pxp-bookmark[issue-type=ARTICLE] .pxp-image,.pxp-bookmark[data-pxp-issue-type=ARTICLE] storefront-image,.pxp-bookmark[data-pxp-issue-type=ARTICLE] .pxp-image{padding-top:75%;height:100%}storefront-bookmark[issue-type=ARTICLE] storefront-image>img,storefront-bookmark[issue-type=ARTICLE] .pxp-image>img,storefront-bookmark[data-pxp-issue-type=ARTICLE] storefront-image>img,storefront-bookmark[data-pxp-issue-type=ARTICLE] .pxp-image>img,.pxp-bookmark[issue-type=ARTICLE] storefront-image>img,.pxp-bookmark[issue-type=ARTICLE] .pxp-image>img,.pxp-bookmark[data-pxp-issue-type=ARTICLE] storefront-image>img,.pxp-bookmark[data-pxp-issue-type=ARTICLE] .pxp-image>img{object-fit:cover;width:100%}storefront-bookmark[issue-type=ARTICLE] .bookmark-data .bookmark-page-label,storefront-bookmark[data-pxp-issue-type=ARTICLE] .bookmark-data .bookmark-page-label,.pxp-bookmark[issue-type=ARTICLE] .bookmark-data .bookmark-page-label,.pxp-bookmark[data-pxp-issue-type=ARTICLE] .bookmark-data .bookmark-page-label{display:none}\n"],encapsulation:2,changeDetection:0}),s})(),ao=(()=>{var r;class s{}return(r=s).\u0275fac=function(e){return new(e||r)},r.\u0275mod=o.$C({type:r}),r.\u0275inj=o.G2t({imports:[m.MD,D.U,B.h,R.P,A.pZ,L.n]}),s})();const ro={component:I,leanDomComponent:to}}}]);
|