@rolatech/angular-components 20.0.7 → 20.1.0

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/index.d.ts CHANGED
@@ -851,9 +851,10 @@ declare class RichItemComponent {
851
851
  subtitle: i0.InputSignal<string | undefined>;
852
852
  price: i0.InputSignal<any>;
853
853
  thumbnailRatio: i0.InputSignal<string>;
854
+ thumbnailMode: i0.InputSignal<string>;
854
855
  currencySymbol: i0.InputSignal<string>;
855
856
  static ɵfac: i0.ɵɵFactoryDeclaration<RichItemComponent, never>;
856
- static ɵcmp: i0.ɵɵComponentDeclaration<RichItemComponent, "rolatech-rich-item", never, { "list": { "alias": "list"; "required": false; "isSignal": true; }; "thumbnail": { "alias": "thumbnail"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "price": { "alias": "price"; "required": false; "isSignal": true; }; "thumbnailRatio": { "alias": "thumbnailRatio"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
857
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichItemComponent, "rolatech-rich-item", never, { "list": { "alias": "list"; "required": false; "isSignal": true; }; "thumbnail": { "alias": "thumbnail"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "price": { "alias": "price"; "required": false; "isSignal": true; }; "thumbnailRatio": { "alias": "thumbnailRatio"; "required": false; "isSignal": true; }; "thumbnailMode": { "alias": "thumbnailMode"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
857
858
  }
858
859
 
859
860
  declare class EditorComponent implements OnInit, AfterViewInit {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-components",
3
- "version": "20.0.7",
3
+ "version": "20.1.0",
4
4
  "private": false,
5
5
  "description": "rolatech angular components",
6
6
  "repository": {
@@ -32,8 +32,8 @@
32
32
  "lodash": "^4.17.21"
33
33
  },
34
34
  "dependencies": {
35
- "@rolatech/angular-common": "20.0.7",
36
- "@rolatech/angular-services": "20.0.7",
35
+ "@rolatech/angular-common": "20.1.0",
36
+ "@rolatech/angular-services": "20.1.0",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "exports": {