tickera-angular-components 0.0.1-dev.83 → 0.0.1-dev.84

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
@@ -2369,13 +2369,17 @@ declare class TextExpandableComponent implements OnChanges {
2369
2369
  text: string;
2370
2370
  maxLength: number;
2371
2371
  fontSize: TextFontSize;
2372
+ allowHtml: boolean;
2373
+ maxLines?: number;
2372
2374
  protected expanded: boolean;
2373
2375
  ngOnChanges(): void;
2376
+ get plainText(): string;
2374
2377
  get truncated(): boolean;
2375
2378
  get visibleText(): string;
2379
+ get lines(): number;
2376
2380
  toggleExpanded(): void;
2377
2381
  static ɵfac: i0.ɵɵFactoryDeclaration<TextExpandableComponent, never>;
2378
- static ɵcmp: i0.ɵɵComponentDeclaration<TextExpandableComponent, "text-expandable", never, { "text": { "alias": "text"; "required": true; }; "maxLength": { "alias": "maxLength"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; }, {}, never, never, true, never>;
2382
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextExpandableComponent, "text-expandable", never, { "text": { "alias": "text"; "required": true; }; "maxLength": { "alias": "maxLength"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "allowHtml": { "alias": "allowHtml"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; }, {}, never, never, true, never>;
2379
2383
  }
2380
2384
 
2381
2385
  declare class ShowCardComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.83",
3
+ "version": "0.0.1-dev.84",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {