Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js-storefront/b2bspastore/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# B2bspastore

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.4.
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.15.

## Development server

Expand Down
4,153 changes: 2,367 additions & 1,786 deletions js-storefront/b2bspastore/package-lock.json

Large diffs are not rendered by default.

69 changes: 34 additions & 35 deletions js-storefront/b2bspastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,42 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.0",
"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/forms": "^19.1.0",
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/platform-server": "^19.1.0",
"@angular/router": "^19.1.0",
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/forms": "^19.2.0",
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/platform-server": "^19.2.0",
"@angular/router": "^19.2.0",
"@angular/service-worker": "^19.0.3",
"@angular/ssr": "^19.1.4",
"@angular/ssr": "^19.2.15",
"@fontsource/open-sans": "^5.1.0",
"@fortawesome/fontawesome-free": "6.7.2",
"@ng-select/ng-select": "^14.1.0",
"@ngrx/effects": "^19.0.0",
"@ngrx/router-store": "^19.0.0",
"@ngrx/store": "^19.0.0",
"@spartacus/asm": "~2211.35.0-1",
"@spartacus/assets": "~2211.35.0-1",
"@spartacus/cart": "~2211.35.0-1",
"@spartacus/checkout": "~2211.35.0-1",
"@spartacus/core": "~2211.35.0-1",
"@spartacus/customer-ticketing": "^2211.35.0-1",
"@spartacus/order": "~2211.35.0-1",
"@spartacus/organization": "^2211.35.0-1",
"@spartacus/pdf-invoices": "~2211.35.0-1",
"@spartacus/pickup-in-store": "^2211.35.0-1",
"@spartacus/product": "~2211.35.0-1",
"@spartacus/product-configurator": "^2211.35.0-1",
"@spartacus/qualtrics": "^2211.35.0-1",
"@spartacus/setup": "~2211.35.0-1",
"@spartacus/smartedit": "~2211.35.0-1",
"@spartacus/storefinder": "~2211.35.0-1",
"@spartacus/storefront": "~2211.35.0-1",
"@spartacus/styles": "~2211.35.0-1",
"@spartacus/tracking": "~2211.35.0-1",
"@spartacus/user": "~2211.35.0-1",
"@spartacus/asm": "~2211.42.0-1",
"@spartacus/assets": "~2211.42.0-1",
"@spartacus/cart": "~2211.42.0-1",
"@spartacus/checkout": "~2211.42.0-1",
"@spartacus/core": "~2211.42.0-1",
"@spartacus/customer-ticketing": "^2211.42.0-1",
"@spartacus/order": "~2211.42.0-1",
"@spartacus/organization": "^2211.42.0-1",
"@spartacus/pdf-invoices": "~2211.42.0-1",
"@spartacus/pickup-in-store": "^2211.42.0-1",
"@spartacus/product": "~2211.42.0-1",
"@spartacus/product-configurator": "^2211.42.0-1",
"@spartacus/qualtrics": "^2211.42.0-1",
"@spartacus/setup": "~2211.42.0-1",
"@spartacus/smartedit": "~2211.42.0-1",
"@spartacus/storefinder": "~2211.42.0-1",
"@spartacus/storefront": "~2211.42.0-1",
"@spartacus/styles": "~2211.42.0-1",
"@spartacus/tracking": "~2211.42.0-1",
"@spartacus/user": "~2211.42.0-1",
"angular-oauth2-oidc": "19.0.0",
"express": "^4.18.2",
"i18next": "^24.2.1",
Expand All @@ -60,18 +59,18 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.4",
"@angular-devkit/build-angular": "^19.2.15",
"@angular-devkit/core": "^19.0.4",
"@angular-devkit/schematics": "^19.0.4",
"@angular/cli": "^19.1.4",
"@angular/cli": "^19.2.15",
"@angular/compiler": "^19.0.3",
"@angular/compiler-cli": "^19.1.0",
"@angular/compiler-cli": "^19.2.0",
"@schematics/angular": "^19.0.4",
"@spartacus/schematics": "^2211.35.0-1",
"@spartacus/schematics": "~2211.42.0-1",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"jasmine-core": "~5.5.0",
"jasmine-core": "~5.6.0",
"jsonc-parser": "^3.3.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { defaultCmsContentProviders, layoutConfig, mediaConfig } from "@spartacu
},
}), provideConfig(<FeaturesConfig>{
features: {
level: '2211.35'
level: '2211.42'
}
}), provideConfig(defaultB2bOccConfig)]
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,101 +110,44 @@ import { ProductConfiguratorFeatureModule } from './features/product-configurato
providers: [provideFeatureToggles({
"showDeliveryOptionsTranslation": true,
"formErrorsDescriptiveMessages": true,
"showSearchingCustomerByOrderInASM": true,
"showStyleChangesInASM": true,
"shouldHideAddToCartForUnpurchasableProducts": true,
"useExtractedBillingAddressComponent": true,
"showBillingAddressInDigitalPayments": true,
"showDownloadProposalButton": true,
"showPromotionsInPDP": true,
"searchBoxV2": true,
"recentSearches": true,
"trendingSearches": true,
"pdfInvoicesSortByInvoiceDate": true,
"storeFrontLibCardParagraphTruncated": true,
"useProductCarouselBatchApi": true,
"productConfiguratorAttributeTypesV2": true,
"propagateErrorsToServer": true,
"ssrStrictErrorHandlingForHttpAndNgrx": true,
"productConfiguratorDeltaRendering": true,
"a11yRequiredAsterisks": true,
"a11yQuantityOrderTabbing": true,
"a11yNavigationUiKeyboardControls": true,
"a11yUseProperTextColorForFutureStockAccordion": true,
"a11yNavMenuExpandStateReadout": true,
"a11yOrderConfirmationHeadingOrder": true,
"a11yStarRating": true,
"a11yViewChangeAssistiveMessage": true,
"a11yPreventHorizontalScroll": true,
"a11yReorderDialog": true,
"a11yPopoverFocus": true,
"a11yPopoverHighContrast": true,
"a11yTabsManualActivation": true,
"a11yScheduleReplenishment": true,
"a11yScrollToTop": true,
"a11ySavedCartsZoom": true,
"a11ySortingOptionsTruncation": true,
"a11yExpandedFocusIndicator": true,
"a11yCheckoutDeliveryFocus": true,
"a11yMobileVisibleFocus": true,
"a11yOrganizationsBanner": true,
"a11yOrganizationListHeadingOrder": true,
"a11yCartImportConfirmationMessage": true,
"a11yAnonymousConsentMessageInDialog": true,
"a11yReplenishmentOrderFieldset": true,
"a11yListOversizedFocus": true,
"a11yStoreFinderOverflow": true,
"a11yMobileFocusOnFirstNavigationItem": true,
"a11yQuickOrderSearchListKeyboardNavigation": true,
"a11yCartSummaryHeadingOrder": true,
"a11ySearchBoxMobileFocus": true,
"a11yFacetKeyboardNavigation": true,
"a11yUnitsListKeyboardControls": true,
"a11yCartItemsLinksStyles": true,
"a11yStyleExternalLinksAsLinks": true,
"a11ySearchboxLabel": true,
"a11yHideSelectBtnForSelectedAddrOrPayment": true,
"a11ySelectLabelWithContextForSelectedAddrOrPayment": true,
"a11yFocusableCarouselControls": true,
"a11yUseTrapTabInsteadOfTrapInDialogs": true,
"cmsGuardsServiceUseGuardsComposer": true,
"cartQuickOrderRemoveListeningToFailEvent": true,
"a11yKeyboardAccessibleZoom": true,
"a11yOrganizationLinkableCells": true,
"a11yVisibleFocusOverflows": true,
"a11yTruncatedTextForResponsiveView": true,
"a11yTruncatedTextStoreFinder": true,
"a11yTruncatedTextUnitLevelOrderHistory": true,
"a11ySemanticPaginationLabel": true,
"a11yPreventCartItemsFormRedundantRecreation": true,
"a11yPreventSRFocusOnHiddenElements": true,
"a11yMyAccountLinkOutline": true,
"a11yCloseProductImageBtnFocus": true,
"a11yNotificationPreferenceFieldset": true,
"a11yImproveContrast": true,
"a11yEmptyWishlistHeading": true,
"a11yScreenReaderBloatFix": true,
"a11yUseButtonsForBtnLinks": true,
"a11yTabComponent": true,
"a11yCarouselArrowKeysNavigation": true,
"a11yPickupOptionsTabs": true,
"a11yNotificationsOnConsentChange": true,
"a11yDisabledCouponAndQuickOrderActionButtonsInsteadOfRequiredFields": true,
"a11yFacetsDialogFocusHandling": true,
"a11yResetFocusAfterNavigating": true,
"headerLayoutForSmallerViewports": true,
"a11yStoreFinderAlerts": true,
"a11yStoreFinderLabel": true,
"a11yFormErrorMuteIcon": true,
"a11yCxMessageFocus": true,
"a11yImprovedErrorMessage": true,
"a11yLinkBtnsToTertiaryBtns": true,
"a11yRepeatedPageTitleFix": true,
"a11yDeliveryModeRadiogroup": true,
"a11yNgSelectOptionsCount": true,
"a11yNgSelectCloseDropdownOnEscape": true,
"a11ySelectImprovementsCustomerTicketingCreateSelectbox": true,
"a11yNgSelectAriaLabelDropdownCustomized": true,
"a11yRepeatedCancelOrderError": true,
"a11yAddedToCartActiveDialog": true,
"a11yNgSelectMobileReadout": true,
"a11yDeliveryMethodFieldset": true,
"a11yShowMoreReviewsBtnFocus": true,
"a11yQuickOrderAriaControls": true,
Expand Down Expand Up @@ -238,14 +181,13 @@ import { ProductConfiguratorFeatureModule } from './features/product-configurato
"a11yQuickOrderSearchBoxRefocusOnClose": true,
"a11yKeyboardFocusInSearchBox": true,
"a11yAddPaddingToCarouselPanel": true,
"a11yNavigationButtonsAriaFixes": true,
"a11yFocusOnCardAfterSelecting": true,
"a11ySearchableDropdownFirstElementFocus": true,
"a11yHideConsentButtonWhenBannerVisible": true,
"a11yRepeatingButtonsUniqueLabels": true,
"a11yHighContrastBorders": true,
"a11yRegionAssociatedHeaders": true,
"occCartNameAndDescriptionInHttpRequestBody": true,
"cmsBottomHeaderSlotUsingFlexStyles": true,
"useSiteThemeService": true,
"enableConsecutiveCharactersPasswordRequirement": true,
"enablePasswordsCannotMatchInPasswordUpdateForm": true,
Expand All @@ -255,9 +197,19 @@ import { ProductConfiguratorFeatureModule } from './features/product-configurato
"useExtendedMediaComponentConfiguration": true,
"showRealTimeStockInPDP": true,
"a11yScrollToTopPositioning": true,
"a11yWideScreenImprovements": true,
"a11yOptimizedMenuSpacing": true,
"a11yNgSelectLayering": true,
"a11yNgSelectAriaControls": true,
"enableSecurePasswordValidation": true,
"enableCarouselCategoryProducts": true,
"enableClaimCustomerCouponWithCodeInRequestBody": true
"enableClaimCustomerCouponWithCodeInRequestBody": true,
"enableReadDomainValuesOnDemand": true,
"opfEnablePreventingFromCheckoutWithoutEmail": true,
"storeFinderFacadeCleanup": true,
"defaultProductPageRouteAllowsNoProductName": true,
"reserveHorizontalSpaceStarRating": true,
"topProgressBarUseTransformAnimation": true
})]
})
export class SpartacusFeaturesModule { }
4 changes: 2 additions & 2 deletions js-storefront/b2bspastore/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { platformBrowser } from '@angular/platform-browser';
import { AppModule } from './app/app.module';

platformBrowserDynamic().bootstrapModule(AppModule, {
platformBrowser().bootstrapModule(AppModule, {
ngZoneEventCoalescing: true,
})
.catch(err => console.error(err));
1 change: 1 addition & 0 deletions js-storefront/b2bspastore/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import AppServerModule from './main.server';
const ngExpressEngine = NgExpressEngineDecorator.get(engine, {
ssrFeatureToggles: {
avoidCachingErrors: true,
limitCacheByMemory: true,
},
});

Expand Down
2 changes: 1 addition & 1 deletion js-storefront/b2bspastore/src/styles-config.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$styleVersion: 2211.35
$styleVersion: 2211.42
2 changes: 1 addition & 1 deletion js-storefront/spartacusstore/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spartacusstore

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.4.
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.15.

## Development server

Expand Down
Loading