qms-angular 1.1.45 → 1.1.46

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.
package/lib/model/en.d.ts CHANGED
@@ -487,6 +487,7 @@ export declare const en: {
487
487
  LINK_TO_FOLDER: string;
488
488
  LINK_TO_DEVIATION: string;
489
489
  LINK_TO_CHECKLIST: string;
490
+ LINK_TO_INTERCONNECTED_PROCESS: string;
490
491
  };
491
492
  QMSCKEDITOR_MESSAGE: {
492
493
  CONFIRM_DELETE_TEMPLATE: string;
package/lib/model/no.d.ts CHANGED
@@ -487,6 +487,7 @@ export declare const no: {
487
487
  LINK_TO_FOLDER: string;
488
488
  LINK_TO_DEVIATION: string;
489
489
  LINK_TO_CHECKLIST: string;
490
+ LINK_TO_INTERCONNECTED_PROCESS: string;
490
491
  };
491
492
  QMSCKEDITOR_MESSAGE: {
492
493
  CONFIRM_DELETE_TEMPLATE: string;
@@ -20,7 +20,7 @@ export declare class QMSCKEditorBPMNConnectionService extends QMSCKEditorBaseSer
20
20
  getAreaContentInfor(areaId: string, showProcessesInTree: boolean, isOnlyApproved: boolean): Observable<any>;
21
21
  getFolderChildren(id: string, showDocumentInTree: boolean, approvedOnly: boolean): Observable<any>;
22
22
  getProcessAreasRootDetails(isOnlyApproved: boolean): Observable<any>;
23
- getAreaChildrenNode(areaId: string, showProcessesInTree: boolean, isOnlyApproved: boolean): Observable<any>;
23
+ getAreaChildrenNode(areaId: string, showProcessesInTree: boolean, isOnlyApproved: boolean, isInterconnectedProcess?: boolean): Observable<any>;
24
24
  getParentFolders(itemId: string, itemType: string): Observable<any>;
25
25
  searchFolders({ keyword, isFrontend, searchType }: {
26
26
  keyword: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qms-angular",
3
- "version": "1.1.45",
3
+ "version": "1.1.46",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },