@cqa-lib/cqa-ui 1.0.25 → 1.0.27

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.
@@ -26,18 +26,10 @@ export declare class TestDistributionCardComponent {
26
26
  segmentColor(segment: DistributionSegment, fallback: string): string;
27
27
  getChildIcon(label: string): string | null;
28
28
  getItemIconColor(item: DistributionItem): string;
29
- /**
30
- * Filter items to only show those with value > 0
31
- */
32
- get visibleItems(): DistributionItem[];
33
29
  /**
34
30
  * Filter segments to only show those with value > 0
35
31
  */
36
32
  get visibleSegments(): DistributionSegment[];
37
- /**
38
- * Filter children items to only show those with value > 0
39
- */
40
- getVisibleChildren(children?: DistributionChildItem[]): DistributionChildItem[];
41
33
  static ɵfac: i0.ɵɵFactoryDeclaration<TestDistributionCardComponent, never>;
42
34
  static ɵcmp: i0.ɵɵComponentDeclaration<TestDistributionCardComponent, "cqa-test-distribution-card", never, { "title": "title"; "segments": "segments"; "items": "items"; }, {}, never, never>;
43
35
  }
@@ -51,6 +51,7 @@ export declare class TableTemplateComponent implements OnInit, OnChanges {
51
51
  private _cachedVisibilityColumns;
52
52
  filteredRows: any[];
53
53
  pagedRows: any[];
54
+ private pendingFilters;
54
55
  get computedColumns(): DynamicTableColumn[];
55
56
  get visibilityColumns(): Array<{
56
57
  id: string;
@@ -75,7 +76,8 @@ export declare class TableTemplateComponent implements OnInit, OnChanges {
75
76
  cleared(): void;
76
77
  onEmptyAction(action: any): void;
77
78
  onFiltersChanged(current: any): void;
78
- onFiltersApplied(_: any): void;
79
+ onFiltersApplied(applied: any): void;
80
+ handleResetFilterClick(): void;
79
81
  onPaginate(e: {
80
82
  pageIndex: number;
81
83
  pageSize: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",