codexly-ui 0.10.26 → 0.10.28

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.10.26",
3
+ "version": "0.10.28",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2998,6 +2998,10 @@ declare class ClxProductDetailComponent {
2998
2998
  quantity: number;
2999
2999
  }>;
3000
3000
  readonly wishlist: _angular_core.OutputEmitterRef<void>;
3001
+ /** Emits whenever the active variation changes (including the initial resolution) — lets the
3002
+ * host keep e.g. a `?variant=` query param in sync with what the visitor is actually looking
3003
+ * at, so reloading/sharing the URL lands on the same spec combination. */
3004
+ readonly variationChange: _angular_core.OutputEmitterRef<ClxVariation>;
3001
3005
  readonly _carousel: _angular_core.Signal<ClxCarouselComponent | undefined>;
3002
3006
  readonly quantity: _angular_core.WritableSignal<number>;
3003
3007
  readonly activeTab: _angular_core.WritableSignal<string>;
@@ -3016,7 +3020,7 @@ declare class ClxProductDetailComponent {
3016
3020
  specsLeft<T>(specs: T[]): T[];
3017
3021
  specsRight<T>(specs: T[]): T[];
3018
3022
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxProductDetailComponent, never>;
3019
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxProductDetailComponent, "clx-product-detail", never, { "product": { "alias": "product"; "required": false; "isSignal": true; }; "initialVariationId": { "alias": "initialVariationId"; "required": false; "isSignal": true; }; "clxColor": { "alias": "clxColor"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "currency": { "alias": "currency"; "required": false; "isSignal": true; }; }, { "addToCart": "addToCart"; "buyNow": "buyNow"; "wishlist": "wishlist"; }, never, never, true, never>;
3023
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxProductDetailComponent, "clx-product-detail", never, { "product": { "alias": "product"; "required": false; "isSignal": true; }; "initialVariationId": { "alias": "initialVariationId"; "required": false; "isSignal": true; }; "clxColor": { "alias": "clxColor"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "currency": { "alias": "currency"; "required": false; "isSignal": true; }; }, { "addToCart": "addToCart"; "buyNow": "buyNow"; "wishlist": "wishlist"; "variationChange": "variationChange"; }, never, never, true, never>;
3020
3024
  }
3021
3025
 
3022
3026
  /** Refleja st_variations + st_products (campos necesarios para la wishlist card) */