raise-common-lib-new 0.0.37 → 0.0.135

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.
@@ -1,15 +1,15 @@
1
1
  export interface MessageItem {
2
- messageId?: string;
3
- messageBody?: string;
4
- ownerName?: string;
5
- lastModifiedOn?: any;
2
+ messageId: string;
3
+ messageBody: string;
4
+ ownerName: string;
5
+ lastModifiedOn: any;
6
6
  [key: string]: any;
7
7
  }
8
8
  export interface MessageGroup {
9
- messageId?: string;
10
- messageBody?: string;
11
- ownerName?: string;
12
- lastModifiedOn?: any;
13
- commentaries?: MessageItem[];
9
+ messageId: string;
10
+ messageBody: string;
11
+ ownerName: string;
12
+ lastModifiedOn: any;
14
13
  [key: string]: any;
14
+ commentaries: MessageItem[];
15
15
  }
@@ -13,13 +13,6 @@ export declare class RsCommentaryComponent implements OnInit {
13
13
  editPermission: boolean;
14
14
  deletePermission: boolean;
15
15
  isReadOnly: boolean;
16
- filedsKey: {
17
- commentaries: string;
18
- messageId: string;
19
- ownerName: string;
20
- lastModifiedOn: string;
21
- messageBody: string;
22
- };
23
16
  actionComplete: EventEmitter<{
24
17
  action: "addComment" | "updateComment" | "deleteComment" | "replyComment";
25
18
  data: any;
@@ -41,5 +34,5 @@ export declare class RsCommentaryComponent implements OnInit {
41
34
  addReply(item: any): void;
42
35
  adjustTextareaHeight(e: any): void;
43
36
  static ɵfac: i0.ɵɵFactoryDeclaration<RsCommentaryComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<RsCommentaryComponent, "rs-commentary", never, { "displayName": { "alias": "displayName"; "required": false; }; "commentData": { "alias": "commentData"; "required": false; }; "editPermission": { "alias": "editPermission"; "required": false; }; "deletePermission": { "alias": "deletePermission"; "required": false; }; "isReadOnly": { "alias": "isReadOnly"; "required": false; }; "filedsKey": { "alias": "filedsKey"; "required": false; }; }, { "actionComplete": "actionComplete"; }, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<RsCommentaryComponent, "rs-commentary", never, { "displayName": { "alias": "displayName"; "required": false; }; "commentData": { "alias": "commentData"; "required": false; }; "editPermission": { "alias": "editPermission"; "required": false; }; "deletePermission": { "alias": "deletePermission"; "required": false; }; "isReadOnly": { "alias": "isReadOnly"; "required": false; }; }, { "actionComplete": "actionComplete"; }, never, never, false, never>;
45
38
  }
@@ -16,8 +16,6 @@ export declare class MultiTabComponent implements OnInit, AfterViewInit, OnDestr
16
16
  keepAlive: KeepAliveService;
17
17
  singleReuseUrls: string[];
18
18
  noGenerateTabUrls: string[];
19
- flattenMenu: any[];
20
- defaultTabUrl: string;
21
19
  onRefreshTab: EventEmitter<any>;
22
20
  private subscriptions;
23
21
  TAB_WIDTH: number;
@@ -51,5 +49,5 @@ export declare class MultiTabComponent implements OnInit, AfterViewInit, OnDestr
51
49
  cleanAllCache(): void;
52
50
  private urlWithoutQuery;
53
51
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiTabComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiTabComponent, "rs-multi-tab", never, { "singleReuseUrls": { "alias": "singleReuseUrls"; "required": false; }; "noGenerateTabUrls": { "alias": "noGenerateTabUrls"; "required": false; }; "flattenMenu": { "alias": "flattenMenu"; "required": false; }; "defaultTabUrl": { "alias": "defaultTabUrl"; "required": false; }; }, { "onRefreshTab": "onRefreshTab"; }, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiTabComponent, "rs-multi-tab", never, { "singleReuseUrls": { "alias": "singleReuseUrls"; "required": false; }; "noGenerateTabUrls": { "alias": "noGenerateTabUrls"; "required": false; }; }, { "onRefreshTab": "onRefreshTab"; }, never, never, false, never>;
55
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib-new",
3
- "version": "0.0.37",
3
+ "version": "0.0.135",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"