@cqa-lib/cqa-ui 1.0.29 → 1.0.30

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.
@@ -21,6 +21,11 @@ export declare class EmptyStateComponent implements OnChanges {
21
21
  private _description;
22
22
  private _actions;
23
23
  ngOnChanges(changes: SimpleChanges): void;
24
+ /**
25
+ * Resolves image path to work both in development and when consumed from node_modules
26
+ * Tries multiple path strategies to find the image
27
+ */
28
+ private resolveImagePath;
24
29
  get displayTitle(): string;
25
30
  get displayDescription(): string;
26
31
  get displayImageUrl(): string | undefined;
@@ -36,6 +36,7 @@ export declare class DynamicFilterComponent implements OnChanges {
36
36
  config: DynamicFilterItem[];
37
37
  model: DynamicFilterValues;
38
38
  showFilterPanel: boolean;
39
+ buttonLayout: 'left' | 'right' | 'bottom';
39
40
  filtersApplied: EventEmitter<DynamicFilterValues>;
40
41
  filtersChanged: EventEmitter<DynamicFilterValues>;
41
42
  resetAction: EventEmitter<void>;
@@ -65,7 +66,8 @@ export declare class DynamicFilterComponent implements OnChanges {
65
66
  applyPresetToGroup(key: string, presetKey: 'today' | 'last7days' | 'last30days' | 'last90days' | 'thismonth' | 'lastmonth'): void;
66
67
  private getPresetDates;
67
68
  getDateValidationError(key: string): string | null;
69
+ getOrderedConfig(): DynamicFilterItem[];
68
70
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFilterComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFilterComponent, "cqa-dynamic-filter", never, { "config": "config"; "model": "model"; "showFilterPanel": "showFilterPanel"; }, { "filtersApplied": "filtersApplied"; "filtersChanged": "filtersChanged"; "resetAction": "resetAction"; "onApplyFilterClick": "onApplyFilterClick"; "onResetFilterClick": "onResetFilterClick"; }, never, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFilterComponent, "cqa-dynamic-filter", never, { "config": "config"; "model": "model"; "showFilterPanel": "showFilterPanel"; "buttonLayout": "buttonLayout"; }, { "filtersApplied": "filtersApplied"; "filtersChanged": "filtersChanged"; "resetAction": "resetAction"; "onApplyFilterClick": "onApplyFilterClick"; "onResetFilterClick": "onResetFilterClick"; }, never, never>;
70
72
  }
71
73
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",