qms-angular 1.0.78 → 1.0.82

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.
@@ -13,5 +13,6 @@ export declare class SelectProcessDocumentPopupData {
13
13
  splitView?: boolean;
14
14
  isSelectOne?: boolean;
15
15
  canOnlySelectItem?: boolean;
16
+ hideSplitviewCheckbox?: boolean;
16
17
  constructor();
17
18
  }
@@ -70,6 +70,8 @@ export declare class SelectProcessDocumentPopupComponent implements OnInit, OnDe
70
70
  parentNodeSelected: TreeFlatNode;
71
71
  treeControlNodeProcess: any;
72
72
  treeControlNodeDocument: any;
73
+ idCheckIconSplitView: string;
74
+ hideSplitviewCheckbox: boolean;
73
75
  dataTrees: QueryList<NewTreeComponent>;
74
76
  autoComplete: MatAutocompleteTrigger;
75
77
  constructor(cdRef: ChangeDetectorRef, translate: TranslateLibraryService, dialogRef: MatDialogRef<SelectProcessDocumentPopupComponent>, globalService: QMSSelectProcessDocumentGlobalService, iconRegistry: MatIconRegistry, sanitizer: DomSanitizer, appIconService: QMSIconRegistryService, elem: ElementRef, data: SelectProcessDocumentPopupData);
@@ -116,4 +118,5 @@ export declare class SelectProcessDocumentPopupComponent implements OnInit, OnDe
116
118
  getItemOfFolder(node: TreeFlatNode, type: DataType): void;
117
119
  hasSelected(related: QMSProcessDocumentItem): boolean;
118
120
  toRelatedOptions(relateds: QMSProcessDocumentItem[]): QMSProcessDocumentItem[];
121
+ idToCheckSelectOne(id: string, parentId: string): string;
119
122
  }
@@ -131,5 +131,6 @@ export declare class NewTreeComponent implements OnInit, OnChanges {
131
131
  getNodeId(node: TreeFlatNode): string;
132
132
  getNodeByIdAndParentId(nodeId: string, parentId: string): TreeFlatNode;
133
133
  expandNode(node: TreeFlatNode): void;
134
+ idToCheckSelectOne(id: any, parentId: any): string;
134
135
  }
135
136
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qms-angular",
3
- "version": "1.0.78",
3
+ "version": "1.0.82",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },