@mohasinac/appkit 2.7.2 → 2.7.3
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/index.d.ts +0 -25
- package/dist/index.js +1722 -1758
- package/dist/server-entry.d.ts +25 -0
- package/dist/server-entry.js +28 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -893,7 +893,6 @@ export { HowOrdersWorkView } from "./features/about/index";
|
|
|
893
893
|
export { HowPayoutsWorkView } from "./features/about/index";
|
|
894
894
|
export { HowPreOrdersWorkView } from "./features/about/index";
|
|
895
895
|
export { HowReviewsWorkView } from "./features/about/index";
|
|
896
|
-
export { PolicyPageView } from "./features/about/index";
|
|
897
896
|
export { PublicProfileView } from "./features/about/index";
|
|
898
897
|
export { SecurityPrivacyView } from "./features/about/index";
|
|
899
898
|
export { ShippingPolicyView } from "./features/about/index";
|
|
@@ -1449,7 +1448,6 @@ export { BlogCard } from "./features/blog/index";
|
|
|
1449
1448
|
export { BlogCategoryTabs } from "./features/blog/index";
|
|
1450
1449
|
export { BlogFeaturedCard } from "./features/blog/index";
|
|
1451
1450
|
export { BlogFilters } from "./features/blog/index";
|
|
1452
|
-
export { BlogIndexPageView } from "./features/blog/components/BlogIndexPageView";
|
|
1453
1451
|
export { BlogIndexListing } from "./features/blog/index";
|
|
1454
1452
|
export type { BlogIndexListingProps } from "./features/blog/index";
|
|
1455
1453
|
export { BlogListView } from "./features/blog/index";
|
|
@@ -1533,9 +1531,6 @@ export { CATEGORY_FILTER_KEYS } from "./features/categories/index";
|
|
|
1533
1531
|
export { CATEGORY_PUBLIC_SORT_OPTIONS } from "./features/categories/index";
|
|
1534
1532
|
export { CATEGORY_SELLER_SORT_OPTIONS } from "./features/categories/index";
|
|
1535
1533
|
export { CategoriesListView } from "./features/categories/index";
|
|
1536
|
-
export { CategoriesIndexPageView } from "./features/categories/components/CategoriesIndexPageView";
|
|
1537
|
-
export { CategoryDetailPageView } from "./features/categories/components/CategoryDetailPageView";
|
|
1538
|
-
export { BrandDetailPageView } from "./features/categories/components/BrandDetailPageView";
|
|
1539
1534
|
export { CategoryCard } from "./features/categories/index";
|
|
1540
1535
|
export { CategoryFilters } from "./features/categories/index";
|
|
1541
1536
|
export { CategoryForm } from "./features/categories/index";
|
|
@@ -1745,7 +1740,6 @@ export type { EventRaffleWinnerViewProps } from "./features/events/index";
|
|
|
1745
1740
|
export { SpinWheelView } from "./features/events/index";
|
|
1746
1741
|
export type { SpinWheelViewProps } from "./features/events/index";
|
|
1747
1742
|
export { EventsListView } from "./features/events/index";
|
|
1748
|
-
export { EventsListPageView } from "./features/events/components/EventsListPageView";
|
|
1749
1743
|
export { EventsIndexListing } from "./features/events/index";
|
|
1750
1744
|
export type { EventsIndexListingProps } from "./features/events/index";
|
|
1751
1745
|
export { buildEventColumns } from "./features/events/index";
|
|
@@ -1912,7 +1906,6 @@ export { AdSlot } from "./features/homepage/index";
|
|
|
1912
1906
|
export type { AdSlotProps } from "./features/homepage/index";
|
|
1913
1907
|
export { registerAdSlot, registerAdSlots, getAdSlot, getAllAdSlots, unregisterAdSlot, clearAdRegistry, setAdConsentGranted, isAdConsentGranted, isAdSlotRenderable, } from "./features/homepage/index";
|
|
1914
1908
|
export type { AdSlotId, AdProvider, AdSlotConfig } from "./features/homepage/index";
|
|
1915
|
-
export { MarketplaceHomepageView } from "./features/homepage/index";
|
|
1916
1909
|
export type { MarketplaceHomepageViewProps, MarketplaceHomepageViewAdSlots, } from "./features/homepage/index";
|
|
1917
1910
|
export { BeforeAfterCard } from "./features/homepage/index";
|
|
1918
1911
|
export { CharacterHotspot } from "./features/homepage/index";
|
|
@@ -2257,10 +2250,8 @@ export { PaymentsRepository } from "./features/payments/server";
|
|
|
2257
2250
|
export { MarketplacePreorderCard } from "./features/pre-orders/index";
|
|
2258
2251
|
export { PreorderBadge } from "./features/pre-orders/index";
|
|
2259
2252
|
export { PreorderCard } from "./features/pre-orders/index";
|
|
2260
|
-
export { PreOrdersListView } from "./features/pre-orders/index";
|
|
2261
2253
|
export { PreOrdersIndexListing } from "./features/pre-orders/index";
|
|
2262
2254
|
export type { PreOrdersIndexListingProps } from "./features/pre-orders/index";
|
|
2263
|
-
export { PreOrderDetailPageView } from "./features/pre-orders/index";
|
|
2264
2255
|
export { buildPreorderColumns } from "./features/pre-orders/index";
|
|
2265
2256
|
export { getPreorderStatus } from "./features/pre-orders/index";
|
|
2266
2257
|
export { preorderAdminColumns } from "./features/pre-orders/index";
|
|
@@ -2278,9 +2269,6 @@ export { PreordersRepository } from "./features/pre-orders/server";
|
|
|
2278
2269
|
export { preOrdersGET } from "./features/pre-orders/server";
|
|
2279
2270
|
export { preOrdersPOST } from "./features/pre-orders/server";
|
|
2280
2271
|
export { AuctionDetailView } from "./features/products/index";
|
|
2281
|
-
export { AuctionDetailPageView } from "./features/auctions/index";
|
|
2282
|
-
export { AuctionsListView } from "./features/auctions/components/AuctionsListView";
|
|
2283
|
-
export { BundlesListView } from "./features/categories/components/BundlesListView";
|
|
2284
2272
|
export type { BundlesListViewProps } from "./features/categories/components/BundlesListView";
|
|
2285
2273
|
export { BundleDetailView } from "./features/categories/components/BundleDetailView";
|
|
2286
2274
|
export type { BundleDetailViewProps } from "./features/categories/components/BundleDetailView";
|
|
@@ -2318,19 +2306,16 @@ export { PRODUCT_UPDATABLE_FIELDS } from "./features/products/index";
|
|
|
2318
2306
|
export { PlaceBidForm } from "./features/products/index";
|
|
2319
2307
|
export { PreOrderDetailView } from "./features/products/index";
|
|
2320
2308
|
export { PreOrdersView } from "./features/products/index";
|
|
2321
|
-
export { PrizeDrawsListingView } from "./features/products/components/PrizeDrawsListingView";
|
|
2322
2309
|
export type { PrizeDrawsListingViewProps } from "./features/products/components/PrizeDrawsListingView";
|
|
2323
2310
|
export { PrizeDrawsIndexListing } from "./features/products/index";
|
|
2324
2311
|
export type { PrizeDrawsIndexListingProps } from "./features/products/index";
|
|
2325
2312
|
export { MarketplacePrizeDrawCard } from "./features/products/index";
|
|
2326
2313
|
export type { MarketplacePrizeDrawCardProps, MarketplacePrizeDrawCardData, MarketplacePrizeDrawCardLabels, } from "./features/products/index";
|
|
2327
|
-
export { PrizeDrawDetailPageView } from "./features/products/components/PrizeDrawDetailPageView";
|
|
2328
2314
|
export type { PrizeDrawDetailPageViewProps } from "./features/products/components/PrizeDrawDetailPageView";
|
|
2329
2315
|
export { PrizeDrawEntryActions } from "./features/products/index";
|
|
2330
2316
|
export type { PrizeDrawEntryActionsProps } from "./features/products/index";
|
|
2331
2317
|
export { ProductCard } from "./features/products/index";
|
|
2332
2318
|
export { ProductDetailView } from "./features/products/index";
|
|
2333
|
-
export { ProductDetailPageView } from "./features/products/components/ProductDetailPageView";
|
|
2334
2319
|
export type { ProductDetailPageViewProps } from "./features/products/components/ProductDetailPageView";
|
|
2335
2320
|
export { ShareButton } from "./features/products/components/ShareButton";
|
|
2336
2321
|
export { ProductFeatureBadges } from "./features/products/index";
|
|
@@ -2346,7 +2331,6 @@ export { ProductGrid } from "./features/products/index";
|
|
|
2346
2331
|
export { ProductInfo } from "./features/products/index";
|
|
2347
2332
|
export { ProductStatusValues } from "./features/products/index";
|
|
2348
2333
|
export { ProductTabs } from "./features/products/index";
|
|
2349
|
-
export { ProductsIndexPageView } from "./features/products/components/ProductsIndexPageView";
|
|
2350
2334
|
export { ProductsView } from "./features/products/index";
|
|
2351
2335
|
export { RelatedProducts } from "./features/products/index";
|
|
2352
2336
|
export { buildProductColumns } from "./features/products/index";
|
|
@@ -2510,8 +2494,6 @@ export { ReviewStatusValues } from "./features/reviews/index";
|
|
|
2510
2494
|
export { ReviewSummary } from "./features/reviews/index";
|
|
2511
2495
|
export { ReviewsList } from "./features/reviews/index";
|
|
2512
2496
|
export { ReviewsListView } from "./features/reviews/index";
|
|
2513
|
-
export { ReviewsIndexPageView } from "./features/reviews/components/ReviewsIndexPageView";
|
|
2514
|
-
export { ReviewDetailPageView } from "./features/reviews/components/ReviewDetailPageView";
|
|
2515
2497
|
export type { ReviewDetailPageViewProps } from "./features/reviews/components/ReviewDetailPageView";
|
|
2516
2498
|
export { ReviewsIndexListing } from "./features/reviews/components/ReviewsIndexListing";
|
|
2517
2499
|
export type { ReviewsIndexListingProps } from "./features/reviews/components/ReviewsIndexListing";
|
|
@@ -2788,7 +2770,6 @@ export { StoreProductsView } from "./features/stores/index";
|
|
|
2788
2770
|
export { StoreReviewsView } from "./features/stores/index";
|
|
2789
2771
|
export { StoreStatusValues } from "./features/stores/index";
|
|
2790
2772
|
export { StoresListView } from "./features/stores/index";
|
|
2791
|
-
export { StoresIndexPageView } from "./features/stores/components/StoresIndexPageView";
|
|
2792
2773
|
export { StoresIndexListing } from "./features/stores/index";
|
|
2793
2774
|
export type { StoresIndexListingProps } from "./features/stores/index";
|
|
2794
2775
|
export { StoreProductsListing } from "./features/stores/components/StoreProductsListing";
|
|
@@ -2797,14 +2778,8 @@ export { StoreAuctionsListing } from "./features/stores/components/StoreAuctions
|
|
|
2797
2778
|
export type { StoreAuctionsListingProps } from "./features/stores/components/StoreAuctionsListing";
|
|
2798
2779
|
export { StoreReviewsListing } from "./features/stores/components/StoreReviewsListing";
|
|
2799
2780
|
export type { StoreReviewsListingProps } from "./features/stores/components/StoreReviewsListing";
|
|
2800
|
-
export { StoreDetailLayoutView } from "./features/stores/components/StoreDetailLayoutView";
|
|
2801
|
-
export { StoreProductsPageView } from "./features/stores/components/StoreProductsPageView";
|
|
2802
|
-
export { StoreAuctionsPageView } from "./features/stores/components/StoreAuctionsPageView";
|
|
2803
2781
|
export { StoreReviewsPageView } from "./features/stores/components/StoreReviewsPageView";
|
|
2804
|
-
export { StorePreOrdersPageView } from "./features/stores/components/StorePreOrdersPageView";
|
|
2805
|
-
export { StorePrizeDrawsPageView } from "./features/stores/components/StorePrizeDrawsPageView";
|
|
2806
2782
|
export type { StorePrizeDrawsPageViewProps } from "./features/stores/components/StorePrizeDrawsPageView";
|
|
2807
|
-
export { StoreBundlesPageView } from "./features/stores/components/StoreBundlesPageView";
|
|
2808
2783
|
export type { StoreBundlesPageViewProps } from "./features/stores/components/StoreBundlesPageView";
|
|
2809
2784
|
export { StorePreOrdersListing } from "./features/stores/components/StorePreOrdersListing";
|
|
2810
2785
|
export type { StorePreOrdersListingProps } from "./features/stores/components/StorePreOrdersListing";
|