@@ -109,102 +109,44 @@ import { ProductConfiguratorFeatureModule } from './features/product-configurato
109109 ] ,
110110 providers : [ provideFeatureToggles ( {
111111 "showDeliveryOptionsTranslation" : true ,
112- "formErrorsDescriptiveMessages" : true ,
113- "showSearchingCustomerByOrderInASM" : true ,
114- "showStyleChangesInASM" : true ,
115- "shouldHideAddToCartForUnpurchasableProducts" : true ,
116- "useExtractedBillingAddressComponent" : true ,
117- "showBillingAddressInDigitalPayments" : true ,
118- "showDownloadProposalButton" : true ,
119- "showPromotionsInPDP" : true ,
120112 "searchBoxV2" : true ,
121- "recentSearches" : true ,
122113 "trendingSearches" : true ,
123- "pdfInvoicesSortByInvoiceDate" : true ,
124- "storeFrontLibCardParagraphTruncated" : true ,
125114 "useProductCarouselBatchApi" : true ,
126- "productConfiguratorAttributeTypesV2" : true ,
127115 "propagateErrorsToServer" : true ,
128116 "ssrStrictErrorHandlingForHttpAndNgrx" : true ,
129117 "productConfiguratorDeltaRendering" : true ,
130- "a11yRequiredAsterisks" : true ,
131- "a11yQuantityOrderTabbing" : true ,
132- "a11yNavigationUiKeyboardControls" : true ,
133118 "a11yUseProperTextColorForFutureStockAccordion" : true ,
134119 "a11yNavMenuExpandStateReadout" : true ,
135- "a11yOrderConfirmationHeadingOrder" : true ,
136- "a11yStarRating" : true ,
137- "a11yViewChangeAssistiveMessage" : true ,
138120 "a11yPreventHorizontalScroll" : true ,
139- "a11yReorderDialog" : true ,
140- "a11yPopoverFocus" : true ,
141121 "a11yPopoverHighContrast" : true ,
142122 "a11yTabsManualActivation" : true ,
143- "a11yScheduleReplenishment" : true ,
144- "a11yScrollToTop" : true ,
145- "a11ySavedCartsZoom" : true ,
146- "a11ySortingOptionsTruncation" : true ,
147- "a11yExpandedFocusIndicator" : true ,
148- "a11yCheckoutDeliveryFocus" : true ,
149- "a11yMobileVisibleFocus" : true ,
150- "a11yOrganizationsBanner" : true ,
151- "a11yOrganizationListHeadingOrder" : true ,
152123 "a11yCartImportConfirmationMessage" : true ,
153124 "a11yAnonymousConsentMessageInDialog" : true ,
154- "a11yReplenishmentOrderFieldset" : true ,
155- "a11yListOversizedFocus" : true ,
156- "a11yStoreFinderOverflow" : true ,
157125 "a11yMobileFocusOnFirstNavigationItem" : true ,
158126 "a11yQuickOrderSearchListKeyboardNavigation" : true ,
159- "a11yCartSummaryHeadingOrder" : true ,
160- "a11ySearchBoxMobileFocus" : true ,
161- "a11yFacetKeyboardNavigation" : true ,
162- "a11yUnitsListKeyboardControls" : true ,
163- "a11yCartItemsLinksStyles" : true ,
164127 "a11yStyleExternalLinksAsLinks" : true ,
165128 "a11ySearchboxLabel" : true ,
166- "a11yHideSelectBtnForSelectedAddrOrPayment" : true ,
167129 "a11ySelectLabelWithContextForSelectedAddrOrPayment" : true ,
168- "a11yFocusableCarouselControls" : true ,
169130 "a11yUseTrapTabInsteadOfTrapInDialogs" : true ,
170- "cmsGuardsServiceUseGuardsComposer" : true ,
171- "cartQuickOrderRemoveListeningToFailEvent" : true ,
172131 "a11yKeyboardAccessibleZoom" : true ,
173- "a11yOrganizationLinkableCells" : true ,
174- "a11yVisibleFocusOverflows" : true ,
175- "a11yTruncatedTextForResponsiveView" : true ,
176132 "a11yTruncatedTextStoreFinder" : true ,
177133 "a11yTruncatedTextUnitLevelOrderHistory" : true ,
178- "a11ySemanticPaginationLabel" : true ,
179134 "a11yPreventCartItemsFormRedundantRecreation" : true ,
180- "a11yPreventSRFocusOnHiddenElements" : true ,
181- "a11yMyAccountLinkOutline" : true ,
182- "a11yCloseProductImageBtnFocus" : true ,
183- "a11yNotificationPreferenceFieldset" : true ,
184- "a11yImproveContrast" : true ,
185- "a11yEmptyWishlistHeading" : true ,
186- "a11yScreenReaderBloatFix" : true ,
187- "a11yUseButtonsForBtnLinks" : true ,
188135 "a11yTabComponent" : true ,
189136 "a11yCarouselArrowKeysNavigation" : true ,
190137 "a11yPickupOptionsTabs" : true ,
191- "a11yNotificationsOnConsentChange" : true ,
192- "a11yDisabledCouponAndQuickOrderActionButtonsInsteadOfRequiredFields" : true ,
193- "a11yFacetsDialogFocusHandling" : true ,
194138 "a11yResetFocusAfterNavigating" : true ,
195139 "headerLayoutForSmallerViewports" : true ,
196- "a11yStoreFinderAlerts" : true ,
197140 "a11yStoreFinderLabel" : true ,
198- "a11yFormErrorMuteIcon" : true ,
199- "a11yCxMessageFocus" : true ,
141+ "a11yImprovedErrorMessage" : true ,
200142 "a11yLinkBtnsToTertiaryBtns" : true ,
201143 "a11yRepeatedPageTitleFix" : true ,
202- "a11yDeliveryModeRadiogroup" : true ,
203144 "a11yNgSelectOptionsCount" : true ,
204145 "a11yNgSelectCloseDropdownOnEscape" : true ,
146+ "a11ySelectImprovementsCustomerTicketingCreateSelectbox" : true ,
147+ "a11yNgSelectAriaLabelDropdownCustomized" : true ,
205148 "a11yRepeatedCancelOrderError" : true ,
206149 "a11yAddedToCartActiveDialog" : true ,
207- "a11yNgSelectMobileReadout" : true ,
208150 "a11yDeliveryMethodFieldset" : true ,
209151 "a11yShowMoreReviewsBtnFocus" : true ,
210152 "a11yQuickOrderAriaControls" : true ,
@@ -238,14 +180,13 @@ import { ProductConfiguratorFeatureModule } from './features/product-configurato
238180 "a11yQuickOrderSearchBoxRefocusOnClose" : true ,
239181 "a11yKeyboardFocusInSearchBox" : true ,
240182 "a11yAddPaddingToCarouselPanel" : true ,
183+ "a11yNavigationButtonsAriaFixes" : true ,
241184 "a11yFocusOnCardAfterSelecting" : true ,
242185 "a11ySearchableDropdownFirstElementFocus" : true ,
243186 "a11yHideConsentButtonWhenBannerVisible" : true ,
244187 "a11yRepeatingButtonsUniqueLabels" : true ,
245188 "a11yHighContrastBorders" : true ,
246189 "a11yRegionAssociatedHeaders" : true ,
247- "occCartNameAndDescriptionInHttpRequestBody" : true ,
248- "cmsBottomHeaderSlotUsingFlexStyles" : true ,
249190 "useSiteThemeService" : true ,
250191 "enableConsecutiveCharactersPasswordRequirement" : true ,
251192 "enablePasswordsCannotMatchInPasswordUpdateForm" : true ,
@@ -255,9 +196,30 @@ import { ProductConfiguratorFeatureModule } from './features/product-configurato
255196 "useExtendedMediaComponentConfiguration" : true ,
256197 "showRealTimeStockInPDP" : true ,
257198 "a11yScrollToTopPositioning" : true ,
199+ "a11yWideScreenImprovements" : true ,
200+ "a11yOptimizedMenuSpacing" : true ,
201+ "a11yNgSelectLayering" : true ,
202+ "readMoreDirective" : true ,
203+ "productReviewCharactersLeft" : true ,
204+ "a11yNgSelectAriaControls" : true ,
205+ "a11yConfiguratorOverviewHeaderVPC" : true ,
258206 "enableSecurePasswordValidation" : true ,
259207 "enableCarouselCategoryProducts" : true ,
260- "enableClaimCustomerCouponWithCodeInRequestBody" : true
208+ "enableClaimCustomerCouponWithCodeInRequestBody" : true ,
209+ "enableReadDomainValuesOnDemand" : true ,
210+ "opfEnablePreventingFromCheckoutWithoutEmail" : true ,
211+ "storeFinderFacadeCleanup" : true ,
212+ "defaultProductPageRouteAllowsNoProductName" : true ,
213+ "consistentSizeProductCards" : true ,
214+ "reserveHorizontalSpaceStarRating" : true ,
215+ "topProgressBarUseTransformAnimation" : true ,
216+ "disableCxPageSlotMarginAnimation" : true ,
217+ "productCarouselScrolling" : true ,
218+ "createMediaPreconnectLink" : true ,
219+ "unifiedDefaultHeaderSlotsAcrossBreakpoints" : true ,
220+ "reserveSpaceForImagesOnPdpAndPlp" : true ,
221+ "lazyLoadImagesByDefault" : true ,
222+ "defaultLayoutConfigWithoutPageFold" : true
261223 } ) ]
262224} )
263225export class SpartacusFeaturesModule { }
0 commit comments