cat-qw-lib 1.0.24 → 1.0.26
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/README.md +63 -63
- package/fesm2022/cat-qw-lib.mjs +435 -413
- package/fesm2022/cat-qw-lib.mjs.map +1 -1
- package/lib/widget/components/widget-item/widget-item.component.d.ts +6 -0
- package/lib/widget/widget.module.d.ts +2 -1
- package/package.json +1 -1
- package/src/assets/icons/confirm-icon.svg +4 -4
|
@@ -52,6 +52,12 @@ export declare class WidgetItemComponent implements OnInit, OnChanges, OnDestroy
|
|
|
52
52
|
ngOnDestroy(): void;
|
|
53
53
|
isDate(value: any): boolean;
|
|
54
54
|
handleWidgetItemClick(widgetItem: WidgetItem): void;
|
|
55
|
+
/**
|
|
56
|
+
* Checks if the HTML value has actual content after parsing
|
|
57
|
+
* @param value - The HTML string to check
|
|
58
|
+
* @returns true if there's meaningful content, false otherwise
|
|
59
|
+
*/
|
|
60
|
+
hasHtmlContent(value: string): boolean;
|
|
55
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetItemComponent, never>;
|
|
56
62
|
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>;
|
|
57
63
|
}
|
|
@@ -20,8 +20,9 @@ import * as i18 from "../shared/shared.module";
|
|
|
20
20
|
import * as i19 from "primeng/sidebar";
|
|
21
21
|
import * as i20 from "primeng/timeline";
|
|
22
22
|
import * as i21 from "primeng/chart";
|
|
23
|
+
import * as i22 from "primeng/skeleton";
|
|
23
24
|
export declare class WidgetModule {
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, [typeof i1.WidgetContainerComponent, typeof i2.WidgetMenuComponent, typeof i3.WidgetMainComponent, typeof i4.WidgetHeaderComponent, typeof i5.WidgetFooterComponent, typeof i6.WidgetBodyComponent, typeof i7.WidgetItemComponent, typeof i8.WidgetRowTileComponent, typeof i9.WidgetMenuContainerComponent, typeof i10.WidgetMenuHeaderComponent, typeof i11.WidgetMenuBodyComponent, typeof i12.WidgetMenuItemComponent, typeof i13.CustomWidgetComponent], [typeof i14.CommonModule, typeof i15.ButtonModule, typeof i16.DividerModule, typeof i17.CardModule, typeof i18.SharedModule, typeof i19.SidebarModule, typeof i20.TimelineModule, typeof i21.ChartModule], [typeof i1.WidgetContainerComponent, typeof i9.WidgetMenuContainerComponent, typeof i13.CustomWidgetComponent]>;
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, [typeof i1.WidgetContainerComponent, typeof i2.WidgetMenuComponent, typeof i3.WidgetMainComponent, typeof i4.WidgetHeaderComponent, typeof i5.WidgetFooterComponent, typeof i6.WidgetBodyComponent, typeof i7.WidgetItemComponent, typeof i8.WidgetRowTileComponent, typeof i9.WidgetMenuContainerComponent, typeof i10.WidgetMenuHeaderComponent, typeof i11.WidgetMenuBodyComponent, typeof i12.WidgetMenuItemComponent, typeof i13.CustomWidgetComponent], [typeof i14.CommonModule, typeof i15.ButtonModule, typeof i16.DividerModule, typeof i17.CardModule, typeof i18.SharedModule, typeof i19.SidebarModule, typeof i20.TimelineModule, typeof i21.ChartModule, typeof i22.SkeletonModule], [typeof i1.WidgetContainerComponent, typeof i9.WidgetMenuContainerComponent, typeof i13.CustomWidgetComponent]>;
|
|
26
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<WidgetModule>;
|
|
27
28
|
}
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0.959961 7.91992C0.959961 4.05393 4.09397 0.919922 7.95996 0.919922C11.826 0.919922 14.96 4.05393 14.96 7.91992C14.96 11.7859 11.826 14.9199 7.95996 14.9199C4.09397 14.9199 0.959961 11.7859 0.959961 7.91992Z" fill="#22C55E"/>
|
|
3
|
-
<path d="M7.12625 9.31121L11.1512 5.28621L11.7638 5.90746L7.12625 10.5537L4.34375 7.76246L4.95625 7.14996L7.12625 9.31121Z" fill="white"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0.959961 7.91992C0.959961 4.05393 4.09397 0.919922 7.95996 0.919922C11.826 0.919922 14.96 4.05393 14.96 7.91992C14.96 11.7859 11.826 14.9199 7.95996 14.9199C4.09397 14.9199 0.959961 11.7859 0.959961 7.91992Z" fill="#22C55E"/>
|
|
3
|
+
<path d="M7.12625 9.31121L11.1512 5.28621L11.7638 5.90746L7.12625 10.5537L4.34375 7.76246L4.95625 7.14996L7.12625 9.31121Z" fill="white"/>
|
|
4
|
+
</svg>
|