codexly-ui 0.10.59 → 0.10.60
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/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -3085,6 +3085,8 @@ declare class ClxWishlistComponent {
|
|
|
3085
3085
|
readonly onSortChange: _angular_core.OutputEmitterRef<string>;
|
|
3086
3086
|
readonly onPageChange: _angular_core.OutputEmitterRef<ClxWishlistPageChangeEvent>;
|
|
3087
3087
|
readonly onCheckoutAll: _angular_core.OutputEmitterRef<ClxWishlistItem[]>;
|
|
3088
|
+
/** Emitted from the empty-state's "Ir a la tienda" CTA — the host navigates to the catalog. */
|
|
3089
|
+
readonly onBrowseCatalog: _angular_core.OutputEmitterRef<void>;
|
|
3088
3090
|
readonly _skeletonItems: unknown[];
|
|
3089
3091
|
protected readonly _cardClass = "bg-clx-surface rounded-2xl shadow-sm transition-[box-shadow,transform] duration-300 overflow-hidden group hover:shadow-xl hover:-translate-y-0.5 flex flex-col sm:flex-row";
|
|
3090
3092
|
protected readonly _imageContainerClass = "relative shrink-0 w-full aspect-square sm:aspect-auto sm:w-40 overflow-hidden rounded-t-2xl sm:rounded-t-none sm:rounded-l-2xl";
|
|
@@ -3108,7 +3110,7 @@ declare class ClxWishlistComponent {
|
|
|
3108
3110
|
handleRemove(item: ClxWishlistItem): void;
|
|
3109
3111
|
handleCheckoutAll(): void;
|
|
3110
3112
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxWishlistComponent, never>;
|
|
3111
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxWishlistComponent, "clx-wishlist", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "sortOptions": { "alias": "sortOptions"; "required": false; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "sortValue": { "alias": "sortValue"; "required": false; "isSignal": true; }; "searchValue": { "alias": "searchValue"; "required": false; "isSignal": true; }; }, { "currentPage": "currentPageChange"; "pageSize": "pageSizeChange"; "sortValue": "sortValueChange"; "searchValue": "searchValueChange"; "onRemove": "onRemove"; "onAddToCart": "onAddToCart"; "onSearchChange": "onSearchChange"; "onSortChange": "onSortChange"; "onPageChange": "onPageChange"; "onCheckoutAll": "onCheckoutAll"; }, never, never, true, never>;
|
|
3113
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxWishlistComponent, "clx-wishlist", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "sortOptions": { "alias": "sortOptions"; "required": false; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "sortValue": { "alias": "sortValue"; "required": false; "isSignal": true; }; "searchValue": { "alias": "searchValue"; "required": false; "isSignal": true; }; }, { "currentPage": "currentPageChange"; "pageSize": "pageSizeChange"; "sortValue": "sortValueChange"; "searchValue": "searchValueChange"; "onRemove": "onRemove"; "onAddToCart": "onAddToCart"; "onSearchChange": "onSearchChange"; "onSortChange": "onSortChange"; "onPageChange": "onPageChange"; "onCheckoutAll": "onCheckoutAll"; "onBrowseCatalog": "onBrowseCatalog"; }, never, never, true, never>;
|
|
3112
3114
|
}
|
|
3113
3115
|
|
|
3114
3116
|
/** Refleja sa_cart_items + ca_variants + ca_products */
|
|
@@ -3154,6 +3156,8 @@ declare class ClxCartComponent {
|
|
|
3154
3156
|
readonly onClearCart: _angular_core.OutputEmitterRef<void>;
|
|
3155
3157
|
readonly onApplyCoupon: _angular_core.OutputEmitterRef<string>;
|
|
3156
3158
|
readonly onCheckout: _angular_core.OutputEmitterRef<void>;
|
|
3159
|
+
/** Emitted from the empty-state's "Ir a la tienda" CTA — the host navigates to the catalog. */
|
|
3160
|
+
readonly onBrowseCatalog: _angular_core.OutputEmitterRef<void>;
|
|
3157
3161
|
protected _couponCode: string;
|
|
3158
3162
|
protected readonly _skeletons: unknown[];
|
|
3159
3163
|
protected readonly _subtotal: _angular_core.Signal<number>;
|
|
@@ -3164,7 +3168,7 @@ declare class ClxCartComponent {
|
|
|
3164
3168
|
applyCoupon(): void;
|
|
3165
3169
|
removeCoupon(): void;
|
|
3166
3170
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxCartComponent, never>;
|
|
3167
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxCartComponent, "clx-cart", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "showCoupon": { "alias": "showCoupon"; "required": false; "isSignal": true; }; "coupon": { "alias": "coupon"; "required": false; "isSignal": true; }; }, { "coupon": "couponChange"; "onRemove": "onRemove"; "onQuantityChange": "onQuantityChange"; "onClearCart": "onClearCart"; "onApplyCoupon": "onApplyCoupon"; "onCheckout": "onCheckout"; }, never, never, true, never>;
|
|
3171
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxCartComponent, "clx-cart", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "showCoupon": { "alias": "showCoupon"; "required": false; "isSignal": true; }; "coupon": { "alias": "coupon"; "required": false; "isSignal": true; }; }, { "coupon": "couponChange"; "onRemove": "onRemove"; "onQuantityChange": "onQuantityChange"; "onClearCart": "onClearCart"; "onApplyCoupon": "onApplyCoupon"; "onCheckout": "onCheckout"; "onBrowseCatalog": "onBrowseCatalog"; }, never, never, true, never>;
|
|
3168
3172
|
}
|
|
3169
3173
|
|
|
3170
3174
|
interface ClxCartSummaryData {
|