@jetshop/core 6.3.8-alpha.33 → 6.3.9-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/boot/server/IntervalQuery.test.js +276 -0
- package/boot/server/PersistedApolloClient.test.js +234 -0
- package/boot/server/createApolloServer.test.js +114 -0
- package/boot/server/getPreloadAssets.test.js +133 -0
- package/boot/server/persistedQueries/__tests__/getPersistedQueriesForRequest.test.js +201 -0
- package/boot/server/persistedQueries/__tests__/mockQuery.gql +6 -0
- package/boot/server/saleSource.test.js +39 -0
- package/global.d.ts +1 -0
- package/hooks/usePreconnectLinks.test.js +4 -0
- package/package.json +6 -5
- package/ChannelHandler/ChannelHandler.d.ts +0 -53
- package/ChannelHandler/ChannelHandler.js +0 -114
- package/ChannelHandler/ChannelHandler.js.map +0 -1
- package/ChannelHandler/channelUtils.d.ts +0 -73
- package/ChannelHandler/channelUtils.js +0 -313
- package/ChannelHandler/channelUtils.js.map +0 -1
- package/ChannelHandler/redirectUtils.d.ts +0 -4
- package/ChannelHandler/redirectUtils.js +0 -53
- package/ChannelHandler/redirectUtils.js.map +0 -1
- package/analytics/Analytics.d.ts +0 -18
- package/analytics/Analytics.js +0 -57
- package/analytics/Analytics.js.map +0 -1
- package/analytics/AnalyticsProvider.d.ts +0 -54
- package/analytics/AnalyticsProvider.js +0 -229
- package/analytics/AnalyticsProvider.js.map +0 -1
- package/analytics/deprecatedTracking.d.ts +0 -17
- package/analytics/deprecatedTracking.js +0 -33
- package/analytics/deprecatedTracking.js.map +0 -1
- package/analytics/integrations/ga4.d.ts +0 -28
- package/analytics/integrations/ga4.js +0 -189
- package/analytics/integrations/ga4.js.map +0 -1
- package/analytics/integrations/gtag/gtag.d.ts +0 -8
- package/analytics/integrations/gtag/gtag.js +0 -209
- package/analytics/integrations/gtag/gtag.js.map +0 -1
- package/analytics/integrations/gtag/index.d.ts +0 -1
- package/analytics/integrations/gtag/index.js +0 -2
- package/analytics/integrations/gtag/index.js.map +0 -1
- package/analytics/integrations/gtm/gtm.d.ts +0 -12
- package/analytics/integrations/gtm/gtm.js +0 -227
- package/analytics/integrations/gtm/gtm.js.map +0 -1
- package/analytics/integrations/gtm/index.d.ts +0 -1
- package/analytics/integrations/gtm/index.js +0 -2
- package/analytics/integrations/gtm/index.js.map +0 -1
- package/analytics/integrations/gtm/referrerModifier.d.ts +0 -1
- package/analytics/integrations/gtm/referrerModifier.js +0 -62
- package/analytics/integrations/gtm/referrerModifier.js.map +0 -1
- package/analytics/integrations/releware/index.d.ts +0 -3
- package/analytics/integrations/releware/index.js +0 -39
- package/analytics/integrations/releware/index.js.map +0 -1
- package/analytics/integrations/unslugify.d.ts +0 -1
- package/analytics/integrations/unslugify.js +0 -16
- package/analytics/integrations/unslugify.js.map +0 -1
- package/analytics/trackerRegistry.d.ts +0 -113
- package/analytics/trackerRegistry.js +0 -234
- package/analytics/trackerRegistry.js.map +0 -1
- package/analytics/tracking.d.ts +0 -14
- package/analytics/tracking.js +0 -72
- package/analytics/tracking.js.map +0 -1
- package/analytics/utils/breadcrumbsWithoutProduct.d.ts +0 -1
- package/analytics/utils/breadcrumbsWithoutProduct.js +0 -9
- package/analytics/utils/breadcrumbsWithoutProduct.js.map +0 -1
- package/analytics/utils/script.d.ts +0 -8
- package/analytics/utils/script.js +0 -40
- package/analytics/utils/script.js.map +0 -1
- package/boot/AuthHandler.d.ts +0 -14
- package/boot/AuthHandler.js +0 -39
- package/boot/AuthHandler.js.map +0 -1
- package/boot/NetworkStatusNotifier.d.ts +0 -2
- package/boot/NetworkStatusNotifier.js +0 -4
- package/boot/NetworkStatusNotifier.js.map +0 -1
- package/boot/PreviewHandler.d.ts +0 -7
- package/boot/PreviewHandler.js +0 -14
- package/boot/PreviewHandler.js.map +0 -1
- package/boot/SharedTree.d.ts +0 -23
- package/boot/SharedTree.js +0 -27
- package/boot/SharedTree.js.map +0 -1
- package/boot/addMissingConfig.d.ts +0 -5
- package/boot/addMissingConfig.js +0 -34
- package/boot/addMissingConfig.js.map +0 -1
- package/boot/apollo.d.ts +0 -20
- package/boot/apollo.js +0 -167
- package/boot/apollo.js.map +0 -1
- package/boot/client/entrypoint.d.ts +0 -1
- package/boot/client/entrypoint.js +0 -5
- package/boot/client/entrypoint.js.map +0 -1
- package/boot/client/index.d.ts +0 -1
- package/boot/client/index.js +0 -2
- package/boot/client/index.js.map +0 -1
- package/boot/client/startClient.d.ts +0 -4
- package/boot/client/startClient.js +0 -139
- package/boot/client/startClient.js.map +0 -1
- package/boot/server/asyncErrorHandler.d.ts +0 -3
- package/boot/server/asyncErrorHandler.js +0 -5
- package/boot/server/asyncErrorHandler.js.map +0 -1
- package/boot/server/breakpointMiddleware.d.ts +0 -3
- package/boot/server/breakpointMiddleware.js +0 -10
- package/boot/server/breakpointMiddleware.js.map +0 -1
- package/boot/server/createApolloServer.d.ts +0 -29
- package/boot/server/createApolloServer.js +0 -138
- package/boot/server/createApolloServer.js.map +0 -1
- package/boot/server/createDevServer.d.ts +0 -14
- package/boot/server/createDevServer.js +0 -30
- package/boot/server/createDevServer.js.map +0 -1
- package/boot/server/createRenderer.d.ts +0 -28
- package/boot/server/createRenderer.js +0 -233
- package/boot/server/createRenderer.js.map +0 -1
- package/boot/server/createServer.d.ts +0 -14
- package/boot/server/createServer.js +0 -31
- package/boot/server/createServer.js.map +0 -1
- package/boot/server/entrypoint.d.ts +0 -1
- package/boot/server/entrypoint.js +0 -39
- package/boot/server/entrypoint.js.map +0 -1
- package/boot/server/getPrefetchFiles.d.ts +0 -10
- package/boot/server/getPrefetchFiles.js +0 -20
- package/boot/server/getPrefetchFiles.js.map +0 -1
- package/boot/server/getPreloadAssets.d.ts +0 -10
- package/boot/server/getPreloadAssets.js +0 -18
- package/boot/server/getPreloadAssets.js.map +0 -1
- package/boot/server/index.d.ts +0 -7
- package/boot/server/index.js +0 -114
- package/boot/server/index.js.map +0 -1
- package/boot/server/listen.d.ts +0 -13
- package/boot/server/listen.js +0 -17
- package/boot/server/listen.js.map +0 -1
- package/boot/utils/createIntOptions.d.ts +0 -6
- package/boot/utils/createIntOptions.js +0 -19
- package/boot/utils/createIntOptions.js.map +0 -1
- package/boot/utils/queryLoggingMiddleware.d.ts +0 -2
- package/boot/utils/queryLoggingMiddleware.js +0 -15
- package/boot/utils/queryLoggingMiddleware.js.map +0 -1
- package/boot/utils/uid.d.ts +0 -3
- package/boot/utils/uid.js +0 -20
- package/boot/utils/uid.js.map +0 -1
- package/boot/worker/createApolloServerWorker.d.ts +0 -18
- package/boot/worker/createApolloServerWorker.js +0 -119
- package/boot/worker/createApolloServerWorker.js.map +0 -1
- package/boot/worker/createRenderer.d.ts +0 -23
- package/boot/worker/createRenderer.js +0 -242
- package/boot/worker/createRenderer.js.map +0 -1
- package/boot/worker/getPrefetchFiles.d.ts +0 -10
- package/boot/worker/getPrefetchFiles.js +0 -20
- package/boot/worker/getPrefetchFiles.js.map +0 -1
- package/boot/worker/getPreloadAssets.d.ts +0 -10
- package/boot/worker/getPreloadAssets.js +0 -18
- package/boot/worker/getPreloadAssets.js.map +0 -1
- package/boot/worker/index.d.ts +0 -6
- package/boot/worker/index.js +0 -98
- package/boot/worker/index.js.map +0 -1
- package/cart/AddToCartFormik.d.ts +0 -42
- package/cart/AddToCartFormik.js +0 -79
- package/cart/AddToCartFormik.js.map +0 -1
- package/cart/useAddToCart.d.ts +0 -88
- package/cart/useAddToCart.js +0 -119
- package/cart/useAddToCart.js.map +0 -1
- package/cart/useCart.d.ts +0 -0
- package/cart/useCart.js +0 -1
- package/cart/useCart.js.map +0 -1
- package/components/Auth/CustomerFormContainer.d.ts +0 -0
- package/components/Auth/CustomerFormContainer.js +0 -1
- package/components/Auth/CustomerFormContainer.js.map +0 -1
- package/components/Auth/CustomerUpdateForm.d.ts +0 -32
- package/components/Auth/CustomerUpdateForm.js +0 -122
- package/components/Auth/CustomerUpdateForm.js.map +0 -1
- package/components/Auth/ForgotPasswordProvider.d.ts +0 -69
- package/components/Auth/ForgotPasswordProvider.js +0 -57
- package/components/Auth/ForgotPasswordProvider.js.map +0 -1
- package/components/Auth/ResetPasswordProvider.d.ts +0 -90
- package/components/Auth/ResetPasswordProvider.js +0 -78
- package/components/Auth/ResetPasswordProvider.js.map +0 -1
- package/components/Auth/SSN.d.ts +0 -12
- package/components/Auth/SSN.js +0 -35
- package/components/Auth/SSN.js.map +0 -1
- package/components/Auth/SSNLookupContainer.d.ts +0 -15
- package/components/Auth/SSNLookupContainer.js +0 -20
- package/components/Auth/SSNLookupContainer.js.map +0 -1
- package/components/Auth/SignupFormContainer.d.ts +0 -16
- package/components/Auth/SignupFormContainer.js +0 -82
- package/components/Auth/SignupFormContainer.js.map +0 -1
- package/components/Auth/UpdatePasswordForm.d.ts +0 -44
- package/components/Auth/UpdatePasswordForm.js +0 -98
- package/components/Auth/UpdatePasswordForm.js.map +0 -1
- package/components/Auth/formFieldsFromSettings.d.ts +0 -65
- package/components/Auth/formFieldsFromSettings.js +0 -77
- package/components/Auth/formFieldsFromSettings.js.map +0 -1
- package/components/Auth/formatSignupInput.d.ts +0 -8
- package/components/Auth/formatSignupInput.js +0 -43
- package/components/Auth/formatSignupInput.js.map +0 -1
- package/components/Auth/signup-context.d.ts +0 -36
- package/components/Auth/signup-context.js +0 -71
- package/components/Auth/signup-context.js.map +0 -1
- package/components/Auth/signup-field-translations.d.ts +0 -3
- package/components/Auth/signup-field-translations.js +0 -44
- package/components/Auth/signup-field-translations.js.map +0 -1
- package/components/Auth/signupSubmit.d.ts +0 -6
- package/components/Auth/signupSubmit.js +0 -65
- package/components/Auth/signupSubmit.js.map +0 -1
- package/components/Auth/useAddressFields.d.ts +0 -22
- package/components/Auth/useAddressFields.js +0 -33
- package/components/Auth/useAddressFields.js.map +0 -1
- package/components/Auth/useCustomer.d.ts +0 -116
- package/components/Auth/useCustomer.js +0 -189
- package/components/Auth/useCustomer.js.map +0 -1
- package/components/Auth/useLoginFields.d.ts +0 -20
- package/components/Auth/useLoginFields.js +0 -21
- package/components/Auth/useLoginFields.js.map +0 -1
- package/components/Auth/useSignupForm.d.ts +0 -7
- package/components/Auth/useSignupForm.js +0 -15
- package/components/Auth/useSignupForm.js.map +0 -1
- package/components/AuthContext/AuthContext.d.ts +0 -12
- package/components/AuthContext/AuthContext.js +0 -11
- package/components/AuthContext/AuthContext.js.map +0 -1
- package/components/AuthContext/AuthProvider.d.ts +0 -6
- package/components/AuthContext/AuthProvider.js +0 -100
- package/components/AuthContext/AuthProvider.js.map +0 -1
- package/components/AuthContext/LogOut.d.ts +0 -5
- package/components/AuthContext/LogOut.js +0 -17
- package/components/AuthContext/LogOut.js.map +0 -1
- package/components/AuthContext/useAuth.d.ts +0 -6
- package/components/AuthContext/useAuth.js +0 -20
- package/components/AuthContext/useAuth.js.map +0 -1
- package/components/BreakpointProvider.d.ts +0 -21
- package/components/BreakpointProvider.js +0 -24
- package/components/BreakpointProvider.js.map +0 -1
- package/components/Cart/CartIdContext.d.ts +0 -11
- package/components/Cart/CartIdContext.js +0 -61
- package/components/Cart/CartIdContext.js.map +0 -1
- package/components/ChannelContext/ChannelContext.d.ts +0 -21
- package/components/ChannelContext/ChannelContext.js +0 -4
- package/components/ChannelContext/ChannelContext.js.map +0 -1
- package/components/ChannelContext/ChannelProvider.d.ts +0 -10
- package/components/ChannelContext/ChannelProvider.js +0 -45
- package/components/ChannelContext/ChannelProvider.js.map +0 -1
- package/components/ChannelContext/index.d.ts +0 -2
- package/components/ChannelContext/index.js +0 -3
- package/components/ChannelContext/index.js.map +0 -1
- package/components/ChannelContext/useCountrySettings.d.ts +0 -8
- package/components/ChannelContext/useCountrySettings.js +0 -24
- package/components/ChannelContext/useCountrySettings.js.map +0 -1
- package/components/ConfigProvider.d.ts +0 -104
- package/components/ConfigProvider.js +0 -20
- package/components/ConfigProvider.js.map +0 -1
- package/components/DynamicRoute/CategoryRoute.d.ts +0 -13
- package/components/DynamicRoute/CategoryRoute.js +0 -59
- package/components/DynamicRoute/CategoryRoute.js.map +0 -1
- package/components/DynamicRoute/ContentRoute.d.ts +0 -14
- package/components/DynamicRoute/ContentRoute.js +0 -28
- package/components/DynamicRoute/ContentRoute.js.map +0 -1
- package/components/DynamicRoute/CustomerRoute.d.ts +0 -0
- package/components/DynamicRoute/CustomerRoute.js +0 -1
- package/components/DynamicRoute/CustomerRoute.js.map +0 -1
- package/components/DynamicRoute/GenericError.d.ts +0 -18
- package/components/DynamicRoute/GenericError.js +0 -57
- package/components/DynamicRoute/GenericError.js.map +0 -1
- package/components/DynamicRoute/PreviewRoute.d.ts +0 -17
- package/components/DynamicRoute/PreviewRoute.js +0 -58
- package/components/DynamicRoute/PreviewRoute.js.map +0 -1
- package/components/DynamicRoute/ProductByArticlenumber.d.ts +0 -5
- package/components/DynamicRoute/ProductByArticlenumber.js +0 -22
- package/components/DynamicRoute/ProductByArticlenumber.js.map +0 -1
- package/components/DynamicRoute/ProductRoute.d.ts +0 -15
- package/components/DynamicRoute/ProductRoute.js +0 -68
- package/components/DynamicRoute/ProductRoute.js.map +0 -1
- package/components/DynamicRoute/RouteResolver.d.ts +0 -22
- package/components/DynamicRoute/RouteResolver.js +0 -64
- package/components/DynamicRoute/RouteResolver.js.map +0 -1
- package/components/DynamicRoute/Status.d.ts +0 -15
- package/components/DynamicRoute/Status.js +0 -20
- package/components/DynamicRoute/Status.js.map +0 -1
- package/components/DynamicRoute/index.d.ts +0 -17
- package/components/DynamicRoute/index.js +0 -101
- package/components/DynamicRoute/index.js.map +0 -1
- package/components/Filters/index.d.ts +0 -1
- package/components/Filters/index.js +0 -2
- package/components/Filters/index.js.map +0 -1
- package/components/Filters/utils/replaceInSearch.d.ts +0 -14
- package/components/Filters/utils/replaceInSearch.js +0 -23
- package/components/Filters/utils/replaceInSearch.js.map +0 -1
- package/components/Filters/utils/updateHistory.d.ts +0 -25
- package/components/Filters/utils/updateHistory.js +0 -30
- package/components/Filters/utils/updateHistory.js.map +0 -1
- package/components/Fonts/CustomFont.d.ts +0 -14
- package/components/Fonts/CustomFont.js +0 -17
- package/components/Fonts/CustomFont.js.map +0 -1
- package/components/Fonts/injectFont.d.ts +0 -11
- package/components/Fonts/injectFont.js +0 -30
- package/components/Fonts/injectFont.js.map +0 -1
- package/components/Head.d.ts +0 -11
- package/components/Head.js +0 -86
- package/components/Head.js.map +0 -1
- package/components/Mutation/AddToCart/addToCartUtils.d.ts +0 -18
- package/components/Mutation/AddToCart/addToCartUtils.js +0 -52
- package/components/Mutation/AddToCart/addToCartUtils.js.map +0 -1
- package/components/Mutation/AddToCartFormik.d.ts +0 -53
- package/components/Mutation/AddToCartFormik.js +0 -183
- package/components/Mutation/AddToCartFormik.js.map +0 -1
- package/components/Mutation/DecrementQuantity.d.ts +0 -4
- package/components/Mutation/DecrementQuantity.js +0 -35
- package/components/Mutation/DecrementQuantity.js.map +0 -1
- package/components/Mutation/IncrementQuantity.d.ts +0 -4
- package/components/Mutation/IncrementQuantity.js +0 -35
- package/components/Mutation/IncrementQuantity.js.map +0 -1
- package/components/Mutation/RemoveFromCart.d.ts +0 -5
- package/components/Mutation/RemoveFromCart.js +0 -52
- package/components/Mutation/RemoveFromCart.js.map +0 -1
- package/components/Mutation/SetQuantity.d.ts +0 -4
- package/components/Mutation/SetQuantity.js +0 -37
- package/components/Mutation/SetQuantity.js.map +0 -1
- package/components/Mutation/SubscribeToNewsletter.d.ts +0 -4
- package/components/Mutation/SubscribeToNewsletter.js +0 -30
- package/components/Mutation/SubscribeToNewsletter.js.map +0 -1
- package/components/Mutation/SubscribeToStockNotifications.d.ts +0 -4
- package/components/Mutation/SubscribeToStockNotifications.js +0 -35
- package/components/Mutation/SubscribeToStockNotifications.js.map +0 -1
- package/components/Mutation/cartMutationUtils.d.ts +0 -27
- package/components/Mutation/cartMutationUtils.js +0 -106
- package/components/Mutation/cartMutationUtils.js.map +0 -1
- package/components/Mutation/useDecrementQuantity.d.ts +0 -11
- package/components/Mutation/useDecrementQuantity.js +0 -50
- package/components/Mutation/useDecrementQuantity.js.map +0 -1
- package/components/Mutation/useIncrementQuantity.d.ts +0 -11
- package/components/Mutation/useIncrementQuantity.js +0 -50
- package/components/Mutation/useIncrementQuantity.js.map +0 -1
- package/components/Mutation/useRemoveFromCart.d.ts +0 -13
- package/components/Mutation/useRemoveFromCart.js +0 -45
- package/components/Mutation/useRemoveFromCart.js.map +0 -1
- package/components/Mutation/useSetQuantity.d.ts +0 -12
- package/components/Mutation/useSetQuantity.js +0 -38
- package/components/Mutation/useSetQuantity.js.map +0 -1
- package/components/Notifications/Notifications.d.ts +0 -15
- package/components/Notifications/Notifications.js +0 -26
- package/components/Notifications/Notifications.js.map +0 -1
- package/components/Notifications/index.d.ts +0 -2
- package/components/Notifications/index.js +0 -3
- package/components/Notifications/index.js.map +0 -1
- package/components/Notifications/notificationMachine.d.ts +0 -30
- package/components/Notifications/notificationMachine.js +0 -74
- package/components/Notifications/notificationMachine.js.map +0 -1
- package/components/Notifications/notificationsMachine.d.ts +0 -37
- package/components/Notifications/notificationsMachine.js +0 -66
- package/components/Notifications/notificationsMachine.js.map +0 -1
- package/components/Notifications/useNotification.d.ts +0 -9
- package/components/Notifications/useNotification.js +0 -27
- package/components/Notifications/useNotification.js.map +0 -1
- package/components/OpenGraph/OpenGraphGeneralPageData.d.ts +0 -25
- package/components/OpenGraph/OpenGraphGeneralPageData.js +0 -37
- package/components/OpenGraph/OpenGraphGeneralPageData.js.map +0 -1
- package/components/OpenGraph/OpenGraphProductData.d.ts +0 -25
- package/components/OpenGraph/OpenGraphProductData.js +0 -49
- package/components/OpenGraph/OpenGraphProductData.js.map +0 -1
- package/components/OpenGraph/index.d.ts +0 -2
- package/components/OpenGraph/index.js +0 -3
- package/components/OpenGraph/index.js.map +0 -1
- package/components/Pagination/PaginationContainer.d.ts +0 -2
- package/components/Pagination/PaginationContainer.js +0 -5
- package/components/Pagination/PaginationContainer.js.map +0 -1
- package/components/Pagination/PaginationContext.d.ts +0 -14
- package/components/Pagination/PaginationContext.js +0 -4
- package/components/Pagination/PaginationContext.js.map +0 -1
- package/components/Pagination/PaginationProvider.d.ts +0 -17
- package/components/Pagination/PaginationProvider.js +0 -86
- package/components/Pagination/PaginationProvider.js.map +0 -1
- package/components/PreviewContext.d.ts +0 -10
- package/components/PreviewContext.js +0 -27
- package/components/PreviewContext.js.map +0 -1
- package/components/ProductConfigurationProvider/ProductConfigurationContext.d.ts +0 -13
- package/components/ProductConfigurationProvider/ProductConfigurationContext.js +0 -5
- package/components/ProductConfigurationProvider/ProductConfigurationContext.js.map +0 -1
- package/components/ProductConfigurationProvider/ProductConfigurationProvider.d.ts +0 -6
- package/components/ProductConfigurationProvider/ProductConfigurationProvider.js +0 -50
- package/components/ProductConfigurationProvider/ProductConfigurationProvider.js.map +0 -1
- package/components/Query/CartProvider.d.ts +0 -22
- package/components/Query/CartProvider.js +0 -68
- package/components/Query/CartProvider.js.map +0 -1
- package/components/SortOrder/SortOrderContainer.d.ts +0 -40
- package/components/SortOrder/SortOrderContainer.js +0 -108
- package/components/SortOrder/SortOrderContainer.js.map +0 -1
- package/components/SortOrder/SortOrderContext.d.ts +0 -9
- package/components/SortOrder/SortOrderContext.js +0 -9
- package/components/SortOrder/SortOrderContext.js.map +0 -1
- package/components/StructuredData/SiteLinksSearchStructuredData.d.ts +0 -3
- package/components/StructuredData/SiteLinksSearchStructuredData.js +0 -25
- package/components/StructuredData/SiteLinksSearchStructuredData.js.map +0 -1
- package/components/StructuredData/StructuredBreadcrumbData.d.ts +0 -12
- package/components/StructuredData/StructuredBreadcrumbData.js +0 -55
- package/components/StructuredData/StructuredBreadcrumbData.js.map +0 -1
- package/components/StructuredData/StructuredCategoryData.d.ts +0 -16
- package/components/StructuredData/StructuredCategoryData.js +0 -18
- package/components/StructuredData/StructuredCategoryData.js.map +0 -1
- package/components/StructuredData/StructuredData.d.ts +0 -9
- package/components/StructuredData/StructuredData.js +0 -7
- package/components/StructuredData/StructuredData.js.map +0 -1
- package/components/StructuredData/StructuredPageData.d.ts +0 -16
- package/components/StructuredData/StructuredPageData.js +0 -17
- package/components/StructuredData/StructuredPageData.js.map +0 -1
- package/components/StructuredData/StructuredProductData.d.ts +0 -18
- package/components/StructuredData/StructuredProductData.js +0 -43
- package/components/StructuredData/StructuredProductData.js.map +0 -1
- package/components/StructuredData/index.d.ts +0 -5
- package/components/StructuredData/index.js +0 -6
- package/components/StructuredData/index.js.map +0 -1
- package/data/cache.d.ts +0 -3
- package/data/cache.js +0 -71
- package/data/cache.js.map +0 -1
- package/data/fragmentTypes.d.ts +0 -8
- package/data/fragmentTypes.js +0 -84
- package/data/fragmentTypes.js.map +0 -1
- package/data/fragments/index.d.ts +0 -1
- package/data/fragments/index.js +0 -2
- package/data/fragments/index.js.map +0 -1
- package/experiments/ExperimentsProvider.d.ts +0 -4
- package/experiments/ExperimentsProvider.js +0 -29
- package/experiments/ExperimentsProvider.js.map +0 -1
- package/experiments/selectExperimentVariant.d.ts +0 -3
- package/experiments/selectExperimentVariant.js +0 -35
- package/experiments/selectExperimentVariant.js.map +0 -1
- package/experiments/useExperiment.d.ts +0 -2
- package/experiments/useExperiment.js +0 -11
- package/experiments/useExperiment.js.map +0 -1
- package/helpers/decodeUrlQuery.d.ts +0 -9
- package/helpers/decodeUrlQuery.js +0 -27
- package/helpers/decodeUrlQuery.js.map +0 -1
- package/helpers/distance.d.ts +0 -7
- package/helpers/distance.js +0 -13
- package/helpers/distance.js.map +0 -1
- package/helpers/encodeVariant.d.ts +0 -3
- package/helpers/encodeVariant.js +0 -25
- package/helpers/encodeVariant.js.map +0 -1
- package/helpers/getBreakpointsFromValues.d.ts +0 -6
- package/helpers/getBreakpointsFromValues.js +0 -15
- package/helpers/getBreakpointsFromValues.js.map +0 -1
- package/helpers/getCartItemVariant.d.ts +0 -7
- package/helpers/getCartItemVariant.js +0 -9
- package/helpers/getCartItemVariant.js.map +0 -1
- package/helpers/getErrorDetail.d.ts +0 -7
- package/helpers/getErrorDetail.js +0 -12
- package/helpers/getErrorDetail.js.map +0 -1
- package/helpers/getHeaders.d.ts +0 -6
- package/helpers/getHeaders.js +0 -4
- package/helpers/getHeaders.js.map +0 -1
- package/helpers/isRelativeUrl.d.ts +0 -1
- package/helpers/isRelativeUrl.js +0 -4
- package/helpers/isRelativeUrl.js.map +0 -1
- package/helpers/logError.d.ts +0 -1
- package/helpers/logError.js +0 -17
- package/helpers/logError.js.map +0 -1
- package/helpers/logWarningInDev.d.ts +0 -1
- package/helpers/logWarningInDev.js +0 -7
- package/helpers/logWarningInDev.js.map +0 -1
- package/helpers/throwErrorInDev.d.ts +0 -6
- package/helpers/throwErrorInDev.js +0 -20
- package/helpers/throwErrorInDev.js.map +0 -1
- package/helpers/uniqueId.d.ts +0 -5
- package/helpers/uniqueId.js +0 -10
- package/helpers/uniqueId.js.map +0 -1
- package/hooks/Channels/useChannelSettings.d.ts +0 -7
- package/hooks/Channels/useChannelSettings.js +0 -12
- package/hooks/Channels/useChannelSettings.js.map +0 -1
- package/hooks/Filters/useBooleanFilter.d.ts +0 -8
- package/hooks/Filters/useBooleanFilter.js +0 -20
- package/hooks/Filters/useBooleanFilter.js.map +0 -1
- package/hooks/Filters/useFilters.d.ts +0 -3
- package/hooks/Filters/useFilters.js +0 -15
- package/hooks/Filters/useFilters.js.map +0 -1
- package/hooks/Filters/useListFilter.d.ts +0 -10
- package/hooks/Filters/useListFilter.js +0 -37
- package/hooks/Filters/useListFilter.js.map +0 -1
- package/hooks/Filters/useMultiFilter.d.ts +0 -13
- package/hooks/Filters/useMultiFilter.js +0 -49
- package/hooks/Filters/useMultiFilter.js.map +0 -1
- package/hooks/Filters/useRangeFilter.d.ts +0 -10
- package/hooks/Filters/useRangeFilter.js +0 -35
- package/hooks/Filters/useRangeFilter.js.map +0 -1
- package/hooks/Filters/useSortOrder.d.ts +0 -16
- package/hooks/Filters/useSortOrder.js +0 -23
- package/hooks/Filters/useSortOrder.js.map +0 -1
- package/hooks/PackageProducts/index.d.ts +0 -2
- package/hooks/PackageProducts/index.js +0 -3
- package/hooks/PackageProducts/index.js.map +0 -1
- package/hooks/PackageProducts/usePackageProductItem.d.ts +0 -17
- package/hooks/PackageProducts/usePackageProductItem.js +0 -27
- package/hooks/PackageProducts/usePackageProductItem.js.map +0 -1
- package/hooks/PackageProducts/usePackageProducts.d.ts +0 -19
- package/hooks/PackageProducts/usePackageProducts.js +0 -346
- package/hooks/PackageProducts/usePackageProducts.js.map +0 -1
- package/hooks/Product/index.d.ts +0 -1
- package/hooks/Product/index.js +0 -2
- package/hooks/Product/index.js.map +0 -1
- package/hooks/Product/useStockStatus.d.ts +0 -9
- package/hooks/Product/useStockStatus.js +0 -26
- package/hooks/Product/useStockStatus.js.map +0 -1
- package/hooks/Product/useSwitchToVariantImage.d.ts +0 -9
- package/hooks/Product/useSwitchToVariantImage.js +0 -21
- package/hooks/Product/useSwitchToVariantImage.js.map +0 -1
- package/hooks/ProductList/ProductListContext.d.ts +0 -12
- package/hooks/ProductList/ProductListContext.js +0 -129
- package/hooks/ProductList/ProductListContext.js.map +0 -1
- package/hooks/ProductList/action-creators.d.ts +0 -46
- package/hooks/ProductList/action-creators.js +0 -295
- package/hooks/ProductList/action-creators.js.map +0 -1
- package/hooks/ProductList/index.d.ts +0 -119
- package/hooks/ProductList/index.js +0 -22
- package/hooks/ProductList/index.js.map +0 -1
- package/hooks/ProductList/list-transforms.d.ts +0 -75
- package/hooks/ProductList/list-transforms.js +0 -107
- package/hooks/ProductList/list-transforms.js.map +0 -1
- package/hooks/ProductList/product-list-reducer.d.ts +0 -76
- package/hooks/ProductList/product-list-reducer.js +0 -192
- package/hooks/ProductList/product-list-reducer.js.map +0 -1
- package/hooks/ProductList/useProductList.d.ts +0 -13
- package/hooks/ProductList/useProductList.js +0 -94
- package/hooks/ProductList/useProductList.js.map +0 -1
- package/hooks/ProductList/useProductListItems.d.ts +0 -10
- package/hooks/ProductList/useProductListItems.js +0 -50
- package/hooks/ProductList/useProductListItems.js.map +0 -1
- package/hooks/ProductList/validate-product.d.ts +0 -6
- package/hooks/ProductList/validate-product.js +0 -41
- package/hooks/ProductList/validate-product.js.map +0 -1
- package/hooks/Subscriptions/useNewsletterSubscription.d.ts +0 -38
- package/hooks/Subscriptions/useNewsletterSubscription.js +0 -42
- package/hooks/Subscriptions/useNewsletterSubscription.js.map +0 -1
- package/hooks/Subscriptions/useStockNotifications.d.ts +0 -36
- package/hooks/Subscriptions/useStockNotifications.js +0 -38
- package/hooks/Subscriptions/useStockNotifications.js.map +0 -1
- package/hooks/Subscriptions/useStoreSubscriptions.d.ts +0 -48
- package/hooks/Subscriptions/useStoreSubscriptions.js +0 -148
- package/hooks/Subscriptions/useStoreSubscriptions.js.map +0 -1
- package/hooks/useAddMultipleToCart.d.ts +0 -27
- package/hooks/useAddMultipleToCart.js +0 -113
- package/hooks/useAddMultipleToCart.js.map +0 -1
- package/hooks/useChannels.d.ts +0 -1
- package/hooks/useChannels.js +0 -10
- package/hooks/useChannels.js.map +0 -1
- package/hooks/useCustomerOrdersQuery.d.ts +0 -21
- package/hooks/useCustomerOrdersQuery.js +0 -21
- package/hooks/useCustomerOrdersQuery.js.map +0 -1
- package/hooks/useDeleteAccountMutation.d.ts +0 -15
- package/hooks/useDeleteAccountMutation.js +0 -39
- package/hooks/useDeleteAccountMutation.js.map +0 -1
- package/hooks/useDynamicPrice.d.ts +0 -3
- package/hooks/useDynamicPrice.js +0 -25
- package/hooks/useDynamicPrice.js.map +0 -1
- package/hooks/useFreeShippingCheck.d.ts +0 -15
- package/hooks/useFreeShippingCheck.js +0 -31
- package/hooks/useFreeShippingCheck.js.map +0 -1
- package/hooks/useGeolocation.d.ts +0 -11
- package/hooks/useGeolocation.js +0 -34
- package/hooks/useGeolocation.js.map +0 -1
- package/hooks/useInfinitePagination.d.ts +0 -37
- package/hooks/useInfinitePagination.js +0 -142
- package/hooks/useInfinitePagination.js.map +0 -1
- package/hooks/useLogError.d.ts +0 -1
- package/hooks/useLogError.js +0 -8
- package/hooks/useLogError.js.map +0 -1
- package/hooks/useLoginMutation.d.ts +0 -13
- package/hooks/useLoginMutation.js +0 -19
- package/hooks/useLoginMutation.js.map +0 -1
- package/hooks/useLoginRedirect.d.ts +0 -4
- package/hooks/useLoginRedirect.js +0 -37
- package/hooks/useLoginRedirect.js.map +0 -1
- package/hooks/useOrderDetailQuery.d.ts +0 -20
- package/hooks/useOrderDetailQuery.js +0 -29
- package/hooks/useOrderDetailQuery.js.map +0 -1
- package/hooks/usePreconnectLinks.d.ts +0 -10
- package/hooks/usePreconnectLinks.js +0 -26
- package/hooks/usePreconnectLinks.js.map +0 -1
- package/hooks/usePrice.d.ts +0 -41
- package/hooks/usePrice.js +0 -73
- package/hooks/usePrice.js.map +0 -1
- package/hooks/useProductVariants/index.d.ts +0 -1
- package/hooks/useProductVariants/index.js +0 -2
- package/hooks/useProductVariants/index.js.map +0 -1
- package/hooks/useProductVariants/useProductVariants.d.ts +0 -19
- package/hooks/useProductVariants/useProductVariants.js +0 -203
- package/hooks/useProductVariants/useProductVariants.js.map +0 -1
- package/hooks/useProductVariants/useVariantFromUrl.d.ts +0 -5
- package/hooks/useProductVariants/useVariantFromUrl.js +0 -16
- package/hooks/useProductVariants/useVariantFromUrl.js.map +0 -1
- package/hooks/useRoutePreload.d.ts +0 -24
- package/hooks/useRoutePreload.js +0 -45
- package/hooks/useRoutePreload.js.map +0 -1
- package/hooks/useShopConfig.d.ts +0 -1
- package/hooks/useShopConfig.js +0 -11
- package/hooks/useShopConfig.js.map +0 -1
- package/hooks/useStockStatus.d.ts +0 -8
- package/hooks/useStockStatus.js +0 -26
- package/hooks/useStockStatus.js.map +0 -1
- package/hooks/useThrowErrorInDev.d.ts +0 -1
- package/hooks/useThrowErrorInDev.js +0 -8
- package/hooks/useThrowErrorInDev.js.map +0 -1
- package/hooks/useThunkReducer.d.ts +0 -7
- package/hooks/useThunkReducer.js +0 -24
- package/hooks/useThunkReducer.js.map +0 -1
- package/hooks/useWarningInDev.d.ts +0 -1
- package/hooks/useWarningInDev.js +0 -10
- package/hooks/useWarningInDev.js.map +0 -1
- package/inServer.d.ts +0 -1
- package/inServer.js +0 -3
- package/inServer.js.map +0 -1
- package/index.d.ts +0 -1
- package/index.js +0 -2
- package/index.js.map +0 -1
- package/integrations/sluggishSchemaExtension.d.ts +0 -2
- package/integrations/sluggishSchemaExtension.js +0 -27
- package/integrations/sluggishSchemaExtension.js.map +0 -1
- package/resolvers/filters/boolFilter.d.ts +0 -3
- package/resolvers/filters/boolFilter.js +0 -82
- package/resolvers/filters/boolFilter.js.map +0 -1
- package/resolvers/filters/defaultActiveFilters.d.ts +0 -3
- package/resolvers/filters/defaultActiveFilters.js +0 -9
- package/resolvers/filters/defaultActiveFilters.js.map +0 -1
- package/resolvers/filters/filterParams.d.ts +0 -3
- package/resolvers/filters/filterParams.js +0 -85
- package/resolvers/filters/filterParams.js.map +0 -1
- package/resolvers/filters/filters.d.ts +0 -5
- package/resolvers/filters/filters.js +0 -79
- package/resolvers/filters/filters.js.map +0 -1
- package/resolvers/filters/index.d.ts +0 -23
- package/resolvers/filters/index.js +0 -8
- package/resolvers/filters/index.js.map +0 -1
- package/resolvers/filters/listFilter.d.ts +0 -7
- package/resolvers/filters/listFilter.js +0 -69
- package/resolvers/filters/listFilter.js.map +0 -1
- package/resolvers/filters/listFilterItem.d.ts +0 -3
- package/resolvers/filters/listFilterItem.js +0 -118
- package/resolvers/filters/listFilterItem.js.map +0 -1
- package/resolvers/filters/multiListFilter.d.ts +0 -5
- package/resolvers/filters/multiListFilter.js +0 -195
- package/resolvers/filters/multiListFilter.js.map +0 -1
- package/resolvers/filters/multiListFilterList.d.ts +0 -3
- package/resolvers/filters/multiListFilterList.js +0 -56
- package/resolvers/filters/multiListFilterList.js.map +0 -1
- package/resolvers/filters/rangeFilter.d.ts +0 -5
- package/resolvers/filters/rangeFilter.js +0 -122
- package/resolvers/filters/rangeFilter.js.map +0 -1
- package/resolvers/filters/updateQueryString.d.ts +0 -12
- package/resolvers/filters/updateQueryString.js +0 -117
- package/resolvers/filters/updateQueryString.js.map +0 -1
- package/resolvers/index.d.ts +0 -37
- package/resolvers/index.js +0 -38
- package/resolvers/index.js.map +0 -1
- package/server/graphql.d.ts +0 -20
- package/server/graphql.js +0 -118
- package/server/graphql.js.map +0 -1
- package/server/index.d.ts +0 -2
- package/server/index.js +0 -3
- package/server/index.js.map +0 -1
- package/server/tracking/facebook.d.ts +0 -5
- package/server/tracking/facebook.js +0 -148
- package/server/tracking/facebook.js.map +0 -1
- package/server/tracking/middleware.d.ts +0 -8
- package/server/tracking/middleware.js +0 -15
- package/server/tracking/middleware.js.map +0 -1
- package/time.d.ts +0 -1
- package/time.js +0 -6
- package/time.js.map +0 -1
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { getPreloadLinkHeaderString } from './getPreloadAssets';
|
|
2
|
+
|
|
3
|
+
const preloadAssets = [
|
|
4
|
+
{
|
|
5
|
+
filename: 'static/js/bundle.js',
|
|
6
|
+
scriptType: 'script',
|
|
7
|
+
chunk: 'client',
|
|
8
|
+
url: 'http://localhost:3001/static/js/bundle.js',
|
|
9
|
+
path:
|
|
10
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/js/bundle.js',
|
|
11
|
+
type: 'mainAsset',
|
|
12
|
+
linkType: 'preload'
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
filename:
|
|
16
|
+
'static/js/vendors~Auth-ForgotPassword~Auth-LogInPage~Auth-ResetPassword~Auth-Signup-SignUpPage~MyPages-MyPages~2700bb12.chunk.js',
|
|
17
|
+
scriptType: 'script',
|
|
18
|
+
chunk: 'ProductPage-ProductPage',
|
|
19
|
+
url:
|
|
20
|
+
'http://localhost:3001/static/js/vendors~Auth-ForgotPassword~Auth-LogInPage~Auth-ResetPassword~Auth-Signup-SignUpPage~MyPages-MyPages~2700bb12.chunk.js',
|
|
21
|
+
path:
|
|
22
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/js/vendors~Auth-ForgotPassword~Auth-LogInPage~Auth-ResetPassword~Auth-Signup-SignUpPage~MyPages-MyPages~2700bb12.chunk.js',
|
|
23
|
+
type: 'mainAsset',
|
|
24
|
+
linkType: 'preload'
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
filename:
|
|
28
|
+
'static/js/vendors~ProductPage-ProductPage~SearchPage-SearchPage~StandardCategoryPage~WindowedCategoryPage.chunk.js',
|
|
29
|
+
scriptType: 'script',
|
|
30
|
+
chunk: 'ProductPage-ProductPage',
|
|
31
|
+
url:
|
|
32
|
+
'http://localhost:3001/static/js/vendors~ProductPage-ProductPage~SearchPage-SearchPage~StandardCategoryPage~WindowedCategoryPage.chunk.js',
|
|
33
|
+
path:
|
|
34
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/js/vendors~ProductPage-ProductPage~SearchPage-SearchPage~StandardCategoryPage~WindowedCategoryPage.chunk.js',
|
|
35
|
+
type: 'mainAsset',
|
|
36
|
+
linkType: 'preload'
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
filename: 'static/css/vendors~ProductPage-ProductPage.chunk.css',
|
|
40
|
+
scriptType: 'style',
|
|
41
|
+
chunk: 'ProductPage-ProductPage',
|
|
42
|
+
url:
|
|
43
|
+
'http://localhost:3001/static/css/vendors~ProductPage-ProductPage.chunk.css',
|
|
44
|
+
path:
|
|
45
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/css/vendors~ProductPage-ProductPage.chunk.css',
|
|
46
|
+
type: 'mainAsset',
|
|
47
|
+
linkType: 'preload'
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
filename: 'static/js/vendors~ProductPage-ProductPage.chunk.js',
|
|
51
|
+
scriptType: 'script',
|
|
52
|
+
chunk: 'ProductPage-ProductPage',
|
|
53
|
+
url:
|
|
54
|
+
'http://localhost:3001/static/js/vendors~ProductPage-ProductPage.chunk.js',
|
|
55
|
+
path:
|
|
56
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/js/vendors~ProductPage-ProductPage.chunk.js',
|
|
57
|
+
type: 'mainAsset',
|
|
58
|
+
linkType: 'preload'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
filename:
|
|
62
|
+
'static/js/Auth-ForgotPassword~Auth-LogInPage~Auth-ResetPassword~Auth-Signup-SignUpPage~MyPages-MyPages~Product~4afdd4cd.chunk.js',
|
|
63
|
+
scriptType: 'script',
|
|
64
|
+
chunk: 'ProductPage-ProductPage',
|
|
65
|
+
url:
|
|
66
|
+
'http://localhost:3001/static/js/Auth-ForgotPassword~Auth-LogInPage~Auth-ResetPassword~Auth-Signup-SignUpPage~MyPages-MyPages~Product~4afdd4cd.chunk.js',
|
|
67
|
+
path:
|
|
68
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/js/Auth-ForgotPassword~Auth-LogInPage~Auth-ResetPassword~Auth-Signup-SignUpPage~MyPages-MyPages~Product~4afdd4cd.chunk.js',
|
|
69
|
+
type: 'mainAsset',
|
|
70
|
+
linkType: 'preload'
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
filename:
|
|
74
|
+
'static/js/ProductPage-ProductPage~SearchPage-SearchPage~StandardCategoryPage~StartPage-StartPage~WindowedCategoryPage.chunk.js',
|
|
75
|
+
scriptType: 'script',
|
|
76
|
+
chunk: 'ProductPage-ProductPage',
|
|
77
|
+
url:
|
|
78
|
+
'http://localhost:3001/static/js/ProductPage-ProductPage~SearchPage-SearchPage~StandardCategoryPage~StartPage-StartPage~WindowedCategoryPage.chunk.js',
|
|
79
|
+
path:
|
|
80
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/js/ProductPage-ProductPage~SearchPage-SearchPage~StandardCategoryPage~StartPage-StartPage~WindowedCategoryPage.chunk.js',
|
|
81
|
+
type: 'mainAsset',
|
|
82
|
+
linkType: 'preload'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
filename:
|
|
86
|
+
'static/js/ProductPage-ProductPage~SearchPage-SearchPage~StandardCategoryPage~WindowedCategoryPage.chunk.js',
|
|
87
|
+
scriptType: 'script',
|
|
88
|
+
chunk: 'ProductPage-ProductPage',
|
|
89
|
+
url:
|
|
90
|
+
'http://localhost:3001/static/js/ProductPage-ProductPage~SearchPage-SearchPage~StandardCategoryPage~WindowedCategoryPage.chunk.js',
|
|
91
|
+
path:
|
|
92
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/js/ProductPage-ProductPage~SearchPage-SearchPage~StandardCategoryPage~WindowedCategoryPage.chunk.js',
|
|
93
|
+
type: 'mainAsset',
|
|
94
|
+
linkType: 'preload'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
filename:
|
|
98
|
+
'static/js/MyPages-MyPages~ProductPage-ProductPage~StandardCategoryPage~WindowedCategoryPage.chunk.js',
|
|
99
|
+
scriptType: 'script',
|
|
100
|
+
chunk: 'ProductPage-ProductPage',
|
|
101
|
+
url:
|
|
102
|
+
'http://localhost:3001/static/js/MyPages-MyPages~ProductPage-ProductPage~StandardCategoryPage~WindowedCategoryPage.chunk.js',
|
|
103
|
+
path:
|
|
104
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/js/MyPages-MyPages~ProductPage-ProductPage~StandardCategoryPage~WindowedCategoryPage.chunk.js',
|
|
105
|
+
type: 'mainAsset',
|
|
106
|
+
linkType: 'preload'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
filename: 'static/js/ProductPage-ProductPage.chunk.js',
|
|
110
|
+
scriptType: 'script',
|
|
111
|
+
chunk: 'ProductPage-ProductPage',
|
|
112
|
+
url: 'http://localhost:3001/static/js/ProductPage-ProductPage.chunk.js',
|
|
113
|
+
path:
|
|
114
|
+
'/Users/rsingh/Projects/hyperlab/jetshop-flight/packages/template-trend/build/client/static/js/ProductPage-ProductPage.chunk.js',
|
|
115
|
+
type: 'mainAsset',
|
|
116
|
+
linkType: 'preload'
|
|
117
|
+
}
|
|
118
|
+
];
|
|
119
|
+
|
|
120
|
+
describe('Get Preload Assets', () => {
|
|
121
|
+
it('Will generate a Link header string with a set of preload assets including css and js', () => {
|
|
122
|
+
expect(getPreloadLinkHeaderString(preloadAssets)).toMatchSnapshot();
|
|
123
|
+
});
|
|
124
|
+
|
|
125
|
+
it('Will return an empty string if there are no preload assets', () => {
|
|
126
|
+
expect(getPreloadLinkHeaderString([])).toEqual('');
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
it('Will return an empty string if preload assets are undefined or null', () => {
|
|
130
|
+
expect(getPreloadLinkHeaderString(undefined)).toEqual('');
|
|
131
|
+
expect(getPreloadLinkHeaderString(null)).toEqual('');
|
|
132
|
+
});
|
|
133
|
+
});
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
import { getPersistedQueriesForRequest } from '../getPersistedQueriesForRequest';
|
|
2
|
+
import aQuery from './mockQuery.gql';
|
|
3
|
+
import nock from 'nock';
|
|
4
|
+
import { ApolloError } from '@apollo/client';
|
|
5
|
+
import { ChannelHandler } from '../../../../ChannelHandler/ChannelHandler';
|
|
6
|
+
|
|
7
|
+
beforeAll(() => {
|
|
8
|
+
jest.useFakeTimers();
|
|
9
|
+
nock.disableNetConnect();
|
|
10
|
+
});
|
|
11
|
+
afterAll(() => {
|
|
12
|
+
jest.useRealTimers();
|
|
13
|
+
nock.enableNetConnect();
|
|
14
|
+
});
|
|
15
|
+
afterEach(() => {
|
|
16
|
+
jest.restoreAllMocks();
|
|
17
|
+
jest.clearAllTimers();
|
|
18
|
+
nock.enableNetConnect();
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
const apolloConfig = {
|
|
22
|
+
shopid: '...',
|
|
23
|
+
graphQLURI: 'http://localhost/graphql',
|
|
24
|
+
token: '...',
|
|
25
|
+
enableGateway: false,
|
|
26
|
+
persistedQueries: [{ query: aQuery }]
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const defaultChannel = {
|
|
30
|
+
id: 1,
|
|
31
|
+
language: { name: 'English' },
|
|
32
|
+
currency: { name: 'Dollarydoos' },
|
|
33
|
+
country: {
|
|
34
|
+
id: 1234,
|
|
35
|
+
code: 'UK'
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
function mockResponse(resp, { statusCode = 200, errors } = {}) {
|
|
40
|
+
const data = {
|
|
41
|
+
errors,
|
|
42
|
+
data: resp && {
|
|
43
|
+
[resp.name]: resp.values.map((val) =>
|
|
44
|
+
Object.assign({ __typename: resp.name }, val)
|
|
45
|
+
)
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
const res = jest.fn(() => data);
|
|
50
|
+
nock('http://localhost').post('/graphql').reply(statusCode, res);
|
|
51
|
+
return res;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
describe('getPersistedQueriesForRequest', () => {
|
|
55
|
+
let opts;
|
|
56
|
+
|
|
57
|
+
beforeEach(() => {
|
|
58
|
+
const channelHandler = new ChannelHandler({
|
|
59
|
+
selectedChannel: defaultChannel
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
opts = {
|
|
63
|
+
apolloConfig,
|
|
64
|
+
channelHandler,
|
|
65
|
+
authHandler: {
|
|
66
|
+
getAuthHeaders: () => {},
|
|
67
|
+
loadAuthToken: () => {},
|
|
68
|
+
authToken: ''
|
|
69
|
+
},
|
|
70
|
+
previewHandler: {
|
|
71
|
+
getPreviewHeaders: () => {},
|
|
72
|
+
preview: false
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
});
|
|
76
|
+
afterEach(() => {
|
|
77
|
+
opts = {};
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
test('creates an object keyed by the channel', async () => {
|
|
81
|
+
const clients = {};
|
|
82
|
+
|
|
83
|
+
mockResponse({
|
|
84
|
+
name: 'dogs',
|
|
85
|
+
values: [{ id: 1, name: 'Roger' }]
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
const newChannel = {
|
|
89
|
+
id: 2,
|
|
90
|
+
language: { name: 'Deutsch' },
|
|
91
|
+
currency: { name: 'Deutschmarks' },
|
|
92
|
+
country: {
|
|
93
|
+
id: 1923,
|
|
94
|
+
code: 'DE'
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
// First request comes in at channel 2…
|
|
99
|
+
opts.channelHandler.setSelectedChannel(newChannel);
|
|
100
|
+
getPersistedQueriesForRequest(clients, {
|
|
101
|
+
...opts
|
|
102
|
+
});
|
|
103
|
+
|
|
104
|
+
// It's added to the clients object
|
|
105
|
+
expect(Object.keys(clients).length).toBe(1);
|
|
106
|
+
expect(Object.keys(clients)).toEqual(
|
|
107
|
+
expect.arrayContaining(['2_Deutsch_Deutschmarks'])
|
|
108
|
+
);
|
|
109
|
+
|
|
110
|
+
mockResponse({
|
|
111
|
+
name: 'dogs',
|
|
112
|
+
values: [{ id: 1, name: 'Roger' }]
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
// Another request comes in on channel 1…
|
|
116
|
+
opts.channelHandler.setSelectedChannel(defaultChannel);
|
|
117
|
+
getPersistedQueriesForRequest(clients, opts);
|
|
118
|
+
|
|
119
|
+
// Now both are kept in memory
|
|
120
|
+
expect(Object.keys(clients).length).toBe(2);
|
|
121
|
+
expect(Object.keys(clients)).toEqual(
|
|
122
|
+
expect.arrayContaining([
|
|
123
|
+
'2_Deutsch_Deutschmarks',
|
|
124
|
+
'1_English_Dollarydoos'
|
|
125
|
+
])
|
|
126
|
+
);
|
|
127
|
+
});
|
|
128
|
+
test('requests on the same channel do not create new cache entries', async () => {
|
|
129
|
+
const clients = {};
|
|
130
|
+
|
|
131
|
+
mockResponse({
|
|
132
|
+
name: 'dogs',
|
|
133
|
+
values: [{ id: 1, name: 'Roger' }]
|
|
134
|
+
});
|
|
135
|
+
|
|
136
|
+
// A request comes in on channel 1…
|
|
137
|
+
getPersistedQueriesForRequest(clients, opts);
|
|
138
|
+
|
|
139
|
+
// And then another!
|
|
140
|
+
getPersistedQueriesForRequest(clients, opts);
|
|
141
|
+
|
|
142
|
+
// Only one entry in the cache tho
|
|
143
|
+
const keys = Object.keys(clients);
|
|
144
|
+
expect(keys.length).toBe(1);
|
|
145
|
+
expect(keys).toEqual(expect.arrayContaining(['1_English_Dollarydoos']));
|
|
146
|
+
});
|
|
147
|
+
test('propagates errors', async () => {
|
|
148
|
+
const clients = {};
|
|
149
|
+
|
|
150
|
+
mockResponse(null, {
|
|
151
|
+
errors: [
|
|
152
|
+
{
|
|
153
|
+
message: 'Something went wrong',
|
|
154
|
+
extensions: { code: 'an error occurred' }
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
// A request comes in on channel 1…
|
|
160
|
+
|
|
161
|
+
try {
|
|
162
|
+
await getPersistedQueriesForRequest(clients, opts).extractCache();
|
|
163
|
+
} catch (err) {
|
|
164
|
+
expect(err).toBeInstanceOf(ApolloError);
|
|
165
|
+
expect(err.message).toBe(`GraphQL error: Something went wrong`);
|
|
166
|
+
}
|
|
167
|
+
expect.assertions(2);
|
|
168
|
+
});
|
|
169
|
+
it('response updates cache', async () => {
|
|
170
|
+
const clients = {};
|
|
171
|
+
mockResponse({
|
|
172
|
+
name: 'dogs',
|
|
173
|
+
values: [{ id: 1, name: 'Roger' }]
|
|
174
|
+
});
|
|
175
|
+
|
|
176
|
+
// A request comes in on channel 1…
|
|
177
|
+
getPersistedQueriesForRequest(clients, opts);
|
|
178
|
+
|
|
179
|
+
const firstCache = await clients['1_English_Dollarydoos'].extractCache();
|
|
180
|
+
|
|
181
|
+
expect(firstCache['dogs:1']).toEqual(
|
|
182
|
+
expect.objectContaining({ name: 'Roger' })
|
|
183
|
+
);
|
|
184
|
+
|
|
185
|
+
const mock = mockResponse({
|
|
186
|
+
name: 'dogs',
|
|
187
|
+
values: [{ id: 1, name: 'Updated name' }]
|
|
188
|
+
});
|
|
189
|
+
|
|
190
|
+
// The timer ticks over, firing off another request which should have the
|
|
191
|
+
// updated return value
|
|
192
|
+
jest.advanceTimersByTime(30000);
|
|
193
|
+
expect(mock).toHaveBeenCalled();
|
|
194
|
+
|
|
195
|
+
const updatedCache = await clients['1_English_Dollarydoos'].extractCache();
|
|
196
|
+
|
|
197
|
+
expect(updatedCache['dogs:1']).toEqual(
|
|
198
|
+
expect.objectContaining({ name: 'Updated name' })
|
|
199
|
+
);
|
|
200
|
+
});
|
|
201
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { salesSourceMiddleware } from './salesSource';
|
|
2
|
+
import { Cookies } from 'react-cookie';
|
|
3
|
+
|
|
4
|
+
describe('Sales source test', () => {
|
|
5
|
+
it('Will set the sales source cookie', () => {
|
|
6
|
+
const cookies = new Cookies();
|
|
7
|
+
salesSourceMiddleware({
|
|
8
|
+
queryObject: {
|
|
9
|
+
SalesSource: 'test'
|
|
10
|
+
},
|
|
11
|
+
cookies
|
|
12
|
+
});
|
|
13
|
+
expect(cookies.get('SalesSource')).toBe('test');
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
it('Will remove the sales source cookie', () => {
|
|
17
|
+
const cookies = new Cookies();
|
|
18
|
+
cookies.set('SalesSource', 'test');
|
|
19
|
+
expect(cookies.get('SalesSource')).toBe('test');
|
|
20
|
+
salesSourceMiddleware({
|
|
21
|
+
queryObject: {
|
|
22
|
+
SalesSource: 'remove'
|
|
23
|
+
},
|
|
24
|
+
cookies
|
|
25
|
+
});
|
|
26
|
+
expect(cookies.get('SalesSource')).toBeFalsy();
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
it('Will set the cookie regardless of case', () => {
|
|
30
|
+
const cookies = new Cookies();
|
|
31
|
+
salesSourceMiddleware({
|
|
32
|
+
queryObject: {
|
|
33
|
+
salEsSoUrCe: 'test'
|
|
34
|
+
},
|
|
35
|
+
cookies
|
|
36
|
+
});
|
|
37
|
+
expect(cookies.get('SalesSource')).toBe('test');
|
|
38
|
+
});
|
|
39
|
+
});
|
package/global.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetshop/core",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.9-alpha.1+668b5ce4b",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"**/*.js",
|
|
@@ -32,17 +32,19 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@apollo/client": "~3.13.9",
|
|
35
|
-
"@apollo/server": "^4.11.0",
|
|
36
|
-
"@as-integrations/cloudflare-workers": "^1.1.1",
|
|
37
35
|
"@graphql-tools/delegate": "^7.1.2",
|
|
38
36
|
"@graphql-tools/stitch": "^7.5.1",
|
|
39
37
|
"@graphql-tools/wrap": "^7.0.5",
|
|
40
38
|
"@loadable/component": "^5.11.0",
|
|
41
39
|
"@loadable/server": "^5.16.0",
|
|
40
|
+
"@sentry/browser": "^6.15.0",
|
|
41
|
+
"@sentry/core": "^6.15.0",
|
|
42
|
+
"@sentry/node": "^6.15.0",
|
|
42
43
|
"@tanem/react-nprogress": "^5.0.44",
|
|
43
44
|
"@xstate/react": "^0.8.1",
|
|
44
45
|
"accept-language-parser": "^1.5.0",
|
|
45
46
|
"apollo-server": "~2.6.9",
|
|
47
|
+
"apollo-server-caching": "^0.4.0",
|
|
46
48
|
"apollo-server-express": "~2.6.9",
|
|
47
49
|
"compression": "^1.7.2",
|
|
48
50
|
"dnscache": "^1.0.2",
|
|
@@ -74,7 +76,6 @@
|
|
|
74
76
|
"xstate": "^4.13.0"
|
|
75
77
|
},
|
|
76
78
|
"devDependencies": {
|
|
77
|
-
"@cloudflare/workers-types": "^4.20241127.0",
|
|
78
79
|
"@graphql-codegen/typescript": "^1.21.0",
|
|
79
80
|
"@react-mock/localstorage": "^0.1.2",
|
|
80
81
|
"@types/accept-language-parser": "^1.5.1",
|
|
@@ -111,5 +112,5 @@
|
|
|
111
112
|
"react": "^18",
|
|
112
113
|
"react-dom": "^18"
|
|
113
114
|
},
|
|
114
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "668b5ce4b7b6780327589a54333ba7f729be66f1"
|
|
115
116
|
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { SelectedChannel } from '@jetshop/core/components/ChannelContext/ChannelContext';
|
|
2
|
-
import { Channel } from '@jetshop/core/types';
|
|
3
|
-
import { RendererOptions } from '@jetshop/core/boot/server/createRenderer';
|
|
4
|
-
import { BootOptions, Routes } from '@jetshop/core/components/ConfigProvider';
|
|
5
|
-
import type { GetPrimaryRoutePath } from './redirectUtils';
|
|
6
|
-
export declare class ChannelHandler {
|
|
7
|
-
selectedChannel?: SelectedChannel;
|
|
8
|
-
recommendedChannel?: SelectedChannel;
|
|
9
|
-
channels?: Channel[];
|
|
10
|
-
getPrimaryRoutePath?: GetPrimaryRoutePath;
|
|
11
|
-
selectedChannelGroup?: Channel[] | undefined;
|
|
12
|
-
constructor(args?: {
|
|
13
|
-
selectedChannel?: SelectedChannel;
|
|
14
|
-
recommendedChannel?: SelectedChannel;
|
|
15
|
-
channels?: Channel[];
|
|
16
|
-
getPrimaryRoutePath?: GetPrimaryRoutePath;
|
|
17
|
-
selectedChannelGroup?: Channel[] | undefined;
|
|
18
|
-
});
|
|
19
|
-
setGetPrimaryRoutePath: (getPrimaryRoutePath: GetPrimaryRoutePath) => GetPrimaryRoutePath;
|
|
20
|
-
getSelectedChannel: () => SelectedChannel;
|
|
21
|
-
setSelectedChannel: (selectedChannel: SelectedChannel) => void;
|
|
22
|
-
setRecommendedChannel: (recommendedChannel: SelectedChannel) => void;
|
|
23
|
-
getRecommendedChannel: () => SelectedChannel;
|
|
24
|
-
setChannels: (channels: Channel[]) => void;
|
|
25
|
-
setChannelGroup: (channels: Channel[]) => void;
|
|
26
|
-
getChannels: () => Channel[];
|
|
27
|
-
getChannelHeaders: () => {
|
|
28
|
-
currency: string;
|
|
29
|
-
channelid: number;
|
|
30
|
-
culture: string;
|
|
31
|
-
country: string;
|
|
32
|
-
name: string;
|
|
33
|
-
} | {
|
|
34
|
-
currency?: undefined;
|
|
35
|
-
channelid?: undefined;
|
|
36
|
-
culture?: undefined;
|
|
37
|
-
country?: undefined;
|
|
38
|
-
name?: undefined;
|
|
39
|
-
};
|
|
40
|
-
getChannelBasename: () => string;
|
|
41
|
-
private getPreservedRedirect;
|
|
42
|
-
getRedirectUrl: ({ newChannel, preserveRedirect, url, routes }: {
|
|
43
|
-
newChannel: SelectedChannel;
|
|
44
|
-
preserveRedirect?: boolean;
|
|
45
|
-
url: string;
|
|
46
|
-
routes?: Routes;
|
|
47
|
-
}) => Promise<string>;
|
|
48
|
-
updateChannel: ({ config, ...args }: {
|
|
49
|
-
newChannel: SelectedChannel;
|
|
50
|
-
config: BootOptions | RendererOptions;
|
|
51
|
-
}) => void;
|
|
52
|
-
private getPathWithoutBasename;
|
|
53
|
-
}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
|
-
import qs from 'qs';
|
|
13
|
-
import { getChannelBasename, getChannelHeaders, getLanguageFromCulture, isInDev } from './channelUtils';
|
|
14
|
-
export class ChannelHandler {
|
|
15
|
-
constructor(args = {
|
|
16
|
-
selectedChannel: undefined,
|
|
17
|
-
recommendedChannel: undefined,
|
|
18
|
-
channels: undefined,
|
|
19
|
-
getPrimaryRoutePath: undefined,
|
|
20
|
-
selectedChannelGroup: undefined
|
|
21
|
-
}) {
|
|
22
|
-
this.setGetPrimaryRoutePath = (getPrimaryRoutePath) => (this.getPrimaryRoutePath = getPrimaryRoutePath);
|
|
23
|
-
this.getSelectedChannel = () => this.selectedChannel;
|
|
24
|
-
this.setSelectedChannel = (selectedChannel) => {
|
|
25
|
-
this.selectedChannel = selectedChannel;
|
|
26
|
-
};
|
|
27
|
-
this.setRecommendedChannel = (recommendedChannel) => {
|
|
28
|
-
this.recommendedChannel = recommendedChannel;
|
|
29
|
-
};
|
|
30
|
-
this.getRecommendedChannel = () => this.recommendedChannel;
|
|
31
|
-
this.setChannels = (channels) => {
|
|
32
|
-
this.channels = channels;
|
|
33
|
-
};
|
|
34
|
-
this.setChannelGroup = (channels) => {
|
|
35
|
-
this.selectedChannelGroup = channels;
|
|
36
|
-
};
|
|
37
|
-
this.getChannels = () => this.channels;
|
|
38
|
-
this.getChannelHeaders = () => getChannelHeaders(this.selectedChannel);
|
|
39
|
-
this.getChannelBasename = () => getChannelBasename(this.selectedChannel);
|
|
40
|
-
this.getPreservedRedirect = ({ url, newChannel, routes }) => {
|
|
41
|
-
const path = this.getPathWithoutBasename(url);
|
|
42
|
-
const routePathsArray = routes
|
|
43
|
-
? Object.keys(routes).map((key) => routes[key].path)
|
|
44
|
-
: [];
|
|
45
|
-
if (routePathsArray.find((routePath) => path.startsWith(routePath))) {
|
|
46
|
-
return Promise.resolve(path);
|
|
47
|
-
}
|
|
48
|
-
if (path) {
|
|
49
|
-
return this.getPrimaryRoutePath(path, newChannel, this.setSelectedChannel);
|
|
50
|
-
}
|
|
51
|
-
else {
|
|
52
|
-
return Promise.resolve('/');
|
|
53
|
-
}
|
|
54
|
-
};
|
|
55
|
-
this.getRedirectUrl = ({ newChannel, preserveRedirect = true, url, routes }) => {
|
|
56
|
-
// If no country is set, select the default country
|
|
57
|
-
if (!newChannel.country) {
|
|
58
|
-
newChannel = Object.assign(Object.assign({}, newChannel), { country: newChannel.countries.find((c) => c.isDefault) });
|
|
59
|
-
}
|
|
60
|
-
let baseUrl = newChannel.url;
|
|
61
|
-
if (!newChannel.language.isDefault) {
|
|
62
|
-
baseUrl =
|
|
63
|
-
baseUrl + '/' + getLanguageFromCulture(newChannel.language.culture);
|
|
64
|
-
}
|
|
65
|
-
// Used for changing channel in development
|
|
66
|
-
if (isInDev(url)) {
|
|
67
|
-
const urlObject = new URL(url);
|
|
68
|
-
baseUrl = urlObject.origin + (getChannelBasename(newChannel) || '');
|
|
69
|
-
}
|
|
70
|
-
function constructUrl(path) {
|
|
71
|
-
const newUrl = `${path}${qs.stringify(Object.assign(Object.assign({}, qs.parse(new URL(url).search, {
|
|
72
|
-
ignoreQueryPrefix: true
|
|
73
|
-
})), { culture: newChannel.language.culture, currency: newChannel.currency.id, channelCountry: newChannel.country.code, channel: newChannel.name }), { addQueryPrefix: true })}`;
|
|
74
|
-
return newUrl;
|
|
75
|
-
}
|
|
76
|
-
//Unless they specifically disable redirect we want to preserve the route
|
|
77
|
-
if (preserveRedirect) {
|
|
78
|
-
return this.getPreservedRedirect({
|
|
79
|
-
url,
|
|
80
|
-
newChannel,
|
|
81
|
-
routes
|
|
82
|
-
})
|
|
83
|
-
.then((newPath) => constructUrl(`${baseUrl}${newPath}`))
|
|
84
|
-
.catch(() => constructUrl(baseUrl));
|
|
85
|
-
}
|
|
86
|
-
else {
|
|
87
|
-
const path = this.getPathWithoutBasename(url);
|
|
88
|
-
return Promise.resolve(constructUrl(`${baseUrl}${path}`));
|
|
89
|
-
}
|
|
90
|
-
};
|
|
91
|
-
this.updateChannel = (_a) => {
|
|
92
|
-
var { config } = _a, args = __rest(_a, ["config"]);
|
|
93
|
-
this.getRedirectUrl(Object.assign(Object.assign({}, args), { url: window.location.href, preserveRedirect: config.preserveRedirect, routes: config.routes }))
|
|
94
|
-
.then((url) => window.location.assign(url))
|
|
95
|
-
.catch((url) => window.location.assign(url));
|
|
96
|
-
};
|
|
97
|
-
const { selectedChannel, recommendedChannel, channels, getPrimaryRoutePath, selectedChannelGroup } = args;
|
|
98
|
-
this.selectedChannel = selectedChannel;
|
|
99
|
-
this.recommendedChannel = recommendedChannel;
|
|
100
|
-
this.channels = channels;
|
|
101
|
-
this.getPrimaryRoutePath = getPrimaryRoutePath;
|
|
102
|
-
this.selectedChannelGroup = selectedChannelGroup;
|
|
103
|
-
}
|
|
104
|
-
getPathWithoutBasename(url) {
|
|
105
|
-
const urlObject = new URL(url);
|
|
106
|
-
const basename = this.getChannelBasename();
|
|
107
|
-
const basenameParts = (basename === null || basename === void 0 ? void 0 : basename.split('/')) || [];
|
|
108
|
-
basenameParts.shift();
|
|
109
|
-
let path = urlObject.pathname;
|
|
110
|
-
basenameParts.forEach((part) => (path = path.replace(new RegExp(`^/${part}`), '')));
|
|
111
|
-
return path;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
//# sourceMappingURL=ChannelHandler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelHandler.js","sourceRoot":"","sources":["ChannelHandler.ts"],"names":[],"mappings":"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"}
|