cloud-ide-core 2.0.94 → 2.0.96
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/cloud-ide-core.mjs +18 -38
- package/fesm2022/cloud-ide-core.mjs.map +1 -1
- package/index.d.ts +0 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -796,10 +796,6 @@ declare class CideCoreDesignationListComponent {
|
|
|
796
796
|
* Based on FK relationships: _id (PK) -> sydsg_prent_id_desg (FK) OR sydsg_department_id_sydpt (FK)
|
|
797
797
|
*/
|
|
798
798
|
private buildHierarchicalData;
|
|
799
|
-
/**
|
|
800
|
-
* Extract and set departments and grade levels from populated designation data
|
|
801
|
-
*/
|
|
802
|
-
private extractAndSetDepartmentsAndGradeLevels;
|
|
803
799
|
/**
|
|
804
800
|
* Extract unique departments from designation data (since department data is populated in API response)
|
|
805
801
|
*/
|