@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
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormArray, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { MatLegacyDialog as MatDialog, MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
4
|
-
import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
|
|
5
|
-
import { FrameworkService } from '../../services/framework.service';
|
|
6
|
-
import { Card } from '../../models/variable-type.model';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class CreateTermFromFrameworkComponent implements OnInit {
|
|
9
|
-
dialogRef: MatDialogRef<CreateTermFromFrameworkComponent>;
|
|
10
|
-
data: any;
|
|
11
|
-
private dialog;
|
|
12
|
-
frameWorkService: FrameworkService;
|
|
13
|
-
private fb;
|
|
14
|
-
private _snackBar;
|
|
15
|
-
app_strings: {
|
|
16
|
-
flag: string;
|
|
17
|
-
createNew: string;
|
|
18
|
-
edit: string;
|
|
19
|
-
build: string;
|
|
20
|
-
noData: string;
|
|
21
|
-
loading: string;
|
|
22
|
-
add: string;
|
|
23
|
-
pendingApproval: string;
|
|
24
|
-
date: string;
|
|
25
|
-
more: string;
|
|
26
|
-
rightArrow: string;
|
|
27
|
-
alreadyExist: string;
|
|
28
|
-
cancel: string;
|
|
29
|
-
create: string;
|
|
30
|
-
update: string;
|
|
31
|
-
createCategories: string;
|
|
32
|
-
category: string;
|
|
33
|
-
removeCircleOutline: string;
|
|
34
|
-
close: string;
|
|
35
|
-
endPoint: string;
|
|
36
|
-
token: string;
|
|
37
|
-
enterFrameworkName: string;
|
|
38
|
-
frameworkName: string;
|
|
39
|
-
clear: string;
|
|
40
|
-
or: string;
|
|
41
|
-
experienceTaxonomy: string;
|
|
42
|
-
playWithIt: string;
|
|
43
|
-
newConnection: string;
|
|
44
|
-
categoryPreview: string;
|
|
45
|
-
allFrac: string;
|
|
46
|
-
treeView: string;
|
|
47
|
-
categoryName: string;
|
|
48
|
-
name: string;
|
|
49
|
-
description: string;
|
|
50
|
-
addCompetency: string;
|
|
51
|
-
add_btn: string;
|
|
52
|
-
delete: string;
|
|
53
|
-
};
|
|
54
|
-
environment: any;
|
|
55
|
-
selectedTerm: Card;
|
|
56
|
-
selectedTermArray: any;
|
|
57
|
-
kcmConfigData: any;
|
|
58
|
-
selectedThemeData: any;
|
|
59
|
-
isTermExist: boolean;
|
|
60
|
-
disableCreate: boolean;
|
|
61
|
-
disableMultiCreate: boolean;
|
|
62
|
-
disableUpdate: boolean;
|
|
63
|
-
competencyForm: UntypedFormGroup;
|
|
64
|
-
kcmList: any;
|
|
65
|
-
competencyArea: any;
|
|
66
|
-
selectedCardCompThemeData: any;
|
|
67
|
-
allCompetency: any[];
|
|
68
|
-
seletedCompetencyArea: any;
|
|
69
|
-
allCompetencyTheme: any[];
|
|
70
|
-
filteredallCompetencyTheme: any[];
|
|
71
|
-
allCompetencySubtheme: any[];
|
|
72
|
-
filteredallCompetencySubTheme: any[];
|
|
73
|
-
constructor(dialogRef: MatDialogRef<CreateTermFromFrameworkComponent>, data: any, dialog: MatDialog, frameWorkService: FrameworkService, fb: UntypedFormBuilder, _snackBar: MatSnackBar);
|
|
74
|
-
ngOnInit(): void;
|
|
75
|
-
getComptencyData(): void;
|
|
76
|
-
formateData(response: any, frameworkId: string): void;
|
|
77
|
-
createCompThemeFields(): UntypedFormGroup;
|
|
78
|
-
getCreateName(data: any): string;
|
|
79
|
-
clearSelectedThemes(option: any): void;
|
|
80
|
-
get isThemeSelected(): boolean;
|
|
81
|
-
openConforamtionPopup(option: any): void;
|
|
82
|
-
onSelectionArea(option: any): void;
|
|
83
|
-
addCompetencyTheme(): void;
|
|
84
|
-
removeCompFields(index: number): void;
|
|
85
|
-
OnThemeSelection(event: any, _indexValue: any, optionData: any): void;
|
|
86
|
-
onTermRemove(termData: any, indexValue: number): void;
|
|
87
|
-
OnSubThemeSelection(_event: any, _indexValue: number, _option: any): void;
|
|
88
|
-
multiCreate(form: any, _data: any): Promise<void>;
|
|
89
|
-
crateTerm(frameworkId: any, colCode: any, requestBody: any): Promise<unknown>;
|
|
90
|
-
updateTermAssociationsMultiV2(createdTerms: any[], parentSelectedTerm?: any, _runningIndex?: number, _themFieldsLength?: number): Promise<any>;
|
|
91
|
-
updateTermAssociationsMulti(createdTerms: any[]): Promise<void>;
|
|
92
|
-
callUpdateAssociationsV2(counter: any, parent: any, reguestBody: any): Promise<any>;
|
|
93
|
-
callUpdateAssociations(counter: any, parent: any, reguestBody: any): Promise<any>;
|
|
94
|
-
updateTermData(form: any, data: any): void;
|
|
95
|
-
updateTermAssociations(updateData?: any): void;
|
|
96
|
-
dialogClose(term: any): void;
|
|
97
|
-
multiCreateSubTheme(_form: any, data: any): Promise<void>;
|
|
98
|
-
onDisableTheme(option: any): boolean;
|
|
99
|
-
updateLocalList(item: any, parent: any, selectedTermArray: any, updateType?: any): void;
|
|
100
|
-
deleteTheme(): void;
|
|
101
|
-
get compThemeFields(): UntypedFormArray;
|
|
102
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CreateTermFromFrameworkComponent, never>;
|
|
103
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateTermFromFrameworkComponent, "lib-create-term-from-framework", never, {}, {}, never, never, false, never>;
|
|
104
|
-
}
|
|
105
|
-
//# sourceMappingURL=create-term-from-framework.component.d.ts.map
|
package/lib/components/create-term-from-framework/create-term-from-framework.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-term-from-framework.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/tree-hierarchy/src/lib/components/create-term-from-framework/create-term-from-framework.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
-
import { FormControl } from '@angular/forms';
|
|
4
|
-
import { FrameworkService } from '../../services/framework.service';
|
|
5
|
-
import { MatSelect } from '@angular/material/select';
|
|
6
|
-
import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class OrgHierarchyAddModalComponent implements OnInit, OnDestroy {
|
|
9
|
-
dialogRef: MatDialogRef<OrgHierarchyAddModalComponent>;
|
|
10
|
-
data: any;
|
|
11
|
-
private frameworkService;
|
|
12
|
-
private snackbar;
|
|
13
|
-
searchControl: FormControl<string | null>;
|
|
14
|
-
parentSearchControl: FormControl<string | null>;
|
|
15
|
-
selectedOrgsControl: FormControl<(string | number)[] | null>;
|
|
16
|
-
parentSelectedOrgControl: FormControl<string | null>;
|
|
17
|
-
orgOptions: any[];
|
|
18
|
-
filteredOptions: any[];
|
|
19
|
-
parentFilteredOptions: any[];
|
|
20
|
-
private destroy$;
|
|
21
|
-
frameworkData: any;
|
|
22
|
-
constructor(dialogRef: MatDialogRef<OrgHierarchyAddModalComponent>, data: any, frameworkService: FrameworkService, snackbar: MatSnackBar);
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
ngOnDestroy(): void;
|
|
25
|
-
filterOptions(searchValue: string): void;
|
|
26
|
-
private sortOptionsWithSelectedFirst;
|
|
27
|
-
clearSearch(event: Event): void;
|
|
28
|
-
filterParentOptions(searchValue: string): void;
|
|
29
|
-
toggleSelectAll(event: Event): void;
|
|
30
|
-
isAllSelected(): boolean;
|
|
31
|
-
getSelectedOptions(): any[];
|
|
32
|
-
getParentSelectedOptions(): any;
|
|
33
|
-
removeSelected(id: string | number): void;
|
|
34
|
-
onClose(): void;
|
|
35
|
-
onSave(): void;
|
|
36
|
-
getSelectedStateOrg(): Promise<void>;
|
|
37
|
-
handleKeydown(event: KeyboardEvent): boolean;
|
|
38
|
-
handleSearchKeydown(event: KeyboardEvent): boolean;
|
|
39
|
-
checkAndClose(selectElement: MatSelect): void;
|
|
40
|
-
getNameOfOrg(id: any): any;
|
|
41
|
-
removeOrg(itemToRemove: string): void;
|
|
42
|
-
getParentTerms(item: any): void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OrgHierarchyAddModalComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OrgHierarchyAddModalComponent, "sb-cb-tree-org-hierarchy-add-modal", never, {}, {}, never, never, false, never>;
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=org-hierarchy-add-modal.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"org-hierarchy-add-modal.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/tree-hierarchy/src/lib/components/org-hierarchy-add-modal/org-hierarchy-add-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAU,SAAS,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,kBAAkB,IAAI,YAAY,EAA6C,MAAM,iCAAiC,CAAC;AAChI,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAEpE,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,iBAAiB,IAAI,WAAW,EAAE,MAAM,oCAAoC,CAAA;;AAErF,qBAKa,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAgB5D,SAAS,EAAE,YAAY,CAAC,6BAA6B,CAAC;IAC7B,IAAI,EAAE,GAAG;IACzC,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,QAAQ;IAlBlB,aAAa,6BAAuB;IACpC,mBAAmB,6BAAuB;IAC1C,mBAAmB,0CAA4C;IAC/D,wBAAwB,6BAAuB;IAG/C,UAAU,EAAE,GAAG,EAAE,CAAM;IACvB,eAAe,EAAE,GAAG,EAAE,CAAM;IAE5B,qBAAqB,EAAE,GAAG,EAAE,CAAM;IAElC,OAAO,CAAC,QAAQ,CAAuB;IACvC,aAAa,EAAE,GAAG,CAAC;gBAGV,SAAS,EAAE,YAAY,CAAC,6BAA6B,CAAC,EAC7B,IAAI,EAAE,GAAG,EACjC,gBAAgB,EAAE,gBAAgB,EAClC,QAAQ,EAAE,WAAW;IAG/B,QAAQ;IAoBR,WAAW;IAKX,aAAa,CAAC,WAAW,EAAE,MAAM;IA2BjC,OAAO,CAAC,4BAA4B;IAmBpC,WAAW,CAAC,KAAK,EAAE,KAAK;IAKxB,mBAAmB,CAAC,WAAW,EAAE,MAAM;IAiBvC,eAAe,CAAC,KAAK,EAAE,KAAK;IAU5B,aAAa,IAAI,OAAO;IAMxB,kBAAkB;IAKlB,wBAAwB;IAKxB,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM;IAOlC,OAAO;IAIP,MAAM;IAuBA,mBAAmB;IA0BzB,aAAa,CAAC,KAAK,EAAE,aAAa;IASlC,mBAAmB,CAAC,KAAK,EAAE,aAAa;IAgBxC,aAAa,CAAC,aAAa,EAAE,SAAS,GAAG,IAAI;IAQ7C,YAAY,CAAC,EAAE,EAAC,GAAG;IAInB,SAAS,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;IAMrC,cAAc,CAAC,IAAI,EAAC,GAAG;yCApPZ,6BAA6B;2CAA7B,6BAA6B;CAuPzC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ApprovalService } from '../../services/approval.service';
|
|
3
|
-
import { FrameworkService } from '../../services/framework.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class PendingApprovalComponent implements OnInit {
|
|
6
|
-
private approvalService;
|
|
7
|
-
private frameworkService;
|
|
8
|
-
pendingList: never[];
|
|
9
|
-
approvalList: never[];
|
|
10
|
-
categories: never[];
|
|
11
|
-
app_strings: any;
|
|
12
|
-
constructor(approvalService: ApprovalService, frameworkService: FrameworkService);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
getApprovalList(): void;
|
|
15
|
-
removeDuplicates(arr: any): unknown[];
|
|
16
|
-
createApprovalList(updateFieldValues: any): any;
|
|
17
|
-
getTerms(terms: any): any;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PendingApprovalComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PendingApprovalComponent, "lib-pending-approval", never, {}, {}, never, never, false, never>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=pending-approval.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pending-approval.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/tree-hierarchy/src/lib/components/pending-approval/pending-approval.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAElE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;;AAIpE,qBAKa,wBAAyB,YAAW,MAAM;IAKzC,OAAO,CAAC,eAAe;IAAmB,OAAO,CAAC,gBAAgB;IAJ9E,WAAW,UAAM;IACjB,YAAY,UAAM;IAClB,UAAU,UAAM;IAChB,WAAW,EAAE,GAAG,CAAU;gBACN,eAAe,EAAE,eAAe,EAAU,gBAAgB,EAAE,gBAAgB;IAEhG,QAAQ;IAOR,eAAe;IAOf,gBAAgB,CAAC,GAAG,EAAC,GAAG;IAIxB,kBAAkB,CAAC,iBAAiB,EAAE,GAAG;IAgBzC,QAAQ,CAAC,KAAK,EAAE,GAAG;yCAzCR,wBAAwB;2CAAxB,wBAAwB;CA+CpC"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { NSFramework } from '../../models/framework.model';
|
|
3
|
-
import { ApprovalService } from '../../services/approval.service';
|
|
4
|
-
import { FrameworkService } from '../../services/framework.service';
|
|
5
|
-
import { LocalConnectionService } from '../../services/local-connection.service';
|
|
6
|
-
import { CardSelection, CardChecked, Card } from '../../models/variable-type.model';
|
|
7
|
-
import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class TermCardComponent implements OnInit, OnDestroy {
|
|
10
|
-
private frameworkService;
|
|
11
|
-
private localConnectionService;
|
|
12
|
-
private approvalService;
|
|
13
|
-
dialog: MatDialog;
|
|
14
|
-
dialogTemplate: TemplateRef<any>;
|
|
15
|
-
enableThreeDots: boolean;
|
|
16
|
-
checkIfChildOrg: any;
|
|
17
|
-
private _data;
|
|
18
|
-
isApprovalRequired: boolean;
|
|
19
|
-
approvalList: Array<Card>;
|
|
20
|
-
heightLighted: never[];
|
|
21
|
-
app_strings: any;
|
|
22
|
-
loaded: any;
|
|
23
|
-
isCompetencyArea: any;
|
|
24
|
-
environment: any;
|
|
25
|
-
subscription: any;
|
|
26
|
-
set data(value: any);
|
|
27
|
-
get data(): any;
|
|
28
|
-
isSelected: EventEmitter<CardSelection>;
|
|
29
|
-
selectedCard: EventEmitter<CardChecked>;
|
|
30
|
-
cardAction: EventEmitter<{
|
|
31
|
-
action: string;
|
|
32
|
-
data: any;
|
|
33
|
-
}>;
|
|
34
|
-
constructor(frameworkService: FrameworkService, localConnectionService: LocalConnectionService, approvalService: ApprovalService, dialog: MatDialog);
|
|
35
|
-
ngOnInit(): void;
|
|
36
|
-
cardClicked(data: any, cardRef: any): void;
|
|
37
|
-
handleProductClick(term: any, event: any): void;
|
|
38
|
-
updateApprovalStatus(): void;
|
|
39
|
-
getColor(indexClass: number, cardRef: any, property: string, data: any): any;
|
|
40
|
-
view(data: any, childrenData: any, index: any): void;
|
|
41
|
-
edit(data: any, childrenData: any, index: any, cardRef: any): void;
|
|
42
|
-
create(data: any, mode?: string): void;
|
|
43
|
-
getNextCatName(data: any): string | null;
|
|
44
|
-
getNextCat(data: any): NSFramework.ICategory | null;
|
|
45
|
-
ngOnDestroy(): void;
|
|
46
|
-
delete(data: any): void;
|
|
47
|
-
menuAction(type: string, _item: any): void;
|
|
48
|
-
getuserCount(item: any): any;
|
|
49
|
-
openDialog(): void;
|
|
50
|
-
closeModal(): void;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TermCardComponent, never>;
|
|
52
|
-
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>;
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=term-card.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"term-card.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/tree-hierarchy/src/lib/components/term-card/term-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,WAAW,EAAa,MAAM,eAAe,CAAA;AACjH,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAA;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAEjF,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AACpF,OAAO,EAAE,eAAe,IAAI,SAAS,EAAE,MAAM,iCAAiC,CAAC;;AAK/E,qBAKa,iBAAkB,YAAW,MAAM,EAAE,SAAS;IA8BvD,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,sBAAsB;IAC9B,OAAO,CAAC,eAAe;IAChB,MAAM,EAAE,SAAS;IA/BG,cAAc,EAAG,WAAW,CAAC,GAAG,CAAC,CAAC;IACtD,eAAe,UAAO;IACtB,eAAe,EAAE,GAAG,CAAC;IAC9B,OAAO,CAAC,KAAK,CAAyB;IACtC,kBAAkB,EAAE,OAAO,CAAQ;IACnC,YAAY,EAAE,KAAK,CAAC,IAAI,CAAC,CAAK;IAC9B,aAAa,UAAK;IAClB,WAAW,EAAE,GAAG,CAAU;IAC1B,MAAM,EAAE,GAAG,CAAK;IAChB,gBAAgB,EAAC,GAAG,CAAC;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,IACI,IAAI,CAAC,KAAK,EAAE,GAAG,EAKlB;IACD,IAAI,IAAI,IAAI,GAAG,CAEd;IAES,UAAU,8BAAoC;IAC9C,YAAY,4BAAkC;IAC9C,UAAU;gBAA8B,MAAM;cAAQ,GAAG;OAAK;gBAG9D,gBAAgB,EAAE,gBAAgB,EAClC,sBAAsB,EAAE,sBAAsB,EAC9C,eAAe,EAAE,eAAe,EACjC,MAAM,EAAE,SAAS;IAG1B,QAAQ;IAeR,WAAW,CAAC,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG;IAcnC,kBAAkB,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG;IAIxC,oBAAoB;IAYpB,QAAQ,CAAC,UAAU,EAAC,MAAM,EAAE,OAAO,EAAE,GAAG,EAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAC,GAAG;IAenE,IAAI,CAAC,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG;IAiE7C,IAAI,CAAC,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG;IAkE3D,MAAM,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,CAAC,EAAC,MAAM;IAiE9B,cAAc,CAAC,IAAI,EAAE,GAAG;IAWxB,UAAU,CAAC,IAAI,EAAE,GAAG;IAQpB,WAAW,IAAI,IAAI;IAKnB,MAAM,CAAC,IAAI,EAAE,GAAG;IAgDhB,UAAU,CAAC,IAAI,EAAC,MAAM,EAAE,KAAK,EAAE,GAAG;IAIlC,YAAY,CAAC,IAAI,EAAE,GAAG;IAQtB,UAAU;IASV,UAAU;yCAjYC,iBAAiB;2CAAjB,iBAAiB;CAoY7B"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { FrameworkService } from '../../services/framework.service';
|
|
3
|
-
import { Subscription } from 'rxjs';
|
|
4
|
-
import { ConnectorService } from '../../services/connector.service';
|
|
5
|
-
import { ApprovalService } from '../../services/approval.service';
|
|
6
|
-
import { CardChecked, CardSelection, CardsCount, Card } from '../../models/variable-type.model';
|
|
7
|
-
import { UntypedFormControl } from '@angular/forms';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class TreeColumnViewComponent implements OnInit, OnDestroy, OnChanges {
|
|
10
|
-
private frameworkService;
|
|
11
|
-
private connectorService;
|
|
12
|
-
private approvalService;
|
|
13
|
-
column: any;
|
|
14
|
-
containerId: string | undefined;
|
|
15
|
-
isChildOrg: boolean;
|
|
16
|
-
childOrg: any;
|
|
17
|
-
connectorMapping: any;
|
|
18
|
-
updateTaxonomyTerm: EventEmitter<CardSelection>;
|
|
19
|
-
updateTermList: EventEmitter<CardChecked>;
|
|
20
|
-
cardsCount: EventEmitter<CardsCount>;
|
|
21
|
-
cardAction: EventEmitter<CardSelection>;
|
|
22
|
-
columnData: Array<Card>;
|
|
23
|
-
childSubscription: Subscription | undefined;
|
|
24
|
-
newTermSubscription: Subscription | undefined;
|
|
25
|
-
approvalTerm: any;
|
|
26
|
-
termshafall: Array<Card>;
|
|
27
|
-
searchValue: UntypedFormControl;
|
|
28
|
-
startIndex: number;
|
|
29
|
-
limitToAdd: number;
|
|
30
|
-
currentLastIndex: number;
|
|
31
|
-
columnItems: any;
|
|
32
|
-
filteredColumnItems: any;
|
|
33
|
-
constructor(frameworkService: FrameworkService, connectorService: ConnectorService, approvalService: ApprovalService);
|
|
34
|
-
ngOnChanges(): void;
|
|
35
|
-
ngOnInit(): void;
|
|
36
|
-
isExists(e: any): boolean;
|
|
37
|
-
subscribeEvents(): void;
|
|
38
|
-
insertUpdateHandler(e: any, _next: any, isUpdate?: any): void;
|
|
39
|
-
updateSelection1(_data: any): void;
|
|
40
|
-
updateSelection(_selection: any): void;
|
|
41
|
-
setColumnItems(): void;
|
|
42
|
-
transform(value: any, sortBy?: string): any;
|
|
43
|
-
searchFilterData(_ele: any): void;
|
|
44
|
-
clearSearch(): void;
|
|
45
|
-
loadMore(): void;
|
|
46
|
-
setConnectors(elementClicked: any, columnItem: any, mode: any): void;
|
|
47
|
-
removeConnectors(currentElement: any, prevCol: any, currentIndex: any): void;
|
|
48
|
-
selectedCard(event: any): void;
|
|
49
|
-
get showLoadMoreBtn(): boolean;
|
|
50
|
-
get disableLoadButton(): boolean;
|
|
51
|
-
ngOnDestroy(): void;
|
|
52
|
-
cardActionEmit(event: any): void;
|
|
53
|
-
makeFirstTermSelected(): void;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeColumnViewComponent, never>;
|
|
55
|
-
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>;
|
|
56
|
-
}
|
|
57
|
-
//# sourceMappingURL=tree-column-view.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tree-column-view.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/tree-hierarchy/src/lib/components/tree-column-view/tree-column-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACrG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AAEhG,OAAO,EAAE,kBAAkB,EAAc,MAAM,gBAAgB,CAAC;;AAIhE,qBAKa,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAsBxE,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,eAAe;IAvBhB,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,UAAU,UAAQ;IAClB,QAAQ,EAAE,GAAG,CAAA;IACtB,gBAAgB,EAAE,GAAG,CAAK;IAChB,kBAAkB,8BAAyC;IAC3D,cAAc,4BAAmC;IACjD,UAAU,2BAAkC;IAC5C,UAAU,8BAAqC;IACzD,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,CAAM;IAC7B,iBAAiB,EAAE,YAAY,GAAG,SAAS,CAAC;IAC5C,mBAAmB,EAAE,YAAY,GAAG,SAAS,CAAC;IAC9C,YAAY,EAAE,GAAG,CAAC;IAClB,WAAW,EAAE,KAAK,CAAC,IAAI,CAAC,CAAM;IAC9B,WAAW,qBAAqD;IAChE,UAAU,SAAI;IACd,UAAU,SAAK;IACf,gBAAgB,SAAK;IACrB,WAAW,EAAE,GAAG,CAAK;IACrB,mBAAmB,EAAE,GAAG,CAAK;gBAEnB,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,eAAe,EAAG,eAAe;IAG3C,WAAW,IAAI,IAAI;IAGnB,QAAQ,IAAI,IAAI;IA2ChB,QAAQ,CAAC,CAAC,EAAC,GAAG;IAQd,eAAe;IAyEf,mBAAmB,CAAC,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,GAAG;IAuCtD,gBAAgB,CAAC,KAAK,EAAE,GAAG;IAE3B,eAAe,CAAC,UAAU,EAAE,GAAG;IAgB/B,cAAc;IA6Bd,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,SAAc,GAAG,GAAG;IAsBhD,gBAAgB,CAAC,IAAI,EAAE,GAAG;IAwB1B,WAAW;IAIX,QAAQ;IAKR,aAAa,CAAC,cAAc,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG;IA2C7D,gBAAgB,CAAC,cAAc,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE,GAAG;IA8BrE,YAAY,CAAC,KAAK,EAAE,GAAG;IAIvB,IAAI,eAAe,IAAI,OAAO,CAM7B;IAED,IAAI,iBAAiB,IAAI,OAAO,CAK/B;IAED,WAAW,IAAI,IAAI;IASnB,cAAc,CAAC,KAAK,EAAE,GAAG;IAIzB,qBAAqB;yCAhZV,uBAAuB;2CAAvB,uBAAuB;CA+ZnC"}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { FrameworkService } from '../../services/framework.service';
|
|
3
|
-
import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog';
|
|
4
|
-
import { LocalConnectionService } from '../../services/local-connection.service';
|
|
5
|
-
import { Subscription } from 'rxjs';
|
|
6
|
-
import { ConnectorService } from '../../services/connector.service';
|
|
7
|
-
import { ApprovalService } from '../../services/approval.service';
|
|
8
|
-
import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
|
|
9
|
-
import { Card } from '../../models/variable-type.model';
|
|
10
|
-
import { TreeHierarchyService } from '../../tree-hierarchy.service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class TreeViewComponent implements OnInit, OnDestroy {
|
|
13
|
-
private frameworkService;
|
|
14
|
-
private localSvc;
|
|
15
|
-
dialog: MatDialog;
|
|
16
|
-
private approvalService;
|
|
17
|
-
private _snackBar;
|
|
18
|
-
private connectorSvc;
|
|
19
|
-
private cdr;
|
|
20
|
-
private treeHierarchySvc;
|
|
21
|
-
private changeDetector;
|
|
22
|
-
approvalList: Array<Card>;
|
|
23
|
-
isApprovalView: boolean;
|
|
24
|
-
workFlowStatus: string;
|
|
25
|
-
environment: any;
|
|
26
|
-
taxonomyConfig: any;
|
|
27
|
-
orgSelectedData: any;
|
|
28
|
-
childOrgData: any;
|
|
29
|
-
userRolesData: any;
|
|
30
|
-
sentForApprove: EventEmitter<any>;
|
|
31
|
-
loaderEnable: EventEmitter<any>;
|
|
32
|
-
manageOrg: EventEmitter<any>;
|
|
33
|
-
mapping: {};
|
|
34
|
-
heightLighted: never[];
|
|
35
|
-
localList: never[];
|
|
36
|
-
showPublish: boolean;
|
|
37
|
-
newTermSubscription: Subscription | undefined;
|
|
38
|
-
loaded: any;
|
|
39
|
-
showActionBar: boolean;
|
|
40
|
-
approvalRequiredTerms: never[];
|
|
41
|
-
draftTerms: Array<Card>;
|
|
42
|
-
isLoading: boolean;
|
|
43
|
-
categoryList: any;
|
|
44
|
-
app_strings: any;
|
|
45
|
-
isHideBtnEna: boolean;
|
|
46
|
-
columnId: string;
|
|
47
|
-
configCodeBtn: any;
|
|
48
|
-
dataConfig: any;
|
|
49
|
-
isFraworkLoading: boolean;
|
|
50
|
-
loaderSubscription: Subscription;
|
|
51
|
-
constructor(frameworkService: FrameworkService, localSvc: LocalConnectionService, dialog: MatDialog, approvalService: ApprovalService, _snackBar: MatSnackBar, connectorSvc: ConnectorService, cdr: ChangeDetectorRef, treeHierarchySvc: TreeHierarchyService, changeDetector: ChangeDetectorRef);
|
|
52
|
-
ngOnInit(): void;
|
|
53
|
-
ngOnChanges(): void;
|
|
54
|
-
ngAfterContentChecked(): void;
|
|
55
|
-
init(): void;
|
|
56
|
-
refreshData(resData: any): void;
|
|
57
|
-
makeFirstTermSelected(): void;
|
|
58
|
-
updateTaxonomyTerm(data: {
|
|
59
|
-
selectedTerm: any;
|
|
60
|
-
isSelected: boolean;
|
|
61
|
-
isUpdate?: any;
|
|
62
|
-
}): void;
|
|
63
|
-
updateSelection(category: string, selectedTermCode: string): void;
|
|
64
|
-
updateFinalList(data: {
|
|
65
|
-
selectedTerm: any;
|
|
66
|
-
isSelected: boolean;
|
|
67
|
-
parentData?: any;
|
|
68
|
-
colIndex?: any;
|
|
69
|
-
}, type?: any): void;
|
|
70
|
-
isEnabled(columnCode: string): boolean;
|
|
71
|
-
isEnableds(): void;
|
|
72
|
-
openCreateTermDialog(column: any, colIndex: any): void;
|
|
73
|
-
openOrganizationDialog(column: any, _index: any, typeSelected: string): void;
|
|
74
|
-
get list(): any[];
|
|
75
|
-
drawHeaderLine(len: number): void;
|
|
76
|
-
getColumn(columnCode: string): import("../../models/framework.model").NSFramework.IColumnView | undefined;
|
|
77
|
-
newConnection(): void;
|
|
78
|
-
updateDraftStatusTerms(event: any): void;
|
|
79
|
-
getNoOfCards(event: any): void;
|
|
80
|
-
getCount(code: string): number;
|
|
81
|
-
sendForApproval(): void;
|
|
82
|
-
closeActionBar(_e: any): void;
|
|
83
|
-
initConfig(): void;
|
|
84
|
-
ngOnDestroy(): void;
|
|
85
|
-
getNextCat(data: any): import("../../models/framework.model").NSFramework.ICategory | null;
|
|
86
|
-
isCurrentOrNextTerm(_column: any, index: number): boolean;
|
|
87
|
-
shouldShowSvgBorderWrapper(column: any, index: number): boolean;
|
|
88
|
-
createTerms(selectedList: any, column: any): Promise<void>;
|
|
89
|
-
updateAssociation(nodeId: any, frameworkData: any, column: any): Promise<void>;
|
|
90
|
-
publishFramework(frameworkData: any): void;
|
|
91
|
-
removeConnection(data: any): void;
|
|
92
|
-
retireTermFunction(association: any): Promise<void>;
|
|
93
|
-
cardActionEmit(event: any): void;
|
|
94
|
-
editCategoryName(column: any, index: any): void;
|
|
95
|
-
getSelectedTermsAssociation(categoryCode: string): any;
|
|
96
|
-
updateCategory(event: any): Promise<void>;
|
|
97
|
-
updateParentAssociation(selectedParent: any, currentTerm: any): Promise<void>;
|
|
98
|
-
updateHierarchyAssocication(requestBody: any, frameworkId: any, termData: any): Promise<void>;
|
|
99
|
-
checkChildOrg(): boolean;
|
|
100
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewComponent, never>;
|
|
101
|
-
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>;
|
|
102
|
-
}
|
|
103
|
-
//# sourceMappingURL=tree-view.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tree-view.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/tree-hierarchy/src/lib/components/tree-view/tree-view.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
export declare const APPROVAL: {
|
|
2
|
-
INITIATE: string;
|
|
3
|
-
LEVEL1: string;
|
|
4
|
-
LEVEL2: string;
|
|
5
|
-
SEND_FOR_PUBLISH: string;
|
|
6
|
-
ACTION: string;
|
|
7
|
-
SERVICE_NAME: string;
|
|
8
|
-
CREATE: string;
|
|
9
|
-
SEARCH: string;
|
|
10
|
-
READ: string;
|
|
11
|
-
UPDATE: string;
|
|
12
|
-
APPROVE: string;
|
|
13
|
-
REJECT: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const LIVE = "Live";
|
|
16
|
-
export declare const DRAFT = "Draft";
|
|
17
|
-
type plugType = 'disc' | 'square' | 'hand' | 'arrow1' | 'arrow2' | 'arrow3';
|
|
18
|
-
type pathType = 'straight' | 'arc' | 'fluid' | 'magnet' | 'grid';
|
|
19
|
-
export interface LLOptions {
|
|
20
|
-
startPlug?: plugType;
|
|
21
|
-
startPlugColor?: string;
|
|
22
|
-
startPlugSize?: Number;
|
|
23
|
-
startPlugOutlineColor?: string;
|
|
24
|
-
endPlug?: plugType;
|
|
25
|
-
endPlugColor?: string;
|
|
26
|
-
endPlugSize?: Number;
|
|
27
|
-
endPlugOutlineColor?: string;
|
|
28
|
-
color?: string;
|
|
29
|
-
size?: number;
|
|
30
|
-
path?: pathType;
|
|
31
|
-
startSocket?: string;
|
|
32
|
-
endSocket?: string;
|
|
33
|
-
dash?: any;
|
|
34
|
-
positionByWindowResize?: boolean;
|
|
35
|
-
}
|
|
36
|
-
export declare const defaultConfig: LLOptions;
|
|
37
|
-
export declare const headerLineConfig: {
|
|
38
|
-
endPlugColor: string;
|
|
39
|
-
endPlugOutlineColor: string;
|
|
40
|
-
color: string;
|
|
41
|
-
startPlug: string;
|
|
42
|
-
};
|
|
43
|
-
export {};
|
|
44
|
-
//# sourceMappingURL=app-constant.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app-constant.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/constants/app-constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;CAiBpB,CAAA;AAED,eAAO,MAAM,IAAI,SAAS,CAAA;AAC1B,eAAO,MAAM,KAAK,UAAU,CAAA;AAE5B,KAAK,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAC5E,KAAK,QAAQ,GAAG,UAAU,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEjE,MAAM,WAAW,SAAS;IACtB,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,sBAAsB,CAAC,EAAE,OAAO,CAAA;CACjC;AAEH,eAAO,MAAM,aAAa,EAAE,SAezB,CAAA;AAEH,eAAO,MAAM,gBAAgB;;;;;CAK5B,CAAA"}
|
package/lib/constants/data.d.ts
DELETED
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
export declare const FRAMEWORK: {
|
|
2
|
-
id: string;
|
|
3
|
-
ver: string;
|
|
4
|
-
ts: string;
|
|
5
|
-
params: {
|
|
6
|
-
resmsgid: string;
|
|
7
|
-
msgid: string;
|
|
8
|
-
status: string;
|
|
9
|
-
err: null;
|
|
10
|
-
errmsg: null;
|
|
11
|
-
};
|
|
12
|
-
responseCode: string;
|
|
13
|
-
result: {
|
|
14
|
-
framework: {
|
|
15
|
-
identifier: string;
|
|
16
|
-
code: string;
|
|
17
|
-
name: string;
|
|
18
|
-
description: string;
|
|
19
|
-
categories: {
|
|
20
|
-
identifier: string;
|
|
21
|
-
code: string;
|
|
22
|
-
terms: ({
|
|
23
|
-
associations: {
|
|
24
|
-
identifier: string;
|
|
25
|
-
code: string;
|
|
26
|
-
translations: null;
|
|
27
|
-
name: string;
|
|
28
|
-
description: string;
|
|
29
|
-
index: number;
|
|
30
|
-
category: string;
|
|
31
|
-
status: string;
|
|
32
|
-
}[];
|
|
33
|
-
identifier: string;
|
|
34
|
-
code: string;
|
|
35
|
-
translations: null;
|
|
36
|
-
name: string;
|
|
37
|
-
description: string;
|
|
38
|
-
index: number;
|
|
39
|
-
category: string;
|
|
40
|
-
status: string;
|
|
41
|
-
} | {
|
|
42
|
-
identifier: string;
|
|
43
|
-
code: string;
|
|
44
|
-
translations: null;
|
|
45
|
-
name: string;
|
|
46
|
-
description: string;
|
|
47
|
-
index: number;
|
|
48
|
-
category: string;
|
|
49
|
-
status: string;
|
|
50
|
-
associations?: undefined;
|
|
51
|
-
})[];
|
|
52
|
-
translations: null;
|
|
53
|
-
name: string;
|
|
54
|
-
description: string;
|
|
55
|
-
index: number;
|
|
56
|
-
status: string;
|
|
57
|
-
}[];
|
|
58
|
-
type: string;
|
|
59
|
-
objectType: string;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
export declare const categoryRepresentations: ({
|
|
64
|
-
name: string;
|
|
65
|
-
description: string;
|
|
66
|
-
terms: ({
|
|
67
|
-
name: string;
|
|
68
|
-
description: string;
|
|
69
|
-
domId: string;
|
|
70
|
-
selected?: undefined;
|
|
71
|
-
connected?: undefined;
|
|
72
|
-
connectedDomId?: undefined;
|
|
73
|
-
} | {
|
|
74
|
-
name: string;
|
|
75
|
-
description: string;
|
|
76
|
-
selected: boolean;
|
|
77
|
-
connected: boolean;
|
|
78
|
-
domId: string;
|
|
79
|
-
connectedDomId: string;
|
|
80
|
-
})[];
|
|
81
|
-
} | {
|
|
82
|
-
name: string;
|
|
83
|
-
description: string;
|
|
84
|
-
terms: ({
|
|
85
|
-
name: string;
|
|
86
|
-
description: string;
|
|
87
|
-
selected: boolean;
|
|
88
|
-
connected: boolean;
|
|
89
|
-
domId: string;
|
|
90
|
-
} | {
|
|
91
|
-
name: string;
|
|
92
|
-
description: string;
|
|
93
|
-
domId: string;
|
|
94
|
-
selected?: undefined;
|
|
95
|
-
connected?: undefined;
|
|
96
|
-
})[];
|
|
97
|
-
})[];
|
|
98
|
-
export declare const categoryRepresentationsV1: {
|
|
99
|
-
name: string;
|
|
100
|
-
description: string;
|
|
101
|
-
terms: ({
|
|
102
|
-
name: string;
|
|
103
|
-
description: string;
|
|
104
|
-
domId: string;
|
|
105
|
-
selected?: undefined;
|
|
106
|
-
connected?: undefined;
|
|
107
|
-
parent?: undefined;
|
|
108
|
-
} | {
|
|
109
|
-
name: string;
|
|
110
|
-
description: string;
|
|
111
|
-
selected: boolean;
|
|
112
|
-
connected: boolean;
|
|
113
|
-
domId: string;
|
|
114
|
-
parent: string;
|
|
115
|
-
})[];
|
|
116
|
-
}[];
|
|
117
|
-
//# sourceMappingURL=data.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/constants/data.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+pNnB,CAAA;AAED,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4EnC,CAAA;AAED,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;GA6ErC,CAAA"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FrameworkService } from '../../services/framework.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ConfigFrameworkComponent implements OnInit {
|
|
5
|
-
private frameworkService;
|
|
6
|
-
frameworkCategories: any;
|
|
7
|
-
categoriesRepresentations: any[];
|
|
8
|
-
tempCategoryRepresentaions: any[];
|
|
9
|
-
oldElements: any[];
|
|
10
|
-
constructor(frameworkService: FrameworkService);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
updateCategory(name: string): void;
|
|
13
|
-
updateTermArry(current: string, parent: any, index: number): ({
|
|
14
|
-
name: string;
|
|
15
|
-
domId: string;
|
|
16
|
-
selected?: undefined;
|
|
17
|
-
connected?: undefined;
|
|
18
|
-
parent?: undefined;
|
|
19
|
-
} | {
|
|
20
|
-
name: string;
|
|
21
|
-
selected: boolean;
|
|
22
|
-
connected: boolean;
|
|
23
|
-
domId: string;
|
|
24
|
-
parent: string;
|
|
25
|
-
})[];
|
|
26
|
-
removeOldLine(): void;
|
|
27
|
-
removeCategory(index: number): void;
|
|
28
|
-
changePosition(event: any): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigFrameworkComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfigFrameworkComponent, "lib-config-framework", never, {}, {}, never, never, false, never>;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=config-framework.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config-framework.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/tree-hierarchy/src/lib/containers/config-framework/config-framework.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;;AAGpE,qBAKa,wBAAyB,YAAW,MAAM;IAKzC,OAAO,CAAC,gBAAgB;IAJpC,mBAAmB,EAAE,GAAG,CAAC;IACzB,yBAAyB,EAAE,GAAG,EAAE,CAAM;IACtC,0BAA0B,EAAE,GAAG,EAAE,CAAM;IACvC,WAAW,EAAE,GAAG,EAAE,CAAM;gBACJ,gBAAgB,EAAE,gBAAgB;IAEtD,QAAQ;IA4DR,cAAc,CAAC,IAAI,EAAE,MAAM;IAW3B,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM;;;;;;;;;;;;;IAkC1D,aAAa;IAOb,cAAc,CAAC,KAAK,EAAE,MAAM;IAU5B,cAAc,CAAC,KAAK,EAAE,GAAG;yCAjId,wBAAwB;2CAAxB,wBAAwB;CA2IpC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DashboardComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "lib-dashboard", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=dashboard.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/tree-hierarchy/src/lib/containers/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;;AAElD,qBAKa,kBAAmB,YAAW,MAAM;;IAI/C,QAAQ;yCAJG,kBAAkB;2CAAlB,kBAAkB;CAO9B"}
|