ca-components 1.8.13 → 1.8.15

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.
@@ -8,6 +8,7 @@ import * as i0 from "@angular/core";
8
8
  export declare class CaCommentsComponent {
9
9
  isDarkmode: boolean;
10
10
  isSearchDisplayed: boolean;
11
+ isDriverTab: boolean;
11
12
  isModal: boolean;
12
13
  commentCount: number;
13
14
  set comments(value: IComment[]);
@@ -44,5 +45,5 @@ export declare class CaCommentsComponent {
44
45
  onClearSearch(event: Event): void;
45
46
  confirmComment(comment: IComment): void;
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<CaCommentsComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<CaCommentsComponent, "ca-comments", never, { "isDarkmode": { "alias": "isDarkmode"; "required": false; }; "isSearchDisplayed": { "alias": "isSearchDisplayed"; "required": false; }; "isModal": { "alias": "isModal"; "required": false; }; "commentCount": { "alias": "commentCount"; "required": false; }; "comments": { "alias": "comments"; "required": false; }; "currentUser": { "alias": "currentUser"; "required": false; }; "hasNewComment": { "alias": "hasNewComment"; "required": false; }; }, { "onCommentDelete": "onCommentDelete"; "onCommentAdded": "onCommentAdded"; "onCommentEdited": "onCommentEdited"; "onCommentCancel": "onCommentCancel"; "onCommentSearchCancel": "onCommentSearchCancel"; }, never, ["*"], true, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaCommentsComponent, "ca-comments", never, { "isDarkmode": { "alias": "isDarkmode"; "required": false; }; "isSearchDisplayed": { "alias": "isSearchDisplayed"; "required": false; }; "isDriverTab": { "alias": "isDriverTab"; "required": false; }; "isModal": { "alias": "isModal"; "required": false; }; "commentCount": { "alias": "commentCount"; "required": false; }; "comments": { "alias": "comments"; "required": false; }; "currentUser": { "alias": "currentUser"; "required": false; }; "hasNewComment": { "alias": "hasNewComment"; "required": false; }; }, { "onCommentDelete": "onCommentDelete"; "onCommentAdded": "onCommentAdded"; "onCommentEdited": "onCommentEdited"; "onCommentCancel": "onCommentCancel"; "onCommentSearchCancel": "onCommentSearchCancel"; }, never, ["*"], true, never>;
48
49
  }
@@ -5,7 +5,7 @@ export declare enum eDateTimeFormats {
5
5
  DATE_TIME = "date-time",
6
6
  TIME = "time",
7
7
  TIME_AGO = "time-ago",
8
- MM_DD_YY = "MM/DD/YY",
8
+ MM_DD_YY = "MM/dd/YY",
9
9
  HH_MM_A = "hh:mm A",
10
10
  MM_DD_YY_HH_MM_A = "MM/DD/YY, hh:mm A",
11
11
  YYYY_MM_DD_HH_MM_SS = "YYYY-MM-DD HH:mm:ss"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "1.8.13",
3
+ "version": "1.8.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13",