MCPcopy Create free account

hub / github.com/ONEENTRY-PLATFORM/nextjs-shop-demo / functions

Functions528 in github.com/ONEENTRY-PLATFORM/nextjs-shop-demo

FunctionReviewAnimations
({ children, className, index, state, }: { children: ReactNode; className: string; index: number
components/layout/product/animations/ReviewAnimations.tsx:21
FunctionReviewCard
({ dict, product, review, childReviews, allReviews, index, state, }: { dict: IAttributeValues;
components/layout/product/reviews-list/review-card/ReviewCard.tsx:24
FunctionReviewImages
({ reviewImages, nav1, setNav2, }: { reviewImages: any; nav1: any; setNav2: any; })
components/layout/product/reviews-list/review-modal/ReviewImages.tsx:6
FunctionReviewModal
({ dict }: { dict: IAttributeValues })
components/layout/product/reviews-list/review-modal/ReviewModal.tsx:29
FunctionReviewsList
({ dict, state, product, reviewsData, }: { dict: IAttributeValues; state: boolean; product: IPro
components/layout/product/reviews-list/ReviewsList.tsx:24
FunctionReviewsSection
({ dict, product, reviewsData, }: { dict: IAttributeValues; product: IProductsEntity; reviewsData:
components/layout/product/ReviewsSection.tsx:61
FunctionReviewsSectionServer
({ dict, product, lang, }: { dict: IAttributeValues; product: IProductsEntity; lang: string; })
components/layout/product/ReviewsSectionServer.tsx:18
FunctionRootLayout
({ children, params, }: Readonly<{ children: ReactNode; params: Promise<{ lang: string }>; }>)
app/[lang]/layout.tsx:61
FunctionRouteSkeleton
({ path }: { path: string | null })
app/animations/RouteSkeleton.tsx:45
FunctionSearchBar
({ lang, dict, }: { lang: string; dict: IAttributeValues; })
components/layout/header/search/SearchBar.tsx:23
FunctionSearchIcon
()
components/icons/search.tsx:3
FunctionSearchResults
({ searchValue, state, setState, lang, }: { searchValue: string | undefined; state: boolean; set
components/layout/header/search/SearchResults.tsx:20
FunctionServicesPage
({ page }: SimplePageProps)
components/pages/ServicesPage.tsx:16
FunctionShopCatalogPage
(props: { params: Promise<{ handle: string; lang: string }>; searchParams: Promise<{ [key: string]: string
app/[lang]/shop/[handle]/page.tsx:31
FunctionShopCategoryLayout
(props: { params: Promise<{ lang: string; handle: string }>; // eslint-disable-next-line @typescript-eslin
app/[lang]/shop/category/[handle]/page.tsx:28
FunctionShopPageLayout
(props: PageProps)
app/[lang]/shop/page.tsx:28
FunctionSidebarAnimations
({ children, className, }: { children: ReactNode; className: string; })
components/layout/sidebar/animations/SidebarAnimations.tsx:18
FunctionSidebarLayout
({ children, params, }: { children: ReactNode; params: Promise<{ lang: string }>; })
app/[lang]/(withSidebar)/layout.tsx:20
FunctionSidebarMenu
({ lang, }: { lang: string; })
components/layout/sidebar/index.tsx:19
FunctionSidebarMenuItem
({ menuItem, lang, }: { menuItem: IMenusPages & { isActive: boolean }; lang: string; })
components/layout/sidebar/components/SidebarMenuItem.tsx:19
FunctionSidebarMenuLoader
({ limit = 5 }: LoaderProps)
components/layout/sidebar/components/SidebarMenuLoader.tsx:16
FunctionSignInButton
({ dict }: { dict: IAttributeValues })
components/shared/SignInButton.tsx:17
FunctionSignInForm
({ lang, dict, }: { lang: string; dict: IAttributeValues; })
components/forms/SignInForm.tsx:34
FunctionSignUpForm
({ lang, dict }: FormProps)
components/forms/SignUpForm.tsx:35
FunctionSlideUpTransition
({ children, className, index, }: { children: ReactNode; className: string; index: number; })
app/animations/SlideUpTransition.tsx:18
FunctionSocialSignInButton
({ imageSrc, alt, }: { imageSrc: string; alt: string; })
components/forms/inputs/SocialSignInButton.tsx:12
FunctionSpinner
()
components/shared/Spinner.tsx:8
FunctionStarRating
({ rating }: { rating: number })
components/layout/product/rating-block/StarRating.tsx:9
FunctionStarRating
({ value, setValue, type, field, required, }: { value: string | number; setValue: any; type: s
components/forms/inputs/StarRating.tsx:15
FunctionStat
({ label, value, tone, tooltip, }: { label: string; value: string; tone?: string; tooltip?: st
app/api-test/ApiTestClient.tsx:141
FunctionSticker
({ sticker, }: { sticker: { value: { title: string; value: string; extended: {
components/layout/products-grid/components/product-card/Sticker.tsx:18
FunctionStickers
({ attributeValues, }: { attributeValues: IAttributeValues; })
components/layout/products-grid/components/product-card/Stickers.tsx:14
FunctionStoreProvider
({ children, }: { children: ReactNode; })
app/store/providers/StoreProvider.tsx:16
FunctionTableAnimations
({ children, className, }: { children: ReactNode; className: string; })
components/layout/orders/components/OrdersTableLoader.tsx:18
FunctionTableRowAnimations
({ children, className, index, }: AnimationsProps)
components/layout/cart/animations/TableRowAnimations.tsx:22
FunctionTh
({ children, align, tooltip, }: { children: ReactNode; align?: 'left' | 'right'; tooltip?: string;
app/api-test/ApiTestClient.tsx:188
FunctionTimeSlot
({ slot, currentTime, onSelect, }: { slot: { time: string; isDisabled?: boolean; }; curren
components/forms/calendar/TimeSlot.tsx:14
FunctionTimeSlots
({ timeSlots, currentTime, setTime, setInterval, }: { timeSlots: Array<TimeSlotData>; currentTime:
components/forms/calendar/TimeSlots.tsx:23
FunctionTotalAmount
({ lang, dict, className, }: { lang: string; dict: IAttributeValues; className: string; })
components/layout/cart/components/TotalAmount.tsx:18
FunctionTotalComments
({ allReviews, review, }: { allReviews: any; review: any; })
components/layout/product/reviews-list/review-modal/TotalComments.tsx:10
FunctionTransitionProvider
({ children, }: { children: ReactNode; })
app/animations/TransitionProvider.tsx:29
FunctionUserComment
({ dict, product, review, childReviews = [], allReviews = [], }: { dict: IAttributeValues; produ
components/layout/product/reviews-list/review-card/UserComment.tsx:24
FunctionUserForm
({ lang, dict }: FormProps)
components/forms/UserForm.tsx:44
FunctionUserMenuItem
({ lang, page, setState, }: { lang: string; page: any; setState: any; })
components/layout/header/nav/user-menu/UserMenuItem.tsx:17
FunctionUserProfileMenu
({ lang, userMenu, title, }: { lang: string; title: string; userMenu: IMenusEntity; })
components/layout/header/nav/user-menu/UserProfileMenu.tsx:25
FunctionVariationsCarousel
({ items, total, lang, }: { items: Array<IProductsEntity> | undefined; total?: number; lang: strin
components/layout/product/variations/VariationsCarousel.tsx:23
FunctionVerificationForm
({ dict }: VerificationFormProps)
components/forms/VerificationForm.tsx:42
FunctionVerticalMenuLoader
({ limit = 6 }: LoaderProps)
components/layout/footer/components/VerticalMenuLoader.tsx:12
FunctionViewAllButton
({ state, onClick, }: { state: boolean; onClick: () => void; })
components/layout/product/reviews-list/ViewAllButton.tsx:14
FunctionWithSidebar
({ lang, children, }: { lang: string; children: ReactNode; })
app/[lang]/[page]/WithSidebar.tsx:16
FunctionWithSidebarLoader
({ children, }: { children: ReactNode; })
components/layout/sidebar/components/WithSidebarLoader.tsx:17
FunctionYT
()
components/layout/blocks-grid/components/BlocksGridTitle.tsx:7
FunctionaddPaymentMethods
* Add payment methods to the order * @param {WritableDraft<InitialStateType>} state - Current state * @param {PayloadAction<string>}
app/store/reducers/OrderSlice.ts:135
FunctionaddToCartFromCard
( page: Page, productCard: Locator, )
tests/e2e/helpers/cart-helpers.ts:75
FunctionbuildJestConfig
()
jest.config.js:48
Functioncapitalize
(word: string)
app/utils/getReviewAuthorName.ts:13
FunctionclearUserState
()
app/api/server/users/updateUserState.ts:101
Methodconstructor
(message: string, statusCode: number, originalError?: unknown)
app/utils/errorHandler.ts:15
Functioncreate
* Create or update an order. * @param {WritableDraft<InitialStateType>} state - Current state. * @param {PayloadAction<string>} a
app/store/reducers/OrderSlice.ts:64
Functiondict
(langCode: string)
app/api/server/dict.ts:10
FunctiongenerateMetadata
({ params, }: IndexPageLayoutProps)
app/[lang]/page.tsx:141
FunctiongenerateMetadata
({ params, }: { params: Promise<{ lang: string }>; })
app/[lang]/(withSidebar)/payment/page.tsx:72
FunctiongenerateMetadata
({ params, }: { params: Promise<{ lang: string }>; })
app/[lang]/(withSidebar)/profile/page.tsx:72
FunctiongenerateMetadata
({ params, }: { params: Promise<{ lang: string }>; })
app/[lang]/(withSidebar)/favorites/page.tsx:55
FunctiongenerateMetadata
({ params, }: { params: Promise<{ lang: string }>; })
app/[lang]/(withSidebar)/orders/page.tsx:69
FunctiongenerateMetadata
({ params, }: MetadataParams)
app/[lang]/shop/page.tsx:120
FunctiongenerateMetadata
({ params, }: { params: Promise<{ handle: string; lang: string }>; })
app/[lang]/shop/product/[handle]/page.tsx:128
FunctiongenerateMetadata
({ params, }: { params: Promise<{ handle: string; lang: string }>; })
app/[lang]/shop/category/page.tsx:126
FunctiongenerateMetadata
({ params, }: MetadataParams)
app/[lang]/shop/category/[handle]/page.tsx:145
FunctiongenerateMetadata
({ params, }: MetadataParams)
app/[lang]/shop/[handle]/page.tsx:113
FunctiongenerateMetadata
({ params, }: { params: Promise<{ page: string; lang: string }>; })
app/[lang]/[page]/page.tsx:127
FunctiongenerateStaticParams
()
app/[lang]/page.tsx:124
FunctiongenerateStaticParams
()
app/[lang]/(withSidebar)/payment/page.tsx:53
FunctiongenerateStaticParams
()
app/[lang]/(withSidebar)/profile/page.tsx:53
FunctiongenerateStaticParams
()
app/[lang]/(withSidebar)/favorites/page.tsx:36
FunctiongenerateStaticParams
()
app/[lang]/(withSidebar)/cart/page.tsx:62
FunctiongenerateStaticParams
()
app/[lang]/(withSidebar)/orders/page.tsx:52
FunctiongenerateStaticParams
()
app/[lang]/shop/page.tsx:102
FunctiongenerateStaticParams
()
app/[lang]/shop/product/[handle]/page.tsx:94
FunctiongenerateStaticParams
()
app/[lang]/shop/category/page.tsx:99
FunctiongenerateStaticParams
()
app/[lang]/shop/category/[handle]/page.tsx:113
FunctiongenerateStaticParams
()
app/[lang]/shop/[handle]/page.tsx:82
FunctiongetBlocks
({ type, lang, }: HandleProps)
app/api/server/blocks/getBlocks.ts:25
FunctiongetCartTotal
(page: Page)
tests/e2e/helpers/cart-helpers.ts:150
FunctiongetItem
()
app/store/store.ts:27
FunctiongetLang
()
app/api/api/api.ts:112
FunctiongetPageById
( id: number, lang: string, )
app/api/server/pages/getPageById.ts:16
FunctiongetProductPrice
( attributes: IAttributeValues, )
app/api/hooks/useProductsData.ts:103
FunctiongetProductSalePrice
( attributes: IAttributeValues, )
app/api/hooks/useProductsData.ts:123
FunctiongoToCart
(page: Page)
tests/e2e/helpers/navigation-helpers.ts:32
FunctiongoToFavorites
(page: Page)
tests/e2e/helpers/navigation-helpers.ts:41
FunctiongoToHome
(page: Page)
tests/e2e/helpers/navigation-helpers.ts:14
FunctiongoToProduct
( page: Page, productId: string | number, )
tests/e2e/helpers/navigation-helpers.ts:51
FunctionhandleApply
()
components/layout/filter/components/buttons/ApplyButton.tsx:34
FunctionhandleCheckboxChange
()
components/layout/cart/components/ProductCard.tsx:69
FunctionhandleClick
()
components/layout/filter/components/buttons/ResetButton.tsx:31
FunctionhandleResize
()
components/layout/mobile-menu/index.tsx:39
FunctionhandleStatusChange
(id: number, statusIdentifier: string)
components/layout/orders/index.tsx:160
FunctionhandleSubmit
(e: FormEvent<HTMLFormElement>)
components/layout/header/search/SearchBar.tsx:101
Functionheaders
()
next.config.mjs:43
← previousnext →401–500 of 528, ranked by callers