cat-qw-lib 2.2.16 → 2.3.1

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.
@@ -60,6 +60,13 @@ export declare class WidgetItemComponent implements OnInit, OnChanges, OnDestroy
60
60
  * @returns true if there's meaningful content, false otherwise
61
61
  */
62
62
  hasHtmlContent(value: string): boolean;
63
+ /**
64
+ * Checks if the value has meaningful content (for both HTML and non-HTML values)
65
+ * @param value - The value to check
66
+ * @param isHtml - Whether the value is HTML content
67
+ * @returns true if there's meaningful content, false otherwise
68
+ */
69
+ hasValueContent(value: string, isHtml: boolean): boolean;
63
70
  formatDate(value: string): string;
64
71
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetItemComponent, never>;
65
72
  static ɵcmp: i0.ɵɵComponentDeclaration<WidgetItemComponent, "lib-widget-item", never, { "widgetItem": { "alias": "widgetItem"; "required": false; }; "widget": { "alias": "widget"; "required": false; }; "application": { "alias": "application"; "required": false; }; }, {}, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.2.16",
3
+ "version": "2.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"