@cqa-lib/cqa-ui 1.1.452 → 1.1.453

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.
@@ -15,8 +15,14 @@ export declare class VersionHistoryListComponent {
15
15
  textColor: string;
16
16
  borderColor: string;
17
17
  };
18
+ getChangeSummaryBadgeFn: (version: any) => {
19
+ label: string;
20
+ backgroundColor: string;
21
+ textColor: string;
22
+ borderColor: string;
23
+ };
18
24
  versionSelected: EventEmitter<number>;
19
25
  listScroll: EventEmitter<Event>;
20
26
  static ɵfac: i0.ɵɵFactoryDeclaration<VersionHistoryListComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<VersionHistoryListComponent, "cqa-version-history-list", never, { "versions": "versions"; "selectedVersionId": "selectedVersionId"; "currentVersionId": "currentVersionId"; "isLoadingList": "isLoadingList"; "isLoadingMore": "isLoadingMore"; "emptyStateConfig": "emptyStateConfig"; "getRelativeTimeFn": "getRelativeTimeFn"; "getAuthorInitialsFn": "getAuthorInitialsFn"; "getAuthorLabelFn": "getAuthorLabelFn"; "getChangeTypeBadgeFn": "getChangeTypeBadgeFn"; }, { "versionSelected": "versionSelected"; "listScroll": "listScroll"; }, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<VersionHistoryListComponent, "cqa-version-history-list", never, { "versions": "versions"; "selectedVersionId": "selectedVersionId"; "currentVersionId": "currentVersionId"; "isLoadingList": "isLoadingList"; "isLoadingMore": "isLoadingMore"; "emptyStateConfig": "emptyStateConfig"; "getRelativeTimeFn": "getRelativeTimeFn"; "getAuthorInitialsFn": "getAuthorInitialsFn"; "getAuthorLabelFn": "getAuthorLabelFn"; "getChangeTypeBadgeFn": "getChangeTypeBadgeFn"; "getChangeSummaryBadgeFn": "getChangeSummaryBadgeFn"; }, { "versionSelected": "versionSelected"; "listScroll": "listScroll"; }, never, never>;
22
28
  }
@@ -5,6 +5,8 @@ export declare class VersionHistoryRestoreConfirmComponent {
5
5
  newVersionNumber: number;
6
6
  authorName: string;
7
7
  getChangeHeadlineFn: ((change: any) => string) | null;
8
+ get settingsChanges(): any[];
9
+ get stepChanges(): any[];
8
10
  getRestoreToLabel(): string;
9
11
  formatDate(date: Date): string;
10
12
  static ɵfac: i0.ɵɵFactoryDeclaration<VersionHistoryRestoreConfirmComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.452",
3
+ "version": "1.1.453",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",