@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.
Files changed (122) hide show
  1. package/fesm2022/sunbird-cb-tree-hierarchy.mjs +710 -189
  2. package/fesm2022/sunbird-cb-tree-hierarchy.mjs.map +1 -1
  3. package/index.d.ts +1052 -3
  4. package/index.d.ts.map +1 -0
  5. package/package.json +13 -15
  6. package/sunbird-cb-tree-hierarchy-0.0.2-ang-17-20.tgz +0 -0
  7. package/esm2022/lib/components/action-bar/action-bar.component.mjs +0 -42
  8. package/esm2022/lib/components/approval/approval.component.mjs +0 -20
  9. package/esm2022/lib/components/approve-view/approve-view.component.mjs +0 -65
  10. package/esm2022/lib/components/categories-preview/categories-preview.component.mjs +0 -45
  11. package/esm2022/lib/components/category-edit/category-edit-module/category-edit-module.component.mjs +0 -56
  12. package/esm2022/lib/components/conforamtion-popup/conforamtion-popup.component.mjs +0 -75
  13. package/esm2022/lib/components/connector/connector.component.mjs +0 -60
  14. package/esm2022/lib/components/create-categories/create-categories.component.mjs +0 -84
  15. package/esm2022/lib/components/create-term/create-term.component.mjs +0 -848
  16. package/esm2022/lib/components/create-term-from-framework/create-term-from-framework.component.mjs +0 -825
  17. package/esm2022/lib/components/org-hierarchy-add-modal/org-hierarchy-add-modal.component.mjs +0 -224
  18. package/esm2022/lib/components/pending-approval/pending-approval.component.mjs +0 -65
  19. package/esm2022/lib/components/term-card/term-card.component.mjs +0 -343
  20. package/esm2022/lib/components/tree-column-view/tree-column-view.component.mjs +0 -357
  21. package/esm2022/lib/components/tree-view/tree-view.component.mjs +0 -862
  22. package/esm2022/lib/constants/app-constant.mjs +0 -40
  23. package/esm2022/lib/constants/data.mjs +0 -6972
  24. package/esm2022/lib/containers/config-framework/config-framework.component.mjs +0 -93
  25. package/esm2022/lib/containers/dashboard/dashboard.component.mjs +0 -15
  26. package/esm2022/lib/labels/strings.mjs +0 -40
  27. package/esm2022/lib/models/approval.model.mjs +0 -2
  28. package/esm2022/lib/models/connection-type.model.mjs +0 -2
  29. package/esm2022/lib/models/connection.model.mjs +0 -2
  30. package/esm2022/lib/models/framework.model.mjs +0 -2
  31. package/esm2022/lib/models/variable-type.model.mjs +0 -2
  32. package/esm2022/lib/pipes/order-by.pipe.mjs +0 -36
  33. package/esm2022/lib/services/approval.service.mjs +0 -48
  34. package/esm2022/lib/services/connection.service.mjs +0 -3
  35. package/esm2022/lib/services/connector.service.mjs +0 -287
  36. package/esm2022/lib/services/framework.service.mjs +0 -532
  37. package/esm2022/lib/services/local-connection.service.mjs +0 -76
  38. package/esm2022/lib/services/odcs.service.mjs +0 -24
  39. package/esm2022/lib/tree-hierarchy-routing.module.mjs +0 -44
  40. package/esm2022/lib/tree-hierarchy.component.mjs +0 -25
  41. package/esm2022/lib/tree-hierarchy.module.mjs +0 -146
  42. package/esm2022/lib/tree-hierarchy.service.mjs +0 -62
  43. package/esm2022/material.module.mjs +0 -200
  44. package/esm2022/public-api.mjs +0 -9
  45. package/esm2022/sunbird-cb-tree-hierarchy.mjs +0 -2
  46. package/lib/components/action-bar/action-bar.component.d.ts +0 -17
  47. package/lib/components/action-bar/action-bar.component.d.ts.map +0 -1
  48. package/lib/components/approval/approval.component.d.ts +0 -10
  49. package/lib/components/approval/approval.component.d.ts.map +0 -1
  50. package/lib/components/approve-view/approve-view.component.d.ts +0 -27
  51. package/lib/components/approve-view/approve-view.component.d.ts.map +0 -1
  52. package/lib/components/categories-preview/categories-preview.component.d.ts +0 -14
  53. package/lib/components/categories-preview/categories-preview.component.d.ts.map +0 -1
  54. package/lib/components/category-edit/category-edit-module/category-edit-module.component.d.ts +0 -18
  55. package/lib/components/category-edit/category-edit-module/category-edit-module.component.d.ts.map +0 -1
  56. package/lib/components/conforamtion-popup/conforamtion-popup.component.d.ts +0 -20
  57. package/lib/components/conforamtion-popup/conforamtion-popup.component.d.ts.map +0 -1
  58. package/lib/components/connector/connector.component.d.ts +0 -23
  59. package/lib/components/connector/connector.component.d.ts.map +0 -1
  60. package/lib/components/create-categories/create-categories.component.d.ts +0 -26
  61. package/lib/components/create-categories/create-categories.component.d.ts.map +0 -1
  62. package/lib/components/create-term/create-term.component.d.ts +0 -148
  63. package/lib/components/create-term/create-term.component.d.ts.map +0 -1
  64. package/lib/components/create-term-from-framework/create-term-from-framework.component.d.ts +0 -105
  65. package/lib/components/create-term-from-framework/create-term-from-framework.component.d.ts.map +0 -1
  66. package/lib/components/org-hierarchy-add-modal/org-hierarchy-add-modal.component.d.ts +0 -46
  67. package/lib/components/org-hierarchy-add-modal/org-hierarchy-add-modal.component.d.ts.map +0 -1
  68. package/lib/components/pending-approval/pending-approval.component.d.ts +0 -21
  69. package/lib/components/pending-approval/pending-approval.component.d.ts.map +0 -1
  70. package/lib/components/term-card/term-card.component.d.ts +0 -54
  71. package/lib/components/term-card/term-card.component.d.ts.map +0 -1
  72. package/lib/components/tree-column-view/tree-column-view.component.d.ts +0 -57
  73. package/lib/components/tree-column-view/tree-column-view.component.d.ts.map +0 -1
  74. package/lib/components/tree-view/tree-view.component.d.ts +0 -103
  75. package/lib/components/tree-view/tree-view.component.d.ts.map +0 -1
  76. package/lib/constants/app-constant.d.ts +0 -44
  77. package/lib/constants/app-constant.d.ts.map +0 -1
  78. package/lib/constants/data.d.ts +0 -117
  79. package/lib/constants/data.d.ts.map +0 -1
  80. package/lib/containers/config-framework/config-framework.component.d.ts +0 -32
  81. package/lib/containers/config-framework/config-framework.component.d.ts.map +0 -1
  82. package/lib/containers/dashboard/dashboard.component.d.ts +0 -9
  83. package/lib/containers/dashboard/dashboard.component.d.ts.map +0 -1
  84. package/lib/labels/strings.d.ts +0 -40
  85. package/lib/labels/strings.d.ts.map +0 -1
  86. package/lib/models/approval.model.d.ts +0 -11
  87. package/lib/models/approval.model.d.ts.map +0 -1
  88. package/lib/models/connection-type.model.d.ts +0 -6
  89. package/lib/models/connection-type.model.d.ts.map +0 -1
  90. package/lib/models/connection.model.d.ts +0 -7
  91. package/lib/models/connection.model.d.ts.map +0 -1
  92. package/lib/models/framework.model.d.ts +0 -89
  93. package/lib/models/framework.model.d.ts.map +0 -1
  94. package/lib/models/variable-type.model.d.ts +0 -46
  95. package/lib/models/variable-type.model.d.ts.map +0 -1
  96. package/lib/pipes/order-by.pipe.d.ts +0 -10
  97. package/lib/pipes/order-by.pipe.d.ts.map +0 -1
  98. package/lib/services/approval.service.d.ts +0 -21
  99. package/lib/services/approval.service.d.ts.map +0 -1
  100. package/lib/services/connection.service.d.ts +0 -4
  101. package/lib/services/connection.service.d.ts.map +0 -1
  102. package/lib/services/connector.service.d.ts +0 -18
  103. package/lib/services/connector.service.d.ts.map +0 -1
  104. package/lib/services/framework.service.d.ts +0 -89
  105. package/lib/services/framework.service.d.ts.map +0 -1
  106. package/lib/services/local-connection.service.d.ts +0 -18
  107. package/lib/services/local-connection.service.d.ts.map +0 -1
  108. package/lib/services/odcs.service.d.ts +0 -11
  109. package/lib/services/odcs.service.d.ts.map +0 -1
  110. package/lib/tree-hierarchy-routing.module.d.ts +0 -8
  111. package/lib/tree-hierarchy-routing.module.d.ts.map +0 -1
  112. package/lib/tree-hierarchy.component.d.ts +0 -13
  113. package/lib/tree-hierarchy.component.d.ts.map +0 -1
  114. package/lib/tree-hierarchy.module.d.ts +0 -33
  115. package/lib/tree-hierarchy.module.d.ts.map +0 -1
  116. package/lib/tree-hierarchy.service.d.ts +0 -22
  117. package/lib/tree-hierarchy.service.d.ts.map +0 -1
  118. package/material.module.d.ts +0 -52
  119. package/material.module.d.ts.map +0 -1
  120. package/public-api.d.ts +0 -9
  121. package/public-api.d.ts.map +0 -1
  122. package/sunbird-cb-tree-hierarchy.d.ts.map +0 -1
@@ -1,40 +0,0 @@
1
- export declare const labels: {
2
- flag: string;
3
- createNew: string;
4
- edit: string;
5
- build: string;
6
- noData: string;
7
- loading: string;
8
- add: string;
9
- pendingApproval: string;
10
- date: string;
11
- more: string;
12
- rightArrow: string;
13
- alreadyExist: string;
14
- cancel: string;
15
- create: string;
16
- update: string;
17
- createCategories: string;
18
- category: string;
19
- removeCircleOutline: string;
20
- close: string;
21
- endPoint: string;
22
- token: string;
23
- enterFrameworkName: string;
24
- frameworkName: string;
25
- clear: string;
26
- or: string;
27
- experienceTaxonomy: string;
28
- playWithIt: string;
29
- newConnection: string;
30
- categoryPreview: string;
31
- allFrac: string;
32
- treeView: string;
33
- categoryName: string;
34
- name: string;
35
- description: string;
36
- addCompetency: string;
37
- add_btn: string;
38
- delete: string;
39
- };
40
- //# sourceMappingURL=strings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"strings.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/labels/strings.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsClB,CAAA"}
@@ -1,11 +0,0 @@
1
- export interface IApproval {
2
- applicationStatus: string;
3
- serviceName: string;
4
- }
5
- export interface IApproveRequest {
6
- wfId: string;
7
- state: string;
8
- action: string;
9
- serviceName: string;
10
- }
11
- //# sourceMappingURL=approval.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"approval.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/models/approval.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,iBAAiB,EAAC,MAAM,CAAA;IACxB,WAAW,EAAC,MAAM,CAAA;CACrB;AAED,MAAM,WAAW,eAAe;IAC5B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE,MAAM,CAAA;CACtB"}
@@ -1,6 +0,0 @@
1
- import { IConnection } from "./connection.model";
2
- export interface IConnectionType {
3
- source: 'online' | 'offline';
4
- data: IConnection;
5
- }
6
- //# sourceMappingURL=connection-type.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection-type.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/models/connection-type.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAEhD,MAAM,WAAW,eAAe;IAC5B,MAAM,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC5B,IAAI,EAAE,WAAW,CAAA;CACpB"}
@@ -1,7 +0,0 @@
1
- export interface IConnection {
2
- endpoint: string;
3
- token: string;
4
- frameworkName: string;
5
- isApprovalRequired: boolean;
6
- }
7
- //# sourceMappingURL=connection.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/models/connection.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IACxB,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,MAAM,CAAA;IACrB,kBAAkB,EAAC,OAAO,CAAA;CAC7B"}
@@ -1,89 +0,0 @@
1
- export declare namespace NSFramework {
2
- type TCardSubType = 'standard' | 'minimal' | 'space-saving';
3
- type TNodeStatus = 'draft' | 'live';
4
- interface ICategory {
5
- identifier?: string;
6
- name?: string;
7
- description?: string;
8
- status?: TNodeStatus;
9
- code: string;
10
- translations?: any;
11
- index: number;
12
- terms: any[];
13
- }
14
- interface ITerm {
15
- associations?: ICategory[];
16
- code: string;
17
- translations?: string | null;
18
- name: string;
19
- description: string;
20
- index?: number;
21
- category: string;
22
- status: TNodeStatus;
23
- }
24
- interface ITermCard {
25
- children: any;
26
- cardSubType: TCardSubType;
27
- deletedMode?: 'greyOut' | 'hide';
28
- stateData?: any;
29
- selected?: boolean;
30
- category: string;
31
- isViewOnly?: boolean;
32
- highlight?: boolean;
33
- }
34
- interface ISelectedCategory {
35
- columnCode: string;
36
- children: IFrameworkView[];
37
- }
38
- interface ITermsByCategory {
39
- categoryIdentifier: string;
40
- categoryLevel: number;
41
- categoryName: string;
42
- categoryCode: string;
43
- terms: ITerm[];
44
- }
45
- interface IFrameworkView {
46
- identifier: string;
47
- code: string;
48
- name: string;
49
- description: string;
50
- children: [];
51
- parent?: any;
52
- }
53
- interface IColumnView {
54
- identifier: string;
55
- name: string;
56
- selected: boolean;
57
- description?: string;
58
- status: TNodeStatus;
59
- code: string;
60
- translations?: any;
61
- index: number;
62
- children: any[];
63
- category: string;
64
- associations: string;
65
- config: any;
66
- cardRef?: any;
67
- userCount?: number;
68
- }
69
- interface ParentsElements {
70
- identifier: string;
71
- }
72
- interface AdditionalProperties {
73
- }
74
- interface ICreateTerm {
75
- code: string;
76
- name: string;
77
- description: string;
78
- category: string;
79
- status: string;
80
- approvalStatus?: string;
81
- displayName?: string;
82
- parents?: ParentsElements[] | null;
83
- additionalProperties: AdditionalProperties;
84
- refId?: string;
85
- refType?: string;
86
- framework?: string;
87
- }
88
- }
89
- //# sourceMappingURL=framework.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"framework.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/models/framework.model.ts"],"names":[],"mappings":"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"}
@@ -1,46 +0,0 @@
1
- export interface Card {
2
- approvalStatus?: string;
3
- associations?: Array<Card>;
4
- identifier?: string;
5
- code?: string;
6
- translations?: any;
7
- name?: string;
8
- description?: string;
9
- index?: number;
10
- additionalProperties?: any;
11
- category?: string;
12
- status?: string;
13
- icon?: string;
14
- color?: string;
15
- children?: Array<Card>;
16
- highlight?: boolean;
17
- associationProperties?: associationProperties;
18
- selected?: boolean;
19
- config?: Config;
20
- parents?: any;
21
- }
22
- export interface CardSelection {
23
- element?: Array<Card>;
24
- selectedTerm?: Array<Card>;
25
- isSelected: boolean;
26
- cardRef?: any;
27
- isUpdate?: boolean;
28
- }
29
- export interface CardChecked {
30
- term: Card;
31
- checked: boolean;
32
- }
33
- export interface associationProperties {
34
- approvalStatus?: string;
35
- }
36
- export interface CardsCount {
37
- category: string;
38
- count: number;
39
- }
40
- export interface Config {
41
- index: number;
42
- category: string;
43
- icon: string;
44
- color: string;
45
- }
46
- //# sourceMappingURL=variable-type.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"variable-type.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/models/variable-type.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,IAAI;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oBAAoB,CAAC,EAAE,GAAG,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,GAAG,CAAA;CAChB;AAED,MAAM,WAAY,aAAa;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IACtB,YAAY,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,MAAM,WAAW,WAAW;IACxB,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,WAAW,qBAAqB;IAClC,cAAc,CAAC,EAAE,MAAM,CAAA;CAC1B;AAED,MAAM,WAAW,UAAU;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,MAAM;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAA;CAChB"}
@@ -1,10 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class OrderByPipe implements PipeTransform {
4
- approvalTerms: never[];
5
- constructor();
6
- transform(value: any, sortBy?: string): any;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<OrderByPipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<OrderByPipe, "orderBy", false>;
9
- }
10
- //# sourceMappingURL=order-by.pipe.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"order-by.pipe.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/pipes/order-by.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAGa,WAAY,YAAW,aAAa;IAC/C,aAAa,UAAM;;IAGnB,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG;yCAJhC,WAAW;uCAAX,WAAW;CA2BvB"}
@@ -1,21 +0,0 @@
1
- import { FrameworkService } from '../services/framework.service';
2
- import { HttpClient } from '@angular/common/http';
3
- import { BehaviorSubject } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class ApprovalService {
6
- private frameworkService;
7
- private http;
8
- environment: any;
9
- approvalListSubject: BehaviorSubject<any>;
10
- constructor(frameworkService: FrameworkService, http: HttpClient);
11
- createApproval(req: any): import("rxjs").Observable<Object>;
12
- getApprovalList(req: any): import("rxjs").Observable<Object>;
13
- getWorkflowDetails(id: any): import("rxjs").Observable<Object>;
14
- updateWorkFlowApproval(req: any): import("rxjs").Observable<Object>;
15
- removeDuplicates(arr: string[]): string[];
16
- setApprovalList(list: any): void;
17
- getUpdateList(): import("rxjs").Observable<any>;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalService, never>;
19
- static ɵprov: i0.ɵɵInjectableDeclaration<ApprovalService>;
20
- }
21
- //# sourceMappingURL=approval.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"approval.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/services/approval.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAEhE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAG,MAAM,MAAM,CAAC;;AAExC,qBAGa,eAAe;IAId,OAAO,CAAC,gBAAgB;IAAoB,OAAO,CAAC,IAAI;IAHpE,WAAW,MAAA;IACX,mBAAmB,EAAE,eAAe,CAAC,GAAG,CAAC,CAA2B;gBAEhD,gBAAgB,EAAE,gBAAgB,EAAU,IAAI,EAAE,UAAU;IAIhF,cAAc,CAAC,GAAG,EAAC,GAAG;IAOtB,eAAe,CAAC,GAAG,EAAC,GAAG;IAIvB,kBAAkB,CAAC,EAAE,EAAC,GAAG;IAIzB,sBAAsB,CAAC,GAAG,EAAC,GAAG;IAI9B,gBAAgB,CAAC,GAAG,EAAC,MAAM,EAAE,GAAE,MAAM,EAAE;IAIvC,eAAe,CAAC,IAAI,EAAC,GAAG;IAGxB,aAAa;yCAlCF,eAAe;6CAAf,eAAe;CAqC3B"}
@@ -1,4 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { IConnectionType } from '../models/connection-type.model';
3
- export declare const ENVIRONMENT: InjectionToken<IConnectionType>;
4
- //# sourceMappingURL=connection.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/services/connection.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,eAAO,MAAM,WAAW,EAAE,cAAc,CAAC,eAAe,CAAqC,CAAC"}
@@ -1,18 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ConnectorService {
3
- connectorMap: {
4
- [key: string]: any;
5
- };
6
- elmWrapper: any;
7
- containerSelector: string;
8
- constructor();
9
- _drawLine(source: any, target: any, options?: any, sourceContainerId?: any, targetContainerId?: any): any;
10
- private renderLine;
11
- updateConnectorsMap(map: any): void;
12
- position(line: any): void;
13
- removeAllLines(): void;
14
- repositionAllLines(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorService, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<ConnectorService>;
17
- }
18
- //# sourceMappingURL=connector.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connector.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/services/connector.service.ts"],"names":[],"mappings":";AAoBA,qBACa,gBAAgB;IAC3B,YAAY,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAC,CAAM;IACxC,UAAU,EAAE,GAAG,CAAC;IAChB,iBAAiB,SAAwB;;IAKzC,SAAS,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,GAAE,GAAmB,EAAE,iBAAiB,GAAE,GAAe,EAAE,iBAAiB,GAAE,GAAe,GAAG,GAAG;IA4C9I,OAAO,CAAC,UAAU;IAoQlB,mBAAmB,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAInC,QAAQ,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAazB,cAAc,IAAI,IAAI;IAkBtB,kBAAkB,IAAI,IAAI;yCA3Vf,gBAAgB;6CAAhB,gBAAgB;CAwW5B"}
@@ -1,89 +0,0 @@
1
- import { BehaviorSubject, Observable } from 'rxjs';
2
- import { NSFramework } from '../models/framework.model';
3
- import { HttpClient } from '@angular/common/http';
4
- import { IConnection } from '../models/connection.model';
5
- import { LocalConnectionService } from './local-connection.service';
6
- import * as i0 from "@angular/core";
7
- interface NotifierType {
8
- type: 'select' | 'insert' | 'update' | 'delete';
9
- action: string;
10
- data: any;
11
- }
12
- export declare class FrameworkService {
13
- private http;
14
- localConfig: LocalConnectionService;
15
- categoriesHash: BehaviorSubject<NSFramework.ICategory[] | []>;
16
- isDataUpdated: BehaviorSubject<boolean>;
17
- currentSelection: BehaviorSubject<{
18
- type: string;
19
- data: any;
20
- cardRef?: any;
21
- isUpdate?: boolean;
22
- } | null>;
23
- termSubject: BehaviorSubject<any>;
24
- afterAddOrEditSubject: BehaviorSubject<any>;
25
- list: Map<string, NSFramework.IColumnView>;
26
- selectionList: Map<string, any>;
27
- insertUpdateDeleteNotifier: BehaviorSubject<NotifierType | null>;
28
- environment: any;
29
- libConfig: IConnection;
30
- frameworkId: string;
31
- rootConfig: any;
32
- proxiesPath: string;
33
- cardClkData: any;
34
- CurrentCardClk: BehaviorSubject<any>;
35
- completeResponse: any;
36
- additionalData: any;
37
- userCountData: any;
38
- constructor(http: HttpClient, localConfig: LocalConnectionService);
39
- getFrameworkInfo(_orgData?: any, _childOrgData?: any): Observable<any>;
40
- readTerms(frameworkId: string, categoryId: string, requestBody: any): Observable<any>;
41
- createTerm(frameworkId: string, categoryId: string, requestBody: any): Observable<any>;
42
- createTermsWrapper(category: string, requestBody: any): Observable<any>;
43
- retireTerm(frameworkId: string, categoryId: string, categoryTermCode: string): Observable<any>;
44
- retireMultipleTerm(frameworkId: string, categoryId: string, requestBody: any): Observable<any>;
45
- updateTerm(frameworkId: string, categoryId: string, categoryTermCode: string, requestBody: any): Observable<any>;
46
- publishFramework(): Observable<any>;
47
- getUuid(): string;
48
- updateEnvironment(env: any): void;
49
- getEnviroment(): any;
50
- getFrameworkId(): string;
51
- getNextCategory(currentCategory: string): NSFramework.ICategory | null;
52
- getPreviousCategory(currentCategory: string): NSFramework.ICategory | null;
53
- getParentTerm(currentCategory: string): any;
54
- childClick(event: {
55
- type: string;
56
- data: any;
57
- }): void;
58
- resetAll(): void;
59
- isLastColumn(colCode: string): boolean;
60
- removeItemFromArray(array: any[], item: any): any[];
61
- set setTerm(res: any);
62
- get getTerm(): any[];
63
- updateAfterAddOrEditSubject(res: any): void;
64
- getLocalTermsByParent(parentCode: string): any[];
65
- getLocalTermsByCategory(parentCode: string): any[];
66
- getLocalTermsCategory(category: string): any[];
67
- formateData(response: any, _orgData?: any, _childOrgData?: any): void;
68
- getOrgFromChildOnwards(_categories: any, _childOrgData: any): any;
69
- removeOldLine(): void;
70
- setConfig(config: any): void;
71
- getConfig(code: string, _childOrgData?: any): any;
72
- getAllSelectedTerms(): any[];
73
- getPreviousSelectedTerms(code: string): any[];
74
- getKcmSearchList(requestBody: any, category: string): Observable<any>;
75
- updateLocalList(item: any, parent: any, selectedTermArray: any[], updateType: string): void;
76
- updateFrameworkList(columnCode: string, parentData: any, selectedTermArray: any[], updateType?: string): void;
77
- getFrameworkRead(frameWorkId: string): Observable<any>;
78
- getConfigOfCategoryConfigByFrameWorkId(code: string, frameworkId: string): any;
79
- getConfigByFrameWorkId(frameworkId: string): any;
80
- updateFullTermDataLocalMap(_columnCode: string, parentData: any): void;
81
- updateLocalListTerm(item: any, parent: any): void;
82
- private getSelectedStateOrg;
83
- private getUserPerOrg;
84
- getUserCount(term: any): number;
85
- static ɵfac: i0.ɵɵFactoryDeclaration<FrameworkService, never>;
86
- static ɵprov: i0.ɵɵInjectableDeclaration<FrameworkService>;
87
- }
88
- export {};
89
- //# sourceMappingURL=framework.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"framework.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/services/framework.service.ts"],"names":[],"mappings":"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"}
@@ -1,18 +0,0 @@
1
- import { IConnectionType } from '../models/connection-type.model';
2
- import * as i0 from "@angular/core";
3
- export declare class LocalConnectionService {
4
- private _vars;
5
- constructor();
6
- get apiUrl(): string;
7
- get token(): string;
8
- get frameworkName(): string;
9
- get connectionType(): "online" | "offline";
10
- set localStorage(val: IConnectionType);
11
- get localStorage(): IConnectionType;
12
- updateLocalStorage(val: IConnectionType): void;
13
- clearLocalStorage(): void;
14
- getConfigInfo(): import("../models/connection.model").IConnection;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<LocalConnectionService, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<LocalConnectionService>;
17
- }
18
- //# sourceMappingURL=local-connection.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"local-connection.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/services/local-connection.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;;AAElE,qBAGa,sBAAsB;IAE/B,OAAO,CAAC,KAAK,CAQZ;;IAWD,IAAI,MAAM,WAKT;IACD,IAAI,KAAK,WAKR;IACD,IAAI,aAAa,WAKhB;IACD,IAAI,cAAc,yBAKjB;IACD,IAAI,YAAY,CAAC,GAAG,EAAE,eAAe,EAEpC;IACD,IAAI,YAAY,IAAI,eAAe,CAMlC;IACD,kBAAkB,CAAC,GAAG,EAAE,eAAe;IAGvC,iBAAiB;IAIjB,aAAa;yCA9DJ,sBAAsB;6CAAtB,sBAAsB;CAiElC"}
@@ -1,11 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class OdcsService {
5
- private http;
6
- constructor(http: HttpClient);
7
- getDesignations(_req: any): Observable<any>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<OdcsService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<OdcsService>;
10
- }
11
- //# sourceMappingURL=odcs.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"odcs.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/tree-hierarchy/src/lib/services/odcs.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAMlC,qBAGa,WAAW;IAGpB,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAG1B,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;yCANhC,WAAW;6CAAX,WAAW;CASvB"}
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/router";
3
- export declare class TreeEditorRoutingModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeEditorRoutingModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<TreeEditorRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<TreeEditorRoutingModule>;
7
- }
8
- //# sourceMappingURL=tree-hierarchy-routing.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tree-hierarchy-routing.module.d.ts","sourceRoot":"","sources":["../../../../library/sunbird-cb/tree-hierarchy/src/lib/tree-hierarchy-routing.module.ts"],"names":[],"mappings":";;AA0BA,qBAOe,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAI"}
@@ -1,13 +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 TreeHierarchyComponent implements OnInit {
5
- private frameworkService;
6
- environment: any;
7
- taxonomyConfig: any;
8
- constructor(frameworkService: FrameworkService);
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeHierarchyComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeHierarchyComponent, "d-v2-tree-hierarchy", never, { "environment": { "alias": "environment"; "required": false; }; "taxonomyConfig": { "alias": "taxonomyConfig"; "required": false; }; }, {}, never, never, false, never>;
12
- }
13
- //# sourceMappingURL=tree-hierarchy.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tree-hierarchy.component.d.ts","sourceRoot":"","sources":["../../../../library/sunbird-cb/tree-hierarchy/src/lib/tree-hierarchy.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;;AAEhE,qBAKa,sBAAuB,YAAW,MAAM;IAIvC,OAAO,CAAC,gBAAgB;IAH3B,WAAW,EAAE,GAAG,CAAC;IACjB,cAAc,EAAE,GAAG,CAAC;gBAET,gBAAgB,EAAE,gBAAgB;IAGtD,QAAQ,IAAI,IAAI;yCAPL,sBAAsB;2CAAtB,sBAAsB;CAWlC"}
@@ -1,33 +0,0 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { IConnectionType } from './models/connection-type.model';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./tree-hierarchy.component";
5
- import * as i2 from "./containers/dashboard/dashboard.component";
6
- import * as i3 from "./containers/config-framework/config-framework.component";
7
- import * as i4 from "./components/create-categories/create-categories.component";
8
- import * as i5 from "./components/tree-view/tree-view.component";
9
- import * as i6 from "./components/term-card/term-card.component";
10
- import * as i7 from "./components/tree-column-view/tree-column-view.component";
11
- import * as i8 from "./components/categories-preview/categories-preview.component";
12
- import * as i9 from "./components/create-term/create-term.component";
13
- import * as i10 from "./components/connector/connector.component";
14
- import * as i11 from "./components/action-bar/action-bar.component";
15
- import * as i12 from "./components/approval/approval.component";
16
- import * as i13 from "./components/pending-approval/pending-approval.component";
17
- import * as i14 from "./components/approve-view/approve-view.component";
18
- import * as i15 from "./pipes/order-by.pipe";
19
- import * as i16 from "./components/conforamtion-popup/conforamtion-popup.component";
20
- import * as i17 from "./components/create-term-from-framework/create-term-from-framework.component";
21
- import * as i18 from "./components/org-hierarchy-add-modal/org-hierarchy-add-modal.component";
22
- import * as i19 from "./components/category-edit/category-edit-module/category-edit-module.component";
23
- import * as i20 from "@angular/common";
24
- import * as i21 from "../material.module";
25
- import * as i22 from "./tree-hierarchy-routing.module";
26
- import * as i23 from "@angular/material/chips";
27
- export declare class TreeHierarchyModule {
28
- static forRoot(config: IConnectionType): ModuleWithProviders<TreeHierarchyModule>;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeHierarchyModule, never>;
30
- static ɵmod: i0.ɵɵNgModuleDeclaration<TreeHierarchyModule, [typeof i1.TreeHierarchyComponent, typeof i2.DashboardComponent, typeof i3.ConfigFrameworkComponent, typeof i4.CreateCategoriesComponent, typeof i3.ConfigFrameworkComponent, typeof i5.TreeViewComponent, typeof i6.TermCardComponent, typeof i7.TreeColumnViewComponent, typeof i8.CategoriesPreviewComponent, typeof i8.CategoriesPreviewComponent, typeof i9.CreateTermComponent, typeof i10.ConnectorComponent, typeof i11.ActionBarComponent, typeof i12.ApprovalComponent, typeof i13.PendingApprovalComponent, typeof i14.ApproveViewComponent, typeof i15.OrderByPipe, typeof i16.ConforamtionPopupComponent, typeof i17.CreateTermFromFrameworkComponent, typeof i18.OrgHierarchyAddModalComponent, typeof i19.CategoryEditModuleComponent], [typeof i20.CommonModule, typeof i21.MaterialModule, typeof i22.TreeEditorRoutingModule, typeof i23.MatChipsModule], [typeof i1.TreeHierarchyComponent, typeof i4.CreateCategoriesComponent, typeof i3.ConfigFrameworkComponent, typeof i5.TreeViewComponent, typeof i6.TermCardComponent, typeof i8.CategoriesPreviewComponent]>;
31
- static ɵinj: i0.ɵɵInjectorDeclaration<TreeHierarchyModule>;
32
- }
33
- //# sourceMappingURL=tree-hierarchy.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tree-hierarchy.module.d.ts","sourceRoot":"","sources":["../../../../library/sunbird-cb/tree-hierarchy/src/lib/tree-hierarchy.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;AA4B9D,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;AAOjE,qBAmDa,mBAAmB;IAC9B,MAAM,CAAC,OAAO,CAAC,MAAM,EAAE,eAAe,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;yCADtE,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAa/B"}
@@ -1,22 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class TreeHierarchyService {
5
- private http;
6
- private loaderSubject;
7
- loaderState$: Observable<boolean>;
8
- constructor(http: HttpClient);
9
- orgSerachApi(requestBody: any): Observable<any>;
10
- createTerm(requestBody: any, frameworkObj: any): Observable<any>;
11
- updateTerm(requestBody: any, frameworkObj: any, codeId: any): Observable<any>;
12
- updateFrameworkAssociation(requestBody: any, frameworkObj: any, codeId: any): Observable<any>;
13
- publishFreamework(frameworkObj: any): Observable<any>;
14
- setLoaderState(isLoading: boolean): void;
15
- retireTerm(requestBody: any, frameworkObj: any): Observable<any>;
16
- orgContentUpdate(requestBody: any): Observable<any>;
17
- updateCategory(requestBody: any, frameworkObj: any): Observable<any>;
18
- getUsersSearch(requestBody: any): Observable<any>;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeHierarchyService, never>;
20
- static ɵprov: i0.ɵɵInjectableDeclaration<TreeHierarchyService>;
21
- }
22
- //# sourceMappingURL=tree-hierarchy.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tree-hierarchy.service.d.ts","sourceRoot":"","sources":["../../../../library/sunbird-cb/tree-hierarchy/src/lib/tree-hierarchy.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAmB,UAAU,EAAE,MAAM,MAAM,CAAC;;AAanD,qBAGa,oBAAoB;IAKnB,OAAO,CAAC,IAAI;IAHxB,OAAO,CAAC,aAAa,CAAuC;IAC5D,YAAY,sBAAqC;gBAE7B,IAAI,EAAE,UAAU;IAEpC,YAAY,CAAC,WAAW,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI/C,UAAU,CAAC,WAAW,EAAE,GAAG,EAAE,YAAY,EAAC,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI/D,UAAU,CAAC,WAAW,EAAE,GAAG,EAAE,YAAY,EAAC,GAAG,EAAE,MAAM,EAAC,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI3E,0BAA0B,CAAC,WAAW,EAAE,GAAG,EAAE,YAAY,EAAC,GAAG,EAAE,MAAM,EAAC,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI3F,iBAAiB,CAAC,YAAY,EAAC,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAIpD,cAAc,CAAC,SAAS,EAAE,OAAO;IAIjC,UAAU,CAAC,WAAW,EAAE,GAAG,EAAE,YAAY,EAAC,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI/D,gBAAgB,CAAC,WAAW,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAInD,cAAc,CAAC,WAAW,EAAE,GAAG,EAAE,YAAY,EAAC,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAInE,cAAc,CAAC,WAAW,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;yCA3CtC,oBAAoB;6CAApB,oBAAoB;CA+ChC"}
@@ -1,52 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/cdk/a11y";
3
- import * as i2 from "@angular/cdk/stepper";
4
- import * as i3 from "@angular/cdk/table";
5
- import * as i4 from "@angular/cdk/tree";
6
- import * as i5 from "@angular/cdk/drag-drop";
7
- import * as i6 from "@angular/material/autocomplete";
8
- import * as i7 from "@angular/material/badge";
9
- import * as i8 from "@angular/material/bottom-sheet";
10
- import * as i9 from "@angular/material/button";
11
- import * as i10 from "@angular/material/button-toggle";
12
- import * as i11 from "@angular/material/card";
13
- import * as i12 from "@angular/material/checkbox";
14
- import * as i13 from "@angular/material/legacy-chips";
15
- import * as i14 from "@angular/material/stepper";
16
- import * as i15 from "@angular/material/datepicker";
17
- import * as i16 from "@angular/material/dialog";
18
- import * as i17 from "@angular/material/divider";
19
- import * as i18 from "@angular/material/expansion";
20
- import * as i19 from "@angular/material/grid-list";
21
- import * as i20 from "@angular/material/icon";
22
- import * as i21 from "@angular/material/input";
23
- import * as i22 from "@angular/material/list";
24
- import * as i23 from "@angular/material/menu";
25
- import * as i24 from "@angular/material/core";
26
- import * as i25 from "@angular/material/paginator";
27
- import * as i26 from "@angular/material/progress-bar";
28
- import * as i27 from "@angular/material/progress-spinner";
29
- import * as i28 from "@angular/material/radio";
30
- import * as i29 from "@angular/material/select";
31
- import * as i30 from "@angular/material/sidenav";
32
- import * as i31 from "@angular/material/slider";
33
- import * as i32 from "@angular/material/slide-toggle";
34
- import * as i33 from "@angular/material/snack-bar";
35
- import * as i34 from "@angular/material/sort";
36
- import * as i35 from "@angular/material/table";
37
- import * as i36 from "@angular/material/tabs";
38
- import * as i37 from "@angular/material/toolbar";
39
- import * as i38 from "@angular/material/tooltip";
40
- import * as i39 from "@angular/material/tree";
41
- import * as i40 from "@angular/cdk/overlay";
42
- import * as i41 from "@angular/cdk/portal";
43
- import * as i42 from "@angular/cdk/scrolling";
44
- import * as i43 from "@angular/material/form-field";
45
- import * as i44 from "@angular/forms";
46
- import * as i45 from "@angular/common/http";
47
- export declare class MaterialModule {
48
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
49
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.A11yModule, typeof i2.CdkStepperModule, typeof i3.CdkTableModule, typeof i4.CdkTreeModule, typeof i5.DragDropModule, typeof i6.MatAutocompleteModule, typeof i7.MatBadgeModule, typeof i8.MatBottomSheetModule, typeof i9.MatButtonModule, typeof i10.MatButtonToggleModule, typeof i11.MatCardModule, typeof i12.MatCheckboxModule, typeof i13.MatLegacyChipsModule, typeof i14.MatStepperModule, typeof i15.MatDatepickerModule, typeof i16.MatDialogModule, typeof i17.MatDividerModule, typeof i18.MatExpansionModule, typeof i19.MatGridListModule, typeof i20.MatIconModule, typeof i21.MatInputModule, typeof i22.MatListModule, typeof i23.MatMenuModule, typeof i24.MatNativeDateModule, typeof i25.MatPaginatorModule, typeof i26.MatProgressBarModule, typeof i27.MatProgressSpinnerModule, typeof i28.MatRadioModule, typeof i24.MatRippleModule, typeof i29.MatSelectModule, typeof i30.MatSidenavModule, typeof i31.MatSliderModule, typeof i32.MatSlideToggleModule, typeof i33.MatSnackBarModule, typeof i34.MatSortModule, typeof i35.MatTableModule, typeof i36.MatTabsModule, typeof i37.MatToolbarModule, typeof i38.MatTooltipModule, typeof i39.MatTreeModule, typeof i40.OverlayModule, typeof i41.PortalModule, typeof i42.ScrollingModule, typeof i43.MatFormFieldModule, typeof i44.ReactiveFormsModule, typeof i44.FormsModule, typeof i45.HttpClientModule]>;
50
- static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
51
- }
52
- //# sourceMappingURL=material.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"material.module.d.ts","sourceRoot":"","sources":["../../../library/sunbird-cb/tree-hierarchy/src/material.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgDA,qBAoDa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
package/public-api.d.ts DELETED
@@ -1,9 +0,0 @@
1
- export * from './lib/tree-hierarchy.service';
2
- export * from './lib/tree-hierarchy.component';
3
- export * from './lib/tree-hierarchy.module';
4
- export * from './lib/components/tree-view/tree-view.component';
5
- export * from './lib/components/term-card/term-card.component';
6
- export * from './lib/components/create-categories/create-categories.component';
7
- export * from './lib/containers/config-framework/config-framework.component';
8
- export * from './lib/components/categories-preview/categories-preview.component';
9
- //# sourceMappingURL=public-api.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../library/sunbird-cb/tree-hierarchy/src/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAG5C,cAAc,gDAAgD,CAAA;AAC9D,cAAc,gDAAgD,CAAA;AAC9D,cAAe,gEAAgE,CAAA;AAC/E,cAAe,8DAA8D,CAAA;AAC7E,cAAe,kEAAkE,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sunbird-cb-tree-hierarchy.d.ts","sourceRoot":"","sources":["../../../library/sunbird-cb/tree-hierarchy/src/sunbird-cb-tree-hierarchy.ts"],"names":[],"mappings":";AAIA,cAAc,cAAc,CAAC"}