@sunbird-cb/tree-hierarchy 0.0.1-cbrelease-4.8.32 → 0.0.2-ang-17-20
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/fesm2022/sunbird-cb-tree-hierarchy.mjs +710 -189
- package/fesm2022/sunbird-cb-tree-hierarchy.mjs.map +1 -1
- package/index.d.ts +1052 -3
- package/index.d.ts.map +1 -0
- package/package.json +13 -15
- package/sunbird-cb-tree-hierarchy-0.0.2-ang-17-20.tgz +0 -0
- package/esm2022/lib/components/action-bar/action-bar.component.mjs +0 -42
- package/esm2022/lib/components/approval/approval.component.mjs +0 -20
- package/esm2022/lib/components/approve-view/approve-view.component.mjs +0 -65
- package/esm2022/lib/components/categories-preview/categories-preview.component.mjs +0 -45
- package/esm2022/lib/components/category-edit/category-edit-module/category-edit-module.component.mjs +0 -56
- package/esm2022/lib/components/conforamtion-popup/conforamtion-popup.component.mjs +0 -75
- package/esm2022/lib/components/connector/connector.component.mjs +0 -60
- package/esm2022/lib/components/create-categories/create-categories.component.mjs +0 -84
- package/esm2022/lib/components/create-term/create-term.component.mjs +0 -848
- package/esm2022/lib/components/create-term-from-framework/create-term-from-framework.component.mjs +0 -825
- package/esm2022/lib/components/org-hierarchy-add-modal/org-hierarchy-add-modal.component.mjs +0 -224
- package/esm2022/lib/components/pending-approval/pending-approval.component.mjs +0 -65
- package/esm2022/lib/components/term-card/term-card.component.mjs +0 -343
- package/esm2022/lib/components/tree-column-view/tree-column-view.component.mjs +0 -357
- package/esm2022/lib/components/tree-view/tree-view.component.mjs +0 -862
- package/esm2022/lib/constants/app-constant.mjs +0 -40
- package/esm2022/lib/constants/data.mjs +0 -6972
- package/esm2022/lib/containers/config-framework/config-framework.component.mjs +0 -93
- package/esm2022/lib/containers/dashboard/dashboard.component.mjs +0 -15
- package/esm2022/lib/labels/strings.mjs +0 -40
- package/esm2022/lib/models/approval.model.mjs +0 -2
- package/esm2022/lib/models/connection-type.model.mjs +0 -2
- package/esm2022/lib/models/connection.model.mjs +0 -2
- package/esm2022/lib/models/framework.model.mjs +0 -2
- package/esm2022/lib/models/variable-type.model.mjs +0 -2
- package/esm2022/lib/pipes/order-by.pipe.mjs +0 -36
- package/esm2022/lib/services/approval.service.mjs +0 -48
- package/esm2022/lib/services/connection.service.mjs +0 -3
- package/esm2022/lib/services/connector.service.mjs +0 -287
- package/esm2022/lib/services/framework.service.mjs +0 -532
- package/esm2022/lib/services/local-connection.service.mjs +0 -76
- package/esm2022/lib/services/odcs.service.mjs +0 -24
- package/esm2022/lib/tree-hierarchy-routing.module.mjs +0 -44
- package/esm2022/lib/tree-hierarchy.component.mjs +0 -25
- package/esm2022/lib/tree-hierarchy.module.mjs +0 -146
- package/esm2022/lib/tree-hierarchy.service.mjs +0 -62
- package/esm2022/material.module.mjs +0 -200
- package/esm2022/public-api.mjs +0 -9
- package/esm2022/sunbird-cb-tree-hierarchy.mjs +0 -2
- package/lib/components/action-bar/action-bar.component.d.ts +0 -17
- package/lib/components/action-bar/action-bar.component.d.ts.map +0 -1
- package/lib/components/approval/approval.component.d.ts +0 -10
- package/lib/components/approval/approval.component.d.ts.map +0 -1
- package/lib/components/approve-view/approve-view.component.d.ts +0 -27
- package/lib/components/approve-view/approve-view.component.d.ts.map +0 -1
- package/lib/components/categories-preview/categories-preview.component.d.ts +0 -14
- package/lib/components/categories-preview/categories-preview.component.d.ts.map +0 -1
- package/lib/components/category-edit/category-edit-module/category-edit-module.component.d.ts +0 -18
- package/lib/components/category-edit/category-edit-module/category-edit-module.component.d.ts.map +0 -1
- package/lib/components/conforamtion-popup/conforamtion-popup.component.d.ts +0 -20
- package/lib/components/conforamtion-popup/conforamtion-popup.component.d.ts.map +0 -1
- package/lib/components/connector/connector.component.d.ts +0 -23
- package/lib/components/connector/connector.component.d.ts.map +0 -1
- package/lib/components/create-categories/create-categories.component.d.ts +0 -26
- package/lib/components/create-categories/create-categories.component.d.ts.map +0 -1
- package/lib/components/create-term/create-term.component.d.ts +0 -148
- package/lib/components/create-term/create-term.component.d.ts.map +0 -1
- package/lib/components/create-term-from-framework/create-term-from-framework.component.d.ts +0 -105
- package/lib/components/create-term-from-framework/create-term-from-framework.component.d.ts.map +0 -1
- package/lib/components/org-hierarchy-add-modal/org-hierarchy-add-modal.component.d.ts +0 -46
- package/lib/components/org-hierarchy-add-modal/org-hierarchy-add-modal.component.d.ts.map +0 -1
- package/lib/components/pending-approval/pending-approval.component.d.ts +0 -21
- package/lib/components/pending-approval/pending-approval.component.d.ts.map +0 -1
- package/lib/components/term-card/term-card.component.d.ts +0 -54
- package/lib/components/term-card/term-card.component.d.ts.map +0 -1
- package/lib/components/tree-column-view/tree-column-view.component.d.ts +0 -57
- package/lib/components/tree-column-view/tree-column-view.component.d.ts.map +0 -1
- package/lib/components/tree-view/tree-view.component.d.ts +0 -103
- package/lib/components/tree-view/tree-view.component.d.ts.map +0 -1
- package/lib/constants/app-constant.d.ts +0 -44
- package/lib/constants/app-constant.d.ts.map +0 -1
- package/lib/constants/data.d.ts +0 -117
- package/lib/constants/data.d.ts.map +0 -1
- package/lib/containers/config-framework/config-framework.component.d.ts +0 -32
- package/lib/containers/config-framework/config-framework.component.d.ts.map +0 -1
- package/lib/containers/dashboard/dashboard.component.d.ts +0 -9
- package/lib/containers/dashboard/dashboard.component.d.ts.map +0 -1
- package/lib/labels/strings.d.ts +0 -40
- package/lib/labels/strings.d.ts.map +0 -1
- package/lib/models/approval.model.d.ts +0 -11
- package/lib/models/approval.model.d.ts.map +0 -1
- package/lib/models/connection-type.model.d.ts +0 -6
- package/lib/models/connection-type.model.d.ts.map +0 -1
- package/lib/models/connection.model.d.ts +0 -7
- package/lib/models/connection.model.d.ts.map +0 -1
- package/lib/models/framework.model.d.ts +0 -89
- package/lib/models/framework.model.d.ts.map +0 -1
- package/lib/models/variable-type.model.d.ts +0 -46
- package/lib/models/variable-type.model.d.ts.map +0 -1
- package/lib/pipes/order-by.pipe.d.ts +0 -10
- package/lib/pipes/order-by.pipe.d.ts.map +0 -1
- package/lib/services/approval.service.d.ts +0 -21
- package/lib/services/approval.service.d.ts.map +0 -1
- package/lib/services/connection.service.d.ts +0 -4
- package/lib/services/connection.service.d.ts.map +0 -1
- package/lib/services/connector.service.d.ts +0 -18
- package/lib/services/connector.service.d.ts.map +0 -1
- package/lib/services/framework.service.d.ts +0 -89
- package/lib/services/framework.service.d.ts.map +0 -1
- package/lib/services/local-connection.service.d.ts +0 -18
- package/lib/services/local-connection.service.d.ts.map +0 -1
- package/lib/services/odcs.service.d.ts +0 -11
- package/lib/services/odcs.service.d.ts.map +0 -1
- package/lib/tree-hierarchy-routing.module.d.ts +0 -8
- package/lib/tree-hierarchy-routing.module.d.ts.map +0 -1
- package/lib/tree-hierarchy.component.d.ts +0 -13
- package/lib/tree-hierarchy.component.d.ts.map +0 -1
- package/lib/tree-hierarchy.module.d.ts +0 -33
- package/lib/tree-hierarchy.module.d.ts.map +0 -1
- package/lib/tree-hierarchy.service.d.ts +0 -22
- package/lib/tree-hierarchy.service.d.ts.map +0 -1
- package/material.module.d.ts +0 -52
- package/material.module.d.ts.map +0 -1
- package/public-api.d.ts +0 -9
- package/public-api.d.ts.map +0 -1
- package/sunbird-cb-tree-hierarchy.d.ts.map +0 -1
package/index.d.ts
CHANGED
|
@@ -1,3 +1,1052 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as i2 from '@angular/common/http';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import * as rxjs from 'rxjs';
|
|
4
|
+
import { Observable, BehaviorSubject, Subscription } from 'rxjs';
|
|
5
|
+
import * as i0 from '@angular/core';
|
|
6
|
+
import { OnInit, EventEmitter, OnDestroy, ChangeDetectorRef, TemplateRef, OnChanges, AfterViewInit, PipeTransform, ModuleWithProviders } from '@angular/core';
|
|
7
|
+
import * as i6 from '@angular/cdk/drag-drop';
|
|
8
|
+
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
9
|
+
import * as i45 from '@angular/forms';
|
|
10
|
+
import { UntypedFormGroup, UntypedFormBuilder, UntypedFormArray, UntypedFormControl, FormControl, FormGroup, FormBuilder } from '@angular/forms';
|
|
11
|
+
import * as i17 from '@angular/material/dialog';
|
|
12
|
+
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
13
|
+
import * as i34 from '@angular/material/snack-bar';
|
|
14
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
15
|
+
import * as i1$1 from '@angular/router';
|
|
16
|
+
import { ActivatedRoute } from '@angular/router';
|
|
17
|
+
import * as i30 from '@angular/material/select';
|
|
18
|
+
import { MatSelect } from '@angular/material/select';
|
|
19
|
+
import * as i20$1 from '@angular/common';
|
|
20
|
+
import * as i1 from '@angular/cdk/a11y';
|
|
21
|
+
import * as i3 from '@angular/cdk/stepper';
|
|
22
|
+
import * as i4 from '@angular/cdk/table';
|
|
23
|
+
import * as i5 from '@angular/cdk/tree';
|
|
24
|
+
import * as i7 from '@angular/material/autocomplete';
|
|
25
|
+
import * as i8 from '@angular/material/badge';
|
|
26
|
+
import * as i9 from '@angular/material/bottom-sheet';
|
|
27
|
+
import * as i10 from '@angular/material/button';
|
|
28
|
+
import * as i11 from '@angular/material/button-toggle';
|
|
29
|
+
import * as i12 from '@angular/material/card';
|
|
30
|
+
import * as i13 from '@angular/material/checkbox';
|
|
31
|
+
import * as i23 from '@angular/material/chips';
|
|
32
|
+
import * as i15 from '@angular/material/stepper';
|
|
33
|
+
import * as i16 from '@angular/material/datepicker';
|
|
34
|
+
import * as i18 from '@angular/material/divider';
|
|
35
|
+
import * as i19 from '@angular/material/expansion';
|
|
36
|
+
import * as i20 from '@angular/material/grid-list';
|
|
37
|
+
import * as i21 from '@angular/material/icon';
|
|
38
|
+
import * as i22 from '@angular/material/input';
|
|
39
|
+
import * as i23$1 from '@angular/material/list';
|
|
40
|
+
import * as i24 from '@angular/material/menu';
|
|
41
|
+
import * as i25 from '@angular/material/core';
|
|
42
|
+
import * as i26 from '@angular/material/paginator';
|
|
43
|
+
import * as i27 from '@angular/material/progress-bar';
|
|
44
|
+
import * as i28 from '@angular/material/progress-spinner';
|
|
45
|
+
import * as i29 from '@angular/material/radio';
|
|
46
|
+
import * as i31 from '@angular/material/sidenav';
|
|
47
|
+
import * as i32 from '@angular/material/slider';
|
|
48
|
+
import * as i33 from '@angular/material/slide-toggle';
|
|
49
|
+
import * as i35 from '@angular/material/sort';
|
|
50
|
+
import * as i36 from '@angular/material/table';
|
|
51
|
+
import * as i37 from '@angular/material/tabs';
|
|
52
|
+
import * as i38 from '@angular/material/toolbar';
|
|
53
|
+
import * as i39 from '@angular/material/tooltip';
|
|
54
|
+
import * as i40 from '@angular/material/tree';
|
|
55
|
+
import * as i41 from '@angular/cdk/overlay';
|
|
56
|
+
import * as i42 from '@angular/cdk/portal';
|
|
57
|
+
import * as i43 from '@angular/cdk/scrolling';
|
|
58
|
+
import * as i44 from '@angular/material/form-field';
|
|
59
|
+
|
|
60
|
+
declare class TreeHierarchyService {
|
|
61
|
+
private http;
|
|
62
|
+
private loaderSubject;
|
|
63
|
+
loaderState$: Observable<boolean>;
|
|
64
|
+
constructor(http: HttpClient);
|
|
65
|
+
orgSerachApi(requestBody: any): Observable<any>;
|
|
66
|
+
createTerm(requestBody: any, frameworkObj: any): Observable<any>;
|
|
67
|
+
updateTerm(requestBody: any, frameworkObj: any, codeId: any): Observable<any>;
|
|
68
|
+
updateFrameworkAssociation(requestBody: any, frameworkObj: any, codeId: any): Observable<any>;
|
|
69
|
+
publishFreamework(frameworkObj: any): Observable<any>;
|
|
70
|
+
setLoaderState(isLoading: boolean): void;
|
|
71
|
+
retireTerm(requestBody: any, frameworkObj: any): Observable<any>;
|
|
72
|
+
orgContentUpdate(requestBody: any): Observable<any>;
|
|
73
|
+
updateCategory(requestBody: any, frameworkObj: any): Observable<any>;
|
|
74
|
+
getUsersSearch(requestBody: any): Observable<any>;
|
|
75
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeHierarchyService, never>;
|
|
76
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TreeHierarchyService>;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
declare namespace NSFramework {
|
|
80
|
+
type TCardSubType = 'standard' | 'minimal' | 'space-saving';
|
|
81
|
+
type TNodeStatus = 'draft' | 'live';
|
|
82
|
+
interface ICategory {
|
|
83
|
+
identifier?: string;
|
|
84
|
+
name?: string;
|
|
85
|
+
description?: string;
|
|
86
|
+
status?: TNodeStatus;
|
|
87
|
+
code: string;
|
|
88
|
+
translations?: any;
|
|
89
|
+
index: number;
|
|
90
|
+
terms: any[];
|
|
91
|
+
}
|
|
92
|
+
interface ITerm {
|
|
93
|
+
associations?: ICategory[];
|
|
94
|
+
code: string;
|
|
95
|
+
translations?: string | null;
|
|
96
|
+
name: string;
|
|
97
|
+
description: string;
|
|
98
|
+
index?: number;
|
|
99
|
+
category: string;
|
|
100
|
+
status: TNodeStatus;
|
|
101
|
+
}
|
|
102
|
+
interface ITermCard {
|
|
103
|
+
children: any;
|
|
104
|
+
cardSubType: TCardSubType;
|
|
105
|
+
deletedMode?: 'greyOut' | 'hide';
|
|
106
|
+
stateData?: any;
|
|
107
|
+
selected?: boolean;
|
|
108
|
+
category: string;
|
|
109
|
+
isViewOnly?: boolean;
|
|
110
|
+
highlight?: boolean;
|
|
111
|
+
}
|
|
112
|
+
interface ISelectedCategory {
|
|
113
|
+
columnCode: string;
|
|
114
|
+
children: IFrameworkView[];
|
|
115
|
+
}
|
|
116
|
+
interface ITermsByCategory {
|
|
117
|
+
categoryIdentifier: string;
|
|
118
|
+
categoryLevel: number;
|
|
119
|
+
categoryName: string;
|
|
120
|
+
categoryCode: string;
|
|
121
|
+
terms: ITerm[];
|
|
122
|
+
}
|
|
123
|
+
interface IFrameworkView {
|
|
124
|
+
identifier: string;
|
|
125
|
+
code: string;
|
|
126
|
+
name: string;
|
|
127
|
+
description: string;
|
|
128
|
+
children: [];
|
|
129
|
+
parent?: any;
|
|
130
|
+
}
|
|
131
|
+
interface IColumnView {
|
|
132
|
+
identifier: string;
|
|
133
|
+
name: string;
|
|
134
|
+
selected: boolean;
|
|
135
|
+
description?: string;
|
|
136
|
+
status: TNodeStatus;
|
|
137
|
+
code: string;
|
|
138
|
+
translations?: any;
|
|
139
|
+
index: number;
|
|
140
|
+
children: any[];
|
|
141
|
+
category: string;
|
|
142
|
+
associations: string;
|
|
143
|
+
config: any;
|
|
144
|
+
cardRef?: any;
|
|
145
|
+
userCount?: number;
|
|
146
|
+
}
|
|
147
|
+
interface ParentsElements {
|
|
148
|
+
identifier: string;
|
|
149
|
+
}
|
|
150
|
+
interface AdditionalProperties {
|
|
151
|
+
}
|
|
152
|
+
interface ICreateTerm {
|
|
153
|
+
code: string;
|
|
154
|
+
name: string;
|
|
155
|
+
description: string;
|
|
156
|
+
category: string;
|
|
157
|
+
status: string;
|
|
158
|
+
approvalStatus?: string;
|
|
159
|
+
displayName?: string;
|
|
160
|
+
parents?: ParentsElements[] | null;
|
|
161
|
+
additionalProperties: AdditionalProperties;
|
|
162
|
+
refId?: string;
|
|
163
|
+
refType?: string;
|
|
164
|
+
framework?: string;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
interface IConnection {
|
|
169
|
+
endpoint: string;
|
|
170
|
+
token: string;
|
|
171
|
+
frameworkName: string;
|
|
172
|
+
isApprovalRequired: boolean;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
interface IConnectionType {
|
|
176
|
+
source: 'online' | 'offline';
|
|
177
|
+
data: IConnection;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
declare class LocalConnectionService {
|
|
181
|
+
private _vars;
|
|
182
|
+
constructor();
|
|
183
|
+
get apiUrl(): string;
|
|
184
|
+
get token(): string;
|
|
185
|
+
get frameworkName(): string;
|
|
186
|
+
get connectionType(): "online" | "offline";
|
|
187
|
+
set localStorage(val: IConnectionType);
|
|
188
|
+
get localStorage(): IConnectionType;
|
|
189
|
+
updateLocalStorage(val: IConnectionType): void;
|
|
190
|
+
clearLocalStorage(): void;
|
|
191
|
+
getConfigInfo(): IConnection;
|
|
192
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalConnectionService, never>;
|
|
193
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LocalConnectionService>;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
interface NotifierType {
|
|
197
|
+
type: 'select' | 'insert' | 'update' | 'delete';
|
|
198
|
+
action: string;
|
|
199
|
+
data: any;
|
|
200
|
+
}
|
|
201
|
+
declare class FrameworkService {
|
|
202
|
+
private http;
|
|
203
|
+
localConfig: LocalConnectionService;
|
|
204
|
+
categoriesHash: BehaviorSubject<NSFramework.ICategory[] | []>;
|
|
205
|
+
isDataUpdated: BehaviorSubject<boolean>;
|
|
206
|
+
currentSelection: BehaviorSubject<{
|
|
207
|
+
type: string;
|
|
208
|
+
data: any;
|
|
209
|
+
cardRef?: any;
|
|
210
|
+
isUpdate?: boolean;
|
|
211
|
+
} | null>;
|
|
212
|
+
termSubject: BehaviorSubject<any>;
|
|
213
|
+
afterAddOrEditSubject: BehaviorSubject<any>;
|
|
214
|
+
list: Map<string, NSFramework.IColumnView>;
|
|
215
|
+
selectionList: Map<string, any>;
|
|
216
|
+
insertUpdateDeleteNotifier: BehaviorSubject<NotifierType | null>;
|
|
217
|
+
environment: any;
|
|
218
|
+
libConfig: IConnection;
|
|
219
|
+
frameworkId: string;
|
|
220
|
+
rootConfig: any;
|
|
221
|
+
proxiesPath: string;
|
|
222
|
+
cardClkData: any;
|
|
223
|
+
CurrentCardClk: BehaviorSubject<any>;
|
|
224
|
+
completeResponse: any;
|
|
225
|
+
additionalData: any;
|
|
226
|
+
userCountData: any;
|
|
227
|
+
constructor(http: HttpClient, localConfig: LocalConnectionService);
|
|
228
|
+
getFrameworkInfo(_orgData?: any, _childOrgData?: any): Observable<any>;
|
|
229
|
+
readTerms(frameworkId: string, categoryId: string, requestBody: any): Observable<any>;
|
|
230
|
+
createTerm(frameworkId: string, categoryId: string, requestBody: any): Observable<any>;
|
|
231
|
+
createTermsWrapper(category: string, requestBody: any): Observable<any>;
|
|
232
|
+
retireTerm(frameworkId: string, categoryId: string, categoryTermCode: string): Observable<any>;
|
|
233
|
+
retireMultipleTerm(frameworkId: string, categoryId: string, requestBody: any): Observable<any>;
|
|
234
|
+
updateTerm(frameworkId: string, categoryId: string, categoryTermCode: string, requestBody: any): Observable<any>;
|
|
235
|
+
publishFramework(): Observable<any>;
|
|
236
|
+
getUuid(): string;
|
|
237
|
+
updateEnvironment(env: any): void;
|
|
238
|
+
getEnviroment(): any;
|
|
239
|
+
getFrameworkId(): string;
|
|
240
|
+
getNextCategory(currentCategory: string): NSFramework.ICategory | null;
|
|
241
|
+
getPreviousCategory(currentCategory: string): NSFramework.ICategory | null;
|
|
242
|
+
getParentTerm(currentCategory: string): any;
|
|
243
|
+
childClick(event: {
|
|
244
|
+
type: string;
|
|
245
|
+
data: any;
|
|
246
|
+
}): void;
|
|
247
|
+
resetAll(): void;
|
|
248
|
+
isLastColumn(colCode: string): boolean;
|
|
249
|
+
removeItemFromArray(array: any[], item: any): any[];
|
|
250
|
+
set setTerm(res: any);
|
|
251
|
+
get getTerm(): any[];
|
|
252
|
+
updateAfterAddOrEditSubject(res: any): void;
|
|
253
|
+
getLocalTermsByParent(parentCode: string): any[];
|
|
254
|
+
getLocalTermsByCategory(parentCode: string): any[];
|
|
255
|
+
getLocalTermsCategory(category: string): any[];
|
|
256
|
+
formateData(response: any, _orgData?: any, _childOrgData?: any): void;
|
|
257
|
+
getOrgFromChildOnwards(_categories: any, _childOrgData: any): any;
|
|
258
|
+
removeOldLine(): void;
|
|
259
|
+
setConfig(config: any): void;
|
|
260
|
+
getConfig(code: string, _childOrgData?: any): any;
|
|
261
|
+
getAllSelectedTerms(): any[];
|
|
262
|
+
getPreviousSelectedTerms(code: string): any[];
|
|
263
|
+
getKcmSearchList(requestBody: any, category: string): Observable<any>;
|
|
264
|
+
updateLocalList(item: any, parent: any, selectedTermArray: any[], updateType: string): void;
|
|
265
|
+
updateFrameworkList(columnCode: string, parentData: any, selectedTermArray: any[], updateType?: string): void;
|
|
266
|
+
getFrameworkRead(frameWorkId: string): Observable<any>;
|
|
267
|
+
getConfigOfCategoryConfigByFrameWorkId(code: string, frameworkId: string): any;
|
|
268
|
+
getConfigByFrameWorkId(frameworkId: string): any;
|
|
269
|
+
updateFullTermDataLocalMap(_columnCode: string, parentData: any): void;
|
|
270
|
+
updateLocalListTerm(item: any, parent: any): void;
|
|
271
|
+
private getSelectedStateOrg;
|
|
272
|
+
private getUserPerOrg;
|
|
273
|
+
getUserCount(term: any): number;
|
|
274
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FrameworkService, never>;
|
|
275
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FrameworkService>;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
declare class TreeHierarchyComponent implements OnInit {
|
|
279
|
+
private frameworkService;
|
|
280
|
+
environment: any;
|
|
281
|
+
taxonomyConfig: any;
|
|
282
|
+
constructor(frameworkService: FrameworkService);
|
|
283
|
+
ngOnInit(): void;
|
|
284
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeHierarchyComponent, never>;
|
|
285
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeHierarchyComponent, "d-v2-tree-hierarchy", never, { "environment": { "alias": "environment"; "required": false; }; "taxonomyConfig": { "alias": "taxonomyConfig"; "required": false; }; }, {}, never, never, false, never>;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
declare class DashboardComponent implements OnInit {
|
|
289
|
+
constructor();
|
|
290
|
+
ngOnInit(): void;
|
|
291
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>;
|
|
292
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "lib-dashboard", never, {}, {}, never, never, false, never>;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
declare class ConfigFrameworkComponent implements OnInit {
|
|
296
|
+
private frameworkService;
|
|
297
|
+
frameworkCategories: any;
|
|
298
|
+
categoriesRepresentations: any[];
|
|
299
|
+
tempCategoryRepresentaions: any[];
|
|
300
|
+
oldElements: any[];
|
|
301
|
+
constructor(frameworkService: FrameworkService);
|
|
302
|
+
ngOnInit(): void;
|
|
303
|
+
updateCategory(name: string): void;
|
|
304
|
+
updateTermArry(current: string, parent: any, index: number): ({
|
|
305
|
+
name: string;
|
|
306
|
+
domId: string;
|
|
307
|
+
selected?: undefined;
|
|
308
|
+
connected?: undefined;
|
|
309
|
+
parent?: undefined;
|
|
310
|
+
} | {
|
|
311
|
+
name: string;
|
|
312
|
+
selected: boolean;
|
|
313
|
+
connected: boolean;
|
|
314
|
+
domId: string;
|
|
315
|
+
parent: string;
|
|
316
|
+
})[];
|
|
317
|
+
removeOldLine(): void;
|
|
318
|
+
removeCategory(index: number): void;
|
|
319
|
+
changePosition(event: any): void;
|
|
320
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigFrameworkComponent, never>;
|
|
321
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfigFrameworkComponent, "lib-config-framework", never, {}, {}, never, never, false, never>;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
declare class CreateCategoriesComponent implements OnInit {
|
|
325
|
+
private fb;
|
|
326
|
+
taxonomyInfo: any;
|
|
327
|
+
updateCategory: EventEmitter<any>;
|
|
328
|
+
removeCategories: EventEmitter<any>;
|
|
329
|
+
changePosition: EventEmitter<any>;
|
|
330
|
+
createCategoriesForm: UntypedFormGroup;
|
|
331
|
+
app_strings: any;
|
|
332
|
+
constructor(fb: UntypedFormBuilder);
|
|
333
|
+
ngOnInit(): void;
|
|
334
|
+
categories(): UntypedFormArray;
|
|
335
|
+
newCategories(): UntypedFormGroup;
|
|
336
|
+
addCategory(): void;
|
|
337
|
+
removeCategory(i: number): void;
|
|
338
|
+
initCategoryForm(): void;
|
|
339
|
+
saveForm(): void;
|
|
340
|
+
emitCategory(event: any): void;
|
|
341
|
+
drop(event: CdkDragDrop<string[]>): void;
|
|
342
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateCategoriesComponent, never>;
|
|
343
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateCategoriesComponent, "lib-create-categories", never, { "taxonomyInfo": { "alias": "taxonomyInfo"; "required": false; }; }, { "updateCategory": "updateCategory"; "removeCategories": "removeCategories"; "changePosition": "changePosition"; }, never, never, false, never>;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
declare class ConnectorService {
|
|
347
|
+
connectorMap: {
|
|
348
|
+
[key: string]: any;
|
|
349
|
+
};
|
|
350
|
+
elmWrapper: any;
|
|
351
|
+
containerSelector: string;
|
|
352
|
+
constructor();
|
|
353
|
+
_drawLine(source: any, target: any, options?: any, sourceContainerId?: any, targetContainerId?: any): any;
|
|
354
|
+
private renderLine;
|
|
355
|
+
updateConnectorsMap(map: any): void;
|
|
356
|
+
position(line: any): void;
|
|
357
|
+
removeAllLines(): void;
|
|
358
|
+
repositionAllLines(): void;
|
|
359
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorService, never>;
|
|
360
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConnectorService>;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
declare class ApprovalService {
|
|
364
|
+
private frameworkService;
|
|
365
|
+
private http;
|
|
366
|
+
environment: any;
|
|
367
|
+
approvalListSubject: BehaviorSubject<any>;
|
|
368
|
+
constructor(frameworkService: FrameworkService, http: HttpClient);
|
|
369
|
+
createApproval(req: any): rxjs.Observable<Object>;
|
|
370
|
+
getApprovalList(req: any): rxjs.Observable<Object>;
|
|
371
|
+
getWorkflowDetails(id: any): rxjs.Observable<Object>;
|
|
372
|
+
updateWorkFlowApproval(req: any): rxjs.Observable<Object>;
|
|
373
|
+
removeDuplicates(arr: string[]): string[];
|
|
374
|
+
setApprovalList(list: any): void;
|
|
375
|
+
getUpdateList(): rxjs.Observable<any>;
|
|
376
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalService, never>;
|
|
377
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ApprovalService>;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
interface Card {
|
|
381
|
+
approvalStatus?: string;
|
|
382
|
+
associations?: Array<Card>;
|
|
383
|
+
identifier?: string;
|
|
384
|
+
code?: string;
|
|
385
|
+
translations?: any;
|
|
386
|
+
name?: string;
|
|
387
|
+
description?: string;
|
|
388
|
+
index?: number;
|
|
389
|
+
additionalProperties?: any;
|
|
390
|
+
category?: string;
|
|
391
|
+
status?: string;
|
|
392
|
+
icon?: string;
|
|
393
|
+
color?: string;
|
|
394
|
+
children?: Array<Card>;
|
|
395
|
+
highlight?: boolean;
|
|
396
|
+
associationProperties?: associationProperties;
|
|
397
|
+
selected?: boolean;
|
|
398
|
+
config?: Config;
|
|
399
|
+
parents?: any;
|
|
400
|
+
}
|
|
401
|
+
interface CardSelection {
|
|
402
|
+
element?: Array<Card>;
|
|
403
|
+
selectedTerm?: Array<Card>;
|
|
404
|
+
isSelected: boolean;
|
|
405
|
+
cardRef?: any;
|
|
406
|
+
isUpdate?: boolean;
|
|
407
|
+
}
|
|
408
|
+
interface CardChecked {
|
|
409
|
+
term: Card;
|
|
410
|
+
checked: boolean;
|
|
411
|
+
}
|
|
412
|
+
interface associationProperties {
|
|
413
|
+
approvalStatus?: string;
|
|
414
|
+
}
|
|
415
|
+
interface CardsCount {
|
|
416
|
+
category: string;
|
|
417
|
+
count: number;
|
|
418
|
+
}
|
|
419
|
+
interface Config {
|
|
420
|
+
index: number;
|
|
421
|
+
category: string;
|
|
422
|
+
icon: string;
|
|
423
|
+
color: string;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
declare class TreeViewComponent implements OnInit, OnDestroy {
|
|
427
|
+
private frameworkService;
|
|
428
|
+
private localSvc;
|
|
429
|
+
dialog: MatDialog;
|
|
430
|
+
private approvalService;
|
|
431
|
+
private _snackBar;
|
|
432
|
+
private connectorSvc;
|
|
433
|
+
private cdr;
|
|
434
|
+
private treeHierarchySvc;
|
|
435
|
+
private changeDetector;
|
|
436
|
+
approvalList: Array<Card>;
|
|
437
|
+
isApprovalView: boolean;
|
|
438
|
+
workFlowStatus: string;
|
|
439
|
+
environment: any;
|
|
440
|
+
taxonomyConfig: any;
|
|
441
|
+
orgSelectedData: any;
|
|
442
|
+
childOrgData: any;
|
|
443
|
+
userRolesData: any;
|
|
444
|
+
sentForApprove: EventEmitter<any>;
|
|
445
|
+
loaderEnable: EventEmitter<any>;
|
|
446
|
+
manageOrg: EventEmitter<any>;
|
|
447
|
+
mapping: {};
|
|
448
|
+
heightLighted: never[];
|
|
449
|
+
localList: never[];
|
|
450
|
+
showPublish: boolean;
|
|
451
|
+
newTermSubscription: Subscription | undefined;
|
|
452
|
+
loaded: any;
|
|
453
|
+
showActionBar: boolean;
|
|
454
|
+
approvalRequiredTerms: never[];
|
|
455
|
+
draftTerms: Array<Card>;
|
|
456
|
+
isLoading: boolean;
|
|
457
|
+
categoryList: any;
|
|
458
|
+
app_strings: any;
|
|
459
|
+
isHideBtnEna: boolean;
|
|
460
|
+
columnId: string;
|
|
461
|
+
configCodeBtn: any;
|
|
462
|
+
dataConfig: any;
|
|
463
|
+
isFraworkLoading: boolean;
|
|
464
|
+
loaderSubscription: Subscription;
|
|
465
|
+
constructor(frameworkService: FrameworkService, localSvc: LocalConnectionService, dialog: MatDialog, approvalService: ApprovalService, _snackBar: MatSnackBar, connectorSvc: ConnectorService, cdr: ChangeDetectorRef, treeHierarchySvc: TreeHierarchyService, changeDetector: ChangeDetectorRef);
|
|
466
|
+
ngOnInit(): void;
|
|
467
|
+
ngOnChanges(): void;
|
|
468
|
+
ngAfterContentChecked(): void;
|
|
469
|
+
init(): void;
|
|
470
|
+
refreshData(resData: any): void;
|
|
471
|
+
makeFirstTermSelected(): void;
|
|
472
|
+
updateTaxonomyTerm(data: {
|
|
473
|
+
selectedTerm: any;
|
|
474
|
+
isSelected: boolean;
|
|
475
|
+
isUpdate?: any;
|
|
476
|
+
}): void;
|
|
477
|
+
updateSelection(category: string, selectedTermCode: string): void;
|
|
478
|
+
updateFinalList(data: {
|
|
479
|
+
selectedTerm: any;
|
|
480
|
+
isSelected: boolean;
|
|
481
|
+
parentData?: any;
|
|
482
|
+
colIndex?: any;
|
|
483
|
+
}, type?: any): void;
|
|
484
|
+
isEnabled(columnCode: string): boolean;
|
|
485
|
+
isEnableds(): void;
|
|
486
|
+
openCreateTermDialog(column: any, colIndex: any): void;
|
|
487
|
+
openOrganizationDialog(column: any, _index: any, typeSelected: string): void;
|
|
488
|
+
get list(): any[];
|
|
489
|
+
drawHeaderLine(len: number): void;
|
|
490
|
+
getColumn(columnCode: string): NSFramework.IColumnView | undefined;
|
|
491
|
+
newConnection(): void;
|
|
492
|
+
updateDraftStatusTerms(event: any): void;
|
|
493
|
+
getNoOfCards(event: any): void;
|
|
494
|
+
getCount(code: string): number;
|
|
495
|
+
sendForApproval(): void;
|
|
496
|
+
closeActionBar(_e: any): void;
|
|
497
|
+
initConfig(): void;
|
|
498
|
+
ngOnDestroy(): void;
|
|
499
|
+
getNextCat(data: any): NSFramework.ICategory | null;
|
|
500
|
+
isCurrentOrNextTerm(_column: any, index: number): boolean;
|
|
501
|
+
shouldShowSvgBorderWrapper(column: any, index: number): boolean;
|
|
502
|
+
createTerms(selectedList: any, column: any): Promise<void>;
|
|
503
|
+
updateAssociation(nodeId: any, frameworkData: any, column: any): Promise<void>;
|
|
504
|
+
publishFramework(frameworkData: any): void;
|
|
505
|
+
removeConnection(data: any): void;
|
|
506
|
+
retireTermFunction(association: any): Promise<void>;
|
|
507
|
+
cardActionEmit(event: any): void;
|
|
508
|
+
editCategoryName(column: any, index: any): void;
|
|
509
|
+
getSelectedTermsAssociation(categoryCode: string): any;
|
|
510
|
+
updateCategory(event: any): Promise<void>;
|
|
511
|
+
updateParentAssociation(selectedParent: any, currentTerm: any): Promise<void>;
|
|
512
|
+
updateHierarchyAssocication(requestBody: any, frameworkId: any, termData: any): Promise<void>;
|
|
513
|
+
checkChildOrg(): boolean;
|
|
514
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewComponent, never>;
|
|
515
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewComponent, "lib-tree-view", never, { "approvalList": { "alias": "approvalList"; "required": false; }; "isApprovalView": { "alias": "isApprovalView"; "required": false; }; "workFlowStatus": { "alias": "workFlowStatus"; "required": false; }; "environment": { "alias": "environment"; "required": false; }; "taxonomyConfig": { "alias": "taxonomyConfig"; "required": false; }; "orgSelectedData": { "alias": "orgSelectedData"; "required": false; }; "childOrgData": { "alias": "childOrgData"; "required": false; }; "userRolesData": { "alias": "userRolesData"; "required": false; }; }, { "sentForApprove": "sentForApprove"; "loaderEnable": "loaderEnable"; "manageOrg": "manageOrg"; }, never, never, false, never>;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
declare class TermCardComponent implements OnInit, OnDestroy {
|
|
519
|
+
private frameworkService;
|
|
520
|
+
private localConnectionService;
|
|
521
|
+
private approvalService;
|
|
522
|
+
dialog: MatDialog;
|
|
523
|
+
dialogTemplate: TemplateRef<any>;
|
|
524
|
+
enableThreeDots: boolean;
|
|
525
|
+
checkIfChildOrg: any;
|
|
526
|
+
private _data;
|
|
527
|
+
isApprovalRequired: boolean;
|
|
528
|
+
approvalList: Array<Card>;
|
|
529
|
+
heightLighted: never[];
|
|
530
|
+
app_strings: any;
|
|
531
|
+
loaded: any;
|
|
532
|
+
isCompetencyArea: any;
|
|
533
|
+
environment: any;
|
|
534
|
+
subscription: any;
|
|
535
|
+
set data(value: any);
|
|
536
|
+
get data(): any;
|
|
537
|
+
isSelected: EventEmitter<CardSelection>;
|
|
538
|
+
selectedCard: EventEmitter<CardChecked>;
|
|
539
|
+
cardAction: EventEmitter<{
|
|
540
|
+
action: string;
|
|
541
|
+
data: any;
|
|
542
|
+
}>;
|
|
543
|
+
constructor(frameworkService: FrameworkService, localConnectionService: LocalConnectionService, approvalService: ApprovalService, dialog: MatDialog);
|
|
544
|
+
ngOnInit(): void;
|
|
545
|
+
cardClicked(data: any, cardRef: any): void;
|
|
546
|
+
handleProductClick(term: any, event: any): void;
|
|
547
|
+
updateApprovalStatus(): void;
|
|
548
|
+
getColor(indexClass: number, cardRef: any, property: string, data: any): any;
|
|
549
|
+
view(data: any, childrenData: any, index: any): void;
|
|
550
|
+
edit(data: any, childrenData: any, index: any, cardRef: any): void;
|
|
551
|
+
create(data: any, mode?: string): void;
|
|
552
|
+
getNextCatName(data: any): string | null;
|
|
553
|
+
getNextCat(data: any): NSFramework.ICategory | null;
|
|
554
|
+
ngOnDestroy(): void;
|
|
555
|
+
delete(data: any): void;
|
|
556
|
+
menuAction(type: string, _item: any): void;
|
|
557
|
+
getuserCount(item: any): any;
|
|
558
|
+
openDialog(): void;
|
|
559
|
+
closeModal(): void;
|
|
560
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TermCardComponent, never>;
|
|
561
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TermCardComponent, "lib-term-card", never, { "enableThreeDots": { "alias": "enableThreeDots"; "required": false; }; "checkIfChildOrg": { "alias": "checkIfChildOrg"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "isSelected": "isSelected"; "selectedCard": "selectedCard"; "cardAction": "cardAction"; }, never, never, false, never>;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
declare class TreeColumnViewComponent implements OnInit, OnDestroy, OnChanges {
|
|
565
|
+
private frameworkService;
|
|
566
|
+
private connectorService;
|
|
567
|
+
private approvalService;
|
|
568
|
+
column: any;
|
|
569
|
+
containerId: string | undefined;
|
|
570
|
+
isChildOrg: boolean;
|
|
571
|
+
childOrg: any;
|
|
572
|
+
connectorMapping: any;
|
|
573
|
+
updateTaxonomyTerm: EventEmitter<CardSelection>;
|
|
574
|
+
updateTermList: EventEmitter<CardChecked>;
|
|
575
|
+
cardsCount: EventEmitter<CardsCount>;
|
|
576
|
+
cardAction: EventEmitter<CardSelection>;
|
|
577
|
+
columnData: Array<Card>;
|
|
578
|
+
childSubscription: Subscription | undefined;
|
|
579
|
+
newTermSubscription: Subscription | undefined;
|
|
580
|
+
approvalTerm: any;
|
|
581
|
+
termshafall: Array<Card>;
|
|
582
|
+
searchValue: UntypedFormControl;
|
|
583
|
+
startIndex: number;
|
|
584
|
+
limitToAdd: number;
|
|
585
|
+
currentLastIndex: number;
|
|
586
|
+
columnItems: any;
|
|
587
|
+
filteredColumnItems: any;
|
|
588
|
+
constructor(frameworkService: FrameworkService, connectorService: ConnectorService, approvalService: ApprovalService);
|
|
589
|
+
ngOnChanges(): void;
|
|
590
|
+
ngOnInit(): void;
|
|
591
|
+
isExists(e: any): boolean;
|
|
592
|
+
subscribeEvents(): void;
|
|
593
|
+
insertUpdateHandler(e: any, _next: any, isUpdate?: any): void;
|
|
594
|
+
updateSelection1(_data: any): void;
|
|
595
|
+
updateSelection(_selection: any): void;
|
|
596
|
+
setColumnItems(): void;
|
|
597
|
+
transform(value: any, sortBy?: string): any;
|
|
598
|
+
searchFilterData(_ele: any): void;
|
|
599
|
+
clearSearch(): void;
|
|
600
|
+
loadMore(): void;
|
|
601
|
+
setConnectors(elementClicked: any, columnItem: any, mode: any): void;
|
|
602
|
+
removeConnectors(currentElement: any, prevCol: any, currentIndex: any): void;
|
|
603
|
+
selectedCard(event: any): void;
|
|
604
|
+
get showLoadMoreBtn(): boolean;
|
|
605
|
+
get disableLoadButton(): boolean;
|
|
606
|
+
ngOnDestroy(): void;
|
|
607
|
+
cardActionEmit(event: any): void;
|
|
608
|
+
makeFirstTermSelected(): void;
|
|
609
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeColumnViewComponent, never>;
|
|
610
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeColumnViewComponent, "lib-tree-column-view", never, { "column": { "alias": "column"; "required": false; }; "containerId": { "alias": "containerId"; "required": false; }; "isChildOrg": { "alias": "isChildOrg"; "required": false; }; "childOrg": { "alias": "childOrg"; "required": false; }; }, { "updateTaxonomyTerm": "updateTaxonomyTerm"; "updateTermList": "updateTermList"; "cardsCount": "cardsCount"; "cardAction": "cardAction"; }, never, never, false, never>;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
declare class CategoriesPreviewComponent implements OnChanges, OnInit {
|
|
614
|
+
data: any;
|
|
615
|
+
lineRef: any;
|
|
616
|
+
app_strings: any;
|
|
617
|
+
constructor();
|
|
618
|
+
ngOnChanges(): void;
|
|
619
|
+
ngOnInit(): void;
|
|
620
|
+
drawLine(): void;
|
|
621
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesPreviewComponent, never>;
|
|
622
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CategoriesPreviewComponent, "lib-categories-preview", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
declare class OdcsService {
|
|
626
|
+
private http;
|
|
627
|
+
constructor(http: HttpClient);
|
|
628
|
+
getDesignations(_req: any): Observable<any>;
|
|
629
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OdcsService, never>;
|
|
630
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OdcsService>;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
declare class CreateTermComponent implements OnInit, AfterViewInit {
|
|
634
|
+
dialogRef: MatDialogRef<CreateTermComponent>;
|
|
635
|
+
data: any;
|
|
636
|
+
private frameWorkService;
|
|
637
|
+
private fb;
|
|
638
|
+
private odcsService;
|
|
639
|
+
private _snackBar;
|
|
640
|
+
private cdr;
|
|
641
|
+
name: string;
|
|
642
|
+
termLists: Array<Card>;
|
|
643
|
+
filtedTermLists: any;
|
|
644
|
+
createTermForm: any;
|
|
645
|
+
createThemeForm: UntypedFormGroup;
|
|
646
|
+
createThemeFormMulti: UntypedFormGroup;
|
|
647
|
+
disableCreate: boolean;
|
|
648
|
+
disableUpdate: boolean;
|
|
649
|
+
disableMultiCreate: boolean;
|
|
650
|
+
isTermExist: boolean;
|
|
651
|
+
selectedTerm: Card;
|
|
652
|
+
app_strings: {
|
|
653
|
+
flag: string;
|
|
654
|
+
createNew: string;
|
|
655
|
+
edit: string;
|
|
656
|
+
build: string;
|
|
657
|
+
noData: string;
|
|
658
|
+
loading: string;
|
|
659
|
+
add: string;
|
|
660
|
+
pendingApproval: string;
|
|
661
|
+
date: string;
|
|
662
|
+
more: string;
|
|
663
|
+
rightArrow: string;
|
|
664
|
+
alreadyExist: string;
|
|
665
|
+
cancel: string;
|
|
666
|
+
create: string;
|
|
667
|
+
update: string;
|
|
668
|
+
createCategories: string;
|
|
669
|
+
category: string;
|
|
670
|
+
removeCircleOutline: string;
|
|
671
|
+
close: string;
|
|
672
|
+
endPoint: string;
|
|
673
|
+
token: string;
|
|
674
|
+
enterFrameworkName: string;
|
|
675
|
+
frameworkName: string;
|
|
676
|
+
clear: string;
|
|
677
|
+
or: string;
|
|
678
|
+
experienceTaxonomy: string;
|
|
679
|
+
playWithIt: string;
|
|
680
|
+
newConnection: string;
|
|
681
|
+
categoryPreview: string;
|
|
682
|
+
allFrac: string;
|
|
683
|
+
treeView: string;
|
|
684
|
+
categoryName: string;
|
|
685
|
+
name: string;
|
|
686
|
+
description: string;
|
|
687
|
+
addCompetency: string;
|
|
688
|
+
add_btn: string;
|
|
689
|
+
delete: string;
|
|
690
|
+
};
|
|
691
|
+
colCode: string;
|
|
692
|
+
savedDesignations: any;
|
|
693
|
+
addedDesignationCount: number;
|
|
694
|
+
designationsList: never[];
|
|
695
|
+
panelOpenState: any[];
|
|
696
|
+
allCompetency: any[];
|
|
697
|
+
seletedCompetencyArea: any;
|
|
698
|
+
allCompetencyTheme: any[];
|
|
699
|
+
filteredallCompetencyTheme: any[];
|
|
700
|
+
allCompetencySubtheme: any[];
|
|
701
|
+
filteredallCompetencySubTheme: any[];
|
|
702
|
+
competencyForm: UntypedFormGroup;
|
|
703
|
+
compLabeltext: string;
|
|
704
|
+
masterList: any[];
|
|
705
|
+
filteredMasterList: any[];
|
|
706
|
+
expansionTitle: string;
|
|
707
|
+
private debounceTimeout;
|
|
708
|
+
private debounceDelay;
|
|
709
|
+
values: string;
|
|
710
|
+
toolTipText: string;
|
|
711
|
+
previousCategoryCode: string;
|
|
712
|
+
previousTermCode: string;
|
|
713
|
+
previousCatCode: string;
|
|
714
|
+
previousTermCatCode: string;
|
|
715
|
+
selectedTermArray: any;
|
|
716
|
+
constructor(dialogRef: MatDialogRef<CreateTermComponent>, data: any, frameWorkService: FrameworkService, fb: UntypedFormBuilder, odcsService: OdcsService, _snackBar: MatSnackBar, cdr: ChangeDetectorRef);
|
|
717
|
+
ngOnInit(): void;
|
|
718
|
+
ngAfterViewInit(): void;
|
|
719
|
+
initTermForm(): void;
|
|
720
|
+
getComptencyData(): void;
|
|
721
|
+
get themeFields(): UntypedFormArray;
|
|
722
|
+
get themeFieldsControls(): any;
|
|
723
|
+
createThemeFields(): UntypedFormGroup;
|
|
724
|
+
addThemeFields(): void;
|
|
725
|
+
removeThemeFields(index: number): void;
|
|
726
|
+
getCreateName(name: string): string;
|
|
727
|
+
getCategoryName(categoryName: any, term: any): any;
|
|
728
|
+
getName(item: any): any;
|
|
729
|
+
getLabelName(labelName: string): string;
|
|
730
|
+
createCompThemeFields(): UntypedFormGroup;
|
|
731
|
+
addCompetencyTheme(): void;
|
|
732
|
+
removeCompFields(index: number): void;
|
|
733
|
+
get compThemeFields(): UntypedFormArray;
|
|
734
|
+
updateFormView(form: any, data: any): void;
|
|
735
|
+
updateFormEdit(form: any, data: any): void;
|
|
736
|
+
onKey(event: any): void;
|
|
737
|
+
filterOrgValues(searchValue: string, array: any): any;
|
|
738
|
+
getKcmSearch(): void;
|
|
739
|
+
onDisableTheme(option: any): boolean;
|
|
740
|
+
multiCreate(form: any, _data: any): void;
|
|
741
|
+
updateTermAssociationsMulti(createdTerms: any[]): Promise<void>;
|
|
742
|
+
callUpdateAssociations(counter: any, parent: any, reguestBody: any): Promise<any>;
|
|
743
|
+
updateDname(_name: any, _form: any, _i?: any): void;
|
|
744
|
+
change(event: any, form: any, i?: any): void;
|
|
745
|
+
getExpansionTitle(form: any): any;
|
|
746
|
+
get designationControls(): i45.AbstractControl<any, any, any>[];
|
|
747
|
+
loadDesignations(): void;
|
|
748
|
+
getFilteredDesignationList(index: string): never[];
|
|
749
|
+
addDesignation(): void;
|
|
750
|
+
clearSelectedDesignaionOnChange(index: any, event: any): void;
|
|
751
|
+
deleteDesignation(index: number): void;
|
|
752
|
+
saveDesignation(index: number): void;
|
|
753
|
+
submitDesignation(): void;
|
|
754
|
+
cancel(): void;
|
|
755
|
+
get enableAddBtn(): boolean;
|
|
756
|
+
private _filter;
|
|
757
|
+
private _normalizeValue;
|
|
758
|
+
onSelectionArea(option: any): void;
|
|
759
|
+
OnThemeSelection(event: any): void;
|
|
760
|
+
onSelect(term: any, form: any): void;
|
|
761
|
+
saveTerm(): void;
|
|
762
|
+
updateTermData(form: any, data: any): void;
|
|
763
|
+
updateTermDataAssociations(updateData: any): void;
|
|
764
|
+
updateTermAssociations(updateData?: any): void;
|
|
765
|
+
saveThemeTerm(): void;
|
|
766
|
+
dialogClose(term: any): void;
|
|
767
|
+
updateTermAssociationsMultiV2(createdTerms: any[], parentSelectedTerm?: any): Promise<void>;
|
|
768
|
+
callUpdateAssociationsV2(counter: any, parent: any, reguestBody: any): Promise<any>;
|
|
769
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateTermComponent, never>;
|
|
770
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateTermComponent, "lib-create-term", never, {}, {}, never, never, false, never>;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
declare class ConnectorComponent implements OnInit {
|
|
774
|
+
dialogRef: MatDialogRef<ConnectorComponent>;
|
|
775
|
+
data: any;
|
|
776
|
+
private localScv;
|
|
777
|
+
private fb;
|
|
778
|
+
connectorForm: UntypedFormGroup;
|
|
779
|
+
app_strings: any;
|
|
780
|
+
constructor(dialogRef: MatDialogRef<ConnectorComponent>, data: any, localScv: LocalConnectionService, fb: UntypedFormBuilder);
|
|
781
|
+
ngOnInit(): void;
|
|
782
|
+
initConnectorForm(): void;
|
|
783
|
+
saveConnection(): void;
|
|
784
|
+
clear(): void;
|
|
785
|
+
dialogClose(): void;
|
|
786
|
+
loadDefault(): void;
|
|
787
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorComponent, never>;
|
|
788
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectorComponent, "lib-connector", never, {}, {}, never, never, false, never>;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
declare class ActionBarComponent implements OnInit {
|
|
792
|
+
actionType: any;
|
|
793
|
+
configType: any;
|
|
794
|
+
sendApproval: EventEmitter<any>;
|
|
795
|
+
closeAction: EventEmitter<any>;
|
|
796
|
+
app_strings: any;
|
|
797
|
+
constructor();
|
|
798
|
+
ngOnInit(): void;
|
|
799
|
+
SendForApproval(): void;
|
|
800
|
+
closeActionBar(): void;
|
|
801
|
+
getApproveLevelText(res: any): string | undefined;
|
|
802
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarComponent, never>;
|
|
803
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "lib-action-bar", never, { "actionType": { "alias": "actionType"; "required": false; }; "configType": { "alias": "configType"; "required": false; }; }, { "sendApproval": "sendApproval"; "closeAction": "closeAction"; }, never, never, false, never>;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
declare class ApprovalComponent implements OnInit {
|
|
807
|
+
app_strings: any;
|
|
808
|
+
constructor();
|
|
809
|
+
ngOnInit(): void;
|
|
810
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalComponent, never>;
|
|
811
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ApprovalComponent, "lib-approval", never, {}, {}, never, never, false, never>;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
declare class PendingApprovalComponent implements OnInit {
|
|
815
|
+
private approvalService;
|
|
816
|
+
private frameworkService;
|
|
817
|
+
pendingList: never[];
|
|
818
|
+
approvalList: never[];
|
|
819
|
+
categories: never[];
|
|
820
|
+
app_strings: any;
|
|
821
|
+
constructor(approvalService: ApprovalService, frameworkService: FrameworkService);
|
|
822
|
+
ngOnInit(): void;
|
|
823
|
+
getApprovalList(): void;
|
|
824
|
+
removeDuplicates(arr: any): unknown[];
|
|
825
|
+
createApprovalList(updateFieldValues: any): any;
|
|
826
|
+
getTerms(terms: any): any;
|
|
827
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PendingApprovalComponent, never>;
|
|
828
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PendingApprovalComponent, "lib-pending-approval", never, {}, {}, never, never, false, never>;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
declare class ApproveViewComponent implements OnInit {
|
|
832
|
+
private activatedRoute;
|
|
833
|
+
private approvalService;
|
|
834
|
+
private frameworkService;
|
|
835
|
+
private _snackBar;
|
|
836
|
+
list$: any;
|
|
837
|
+
workflowDetails: any;
|
|
838
|
+
listItems: any;
|
|
839
|
+
categories: string[];
|
|
840
|
+
showAction: boolean;
|
|
841
|
+
lineRef: never[];
|
|
842
|
+
constructor(activatedRoute: ActivatedRoute, approvalService: ApprovalService, frameworkService: FrameworkService, _snackBar: MatSnackBar);
|
|
843
|
+
ngOnInit(): void;
|
|
844
|
+
getworkFlowDetails(id: any): void;
|
|
845
|
+
approvalRequest(_approvalTerms: any): void;
|
|
846
|
+
closeActionBar(_e: any): void;
|
|
847
|
+
ngOnDestroy(): void;
|
|
848
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApproveViewComponent, never>;
|
|
849
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ApproveViewComponent, "lib-approve-view", never, {}, {}, never, never, false, never>;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
declare class OrderByPipe implements PipeTransform {
|
|
853
|
+
approvalTerms: never[];
|
|
854
|
+
constructor();
|
|
855
|
+
transform(value: any, sortBy?: string): any;
|
|
856
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OrderByPipe, never>;
|
|
857
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OrderByPipe, "orderBy", false>;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
declare class ConforamtionPopupComponent implements OnInit {
|
|
861
|
+
private dialogRef;
|
|
862
|
+
private data;
|
|
863
|
+
frameworkService: FrameworkService;
|
|
864
|
+
private _snackBar;
|
|
865
|
+
dialogDetails: any;
|
|
866
|
+
showLoader: boolean;
|
|
867
|
+
constructor(dialogRef: MatDialogRef<ConforamtionPopupComponent>, data: any, frameworkService: FrameworkService, _snackBar: MatSnackBar);
|
|
868
|
+
ngOnInit(): void;
|
|
869
|
+
closePopup(event: any): void;
|
|
870
|
+
dialogClose(event: any): void;
|
|
871
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConforamtionPopupComponent, never>;
|
|
872
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConforamtionPopupComponent, "lib-conforamtion-popup", never, {}, {}, never, never, false, never>;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
declare class CreateTermFromFrameworkComponent implements OnInit {
|
|
876
|
+
dialogRef: MatDialogRef<CreateTermFromFrameworkComponent>;
|
|
877
|
+
data: any;
|
|
878
|
+
private dialog;
|
|
879
|
+
frameWorkService: FrameworkService;
|
|
880
|
+
private fb;
|
|
881
|
+
private _snackBar;
|
|
882
|
+
app_strings: {
|
|
883
|
+
flag: string;
|
|
884
|
+
createNew: string;
|
|
885
|
+
edit: string;
|
|
886
|
+
build: string;
|
|
887
|
+
noData: string;
|
|
888
|
+
loading: string;
|
|
889
|
+
add: string;
|
|
890
|
+
pendingApproval: string;
|
|
891
|
+
date: string;
|
|
892
|
+
more: string;
|
|
893
|
+
rightArrow: string;
|
|
894
|
+
alreadyExist: string;
|
|
895
|
+
cancel: string;
|
|
896
|
+
create: string;
|
|
897
|
+
update: string;
|
|
898
|
+
createCategories: string;
|
|
899
|
+
category: string;
|
|
900
|
+
removeCircleOutline: string;
|
|
901
|
+
close: string;
|
|
902
|
+
endPoint: string;
|
|
903
|
+
token: string;
|
|
904
|
+
enterFrameworkName: string;
|
|
905
|
+
frameworkName: string;
|
|
906
|
+
clear: string;
|
|
907
|
+
or: string;
|
|
908
|
+
experienceTaxonomy: string;
|
|
909
|
+
playWithIt: string;
|
|
910
|
+
newConnection: string;
|
|
911
|
+
categoryPreview: string;
|
|
912
|
+
allFrac: string;
|
|
913
|
+
treeView: string;
|
|
914
|
+
categoryName: string;
|
|
915
|
+
name: string;
|
|
916
|
+
description: string;
|
|
917
|
+
addCompetency: string;
|
|
918
|
+
add_btn: string;
|
|
919
|
+
delete: string;
|
|
920
|
+
};
|
|
921
|
+
environment: any;
|
|
922
|
+
selectedTerm: Card;
|
|
923
|
+
selectedTermArray: any;
|
|
924
|
+
kcmConfigData: any;
|
|
925
|
+
selectedThemeData: any;
|
|
926
|
+
isTermExist: boolean;
|
|
927
|
+
disableCreate: boolean;
|
|
928
|
+
disableMultiCreate: boolean;
|
|
929
|
+
disableUpdate: boolean;
|
|
930
|
+
competencyForm: UntypedFormGroup;
|
|
931
|
+
kcmList: any;
|
|
932
|
+
competencyArea: any;
|
|
933
|
+
selectedCardCompThemeData: any;
|
|
934
|
+
allCompetency: any[];
|
|
935
|
+
seletedCompetencyArea: any;
|
|
936
|
+
allCompetencyTheme: any[];
|
|
937
|
+
filteredallCompetencyTheme: any[];
|
|
938
|
+
allCompetencySubtheme: any[];
|
|
939
|
+
filteredallCompetencySubTheme: any[];
|
|
940
|
+
constructor(dialogRef: MatDialogRef<CreateTermFromFrameworkComponent>, data: any, dialog: MatDialog, frameWorkService: FrameworkService, fb: UntypedFormBuilder, _snackBar: MatSnackBar);
|
|
941
|
+
ngOnInit(): void;
|
|
942
|
+
getComptencyData(): void;
|
|
943
|
+
formateData(response: any, frameworkId: string): void;
|
|
944
|
+
createCompThemeFields(): UntypedFormGroup;
|
|
945
|
+
getCreateName(data: any): string;
|
|
946
|
+
clearSelectedThemes(option: any): void;
|
|
947
|
+
get isThemeSelected(): boolean;
|
|
948
|
+
openConforamtionPopup(option: any): void;
|
|
949
|
+
onSelectionArea(option: any): void;
|
|
950
|
+
addCompetencyTheme(): void;
|
|
951
|
+
removeCompFields(index: number): void;
|
|
952
|
+
OnThemeSelection(event: any, _indexValue: any, optionData: any): void;
|
|
953
|
+
onTermRemove(termData: any, indexValue: number): void;
|
|
954
|
+
OnSubThemeSelection(_event: any, _indexValue: number, _option: any): void;
|
|
955
|
+
multiCreate(form: any, _data: any): Promise<void>;
|
|
956
|
+
crateTerm(frameworkId: any, colCode: any, requestBody: any): Promise<unknown>;
|
|
957
|
+
updateTermAssociationsMultiV2(createdTerms: any[], parentSelectedTerm?: any, _runningIndex?: number, _themFieldsLength?: number): Promise<any>;
|
|
958
|
+
updateTermAssociationsMulti(createdTerms: any[]): Promise<void>;
|
|
959
|
+
callUpdateAssociationsV2(counter: any, parent: any, reguestBody: any): Promise<any>;
|
|
960
|
+
callUpdateAssociations(counter: any, parent: any, reguestBody: any): Promise<any>;
|
|
961
|
+
updateTermData(form: any, data: any): void;
|
|
962
|
+
updateTermAssociations(updateData?: any): void;
|
|
963
|
+
dialogClose(term: any): void;
|
|
964
|
+
multiCreateSubTheme(_form: any, data: any): Promise<void>;
|
|
965
|
+
onDisableTheme(option: any): boolean;
|
|
966
|
+
updateLocalList(item: any, parent: any, selectedTermArray: any, updateType?: any): void;
|
|
967
|
+
deleteTheme(): void;
|
|
968
|
+
get compThemeFields(): UntypedFormArray;
|
|
969
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateTermFromFrameworkComponent, never>;
|
|
970
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateTermFromFrameworkComponent, "lib-create-term-from-framework", never, {}, {}, never, never, false, never>;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
declare class OrgHierarchyAddModalComponent implements OnInit, OnDestroy {
|
|
974
|
+
dialogRef: MatDialogRef<OrgHierarchyAddModalComponent>;
|
|
975
|
+
data: any;
|
|
976
|
+
private frameworkService;
|
|
977
|
+
private snackbar;
|
|
978
|
+
searchControl: FormControl<string | null>;
|
|
979
|
+
parentSearchControl: FormControl<string | null>;
|
|
980
|
+
selectedOrgsControl: FormControl<(string | number)[] | null>;
|
|
981
|
+
parentSelectedOrgControl: FormControl<string | null>;
|
|
982
|
+
orgOptions: any[];
|
|
983
|
+
filteredOptions: any[];
|
|
984
|
+
parentFilteredOptions: any[];
|
|
985
|
+
private destroy$;
|
|
986
|
+
frameworkData: any;
|
|
987
|
+
constructor(dialogRef: MatDialogRef<OrgHierarchyAddModalComponent>, data: any, frameworkService: FrameworkService, snackbar: MatSnackBar);
|
|
988
|
+
ngOnInit(): void;
|
|
989
|
+
ngOnDestroy(): void;
|
|
990
|
+
filterOptions(searchValue: string): void;
|
|
991
|
+
private sortOptionsWithSelectedFirst;
|
|
992
|
+
clearSearch(event: Event): void;
|
|
993
|
+
filterParentOptions(searchValue: string): void;
|
|
994
|
+
toggleSelectAll(event: Event): void;
|
|
995
|
+
isAllSelected(): boolean;
|
|
996
|
+
getSelectedOptions(): any[];
|
|
997
|
+
getParentSelectedOptions(): any;
|
|
998
|
+
removeSelected(id: string | number): void;
|
|
999
|
+
onClose(): void;
|
|
1000
|
+
onSave(): void;
|
|
1001
|
+
getSelectedStateOrg(): Promise<void>;
|
|
1002
|
+
handleKeydown(event: KeyboardEvent): boolean;
|
|
1003
|
+
handleSearchKeydown(event: KeyboardEvent): boolean;
|
|
1004
|
+
checkAndClose(selectElement: MatSelect): void;
|
|
1005
|
+
getNameOfOrg(id: any): any;
|
|
1006
|
+
removeOrg(itemToRemove: string): void;
|
|
1007
|
+
getParentTerms(item: any): void;
|
|
1008
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OrgHierarchyAddModalComponent, never>;
|
|
1009
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OrgHierarchyAddModalComponent, "sb-cb-tree-org-hierarchy-add-modal", never, {}, {}, never, never, false, never>;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
declare class CategoryEditModuleComponent implements OnInit {
|
|
1013
|
+
private fb;
|
|
1014
|
+
dialogRef: MatDialogRef<CategoryEditModuleComponent>;
|
|
1015
|
+
data: any;
|
|
1016
|
+
categoryForm: FormGroup;
|
|
1017
|
+
constructor(fb: FormBuilder, dialogRef: MatDialogRef<CategoryEditModuleComponent>, data: any);
|
|
1018
|
+
ngOnInit(): void;
|
|
1019
|
+
initForm(): void;
|
|
1020
|
+
/**
|
|
1021
|
+
* Close the dialog without saving changes
|
|
1022
|
+
*/
|
|
1023
|
+
closeDialog(): void;
|
|
1024
|
+
/**
|
|
1025
|
+
* Save the updated category name and close the dialog
|
|
1026
|
+
*/
|
|
1027
|
+
saveCategoryName(): void;
|
|
1028
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CategoryEditModuleComponent, never>;
|
|
1029
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CategoryEditModuleComponent, "sb-cb-tree-category-edit-module", never, {}, {}, never, never, false, never>;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
declare class MaterialModule {
|
|
1033
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
1034
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.A11yModule, typeof i2.HttpClientModule, typeof i3.CdkStepperModule, typeof i4.CdkTableModule, typeof i5.CdkTreeModule, typeof i6.DragDropModule, typeof i7.MatAutocompleteModule, typeof i8.MatBadgeModule, typeof i9.MatBottomSheetModule, typeof i10.MatButtonModule, typeof i11.MatButtonToggleModule, typeof i12.MatCardModule, typeof i13.MatCheckboxModule, typeof i23.MatChipsModule, typeof i15.MatStepperModule, typeof i16.MatDatepickerModule, typeof i17.MatDialogModule, typeof i18.MatDividerModule, typeof i19.MatExpansionModule, typeof i20.MatGridListModule, typeof i21.MatIconModule, typeof i22.MatInputModule, typeof i23$1.MatListModule, typeof i24.MatMenuModule, typeof i25.MatNativeDateModule, typeof i26.MatPaginatorModule, typeof i27.MatProgressBarModule, typeof i28.MatProgressSpinnerModule, typeof i29.MatRadioModule, typeof i25.MatRippleModule, typeof i30.MatSelectModule, typeof i31.MatSidenavModule, typeof i32.MatSliderModule, typeof i33.MatSlideToggleModule, typeof i34.MatSnackBarModule, typeof i35.MatSortModule, typeof i36.MatTableModule, typeof i37.MatTabsModule, typeof i38.MatToolbarModule, typeof i39.MatTooltipModule, typeof i40.MatTreeModule, typeof i41.OverlayModule, typeof i42.PortalModule, typeof i43.ScrollingModule, typeof i44.MatFormFieldModule, typeof i45.ReactiveFormsModule, typeof i45.FormsModule, typeof i2.HttpClientModule]>;
|
|
1035
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
declare class TreeEditorRoutingModule {
|
|
1039
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeEditorRoutingModule, never>;
|
|
1040
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeEditorRoutingModule, never, [typeof i1$1.RouterModule], [typeof i1$1.RouterModule]>;
|
|
1041
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TreeEditorRoutingModule>;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
declare class TreeHierarchyModule {
|
|
1045
|
+
static forRoot(config: IConnectionType): ModuleWithProviders<TreeHierarchyModule>;
|
|
1046
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeHierarchyModule, never>;
|
|
1047
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeHierarchyModule, [typeof TreeHierarchyComponent, typeof DashboardComponent, typeof ConfigFrameworkComponent, typeof CreateCategoriesComponent, typeof ConfigFrameworkComponent, typeof TreeViewComponent, typeof TermCardComponent, typeof TreeColumnViewComponent, typeof CategoriesPreviewComponent, typeof CategoriesPreviewComponent, typeof CreateTermComponent, typeof ConnectorComponent, typeof ActionBarComponent, typeof ApprovalComponent, typeof PendingApprovalComponent, typeof ApproveViewComponent, typeof OrderByPipe, typeof ConforamtionPopupComponent, typeof CreateTermFromFrameworkComponent, typeof OrgHierarchyAddModalComponent, typeof CategoryEditModuleComponent], [typeof i20$1.CommonModule, typeof MaterialModule, typeof TreeEditorRoutingModule, typeof i23.MatChipsModule], [typeof TreeHierarchyComponent, typeof CreateCategoriesComponent, typeof ConfigFrameworkComponent, typeof TreeViewComponent, typeof TermCardComponent, typeof CategoriesPreviewComponent, typeof i23.MatChipsModule]>;
|
|
1048
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TreeHierarchyModule>;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
export { CategoriesPreviewComponent, ConfigFrameworkComponent, CreateCategoriesComponent, TermCardComponent, TreeHierarchyComponent, TreeHierarchyModule, TreeHierarchyService, TreeViewComponent };
|
|
1052
|
+
//# sourceMappingURL=index.d.ts.map
|