@mohasinac/appkit 3.3.0 → 3.3.2
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/dist/_internal/client/features/classified/ClassifiedDetailView.d.ts +2 -1
- package/dist/_internal/client/features/digital-code/CodeRevealPanel.d.ts +2 -1
- package/dist/_internal/client/features/digital-code/DigitalCodeDetailView.d.ts +2 -1
- package/dist/_internal/client/features/layout/DashboardLayoutClient.d.ts +1 -1
- package/dist/_internal/client/features/layout/RoleGuard.d.ts +1 -1
- package/dist/_internal/client/features/live/LiveItemDetailView.d.ts +1 -1
- package/dist/_internal/client/features/lottery/LotteryAdminEditView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryAdminSlotView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryDetailView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryEntriesView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryListView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryPullForm.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotterySlotGrid.d.ts +2 -1
- package/dist/_internal/client/features/lottery/PrizeDrawLotteryDetailView.d.ts +2 -1
- package/dist/_internal/client/features/tour/TourProvider.d.ts +1 -1
- package/dist/_internal/client/i18n/LabelsProvider.d.ts +1 -1
- package/dist/_internal/client/scaffolds/AppShell.d.ts +1 -1
- package/dist/_internal/client/scaffolds/DashboardScaffold.d.ts +1 -1
- package/dist/_internal/client/theme/ThemeProvider.d.ts +1 -1
- package/dist/_internal/server/features/checkout/actions.js +11 -15
- package/dist/client/api/surface-error.js +9 -1
- package/dist/client.d.ts +7 -1
- package/dist/client.js +5 -1
- package/dist/errors/error-handler.d.ts +6 -0
- package/dist/errors/error-handler.js +26 -28
- package/dist/features/about/components/AboutView.d.ts +1 -1
- package/dist/features/about/components/FAQPageView.d.ts +1 -1
- package/dist/features/about/components/FeesView.d.ts +1 -1
- package/dist/features/about/components/HelpPageView.d.ts +1 -1
- package/dist/features/about/components/HowAuctionsWorkView.d.ts +1 -1
- package/dist/features/about/components/HowCheckoutWorksView.d.ts +1 -1
- package/dist/features/about/components/HowOffersWorkView.d.ts +1 -1
- package/dist/features/about/components/HowOrdersWorkView.d.ts +1 -1
- package/dist/features/about/components/HowPayoutsWorkView.d.ts +1 -1
- package/dist/features/about/components/HowPreOrdersWorkView.d.ts +1 -1
- package/dist/features/about/components/HowReviewsWorkView.d.ts +1 -1
- package/dist/features/about/components/PolicyPageView.d.ts +1 -1
- package/dist/features/about/components/PublicProfileView.d.ts +1 -1
- package/dist/features/about/components/SecurityPrivacyView.d.ts +1 -1
- package/dist/features/about/components/ShippingPolicyView.d.ts +1 -1
- package/dist/features/about/components/TrackOrderView.d.ts +1 -1
- package/dist/features/about/components/UnauthorizedView.d.ts +1 -1
- package/dist/features/account/components/AddressBook.d.ts +2 -2
- package/dist/features/account/components/AddressFilters.d.ts +1 -1
- package/dist/features/account/components/AddressForm.d.ts +1 -1
- package/dist/features/account/components/AddressInlineSelect.d.ts +2 -1
- package/dist/features/account/components/AddressSelectorCreate.d.ts +1 -1
- package/dist/features/account/components/AddressesIndexListing.d.ts +2 -1
- package/dist/features/account/components/BecomeSellerView.d.ts +1 -1
- package/dist/features/account/components/BuyerAccountGuideView.d.ts +2 -1
- package/dist/features/account/components/BuyerAuctionsGuideView.d.ts +2 -1
- package/dist/features/account/components/BuyerOrdersGuideView.d.ts +2 -1
- package/dist/features/account/components/BuyerShoppingGuideView.d.ts +2 -1
- package/dist/features/account/components/ChatList.d.ts +1 -1
- package/dist/features/account/components/ChatWindow.d.ts +1 -1
- package/dist/features/account/components/MessagesView.d.ts +1 -1
- package/dist/features/account/components/NotificationBell.d.ts +1 -1
- package/dist/features/account/components/NotificationPreferencesPanel.d.ts +1 -1
- package/dist/features/account/components/OrderDetailView.d.ts +1 -1
- package/dist/features/account/components/ProfileView.d.ts +1 -1
- package/dist/features/account/components/UserAccountHubView.d.ts +1 -1
- package/dist/features/account/components/UserAddressesView.d.ts +1 -1
- package/dist/features/account/components/UserNotificationsView.d.ts +1 -1
- package/dist/features/account/components/UserOffersPanel.d.ts +1 -1
- package/dist/features/account/components/UserOffersView.d.ts +1 -1
- package/dist/features/account/components/UserOrderTrackView.d.ts +1 -1
- package/dist/features/account/components/UserOrdersView.d.ts +1 -1
- package/dist/features/account/components/UserReturnsView.d.ts +1 -1
- package/dist/features/account/components/UserSettingsView.d.ts +1 -1
- package/dist/features/account/components/UserSidebar.d.ts +1 -1
- package/dist/features/account/components/UserSupportView.d.ts +2 -1
- package/dist/features/account/hooks/useProfile.d.ts +8 -0
- package/dist/features/account/schemas/index.d.ts +12 -3
- package/dist/features/account/schemas/index.js +10 -3
- package/dist/features/admin/components/AdminAdEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminAddressBookView.d.ts +1 -1
- package/dist/features/admin/components/AdminAddressClustersView.d.ts +1 -1
- package/dist/features/admin/components/AdminAddressEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminAddressesView.d.ts +1 -1
- package/dist/features/admin/components/AdminAdsView.d.ts +1 -1
- package/dist/features/admin/components/AdminAllEventEntriesView.d.ts +2 -1
- package/dist/features/admin/components/AdminAnalyticsGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminAnalyticsView.d.ts +1 -1
- package/dist/features/admin/components/AdminArtView.d.ts +2 -1
- package/dist/features/admin/components/AdminBidsView.d.ts +2 -1
- package/dist/features/admin/components/AdminBlogEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminBlogView.d.ts +2 -1
- package/dist/features/admin/components/AdminBrandEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminBrandsView.d.ts +2 -1
- package/dist/features/admin/components/AdminBundleEditorView.d.ts +14 -1
- package/dist/features/admin/components/AdminBundlesView.d.ts +2 -1
- package/dist/features/admin/components/AdminCarouselEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminCarouselView.d.ts +2 -1
- package/dist/features/admin/components/AdminCartsView.d.ts +2 -1
- package/dist/features/admin/components/AdminCatalogGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminCategoriesView.d.ts +2 -1
- package/dist/features/admin/components/AdminCategoryEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminClassifiedView.d.ts +2 -1
- package/dist/features/admin/components/AdminContactEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminContactView.d.ts +2 -1
- package/dist/features/admin/components/AdminContentGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminCouponEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminCouponsView.d.ts +2 -1
- package/dist/features/admin/components/AdminDashboardView.d.ts +1 -1
- package/dist/features/admin/components/AdminDigitalCodesView.d.ts +2 -1
- package/dist/features/admin/components/AdminEmployeeEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminFaqEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminFaqsView.d.ts +2 -1
- package/dist/features/admin/components/AdminFeatureEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminFeatureFlagsView.d.ts +1 -1
- package/dist/features/admin/components/AdminFeaturesView.d.ts +2 -1
- package/dist/features/admin/components/AdminFilterBar.d.ts +1 -1
- package/dist/features/admin/components/AdminFulfillmentView.d.ts +2 -1
- package/dist/features/admin/components/AdminGroupedListingsView.d.ts +2 -1
- package/dist/features/admin/components/AdminGuideHubView.d.ts +2 -1
- package/dist/features/admin/components/AdminHistoryView.d.ts +2 -1
- package/dist/features/admin/components/AdminLiveView.d.ts +2 -1
- package/dist/features/admin/components/AdminMediaView.d.ts +1 -1
- package/dist/features/admin/components/AdminNavEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminNavigationView.d.ts +2 -1
- package/dist/features/admin/components/AdminNewsletterView.d.ts +2 -1
- package/dist/features/admin/components/AdminNotificationsView.d.ts +2 -1
- package/dist/features/admin/components/AdminOrderEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminOrdersGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminOrdersView.d.ts +2 -1
- package/dist/features/admin/components/AdminPageHeader.d.ts +1 -1
- package/dist/features/admin/components/AdminPaymentClustersView.d.ts +1 -1
- package/dist/features/admin/components/AdminPaymentMethodsView.d.ts +1 -1
- package/dist/features/admin/components/AdminPayoutsView.d.ts +2 -1
- package/dist/features/admin/components/AdminPrizeDrawsView.d.ts +2 -1
- package/dist/features/admin/components/AdminProductEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminProductsView.d.ts +2 -1
- package/dist/features/admin/components/AdminReturnRequestsView.d.ts +1 -1
- package/dist/features/admin/components/AdminReviewsView.d.ts +2 -1
- package/dist/features/admin/components/AdminScammerEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminScammersView.d.ts +2 -1
- package/dist/features/admin/components/AdminSectionsView.d.ts +1 -1
- package/dist/features/admin/components/AdminSessionsManager.d.ts +1 -1
- package/dist/features/admin/components/AdminSessionsView.d.ts +2 -1
- package/dist/features/admin/components/AdminSidebar.d.ts +1 -1
- package/dist/features/admin/components/AdminSiteConfigGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminSiteSettingsView.d.ts +2 -1
- package/dist/features/admin/components/AdminSiteView.d.ts +1 -1
- package/dist/features/admin/components/AdminStickersView.d.ts +2 -1
- package/dist/features/admin/components/AdminStoreAddressesView.d.ts +1 -1
- package/dist/features/admin/components/AdminStoreEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminStoresGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminStoresView.d.ts +2 -1
- package/dist/features/admin/components/AdminSublistingCategoriesView.d.ts +2 -1
- package/dist/features/admin/components/AdminSublistingCategoryEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminSupportTicketDetailView.d.ts +2 -1
- package/dist/features/admin/components/AdminSupportTicketsView.d.ts +2 -1
- package/dist/features/admin/components/AdminTeamGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminTeamView.d.ts +2 -1
- package/dist/features/admin/components/AdminTopBar.d.ts +1 -1
- package/dist/features/admin/components/AdminTrustGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminUserEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminUsersGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminUsersView.d.ts +2 -1
- package/dist/features/admin/components/AdminViewCards.d.ts +2 -1
- package/dist/features/admin/components/AdminWishlistsView.d.ts +2 -1
- package/dist/features/admin/components/BrandQuickCreateForm.d.ts +2 -1
- package/dist/features/admin/components/CategoryQuickCreateForm.d.ts +2 -1
- package/dist/features/admin/components/DashboardStats.d.ts +1 -1
- package/dist/features/admin/components/DataListingView.d.ts +1 -1
- package/dist/features/admin/components/DataTable.d.ts +1 -1
- package/dist/features/admin/components/DemoSeedView.d.ts +1 -1
- package/dist/features/admin/components/DrawerFormFooter.d.ts +1 -1
- package/dist/features/admin/components/QuickActionsPanel.d.ts +1 -1
- package/dist/features/admin/components/QuickEditMenu.d.ts +1 -1
- package/dist/features/admin/components/analytics/AdminAnalyticsCharts.d.ts +3 -2
- package/dist/features/admin/components/analytics/AdminStatCard.d.ts +1 -1
- package/dist/features/admin/components/analytics/AdminTopProductsTable.d.ts +1 -1
- package/dist/features/auctions/components/AuctionBidsTable.d.ts +1 -1
- package/dist/features/auctions/components/AuctionDetailPageView.d.ts +1 -1
- package/dist/features/auctions/components/AuctionFilters.d.ts +1 -1
- package/dist/features/auctions/components/AuctionsListView.d.ts +1 -1
- package/dist/features/auctions/components/CollapsibleBidHistory.d.ts +2 -1
- package/dist/features/auctions/components/MarketplaceAuctionCard.d.ts +1 -1
- package/dist/features/auctions/components/MarketplaceAuctionGrid.d.ts +1 -1
- package/dist/features/auctions/components/PlaceBidFormClient.d.ts +3 -2
- package/dist/features/auth/components/AuthStatusPanel.d.ts +1 -1
- package/dist/features/auth/components/ForgotPasswordView.d.ts +1 -1
- package/dist/features/auth/components/Guards.d.ts +2 -2
- package/dist/features/auth/components/LoginForm.d.ts +1 -1
- package/dist/features/auth/components/OAuthLoadingView.d.ts +1 -1
- package/dist/features/auth/components/RegisterForm.d.ts +1 -1
- package/dist/features/auth/components/RegisterForm.js +2 -2
- package/dist/features/auth/components/ResetPasswordView.d.ts +1 -1
- package/dist/features/auth/components/SocialAuthButtons.d.ts +1 -1
- package/dist/features/auth/components/VerifyEmailView.d.ts +1 -1
- package/dist/features/auth/permissions/constants.d.ts +1 -1
- package/dist/features/auth/schemas/index.d.ts +8 -0
- package/dist/features/auth/schemas/index.js +15 -1
- package/dist/features/before-after/components/BeforeAfterGallery.d.ts +1 -1
- package/dist/features/before-after/components/BeforeAfterSlider.d.ts +2 -1
- package/dist/features/blog/components/BlogFeaturedCard.d.ts +2 -1
- package/dist/features/blog/components/BlogFilters.d.ts +1 -1
- package/dist/features/blog/components/BlogIndexListing.d.ts +2 -1
- package/dist/features/blog/components/BlogIndexPageView.d.ts +2 -1
- package/dist/features/blog/components/BlogListView.d.ts +4 -3
- package/dist/features/blog/components/BlogPostForm.d.ts +1 -1
- package/dist/features/blog/components/BlogPostView.d.ts +1 -1
- package/dist/features/cart/components/CartDrawer.d.ts +2 -2
- package/dist/features/cart/components/CartSummary.d.ts +1 -1
- package/dist/features/cart/components/CartView.d.ts +1 -1
- package/dist/features/cart/components/CheckoutAddressStep.d.ts +1 -1
- package/dist/features/cart/components/CheckoutOtpModal.d.ts +1 -1
- package/dist/features/cart/components/CheckoutSuccessView.d.ts +1 -1
- package/dist/features/cart/components/CheckoutView.d.ts +1 -1
- package/dist/features/cart/components/ShippingPicker.d.ts +9 -1
- package/dist/features/categories/components/BrandDetailPageView.d.ts +2 -1
- package/dist/features/categories/components/BrandDetailTabs.d.ts +2 -1
- package/dist/features/categories/components/BreadcrumbTrail.d.ts +2 -1
- package/dist/features/categories/components/BundleBuyNowCta.d.ts +9 -1
- package/dist/features/categories/components/BundleCollage.d.ts +10 -1
- package/dist/features/categories/components/BundleDetailView.d.ts +2 -1
- package/dist/features/categories/components/BundleDynamicRuleEditor.d.ts +15 -1
- package/dist/features/categories/components/BundleItemsPicker.d.ts +15 -1
- package/dist/features/categories/components/BundlesListView.d.ts +2 -1
- package/dist/features/categories/components/CategoriesIndexListing.d.ts +2 -1
- package/dist/features/categories/components/CategoriesIndexPageView.d.ts +2 -1
- package/dist/features/categories/components/CategoryBundlesListing.d.ts +2 -1
- package/dist/features/categories/components/CategoryDetailPageView.d.ts +2 -1
- package/dist/features/categories/components/CategoryDetailTabs.d.ts +2 -1
- package/dist/features/categories/components/CategoryFilters.d.ts +1 -1
- package/dist/features/categories/components/CategoryForm.d.ts +1 -1
- package/dist/features/categories/components/CategoryGrid.d.ts +3 -2
- package/dist/features/categories/components/CategoryProductsListing.d.ts +2 -1
- package/dist/features/categories/components/CategoryProductsView.d.ts +1 -1
- package/dist/features/categories/components/CategorySelectorCreate.d.ts +1 -1
- package/dist/features/categories/components/CategorySortSelect.d.ts +1 -1
- package/dist/features/categories/components/CategoryStoresListing.d.ts +2 -1
- package/dist/features/categories/components/CategoryTableColumns.d.ts +3 -3
- package/dist/features/categories/components/CategoryTree.d.ts +1 -1
- package/dist/features/categories/components/ConcernCard.d.ts +1 -1
- package/dist/features/categories/components/ConcernGrid.d.ts +1 -1
- package/dist/features/checkout/components/CheckoutStepper.d.ts +2 -1
- package/dist/features/classified/components/ClassifiedFilters.d.ts +1 -1
- package/dist/features/classified/components/ClassifiedIndexListing.d.ts +2 -1
- package/dist/features/classified/components/ClassifiedListView.d.ts +1 -1
- package/dist/features/collections/components/CollectionCard.d.ts +3 -2
- package/dist/features/consultation/components/ConsultationForm.d.ts +2 -1
- package/dist/features/contact/components/ContactForm.d.ts +2 -1
- package/dist/features/contact/components/ContactInfoSidebar.d.ts +1 -1
- package/dist/features/contact/components/ContactPageView.d.ts +2 -1
- package/dist/features/copilot/components/AdminCopilotView.d.ts +1 -1
- package/dist/features/corporate/components/CorporateInquiryForm.d.ts +2 -1
- package/dist/features/digital-codes/components/DigitalCodeFilters.d.ts +1 -1
- package/dist/features/digital-codes/components/DigitalCodesIndexListing.d.ts +2 -1
- package/dist/features/digital-codes/components/DigitalCodesListView.d.ts +1 -1
- package/dist/features/email/primitives.d.ts +11 -11
- package/dist/features/events/components/AdminEventEditorView.d.ts +2 -1
- package/dist/features/events/components/AdminEventEntriesView.d.ts +1 -1
- package/dist/features/events/components/AdminEventsView.d.ts +2 -1
- package/dist/features/events/components/EventBanner.d.ts +2 -1
- package/dist/features/events/components/EventCard.d.ts +1 -1
- package/dist/features/events/components/EventDetailView.d.ts +1 -1
- package/dist/features/events/components/EventFilters.d.ts +1 -1
- package/dist/features/events/components/EventFormDrawer.d.ts +1 -1
- package/dist/features/events/components/EventLeaderboard.d.ts +1 -1
- package/dist/features/events/components/EventOfferCard.d.ts +2 -1
- package/dist/features/events/components/EventParticipateView.d.ts +1 -1
- package/dist/features/events/components/EventPollWidget.d.ts +1 -1
- package/dist/features/events/components/EventRaffleEntryForm.d.ts +2 -1
- package/dist/features/events/components/EventRaffleWinnerView.d.ts +1 -1
- package/dist/features/events/components/EventRafflesSection.d.ts +1 -1
- package/dist/features/events/components/EventSaleBanner.d.ts +2 -1
- package/dist/features/events/components/EventStatusBadge.d.ts +1 -1
- package/dist/features/events/components/EventsIndexListing.d.ts +2 -1
- package/dist/features/events/components/EventsListPageView.d.ts +2 -1
- package/dist/features/events/components/EventsListView.d.ts +2 -1
- package/dist/features/events/components/SpinWheelView.d.ts +1 -1
- package/dist/features/faq/components/ContactCTA.d.ts +1 -1
- package/dist/features/faq/components/FAQAccordion.d.ts +2 -2
- package/dist/features/faq/components/FAQCategorySidebar.d.ts +1 -1
- package/dist/features/faq/components/FAQHelpfulButtons.d.ts +1 -1
- package/dist/features/faq/components/FAQPageContent.d.ts +1 -1
- package/dist/features/faq/components/FAQSortDropdown.d.ts +1 -1
- package/dist/features/faq/components/RelatedFAQs.d.ts +1 -1
- package/dist/features/filters/AsyncFacetSection.d.ts +2 -1
- package/dist/features/filters/FilterFacetSection.d.ts +1 -1
- package/dist/features/filters/FilterPanel.d.ts +1 -1
- package/dist/features/filters/RangeFilter.d.ts +1 -1
- package/dist/features/filters/SwitchFilter.d.ts +1 -1
- package/dist/features/forms/Checkbox.d.ts +1 -1
- package/dist/features/forms/Radio.d.ts +2 -1
- package/dist/features/forms/Select.d.ts +1 -1
- package/dist/features/forms/Slider.d.ts +2 -1
- package/dist/features/forms/Toggle.d.ts +2 -1
- package/dist/features/homepage/components/AdSlot.d.ts +1 -1
- package/dist/features/homepage/components/AdvertisementBanner.d.ts +2 -1
- package/dist/features/homepage/components/AnnouncementBar.d.ts +2 -1
- package/dist/features/homepage/components/BeforeAfterCard.d.ts +1 -1
- package/dist/features/homepage/components/BlogArticlesSection.d.ts +2 -1
- package/dist/features/homepage/components/BrandsSection.d.ts +1 -1
- package/dist/features/homepage/components/CTABannerSection.d.ts +2 -1
- package/dist/features/homepage/components/CharacterHotspot.d.ts +1 -1
- package/dist/features/homepage/components/CharacterHotspotForm.d.ts +2 -1
- package/dist/features/homepage/components/CollectionCardsSection.d.ts +1 -1
- package/dist/features/homepage/components/CustomCardsSection.d.ts +2 -1
- package/dist/features/homepage/components/CustomerReviewsSection.d.ts +1 -1
- package/dist/features/homepage/components/EventsSection.d.ts +2 -1
- package/dist/features/homepage/components/FAQSection.d.ts +2 -1
- package/dist/features/homepage/components/FeaturedAuctionsSection.d.ts +2 -1
- package/dist/features/homepage/components/FeaturedBundlesSection.d.ts +2 -1
- package/dist/features/homepage/components/FeaturedPreOrdersSection.d.ts +2 -1
- package/dist/features/homepage/components/FeaturedProductsSection.d.ts +1 -1
- package/dist/features/homepage/components/FeaturedResultsSection.d.ts +1 -1
- package/dist/features/homepage/components/FeaturedStoresSection.d.ts +2 -1
- package/dist/features/homepage/components/GoogleReviewsSection.d.ts +2 -1
- package/dist/features/homepage/components/HeroBanner.d.ts +1 -1
- package/dist/features/homepage/components/HeroCarousel.d.ts +2 -1
- package/dist/features/homepage/components/HeroSection.d.ts +1 -1
- package/dist/features/homepage/components/HomepageCustomerReviewsSection.d.ts +2 -1
- package/dist/features/homepage/components/HomepageSkeleton.d.ts +1 -1
- package/dist/features/homepage/components/HomepageView.d.ts +1 -1
- package/dist/features/homepage/components/HowItWorksInfoView.d.ts +1 -1
- package/dist/features/homepage/components/HowItWorksSection.d.ts +1 -1
- package/dist/features/homepage/components/MarketplaceHomepageView.d.ts +1 -1
- package/dist/features/homepage/components/NewsletterBanner.d.ts +2 -1
- package/dist/features/homepage/components/NewsletterSection.d.ts +1 -1
- package/dist/features/homepage/components/PromoGrid.d.ts +1 -1
- package/dist/features/homepage/components/SectionCarousel.d.ts +1 -1
- package/dist/features/homepage/components/SecurityHighlightsSection.d.ts +1 -1
- package/dist/features/homepage/components/ShopByCategorySection.d.ts +1 -1
- package/dist/features/homepage/components/SiteFeaturesSection.d.ts +2 -1
- package/dist/features/homepage/components/SocialFeedSection.d.ts +1 -1
- package/dist/features/homepage/components/SocialPostCard.d.ts +1 -1
- package/dist/features/homepage/components/StatsCounterSection.d.ts +1 -1
- package/dist/features/homepage/components/TestimonialsCarousel.d.ts +1 -1
- package/dist/features/homepage/components/TrustBadges.d.ts +2 -1
- package/dist/features/homepage/components/TrustFeaturesSection.d.ts +1 -1
- package/dist/features/homepage/components/TrustIndicatorsSection.d.ts +2 -1
- package/dist/features/homepage/components/WelcomeSection.d.ts +2 -1
- package/dist/features/homepage/components/WhatsAppCommunitySection.d.ts +2 -1
- package/dist/features/layout/AppLayoutShell.d.ts +1 -1
- package/dist/features/layout/AutoBreadcrumbs.d.ts +1 -1
- package/dist/features/layout/BackToTop.d.ts +2 -2
- package/dist/features/layout/BottomActions.d.ts +1 -1
- package/dist/features/layout/BottomActionsContext.d.ts +1 -1
- package/dist/features/layout/BottomNavItem.d.ts +1 -1
- package/dist/features/layout/BottomNavLayout.d.ts +1 -1
- package/dist/features/layout/BottomNavbar.d.ts +1 -1
- package/dist/features/layout/BottomSheet.d.ts +1 -1
- package/dist/features/layout/Breadcrumbs.d.ts +2 -2
- package/dist/features/layout/DashboardNavContext.d.ts +1 -1
- package/dist/features/layout/FooterLayout.d.ts +1 -1
- package/dist/features/layout/LayoutClient.d.ts +1 -1
- package/dist/features/layout/LocaleSwitcher.d.ts +1 -1
- package/dist/features/layout/MainNavbar.d.ts +1 -1
- package/dist/features/layout/NavItem.d.ts +1 -1
- package/dist/features/layout/NavbarLayout.d.ts +1 -1
- package/dist/features/layout/NavbarWithSettings.d.ts +1 -1
- package/dist/features/layout/TitleBar.d.ts +1 -1
- package/dist/features/layout/TitleBarLayout.d.ts +1 -1
- package/dist/features/live/components/LiveItemFilters.d.ts +1 -1
- package/dist/features/live/components/LiveItemsIndexListing.d.ts +2 -1
- package/dist/features/live/components/LiveItemsListView.d.ts +1 -1
- package/dist/features/loyalty/components/CoinsDisplay.d.ts +3 -2
- package/dist/features/media/AvatarUpload.d.ts +2 -1
- package/dist/features/media/MediaAudio.d.ts +1 -1
- package/dist/features/media/MediaAvatar.d.ts +1 -1
- package/dist/features/media/MediaImage.d.ts +1 -1
- package/dist/features/media/MediaLightbox.d.ts +2 -1
- package/dist/features/media/MediaPickerModal.d.ts +2 -1
- package/dist/features/media/MediaVideo.d.ts +1 -1
- package/dist/features/media/components/MediaSlider.d.ts +2 -1
- package/dist/features/media/modals/ImageCropModal.d.ts +8 -1
- package/dist/features/media/modals/ImageEditor.d.ts +8 -1
- package/dist/features/media/modals/VideoThumbnailSelector.d.ts +1 -1
- package/dist/features/media/modals/VideoTrimModal.d.ts +1 -1
- package/dist/features/media/upload/CameraCapture.d.ts +1 -1
- package/dist/features/media/upload/ImageUpload.d.ts +1 -1
- package/dist/features/media/upload/MediaUploadField.d.ts +1 -1
- package/dist/features/media/upload/MediaUploadList.d.ts +1 -1
- package/dist/features/orders/components/MarketplaceOrderCard.d.ts +1 -1
- package/dist/features/orders/components/OrderFilters.d.ts +1 -1
- package/dist/features/orders/components/OrderSiblingPayments.d.ts +10 -1
- package/dist/features/orders/components/OrdersList.d.ts +2 -2
- package/dist/features/orders/components/RefundHistoryTable.d.ts +2 -1
- package/dist/features/orders/components/RefundRequestView.d.ts +13 -1
- package/dist/features/pre-orders/components/MarketplacePreorderCard.d.ts +1 -1
- package/dist/features/pre-orders/components/PreOrderActionsClient.d.ts +2 -1
- package/dist/features/pre-orders/components/PreOrderBadge.d.ts +2 -2
- package/dist/features/pre-orders/components/PreOrderDetailPageView.d.ts +1 -1
- package/dist/features/pre-orders/components/PreOrderFilters.d.ts +1 -1
- package/dist/features/pre-orders/components/PreOrdersIndexListing.d.ts +2 -1
- package/dist/features/pre-orders/components/PreOrdersListView.d.ts +1 -1
- package/dist/features/pre-orders/components/PreorderCard.d.ts +2 -1
- package/dist/features/products/columns/productTableColumns.d.ts +2 -1
- package/dist/features/products/components/AuctionDetailView.d.ts +1 -1
- package/dist/features/products/components/AuctionsIndexListing.d.ts +2 -1
- package/dist/features/products/components/BidHistory.d.ts +1 -1
- package/dist/features/products/components/CompareOverlay.d.ts +1 -1
- package/dist/features/products/components/CustomFieldsEditor.d.ts +2 -1
- package/dist/features/products/components/CustomSectionTabContent.d.ts +2 -1
- package/dist/features/products/components/CustomSectionsEditor.d.ts +2 -1
- package/dist/features/products/components/FeatureBadge.d.ts +2 -2
- package/dist/features/products/components/GroupSettingsPanel.d.ts +2 -1
- package/dist/features/products/components/InteractiveProductCard.d.ts +2 -1
- package/dist/features/products/components/MakeOfferButton.d.ts +2 -1
- package/dist/features/products/components/MakeOfferForm.d.ts +1 -1
- package/dist/features/products/components/MarketplaceBundleCard.d.ts +1 -1
- package/dist/features/products/components/MarketplacePrizeDrawCard.d.ts +1 -1
- package/dist/features/products/components/NonRefundableConsentModal.d.ts +14 -1
- package/dist/features/products/components/PlaceBidForm.d.ts +1 -1
- package/dist/features/products/components/PreOrderDetailView.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawCollage.d.ts +2 -1
- package/dist/features/products/components/PrizeDrawDetailPageView.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawEntryActions.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawItemsEditor.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawsIndexListing.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawsListingView.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawsSection.d.ts +1 -1
- package/dist/features/products/components/PrizeRevealModal.d.ts +1 -1
- package/dist/features/products/components/ProductCardMetadataSection.d.ts +2 -1
- package/dist/features/products/components/ProductDetailActions.d.ts +1 -1
- package/dist/features/products/components/ProductDetailPageView.d.ts +1 -1
- package/dist/features/products/components/ProductDetailView.d.ts +1 -1
- package/dist/features/products/components/ProductFeatureBadges.d.ts +1 -1
- package/dist/features/products/components/ProductFeaturesContext.d.ts +1 -1
- package/dist/features/products/components/ProductFeaturesSelector.d.ts +2 -1
- package/dist/features/products/components/ProductFilters.d.ts +1 -1
- package/dist/features/products/components/ProductForm.d.ts +1 -1
- package/dist/features/products/components/ProductGalleryClient.d.ts +2 -1
- package/dist/features/products/components/ProductGradingTab.d.ts +2 -1
- package/dist/features/products/components/ProductGrid.d.ts +2 -2
- package/dist/features/products/components/ProductInfo.d.ts +1 -1
- package/dist/features/products/components/ProductTabs.d.ts +1 -1
- package/dist/features/products/components/ProductTabsShell.d.ts +1 -1
- package/dist/features/products/components/ProductsIndexListing.d.ts +2 -1
- package/dist/features/products/components/ProductsIndexPageView.d.ts +2 -1
- package/dist/features/products/components/ProductsView.d.ts +1 -1
- package/dist/features/products/components/RelatedProducts.d.ts +1 -1
- package/dist/features/products/components/RelatedProductsCarousel.d.ts +2 -1
- package/dist/features/products/components/ShareButton.d.ts +1 -1
- package/dist/features/products/components/ShowGroupSection.d.ts +2 -1
- package/dist/features/products/components/SublistingCarouselSection.d.ts +2 -1
- package/dist/features/products/components/SublistingCategorySelect.d.ts +2 -1
- package/dist/features/promotions/components/CouponCard.d.ts +1 -1
- package/dist/features/promotions/components/CouponsIndexListing.d.ts +2 -1
- package/dist/features/promotions/components/PromotionsView.d.ts +3 -3
- package/dist/features/reviews/components/ReviewDetailPageView.d.ts +2 -1
- package/dist/features/reviews/components/ReviewDetailShell.d.ts +2 -1
- package/dist/features/reviews/components/ReviewFilters.d.ts +1 -1
- package/dist/features/reviews/components/ReviewModal.d.ts +1 -1
- package/dist/features/reviews/components/ReviewSummary.d.ts +2 -1
- package/dist/features/reviews/components/ReviewsIndexListing.d.ts +2 -1
- package/dist/features/reviews/components/ReviewsIndexPageView.d.ts +2 -1
- package/dist/features/reviews/components/ReviewsList.d.ts +3 -2
- package/dist/features/scams/components/ScamAwarenessModal.d.ts +2 -1
- package/dist/features/scams/components/ScamProfileView.d.ts +2 -1
- package/dist/features/scams/components/ScamRegistryView.d.ts +2 -1
- package/dist/features/search/components/Search.d.ts +2 -1
- package/dist/features/search/components/SearchFiltersRow.d.ts +1 -1
- package/dist/features/search/components/SearchResultsSection.d.ts +1 -1
- package/dist/features/search/components/SearchView.d.ts +1 -1
- package/dist/features/seller/actions/seller-actions.js +54 -13
- package/dist/features/seller/components/BarcodeField.d.ts +2 -1
- package/dist/features/seller/components/BrandInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/CategoryInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/CouponInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/FulfillmentView.d.ts +2 -1
- package/dist/features/seller/components/GroupInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/PhysicalLocationModal.d.ts +2 -1
- package/dist/features/seller/components/PrintCenterView.d.ts +2 -1
- package/dist/features/seller/components/ProductInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/QuickProductForm.d.ts +2 -1
- package/dist/features/seller/components/SellerAddressesView.d.ts +2 -1
- package/dist/features/seller/components/SellerAnalyticsAlertsView.d.ts +2 -1
- package/dist/features/seller/components/SellerAnalyticsView.d.ts +1 -1
- package/dist/features/seller/components/SellerArtView.d.ts +2 -1
- package/dist/features/seller/components/SellerAuctionsView.d.ts +1 -1
- package/dist/features/seller/components/SellerBidsView.d.ts +2 -1
- package/dist/features/seller/components/SellerBundlesView.d.ts +2 -1
- package/dist/features/seller/components/SellerClassifiedView.d.ts +2 -1
- package/dist/features/seller/components/SellerCouponEditorView.d.ts +1 -1
- package/dist/features/seller/components/SellerCouponsView.d.ts +2 -1
- package/dist/features/seller/components/SellerCreateProductView.d.ts +1 -1
- package/dist/features/seller/components/SellerDashboardView.d.ts +1 -1
- package/dist/features/seller/components/SellerDigitalCodesView.d.ts +2 -1
- package/dist/features/seller/components/SellerEditProductView.d.ts +1 -1
- package/dist/features/seller/components/SellerFeaturesView.d.ts +2 -1
- package/dist/features/seller/components/SellerGoogleReviewsView.d.ts +2 -1
- package/dist/features/seller/components/SellerGroupedListingsView.d.ts +2 -1
- package/dist/features/seller/components/SellerGuideView.d.ts +1 -1
- package/dist/features/seller/components/SellerLiveView.d.ts +2 -1
- package/dist/features/seller/components/SellerOffersPanel.d.ts +2 -1
- package/dist/features/seller/components/SellerOffersView.d.ts +2 -1
- package/dist/features/seller/components/SellerOrdersView.d.ts +2 -1
- package/dist/features/seller/components/SellerOrdersView.js +24 -9
- package/dist/features/seller/components/SellerPayoutHistoryTable.d.ts +1 -1
- package/dist/features/seller/components/SellerPayoutMethodsView.d.ts +2 -1
- package/dist/features/seller/components/SellerPayoutRequestView.d.ts +1 -1
- package/dist/features/seller/components/SellerPayoutSettingsView.d.ts +1 -1
- package/dist/features/seller/components/SellerPayoutSettingsView.js +4 -1
- package/dist/features/seller/components/SellerPayoutStats.d.ts +1 -1
- package/dist/features/seller/components/SellerPayoutsView.d.ts +2 -1
- package/dist/features/seller/components/SellerPreOrdersView.d.ts +2 -1
- package/dist/features/seller/components/SellerPrizeDrawsView.d.ts +2 -1
- package/dist/features/seller/components/SellerProductShell.d.ts +1 -1
- package/dist/features/seller/components/SellerProductShell.js +17 -2
- package/dist/features/seller/components/SellerProductsCards.d.ts +2 -1
- package/dist/features/seller/components/SellerProductsFilterDrawer.d.ts +2 -1
- package/dist/features/seller/components/SellerProductsView.d.ts +2 -1
- package/dist/features/seller/components/SellerReviewsView.d.ts +1 -1
- package/dist/features/seller/components/SellerShippingConfigsView.d.ts +2 -1
- package/dist/features/seller/components/SellerShippingView.d.ts +1 -1
- package/dist/features/seller/components/SellerSidebar.d.ts +1 -1
- package/dist/features/seller/components/SellerStickersView.d.ts +2 -1
- package/dist/features/seller/components/SellerStoreCategoriesView.d.ts +2 -1
- package/dist/features/seller/components/SellerStoreSetupView.d.ts +1 -1
- package/dist/features/seller/components/SellerStoreView.d.ts +1 -1
- package/dist/features/seller/components/SellerStorefrontView.d.ts +1 -1
- package/dist/features/seller/components/SellerTemplatesView.d.ts +2 -1
- package/dist/features/seller/components/SellersListView.d.ts +2 -1
- package/dist/features/seller/components/SublistingInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/analytics/SellerAnalyticsStats.d.ts +2 -1
- package/dist/features/seller/components/analytics/SellerRevenueChart.d.ts +2 -1
- package/dist/features/seller/components/analytics/SellerTopProducts.d.ts +1 -1
- package/dist/features/shell/FormShell.d.ts +1 -1
- package/dist/features/shell/QuickFormDrawer.d.ts +1 -1
- package/dist/features/shell/StepForm.d.ts +3 -3
- package/dist/features/shell/field-groups/ImageFieldGroup.d.ts +2 -2
- package/dist/features/shell/field-groups/SeoFieldGroup.d.ts +2 -2
- package/dist/features/shell/field-groups/StatusFieldGroup.d.ts +2 -2
- package/dist/features/shell/field-groups/TitleDescriptionGroup.d.ts +2 -2
- package/dist/features/site-settings/components/ActionPermissionsManager.d.ts +2 -1
- package/dist/features/site-settings/components/NavPermissionsManager.d.ts +2 -1
- package/dist/features/site-settings/components/ThemeManagerView.d.ts +15 -1
- package/dist/features/stores/components/InteractiveStoreCard.d.ts +1 -1
- package/dist/features/stores/components/StoreAboutView.d.ts +1 -1
- package/dist/features/stores/components/StoreAddressSelectorCreate.d.ts +1 -1
- package/dist/features/stores/components/StoreAuctionsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreAuctionsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreAuctionsView.d.ts +1 -1
- package/dist/features/stores/components/StoreBundlesPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreCapabilitiesGuideView.d.ts +2 -1
- package/dist/features/stores/components/StoreClassifiedsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreClassifiedsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreDetailLayoutView.d.ts +2 -1
- package/dist/features/stores/components/StoreDigitalCodesListing.d.ts +2 -1
- package/dist/features/stores/components/StoreDigitalCodesPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreFilters.d.ts +1 -1
- package/dist/features/stores/components/StoreFinanceGuideView.d.ts +2 -1
- package/dist/features/stores/components/StoreGuideHubView.d.ts +2 -1
- package/dist/features/stores/components/StoreHeader.d.ts +1 -1
- package/dist/features/stores/components/StoreListingsGuideView.d.ts +2 -1
- package/dist/features/stores/components/StoreLiveItemsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreLiveItemsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreNavTabs.d.ts +1 -1
- package/dist/features/stores/components/StoreOrdersGuideView.d.ts +2 -1
- package/dist/features/stores/components/StorePreOrdersListing.d.ts +2 -1
- package/dist/features/stores/components/StorePreOrdersPageView.d.ts +2 -1
- package/dist/features/stores/components/StorePrizeDrawsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreProductsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreProductsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreProductsView.d.ts +1 -1
- package/dist/features/stores/components/StoreReviewsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreReviewsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreReviewsView.d.ts +1 -1
- package/dist/features/stores/components/StoreScopedSearch.d.ts +2 -1
- package/dist/features/stores/components/StoreSettingsGuideView.d.ts +2 -1
- package/dist/features/stores/components/StoresIndexListing.d.ts +2 -1
- package/dist/features/stores/components/StoresIndexPageView.d.ts +2 -1
- package/dist/features/whatsapp-bot/components/SellerWhatsAppSettingsView.d.ts +2 -1
- package/dist/features/whatsapp-bot/components/WhatsAppChatButton.d.ts +2 -1
- package/dist/features/wishlist/components/WishlistPage.d.ts +2 -2
- package/dist/features/wishlist/components/WishlistToggleButton.d.ts +1 -1
- package/dist/features/wishlist/components/WishlistView.d.ts +1 -1
- package/dist/http/ApiClient.d.ts +11 -0
- package/dist/http/ApiClient.js +4 -0
- package/dist/next/ErrorBoundary.d.ts +1 -1
- package/dist/next/components/ErrorView.d.ts +1 -1
- package/dist/next/components/GlobalError.d.ts +1 -1
- package/dist/next/components/NotFoundView.d.ts +1 -1
- package/dist/next/components/UnauthorizedView.d.ts +1 -1
- package/dist/react/ErrorBoundary.d.ts +1 -1
- package/dist/react/contexts/SessionContext.d.ts +1 -1
- package/dist/ui/DataTable.d.ts +1 -1
- package/dist/ui/components/Accordion.d.ts +2 -2
- package/dist/ui/components/ActiveFilterChips.d.ts +2 -1
- package/dist/ui/components/Alert.d.ts +1 -1
- package/dist/ui/components/Anchor.d.ts +1 -1
- package/dist/ui/components/Avatar.d.ts +2 -2
- package/dist/ui/components/AvatarDisplay.d.ts +2 -1
- package/dist/ui/components/BackgroundRenderer.d.ts +1 -1
- package/dist/ui/components/Badge.d.ts +1 -1
- package/dist/ui/components/BaseListingCard.d.ts +5 -5
- package/dist/ui/components/Breadcrumb.d.ts +1 -1
- package/dist/ui/components/BulkActionBar.d.ts +1 -1
- package/dist/ui/components/Button.d.ts +1 -1
- package/dist/ui/components/Card.d.ts +4 -4
- package/dist/ui/components/Checkbox.d.ts +1 -1
- package/dist/ui/components/ConfirmDeleteModal.d.ts +1 -1
- package/dist/ui/components/CountdownDisplay.d.ts +1 -1
- package/dist/ui/components/DateInput.d.ts +1 -1
- package/dist/ui/components/DescriptionField.d.ts +1 -1
- package/dist/ui/components/DetailPageGallery.d.ts +2 -2
- package/dist/ui/components/DetailPageHero.d.ts +2 -2
- package/dist/ui/components/DetailPageTabs.d.ts +2 -2
- package/dist/ui/components/DetailViewShell.d.ts +2 -2
- package/dist/ui/components/Details.d.ts +2 -2
- package/dist/ui/components/Dialog.d.ts +1 -1
- package/dist/ui/components/Divider.d.ts +1 -1
- package/dist/ui/components/Dropdown.d.ts +5 -5
- package/dist/ui/components/DynamicBgDiv.d.ts +1 -1
- package/dist/ui/components/EmptyState.d.ts +1 -1
- package/dist/ui/components/FallbackShell.d.ts +1 -1
- package/dist/ui/components/Fieldset.d.ts +2 -2
- package/dist/ui/components/FilterChipGroup.d.ts +2 -1
- package/dist/ui/components/FilterDrawer.d.ts +1 -1
- package/dist/ui/components/FlowDiagram.d.ts +1 -1
- package/dist/ui/components/Form.d.ts +4 -4
- package/dist/ui/components/FormActionBar.d.ts +2 -1
- package/dist/ui/components/FormField.d.ts +2 -1
- package/dist/ui/components/FormGrid.d.ts +3 -2
- package/dist/ui/components/HorizontalRule.d.ts +1 -1
- package/dist/ui/components/HorizontalScroller.d.ts +1 -1
- package/dist/ui/components/HotspotMarker.d.ts +1 -1
- package/dist/ui/components/IconBox.d.ts +1 -1
- package/dist/ui/components/IconButton.d.ts +1 -1
- package/dist/ui/components/Iframe.d.ts +1 -1
- package/dist/ui/components/ImageGallery.d.ts +2 -1
- package/dist/ui/components/ItemRow.d.ts +1 -1
- package/dist/ui/components/Kbd.d.ts +1 -1
- package/dist/ui/components/Layout.d.ts +4 -4
- package/dist/ui/components/ListingFilterDrawer.d.ts +1 -1
- package/dist/ui/components/ListingLayout.d.ts +1 -1
- package/dist/ui/components/ListingToolbar.d.ts +1 -1
- package/dist/ui/components/LoginRequiredModal.d.ts +2 -1
- package/dist/ui/components/Menu.d.ts +5 -5
- package/dist/ui/components/Modal.d.ts +1 -1
- package/dist/ui/components/Motion.d.ts +14 -14
- package/dist/ui/components/NavbarChevron.d.ts +1 -1
- package/dist/ui/components/NavigationLoader.d.ts +1 -1
- package/dist/ui/components/OtpInput.d.ts +1 -1
- package/dist/ui/components/PageLoader.d.ts +1 -1
- package/dist/ui/components/PaginatedSelect.d.ts +2 -2
- package/dist/ui/components/Pagination.d.ts +2 -1
- package/dist/ui/components/PasswordStrengthIndicator.d.ts +2 -1
- package/dist/ui/components/PriceDisplay.d.ts +1 -1
- package/dist/ui/components/Progress.d.ts +3 -2
- package/dist/ui/components/ProgressBarFill.d.ts +1 -1
- package/dist/ui/components/Quote.d.ts +1 -1
- package/dist/ui/components/Radio.d.ts +2 -2
- package/dist/ui/components/RatingDisplay.d.ts +1 -1
- package/dist/ui/components/Responsive.d.ts +2 -2
- package/dist/ui/components/ResponsiveView.d.ts +1 -1
- package/dist/ui/components/RichTextEditor.d.ts +2 -1
- package/dist/ui/components/RoleBadge.d.ts +2 -1
- package/dist/ui/components/RowActionMenu.d.ts +1 -1
- package/dist/ui/components/Scrim.d.ts +1 -1
- package/dist/ui/components/Select.d.ts +1 -1
- package/dist/ui/components/Semantic.d.ts +21 -21
- package/dist/ui/components/SettingsSection.d.ts +3 -2
- package/dist/ui/components/SideDrawer.d.ts +1 -1
- package/dist/ui/components/SideModal.d.ts +1 -1
- package/dist/ui/components/SiteLogo.d.ts +1 -1
- package/dist/ui/components/Skeleton.d.ts +2 -1
- package/dist/ui/components/SkipToMain.d.ts +2 -1
- package/dist/ui/components/Slider.d.ts +1 -1
- package/dist/ui/components/SlottedListingView.d.ts +2 -2
- package/dist/ui/components/SortDropdown.d.ts +1 -1
- package/dist/ui/components/Spinner.d.ts +1 -1
- package/dist/ui/components/StackedViewShell.d.ts +2 -2
- package/dist/ui/components/StarRating.d.ts +1 -1
- package/dist/ui/components/StatsGrid.d.ts +1 -1
- package/dist/ui/components/StatusBadge.d.ts +1 -1
- package/dist/ui/components/StepperNav.d.ts +1 -1
- package/dist/ui/components/StickyToolbar.d.ts +1 -1
- package/dist/ui/components/SummaryCard.d.ts +1 -1
- package/dist/ui/components/TabStrip.d.ts +2 -1
- package/dist/ui/components/TablePagination.d.ts +2 -1
- package/dist/ui/components/Tabs.d.ts +4 -4
- package/dist/ui/components/TagInput.d.ts +2 -1
- package/dist/ui/components/TextLink.d.ts +1 -1
- package/dist/ui/components/Toast.d.ts +1 -1
- package/dist/ui/components/Toggle.d.ts +1 -1
- package/dist/ui/components/Tooltip.d.ts +1 -1
- package/dist/ui/components/Typography.d.ts +4 -4
- package/dist/ui/components/UnsavedChangesModal.d.ts +1 -1
- package/dist/ui/components/VacationBanner.d.ts +2 -1
- package/dist/ui/components/ViewToggle.d.ts +1 -1
- package/dist/ui/forms/ColorPickerField.d.ts +1 -1
- package/dist/ui/forms/FieldCheckbox.d.ts +2 -1
- package/dist/ui/forms/FieldInput.d.ts +1 -1
- package/dist/ui/forms/FieldSelect.d.ts +2 -1
- package/dist/ui/forms/FieldTextarea.d.ts +1 -1
- package/dist/ui/forms/FormShell.d.ts +2 -2
- package/dist/ui/rich-text/RichText.d.ts +1 -1
- package/dist/ui/rich-text/RichTextRenderer.d.ts +2 -1
- package/package.json +1 -1
|
@@ -6,5 +6,5 @@ interface AuthStatusPanelProps {
|
|
|
6
6
|
message?: string;
|
|
7
7
|
actions?: ReactNode;
|
|
8
8
|
}
|
|
9
|
-
export declare function AuthStatusPanel({ tone, title, message, actions, }: AuthStatusPanelProps): import("react
|
|
9
|
+
export declare function AuthStatusPanel({ tone, title, message, actions, }: AuthStatusPanelProps): import("react").JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -15,4 +15,4 @@ export interface ForgotPasswordViewProps {
|
|
|
15
15
|
renderBackLink?: () => React.ReactNode;
|
|
16
16
|
className?: string;
|
|
17
17
|
}
|
|
18
|
-
export declare function ForgotPasswordView({ onSubmit, isLoading, error, success, labels, renderBackLink, className, }: ForgotPasswordViewProps):
|
|
18
|
+
export declare function ForgotPasswordView({ onSubmit, isLoading, error, success, labels, renderBackLink, className, }: ForgotPasswordViewProps): React.JSX.Element;
|
|
@@ -39,7 +39,7 @@ export interface RoleGateProps {
|
|
|
39
39
|
allowedRoles: UserRole | UserRole[];
|
|
40
40
|
fallback?: React.ReactNode;
|
|
41
41
|
}
|
|
42
|
-
export declare function RoleGate({ children, user, allowedRoles, fallback, }: RoleGateProps):
|
|
42
|
+
export declare function RoleGate({ children, user, allowedRoles, fallback, }: RoleGateProps): React.JSX.Element;
|
|
43
43
|
/**
|
|
44
44
|
* ProtectedRoute — enforces authentication and authorization with redirect support.
|
|
45
45
|
*
|
|
@@ -83,4 +83,4 @@ export interface ProtectedRouteProps {
|
|
|
83
83
|
goHome?: string;
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
|
-
export declare function ProtectedRoute({ children, user, loading, requireAuth, requireRole, requireEmailVerified, requireActiveAccount, showUnauthorized, onNavigate, routes, loadingComponent, unauthorizedComponent, uiLabels, }: ProtectedRouteProps):
|
|
86
|
+
export declare function ProtectedRoute({ children, user, loading, requireAuth, requireRole, requireEmailVerified, requireActiveAccount, showUnauthorized, onNavigate, routes, loadingComponent, unauthorizedComponent, uiLabels, }: ProtectedRouteProps): React.JSX.Element | null;
|
|
@@ -28,4 +28,4 @@ export interface LoginFormProps {
|
|
|
28
28
|
renderForgotPasswordLink?: () => React.ReactNode;
|
|
29
29
|
className?: string;
|
|
30
30
|
}
|
|
31
|
-
export declare function LoginForm({ onSubmit, onGoogleLogin, isLoading, error, labels, renderSocialButtons, renderCreateAccountLink, renderForgotPasswordLink, className, }: LoginFormProps):
|
|
31
|
+
export declare function LoginForm({ onSubmit, onGoogleLogin, isLoading, error, labels, renderSocialButtons, renderCreateAccountLink, renderForgotPasswordLink, className, }: LoginFormProps): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function OAuthLoadingView(): import("react
|
|
1
|
+
export declare function OAuthLoadingView(): import("react").JSX.Element;
|
|
@@ -33,4 +33,4 @@ export interface RegisterFormProps {
|
|
|
33
33
|
renderPasswordStrength?: (password: string) => React.ReactNode;
|
|
34
34
|
className?: string;
|
|
35
35
|
}
|
|
36
|
-
export declare function RegisterForm({ onSubmit, isLoading, error, success, labels, renderSocialButtons, renderLoginLink, renderTermsLink, renderPasswordStrength, className, }: RegisterFormProps):
|
|
36
|
+
export declare function RegisterForm({ onSubmit, isLoading, error, success, labels, renderSocialButtons, renderLoginLink, renderTermsLink, renderPasswordStrength, className, }: RegisterFormProps): React.JSX.Element;
|
|
@@ -8,10 +8,10 @@ import { Form } from "../../../ui/components/Form";
|
|
|
8
8
|
import { FieldInput } from "../../../ui/forms/FieldInput";
|
|
9
9
|
import { FieldCheckbox } from "../../../ui/forms/FieldCheckbox";
|
|
10
10
|
import { applyZodIssues } from "../../../ui/forms/FormShell";
|
|
11
|
-
import { registerSchema } from "../schemas";
|
|
11
|
+
import { registerSchema, registerPasswordSchema } from "../schemas";
|
|
12
12
|
const registerClientSchema = registerSchema.extend({
|
|
13
13
|
displayName: z.string().min(1, "Enter your name"),
|
|
14
|
-
confirmPassword:
|
|
14
|
+
confirmPassword: registerPasswordSchema,
|
|
15
15
|
acceptTerms: z.literal(true, {
|
|
16
16
|
errorMap: () => ({ message: "You must accept the terms to continue" }),
|
|
17
17
|
}),
|
|
@@ -20,4 +20,4 @@ export interface ResetPasswordViewProps {
|
|
|
20
20
|
renderLoginLink?: () => React.ReactNode;
|
|
21
21
|
className?: string;
|
|
22
22
|
}
|
|
23
|
-
export declare function ResetPasswordView({ oobCode, onSubmit, isLoading, error, success, labels, renderLoginLink, className, }: ResetPasswordViewProps):
|
|
23
|
+
export declare function ResetPasswordView({ oobCode, onSubmit, isLoading, error, success, labels, renderLoginLink, className, }: ResetPasswordViewProps): React.JSX.Element;
|
|
@@ -4,5 +4,5 @@ interface SocialAuthButtonsProps {
|
|
|
4
4
|
dividerLabel: string;
|
|
5
5
|
googleLabel: string;
|
|
6
6
|
}
|
|
7
|
-
export declare function SocialAuthButtons({ onGoogle, disabled, dividerLabel, googleLabel, }: SocialAuthButtonsProps): import("react
|
|
7
|
+
export declare function SocialAuthButtons({ onGoogle, disabled, dividerLabel, googleLabel, }: SocialAuthButtonsProps): import("react").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -17,4 +17,4 @@ export interface VerifyEmailViewProps {
|
|
|
17
17
|
renderContinueButton?: () => React.ReactNode;
|
|
18
18
|
className?: string;
|
|
19
19
|
}
|
|
20
|
-
export declare function VerifyEmailView({ status, error, labels, onRetry, renderContinueButton, className, }: VerifyEmailViewProps):
|
|
20
|
+
export declare function VerifyEmailView({ status, error, labels, onRetry, renderContinueButton, className, }: VerifyEmailViewProps): React.JSX.Element;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* Permission naming: admin:resource:action
|
|
12
12
|
* Ban action naming: plain verb phrase — write_reviews, place_bids, etc.
|
|
13
13
|
*/
|
|
14
|
-
export type Permission = "admin:dashboard:view" | "admin:users:read" | "admin:users:write" | "admin:users:delete" | "admin:user-bans:read" | "admin:user-bans:write" | "admin:products:read" | "admin:products:write" | "admin:products:delete" | "admin:orders:read" | "admin:orders:write" | "admin:returns:read" | "admin:returns:write" | "admin:stores:read" | "admin:stores:write" | "admin:store-addresses:read" | "admin:analytics:view" | "admin:payouts:read" | "admin:payouts:write" | "admin:categories:read" | "admin:categories:write" | "admin:categories:delete" | "admin:brands:read" | "admin:brands:write" | "admin:brands:delete" | "admin:coupons:read" | "admin:coupons:write" | "admin:coupons:delete" | "admin:deals:read" | "admin:deals:write" | "admin:featured:read" | "admin:featured:write" | "admin:reviews:read" | "admin:reviews:write" | "admin:reviews:delete" | "admin:blog:read" | "admin:blog:write" | "admin:blog:delete" | "admin:blog:publish" | "admin:bids:read" | "admin:bids:write" | "admin:media:read" | "admin:media:write" | "admin:media:delete" | "admin:site:read" | "admin:site:write" | "admin:settings:write" | "admin:navigation:read" | "admin:navigation:write" | "admin:sections:read" | "admin:sections:write" | "admin:carousel:read" | "admin:carousel:write" | "admin:carousel:delete" | "admin:ads:read" | "admin:ads:write" | "admin:ads:delete" | "admin:faqs:read" | "admin:faqs:write" | "admin:faqs:delete" | "admin:newsletter:read" | "admin:newsletter:write" | "admin:contact:read" | "admin:events:read" | "admin:events:write" | "admin:events:delete" | "admin:event-entries:read" | "admin:event-entries:write" | "admin:support-tickets:read" | "admin:support-tickets:write" | "admin:support-tickets:assign" | "admin:support-tickets:close" | "admin:scammers:read" | "admin:scammers:write" | "admin:scammers:verify" | "admin:scammers:delete" | "admin:sessions:read" | "admin:sessions:delete" | "admin:notifications:read" | "admin:notifications:write" | "admin:carts:read" | "admin:wishlists:read" | "admin:feature-flags:read" | "admin:feature-flags:write" | "admin:copilot:view" | "admin:team:read" | "admin:team:write" | "admin:maintenance:view-server-errors" | "admin:maintenance:view-client-errors" | "admin:maintenance:view-function-errors" | "admin:maintenance:view-cloud-logs" | "admin:maintenance:view-payment-rollbacks" | "admin:maintenance:run-analysis" | "admin:maintenance:purge-errors";
|
|
14
|
+
export type Permission = "admin:dashboard:view" | "admin:users:read" | "admin:users:write" | "admin:users:delete" | "admin:user-bans:read" | "admin:user-bans:write" | "admin:products:read" | "admin:products:write" | "admin:products:delete" | "admin:orders:read" | "admin:orders:write" | "admin:returns:read" | "admin:returns:write" | "admin:stores:read" | "admin:stores:write" | "admin:store-addresses:read" | "admin:addresses:read" | "admin:addresses:write" | "admin:analytics:view" | "admin:payouts:read" | "admin:payouts:write" | "admin:categories:read" | "admin:categories:write" | "admin:categories:delete" | "admin:brands:read" | "admin:brands:write" | "admin:brands:delete" | "admin:coupons:read" | "admin:coupons:write" | "admin:coupons:delete" | "admin:deals:read" | "admin:deals:write" | "admin:featured:read" | "admin:featured:write" | "admin:reviews:read" | "admin:reviews:write" | "admin:reviews:delete" | "admin:blog:read" | "admin:blog:write" | "admin:blog:delete" | "admin:blog:publish" | "admin:bids:read" | "admin:bids:write" | "admin:media:read" | "admin:media:write" | "admin:media:delete" | "admin:site:read" | "admin:site:write" | "admin:settings:write" | "admin:navigation:read" | "admin:navigation:write" | "admin:sections:read" | "admin:sections:write" | "admin:carousel:read" | "admin:carousel:write" | "admin:carousel:delete" | "admin:ads:read" | "admin:ads:write" | "admin:ads:delete" | "admin:faqs:read" | "admin:faqs:write" | "admin:faqs:delete" | "admin:newsletter:read" | "admin:newsletter:write" | "admin:contact:read" | "admin:events:read" | "admin:events:write" | "admin:events:delete" | "admin:event-entries:read" | "admin:event-entries:write" | "admin:support-tickets:read" | "admin:support-tickets:write" | "admin:support-tickets:assign" | "admin:support-tickets:close" | "admin:scammers:read" | "admin:scammers:write" | "admin:scammers:verify" | "admin:scammers:delete" | "admin:sessions:read" | "admin:sessions:delete" | "admin:notifications:read" | "admin:notifications:write" | "admin:carts:read" | "admin:wishlists:read" | "admin:feature-flags:read" | "admin:feature-flags:write" | "admin:copilot:view" | "admin:team:read" | "admin:team:write" | "admin:maintenance:view-server-errors" | "admin:maintenance:view-client-errors" | "admin:maintenance:view-function-errors" | "admin:maintenance:view-cloud-logs" | "admin:maintenance:view-payment-rollbacks" | "admin:maintenance:run-analysis" | "admin:maintenance:purge-errors";
|
|
15
15
|
/**
|
|
16
16
|
* Granular user actions that can be soft-banned individually.
|
|
17
17
|
* A user may have multiple simultaneous soft bans of different types.
|
|
@@ -17,6 +17,14 @@ export declare const loginSchema: z.ZodObject<{
|
|
|
17
17
|
password: string;
|
|
18
18
|
email: string;
|
|
19
19
|
}>;
|
|
20
|
+
/**
|
|
21
|
+
* Matches the server-side complexity rule enforced in
|
|
22
|
+
* src/app/api/auth/register/route.ts — kept in sync so a password that fails
|
|
23
|
+
* client-side validation is exactly the same one that would fail server-side,
|
|
24
|
+
* instead of passing the client gate and failing with a generic toast after
|
|
25
|
+
* the network round-trip.
|
|
26
|
+
*/
|
|
27
|
+
export declare const registerPasswordSchema: z.ZodString;
|
|
20
28
|
export declare const registerSchema: z.ZodObject<{
|
|
21
29
|
email: z.ZodString;
|
|
22
30
|
password: z.ZodString;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./firestore";
|
|
2
2
|
import { z } from "zod";
|
|
3
|
+
import { ERROR_MESSAGES } from "../../../errors/messages";
|
|
3
4
|
// --- Form schemas -------------------------------------------------------------
|
|
4
5
|
/**
|
|
5
6
|
* Login form schema — use with react-hook-form + zodResolver.
|
|
@@ -12,9 +13,22 @@ export const loginSchema = z.object({
|
|
|
12
13
|
email: z.string().email(),
|
|
13
14
|
password: z.string().min(6),
|
|
14
15
|
});
|
|
16
|
+
/**
|
|
17
|
+
* Matches the server-side complexity rule enforced in
|
|
18
|
+
* src/app/api/auth/register/route.ts — kept in sync so a password that fails
|
|
19
|
+
* client-side validation is exactly the same one that would fail server-side,
|
|
20
|
+
* instead of passing the client gate and failing with a generic toast after
|
|
21
|
+
* the network round-trip.
|
|
22
|
+
*/
|
|
23
|
+
export const registerPasswordSchema = z
|
|
24
|
+
.string()
|
|
25
|
+
.min(8, ERROR_MESSAGES.PASSWORD.TOO_SHORT)
|
|
26
|
+
.regex(/[A-Z]/, ERROR_MESSAGES.PASSWORD.NO_UPPERCASE)
|
|
27
|
+
.regex(/[a-z]/, ERROR_MESSAGES.PASSWORD.NO_LOWERCASE)
|
|
28
|
+
.regex(/[0-9]/, ERROR_MESSAGES.PASSWORD.NO_NUMBER);
|
|
15
29
|
export const registerSchema = z.object({
|
|
16
30
|
email: z.string().email(),
|
|
17
|
-
password:
|
|
31
|
+
password: registerPasswordSchema,
|
|
18
32
|
displayName: z.string().min(1).optional(),
|
|
19
33
|
});
|
|
20
34
|
export const forgotPasswordSchema = z.object({
|
|
@@ -3,5 +3,5 @@ interface BeforeAfterGalleryProps {
|
|
|
3
3
|
items: BeforeAfterItem[];
|
|
4
4
|
className?: string;
|
|
5
5
|
}
|
|
6
|
-
export declare function BeforeAfterGallery({ items, className, }: BeforeAfterGalleryProps): import("react
|
|
6
|
+
export declare function BeforeAfterGallery({ items, className, }: BeforeAfterGalleryProps): import("react").JSX.Element | null;
|
|
7
7
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { BeforeAfterItem } from "../types";
|
|
2
3
|
interface BeforeAfterSliderProps {
|
|
3
4
|
item: BeforeAfterItem;
|
|
4
5
|
className?: string;
|
|
5
6
|
}
|
|
6
|
-
export declare function BeforeAfterSlider({ item, className, }: BeforeAfterSliderProps):
|
|
7
|
+
export declare function BeforeAfterSlider({ item, className, }: BeforeAfterSliderProps): React.JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { BlogPost } from "../types";
|
|
2
3
|
export interface BlogFeaturedCardProps {
|
|
3
4
|
post: BlogPost;
|
|
@@ -11,4 +12,4 @@ export interface BlogFeaturedCardProps {
|
|
|
11
12
|
isSelected?: boolean;
|
|
12
13
|
onSelect?: (id: string, selected: boolean) => void;
|
|
13
14
|
}
|
|
14
|
-
export declare function BlogFeaturedCard({ post, href, labels, className, selectable, isSelected, onSelect, }: BlogFeaturedCardProps):
|
|
15
|
+
export declare function BlogFeaturedCard({ post, href, labels, className, selectable, isSelected, onSelect, }: BlogFeaturedCardProps): React.JSX.Element;
|
|
@@ -103,4 +103,4 @@ export interface BlogFiltersProps {
|
|
|
103
103
|
/** "public" hides admin-only fields (status, isFeatured) */
|
|
104
104
|
variant?: BlogFilterVariant;
|
|
105
105
|
}
|
|
106
|
-
export declare function BlogFilters({ table, variant }: BlogFiltersProps): import("react
|
|
106
|
+
export declare function BlogFilters({ table, variant }: BlogFiltersProps): import("react").JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface BlogIndexListingProps {
|
|
2
3
|
initialData?: any;
|
|
3
4
|
}
|
|
4
|
-
export declare function BlogIndexListing({ initialData }: BlogIndexListingProps):
|
|
5
|
+
export declare function BlogIndexListing({ initialData }: BlogIndexListingProps): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
type SearchParams = Record<string, string | string[]>;
|
|
2
3
|
export interface BlogIndexPageViewProps {
|
|
3
4
|
searchParams?: SearchParams;
|
|
4
5
|
}
|
|
5
|
-
export declare function BlogIndexPageView({ searchParams }: BlogIndexPageViewProps): Promise<
|
|
6
|
+
export declare function BlogIndexPageView({ searchParams }: BlogIndexPageViewProps): Promise<React.JSX.Element>;
|
|
6
7
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { LayoutSlots } from "../../../contracts";
|
|
2
3
|
import type { BlogPost, BlogPostCategory } from "../types";
|
|
3
4
|
interface BlogCardProps {
|
|
@@ -6,14 +7,14 @@ interface BlogCardProps {
|
|
|
6
7
|
onClick?: (post: BlogPost) => void;
|
|
7
8
|
className?: string;
|
|
8
9
|
}
|
|
9
|
-
export declare function BlogCard({ post, href, onClick, className }: BlogCardProps):
|
|
10
|
+
export declare function BlogCard({ post, href, onClick, className }: BlogCardProps): React.JSX.Element;
|
|
10
11
|
interface BlogCategoryTabsProps {
|
|
11
12
|
categories: BlogPostCategory[];
|
|
12
13
|
active?: BlogPostCategory | null;
|
|
13
14
|
onSelect: (cat: BlogPostCategory | null) => void;
|
|
14
15
|
labels?: Record<string, string>;
|
|
15
16
|
}
|
|
16
|
-
export declare function BlogCategoryTabs({ categories, active, onSelect, labels, }: BlogCategoryTabsProps):
|
|
17
|
+
export declare function BlogCategoryTabs({ categories, active, onSelect, labels, }: BlogCategoryTabsProps): React.JSX.Element;
|
|
17
18
|
interface BlogListViewProps<T extends BlogPost = BlogPost> {
|
|
18
19
|
posts: T[];
|
|
19
20
|
isLoading?: boolean;
|
|
@@ -26,5 +27,5 @@ interface BlogListViewProps<T extends BlogPost = BlogPost> {
|
|
|
26
27
|
/** Render-prop slot overrides — pass via `FeatureExtension.slots`. */
|
|
27
28
|
slots?: LayoutSlots<T>;
|
|
28
29
|
}
|
|
29
|
-
export declare function BlogListView<T extends BlogPost = BlogPost>({ posts, isLoading, totalPages, currentPage, total, onPageChange, onPostClick, emptyLabel, slots, }: BlogListViewProps<T>):
|
|
30
|
+
export declare function BlogListView<T extends BlogPost = BlogPost>({ posts, isLoading, totalPages, currentPage, total, onPageChange, onPostClick, emptyLabel, slots, }: BlogListViewProps<T>): React.JSX.Element;
|
|
30
31
|
export {};
|
|
@@ -53,4 +53,4 @@ export interface BlogPostFormProps {
|
|
|
53
53
|
}) => React.ReactNode;
|
|
54
54
|
renderContentReadonly?: (value: string) => React.ReactNode;
|
|
55
55
|
}
|
|
56
|
-
export declare function BlogPostForm({ value, onChange, categoryOptions, statusOptions, labels, onUploadCover, onUploadContentImage, onUploadAdditionalImage, onAbort, isReadonly, renderContentField, renderContentReadonly, }: BlogPostFormProps):
|
|
56
|
+
export declare function BlogPostForm({ value, onChange, categoryOptions, statusOptions, labels, onUploadCover, onUploadContentImage, onUploadAdditionalImage, onAbort, isReadonly, renderContentField, renderContentReadonly, }: BlogPostFormProps): React.JSX.Element;
|
|
@@ -31,4 +31,4 @@ export interface BlogPostViewProps {
|
|
|
31
31
|
renderAuthorBio?: (post: BlogPost) => React.ReactNode;
|
|
32
32
|
className?: string;
|
|
33
33
|
}
|
|
34
|
-
export declare function BlogPostView({ slug, initialData, labels, renderImage, renderContent, renderBackButton, renderLoading, renderError, renderRelatedCard, renderAuthorBio, className, }: BlogPostViewProps):
|
|
34
|
+
export declare function BlogPostView({ slug, initialData, labels, renderImage, renderContent, renderBackButton, renderLoading, renderError, renderRelatedCard, renderAuthorBio, className, }: BlogPostViewProps): React.JSX.Element;
|
|
@@ -8,7 +8,7 @@ interface CartItemRowProps {
|
|
|
8
8
|
/** When true: grays out item, shows "Out of Stock" badge, locks qty stepper */
|
|
9
9
|
isOutOfStock?: boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare function CartItemRow({ item, onQtyChange, onRemove, href, isOutOfStock }: CartItemRowProps): import("react
|
|
11
|
+
export declare function CartItemRow({ item, onQtyChange, onRemove, href, isOutOfStock }: CartItemRowProps): import("react").JSX.Element;
|
|
12
12
|
interface CartDrawerProps {
|
|
13
13
|
isOpen: boolean;
|
|
14
14
|
onClose: () => void;
|
|
@@ -27,5 +27,5 @@ interface CartDrawerProps {
|
|
|
27
27
|
subtotal?: string;
|
|
28
28
|
};
|
|
29
29
|
}
|
|
30
|
-
export declare function CartDrawer({ isOpen, onClose, items, subtotal, currency, isLoading, onQtyChange, onRemove, onCheckout, labels, }: CartDrawerProps): import("react
|
|
30
|
+
export declare function CartDrawer({ isOpen, onClose, items, subtotal, currency, isLoading, onQtyChange, onRemove, onCheckout, labels, }: CartDrawerProps): import("react").JSX.Element | null;
|
|
31
31
|
export {};
|
|
@@ -16,4 +16,4 @@ export interface CartSummaryProps {
|
|
|
16
16
|
};
|
|
17
17
|
className?: string;
|
|
18
18
|
}
|
|
19
|
-
export declare function CartSummary({ renderBreakdown, renderTotal, renderCheckoutAction, renderPromoCode, renderContinueShopping, labels, className, }: CartSummaryProps):
|
|
19
|
+
export declare function CartSummary({ renderBreakdown, renderTotal, renderCheckoutAction, renderPromoCode, renderContinueShopping, labels, className, }: CartSummaryProps): React.JSX.Element;
|
|
@@ -33,4 +33,4 @@ export interface CartViewProps {
|
|
|
33
33
|
isLoading?: boolean;
|
|
34
34
|
className?: string;
|
|
35
35
|
}
|
|
36
|
-
export declare function CartView({ labels, renderItems, renderGroups, groups, renderSummary, renderPromoCode, renderCheckoutButton, renderEmpty, isEmpty, isLoading, className, }: CartViewProps):
|
|
36
|
+
export declare function CartView({ labels, renderItems, renderGroups, groups, renderSummary, renderPromoCode, renderCheckoutButton, renderEmpty, isEmpty, isLoading, className, }: CartViewProps): React.JSX.Element;
|
|
@@ -17,4 +17,4 @@ export interface CheckoutAddressStepProps<TAddress> {
|
|
|
17
17
|
renderAddNew?: () => React.ReactNode;
|
|
18
18
|
className?: string;
|
|
19
19
|
}
|
|
20
|
-
export declare function CheckoutAddressStep<TAddress>({ labels, addresses, selectedAddressId, getAddressId, onSelectAddress, renderAddressCard, renderEmptyState, renderAddNew, className, }: CheckoutAddressStepProps<TAddress>):
|
|
20
|
+
export declare function CheckoutAddressStep<TAddress>({ labels, addresses, selectedAddressId, getAddressId, onSelectAddress, renderAddressCard, renderEmptyState, renderAddNew, className, }: CheckoutAddressStepProps<TAddress>): React.JSX.Element;
|
|
@@ -12,4 +12,4 @@ export interface CheckoutOtpModalProps {
|
|
|
12
12
|
renderBody: () => React.ReactNode;
|
|
13
13
|
className?: string;
|
|
14
14
|
}
|
|
15
|
-
export declare function CheckoutOtpModal({ isOpen, title, onClose, renderContainer, renderBody, className, }: CheckoutOtpModalProps):
|
|
15
|
+
export declare function CheckoutOtpModal({ isOpen, title, onClose, renderContainer, renderBody, className, }: CheckoutOtpModalProps): React.JSX.Element | null;
|
|
@@ -9,4 +9,4 @@ export interface CheckoutSuccessViewProps extends Omit<StackedViewShellProps, "s
|
|
|
9
9
|
renderOrderCard?: () => React.ReactNode;
|
|
10
10
|
renderActions?: (onContinue: () => void) => React.ReactNode;
|
|
11
11
|
}
|
|
12
|
-
export declare function CheckoutSuccessView({ labels, renderHero, renderOrderCard, renderActions, ...rest }: CheckoutSuccessViewProps):
|
|
12
|
+
export declare function CheckoutSuccessView({ labels, renderHero, renderOrderCard, renderActions, ...rest }: CheckoutSuccessViewProps): React.JSX.Element;
|
|
@@ -12,4 +12,4 @@ export interface CheckoutViewProps {
|
|
|
12
12
|
onStepChange?: (step: number) => void;
|
|
13
13
|
className?: string;
|
|
14
14
|
}
|
|
15
|
-
export declare function CheckoutView({ labels, renderStep, renderStepIndicator, renderOrderSummary, totalSteps, initialStep, activeStep, onStepChange, className, }: CheckoutViewProps):
|
|
15
|
+
export declare function CheckoutView({ labels, renderStep, renderStepIndicator, renderOrderSummary, totalSteps, initialStep, activeStep, onStepChange, className, }: CheckoutViewProps): React.JSX.Element;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ShippingPicker — buyer-facing shipping provider selector.
|
|
3
|
+
*
|
|
4
|
+
* Renders the store's configured shipping providers as a radio list.
|
|
5
|
+
* The selected provider's id + calculated fee are surfaced via the
|
|
6
|
+
* `onPickProvider` callback so the parent can persist them to the cart item.
|
|
7
|
+
*/
|
|
8
|
+
import React from "react";
|
|
1
9
|
import type { ShippingProviderConfig } from "../../stores/schemas/firestore";
|
|
2
10
|
export interface ShippingPickerProps {
|
|
3
11
|
providers: ShippingProviderConfig[];
|
|
@@ -10,4 +18,4 @@ export interface ShippingPickerProps {
|
|
|
10
18
|
isLoading?: boolean;
|
|
11
19
|
className?: string;
|
|
12
20
|
}
|
|
13
|
-
export declare function ShippingPicker({ providers, selectedProviderId, subtotalInPaise, onPickProvider, isLoading, className, }: ShippingPickerProps):
|
|
21
|
+
export declare function ShippingPicker({ providers, selectedProviderId, subtotalInPaise, onPickProvider, isLoading, className, }: ShippingPickerProps): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CategoryDocument } from "../schemas/firestore";
|
|
2
3
|
export interface BrandDetailPageViewProps {
|
|
3
4
|
slug: string;
|
|
4
5
|
initialBrand?: CategoryDocument | null;
|
|
5
6
|
}
|
|
6
|
-
export declare function BrandDetailPageView({ slug, initialBrand }: BrandDetailPageViewProps): Promise<
|
|
7
|
+
export declare function BrandDetailPageView({ slug, initialBrand }: BrandDetailPageViewProps): Promise<React.JSX.Element>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CategoryDocument } from "../schemas";
|
|
2
3
|
export interface BrandDetailTabsProps {
|
|
3
4
|
brandName: string;
|
|
@@ -15,4 +16,4 @@ export interface BrandDetailTabsProps {
|
|
|
15
16
|
/** Enabled category types (e.g. ["category","brand","bundle"]). When omitted, all tabs shown. */
|
|
16
17
|
enabledCategoryTypes?: string[];
|
|
17
18
|
}
|
|
18
|
-
export declare function BrandDetailTabs({ brandName, initialProductsData, initialBundles, counts, enabledListingTypes, enabledCategoryTypes, }: BrandDetailTabsProps):
|
|
19
|
+
export declare function BrandDetailTabs({ brandName, initialProductsData, initialBundles, counts, enabledListingTypes, enabledCategoryTypes, }: BrandDetailTabsProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CategoryItem } from "../types";
|
|
2
3
|
export interface BreadcrumbTrailProps {
|
|
3
4
|
/**
|
|
@@ -44,4 +45,4 @@ export interface BreadcrumbTrailProps {
|
|
|
44
45
|
* />
|
|
45
46
|
* ```
|
|
46
47
|
*/
|
|
47
|
-
export declare function BreadcrumbTrail({ category, rootLabel, rootHref, basePath, showCurrent, className, }: BreadcrumbTrailProps):
|
|
48
|
+
export declare function BreadcrumbTrail({ category, rootLabel, rootHref, basePath, showCurrent, className, }: BreadcrumbTrailProps): React.JSX.Element;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BundleBuyNowCta — direct-checkout CTA for bundle detail pages.
|
|
3
|
+
*
|
|
4
|
+
* Replaces BundleAddToCartCta (deleted). Bundles bypass the cart and go
|
|
5
|
+
* straight to checkout via the `directBundleCheckoutAction` server action.
|
|
6
|
+
* No qty input — bundles are always qty=1 per checkout.
|
|
7
|
+
*/
|
|
8
|
+
import React from "react";
|
|
1
9
|
export interface BundleBuyNowCtaProps {
|
|
2
10
|
bundleSlug: string;
|
|
3
11
|
outOfStock?: boolean;
|
|
@@ -7,4 +15,4 @@ export interface BundleBuyNowCtaProps {
|
|
|
7
15
|
/** Renders a smaller single-line button suited for list cards. */
|
|
8
16
|
compact?: boolean;
|
|
9
17
|
}
|
|
10
|
-
export declare function BundleBuyNowCta({ bundleSlug, outOfStock, onBuyNow, compact, }: BundleBuyNowCtaProps):
|
|
18
|
+
export declare function BundleBuyNowCta({ bundleSlug, outOfStock, onBuyNow, compact, }: BundleBuyNowCtaProps): React.JSX.Element;
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BundleCollage — collage grid of bundle member products with lightbox support.
|
|
3
|
+
*
|
|
4
|
+
* Mirrors PrizeDrawCollage's visual style. Clicking any cell opens a
|
|
5
|
+
* full-screen lightbox starting at that product and cycling circularly.
|
|
6
|
+
* Each cell also keeps a "Visit product" link accessible as the keyboard
|
|
7
|
+
* action so the lightbox does not break product discovery.
|
|
8
|
+
*/
|
|
9
|
+
import React from "react";
|
|
1
10
|
import type { ProductDocument } from "../../products/schemas/firestore";
|
|
2
11
|
export interface BundleCollageProps {
|
|
3
12
|
members: ProductDocument[];
|
|
4
13
|
/** Optional click handler — overrides the built-in lightbox (e.g. open a product drawer). */
|
|
5
14
|
onItemClick?: (product: ProductDocument) => void;
|
|
6
15
|
}
|
|
7
|
-
export declare function BundleCollage({ members, onItemClick }: BundleCollageProps):
|
|
16
|
+
export declare function BundleCollage({ members, onItemClick }: BundleCollageProps): React.JSX.Element | null;
|
|
8
17
|
export default BundleCollage;
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
* delegates to addBundleToCartAction + redirect to checkout
|
|
9
9
|
* (see src/actions/bundle.actions.ts).
|
|
10
10
|
*/
|
|
11
|
+
import React from "react";
|
|
11
12
|
import type { CategoryDocument } from "../schemas";
|
|
12
13
|
import type { ProductDocument } from "../../products/schemas/firestore";
|
|
13
14
|
export interface BundleDetailViewProps {
|
|
@@ -18,4 +19,4 @@ export interface BundleDetailViewProps {
|
|
|
18
19
|
bundleSlug: string;
|
|
19
20
|
}) => Promise<unknown>;
|
|
20
21
|
}
|
|
21
|
-
export declare function BundleDetailView({ bundle, members, onBuyNow, }: BundleDetailViewProps):
|
|
22
|
+
export declare function BundleDetailView({ bundle, members, onBuyNow, }: BundleDetailViewProps): React.JSX.Element;
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BundleDynamicRuleEditor — S-SBUNI-5 2026-05-13.
|
|
3
|
+
*
|
|
4
|
+
* Dynamic-rule companion to BundleItemsPicker. When an admin picks "dynamic"
|
|
5
|
+
* as the bundle's query-rule type, this view collects:
|
|
6
|
+
* - filter: categorySlug? · brandSlug? · tags? · listingType?
|
|
7
|
+
* - orderBy: price-asc | price-desc | createdAt-desc
|
|
8
|
+
* - limit (1..BUNDLE_MAX_ITEMS)
|
|
9
|
+
*
|
|
10
|
+
* The resolved member ids are computed by the `onProductStockChange` Firebase
|
|
11
|
+
* Function + a scheduled job, cached on `bundleProductIds[]` with a
|
|
12
|
+
* `bundleQueryResolvedAt` timestamp. This editor only writes the rule.
|
|
13
|
+
*/
|
|
14
|
+
import React from "react";
|
|
1
15
|
type DynamicRule = {
|
|
2
16
|
type: "dynamic";
|
|
3
17
|
filter: {
|
|
@@ -14,5 +28,5 @@ export interface BundleDynamicRuleEditorProps {
|
|
|
14
28
|
onChange: (next: DynamicRule) => void;
|
|
15
29
|
disabled?: boolean;
|
|
16
30
|
}
|
|
17
|
-
export declare function BundleDynamicRuleEditor({ value, onChange, disabled, }: BundleDynamicRuleEditorProps):
|
|
31
|
+
export declare function BundleDynamicRuleEditor({ value, onChange, disabled, }: BundleDynamicRuleEditorProps): React.JSX.Element;
|
|
18
32
|
export {};
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BundleItemsPicker — S-SBUNI-4 2026-05-13.
|
|
3
|
+
*
|
|
4
|
+
* Multi-select picker for bundle member products. Selected ids render as
|
|
5
|
+
* chips above the picker; a debounced search input queries the public
|
|
6
|
+
* /api/products endpoint and renders matches as checkbox rows. Enforces the
|
|
7
|
+
* BUNDLE_MIN_ITEMS / BUNDLE_MAX_ITEMS bounds at the UI level.
|
|
8
|
+
*
|
|
9
|
+
* The consumer passes a `fetchProducts(query)` prop so this component stays
|
|
10
|
+
* appkit-internal and the wire shape lives in the host app. A default
|
|
11
|
+
* implementation that hits `/api/products` is exported as
|
|
12
|
+
* `defaultBundleItemsFetch`.
|
|
13
|
+
*/
|
|
14
|
+
import React from "react";
|
|
1
15
|
export interface BundleItemSearchResult {
|
|
2
16
|
id: string;
|
|
3
17
|
title: string;
|
|
@@ -18,7 +32,7 @@ export interface BundleItemsPickerProps {
|
|
|
18
32
|
/** Optional initial chip metadata so already-selected ids show titles, not raw ids. */
|
|
19
33
|
initialMetadata?: Record<string, BundleItemSearchResult>;
|
|
20
34
|
}
|
|
21
|
-
export declare function BundleItemsPicker({ value, onChange, fetchProducts, minItems, maxItems, initialMetadata, }: BundleItemsPickerProps):
|
|
35
|
+
export declare function BundleItemsPicker({ value, onChange, fetchProducts, minItems, maxItems, initialMetadata, }: BundleItemsPickerProps): React.JSX.Element;
|
|
22
36
|
/**
|
|
23
37
|
* Default fetcher hitting the public /api/products endpoint. Consumers can
|
|
24
38
|
* pass this directly to BundleItemsPicker's `fetchProducts` prop.
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
type SearchParams = Record<string, string | string[]>;
|
|
2
3
|
export interface BundlesListViewProps {
|
|
3
4
|
searchParams?: SearchParams;
|
|
@@ -12,5 +13,5 @@ export interface BundlesListViewProps {
|
|
|
12
13
|
* Optional `?storeId=…` post-filters to a single seller's bundles.
|
|
13
14
|
* Sort UI is owned by `CategoryBundlesListing` (client).
|
|
14
15
|
*/
|
|
15
|
-
export declare function BundlesListView({ searchParams, onBuyNow, }: BundlesListViewProps): Promise<
|
|
16
|
+
export declare function BundlesListView({ searchParams, onBuyNow, }: BundlesListViewProps): Promise<React.JSX.Element>;
|
|
16
17
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CategoryItem } from "../types";
|
|
2
3
|
export interface CategoriesIndexListingProps {
|
|
3
4
|
initialData?: CategoryItem[];
|
|
4
5
|
/** When true, filters to brands only (for the standalone /brands page) */
|
|
5
6
|
brandsOnly?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export declare function CategoriesIndexListing({ initialData: _, brandsOnly }: CategoriesIndexListingProps):
|
|
8
|
+
export declare function CategoriesIndexListing({ initialData: _, brandsOnly }: CategoriesIndexListingProps): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
type SearchParams = Record<string, string | string[]>;
|
|
2
3
|
export interface CategoriesIndexPageViewProps {
|
|
3
4
|
searchParams?: SearchParams;
|
|
4
5
|
}
|
|
5
|
-
export declare function CategoriesIndexPageView({ searchParams }: CategoriesIndexPageViewProps): Promise<
|
|
6
|
+
export declare function CategoriesIndexPageView({ searchParams }: CategoriesIndexPageViewProps): Promise<React.JSX.Element>;
|
|
6
7
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CategoryDocument } from "../schemas";
|
|
2
3
|
export interface CategoryBundlesListingProps {
|
|
3
4
|
initialBundles: CategoryDocument[];
|
|
@@ -6,4 +7,4 @@ export interface CategoryBundlesListingProps {
|
|
|
6
7
|
bundleSlug: string;
|
|
7
8
|
}) => Promise<unknown>;
|
|
8
9
|
}
|
|
9
|
-
export declare function CategoryBundlesListing({ initialBundles, brandName, onBuyNow, }: CategoryBundlesListingProps):
|
|
10
|
+
export declare function CategoryBundlesListing({ initialBundles, brandName, onBuyNow, }: CategoryBundlesListingProps): React.JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface CategoryDetailPageViewProps {
|
|
2
3
|
slug: string;
|
|
3
4
|
}
|
|
4
|
-
export declare function CategoryDetailPageView({ slug }: CategoryDetailPageViewProps): Promise<
|
|
5
|
+
export declare function CategoryDetailPageView({ slug }: CategoryDetailPageViewProps): Promise<React.JSX.Element>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CategoryDocument } from "../schemas";
|
|
2
3
|
import type { StoreListItem } from "../../stores/types";
|
|
3
4
|
export interface CategoryDetailTabsProps {
|
|
@@ -19,4 +20,4 @@ export interface CategoryDetailTabsProps {
|
|
|
19
20
|
/** Enabled category types (e.g. ["category","brand","bundle"]). When omitted, all tabs shown. */
|
|
20
21
|
enabledCategoryTypes?: string[];
|
|
21
22
|
}
|
|
22
|
-
export declare function CategoryDetailTabs({ categorySlug, categoryId, initialProductsData, initialBundles, initialStores, counts, enabledListingTypes, enabledCategoryTypes, }: CategoryDetailTabsProps):
|
|
23
|
+
export declare function CategoryDetailTabs({ categorySlug, categoryId, initialProductsData, initialBundles, initialStores, counts, enabledListingTypes, enabledCategoryTypes, }: CategoryDetailTabsProps): React.JSX.Element;
|
|
@@ -65,4 +65,4 @@ export interface CategoryFiltersProps {
|
|
|
65
65
|
table: UrlTable;
|
|
66
66
|
variant?: CategoryFilterVariant;
|
|
67
67
|
}
|
|
68
|
-
export declare function CategoryFilters({ table, variant, }: CategoryFiltersProps): import("react
|
|
68
|
+
export declare function CategoryFilters({ table, variant, }: CategoryFiltersProps): import("react").JSX.Element;
|
|
@@ -21,4 +21,4 @@ export interface CategoryFormProps {
|
|
|
21
21
|
/** Tailwind class for vertical stack spacing, e.g. "space-y-4" */
|
|
22
22
|
stackClassName?: string;
|
|
23
23
|
}
|
|
24
|
-
export declare function CategoryForm({ category, allCategories, onChange, isReadonly, labels, stackClassName, }: CategoryFormProps): import("react
|
|
24
|
+
export declare function CategoryForm({ category, allCategories, onChange, isReadonly, labels, stackClassName, }: CategoryFormProps): import("react").JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CategoryItem } from "../types";
|
|
2
3
|
export interface CategoryCardProps {
|
|
3
4
|
category: CategoryItem;
|
|
@@ -5,7 +6,7 @@ export interface CategoryCardProps {
|
|
|
5
6
|
onClick?: (category: CategoryItem) => void;
|
|
6
7
|
className?: string;
|
|
7
8
|
}
|
|
8
|
-
export declare function CategoryCard({ category, href, onClick, className, }: CategoryCardProps):
|
|
9
|
+
export declare function CategoryCard({ category, href, onClick, className, }: CategoryCardProps): React.JSX.Element;
|
|
9
10
|
export interface CategoryGridProps {
|
|
10
11
|
categories: CategoryItem[];
|
|
11
12
|
getHref?: (category: CategoryItem) => string;
|
|
@@ -13,4 +14,4 @@ export interface CategoryGridProps {
|
|
|
13
14
|
emptyLabel?: string;
|
|
14
15
|
className?: string;
|
|
15
16
|
}
|
|
16
|
-
export declare function CategoryGrid({ categories, getHref, onCategoryClick, emptyLabel, className, }: CategoryGridProps):
|
|
17
|
+
export declare function CategoryGrid({ categories, getHref, onCategoryClick, emptyLabel, className, }: CategoryGridProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface CategoryProductsListingProps {
|
|
2
3
|
categorySlug: string;
|
|
3
4
|
categoryId?: string;
|
|
@@ -5,4 +6,4 @@ export interface CategoryProductsListingProps {
|
|
|
5
6
|
brandName?: string;
|
|
6
7
|
initialData?: any;
|
|
7
8
|
}
|
|
8
|
-
export declare function CategoryProductsListing({ categorySlug, categoryId, brandName, initialData, }: CategoryProductsListingProps):
|
|
9
|
+
export declare function CategoryProductsListing({ categorySlug, categoryId, brandName, initialData, }: CategoryProductsListingProps): React.JSX.Element;
|
|
@@ -46,4 +46,4 @@ export interface CategoryProductsViewProps {
|
|
|
46
46
|
isLoading?: boolean;
|
|
47
47
|
className?: string;
|
|
48
48
|
}
|
|
49
|
-
export declare function CategoryProductsView({ labels, table, filterVariant, sortValue, onSortChange, renderBreadcrumbs, renderChildCategories, renderFilters, renderActiveFilters, renderSearch, renderSort, renderViewToggle, renderProducts, renderPagination, category, children: childCategories, total, isLoading, className, }: CategoryProductsViewProps):
|
|
49
|
+
export declare function CategoryProductsView({ labels, table, filterVariant, sortValue, onSortChange, renderBreadcrumbs, renderChildCategories, renderFilters, renderActiveFilters, renderSearch, renderSort, renderViewToggle, renderProducts, renderPagination, category, children: childCategories, total, isLoading, className, }: CategoryProductsViewProps): React.JSX.Element;
|
|
@@ -14,4 +14,4 @@ export interface CategorySelectorCreateProps {
|
|
|
14
14
|
/** Tailwind spacing class for the inline create form stack */
|
|
15
15
|
stackClassName?: string;
|
|
16
16
|
}
|
|
17
|
-
export declare function CategorySelectorCreate({ value, onChange, disabled, label, labels, stackClassName, }: CategorySelectorCreateProps): import("react
|
|
17
|
+
export declare function CategorySelectorCreate({ value, onChange, disabled, label, labels, stackClassName, }: CategorySelectorCreateProps): import("react").JSX.Element;
|