cloud-ide-core 1.0.4 → 2.0.1
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 +71 -19
- package/fesm2022/cloud-ide-core.mjs.map +1 -1
- package/index.d.ts +8 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1795,6 +1795,14 @@ declare class UserCreateComponent implements OnInit {
|
|
|
1795
1795
|
onDefaultEntityChange(mappingIndex: number, event: any): void;
|
|
1796
1796
|
getDefaultEntityName(): string;
|
|
1797
1797
|
hasDefaultEntity(): boolean;
|
|
1798
|
+
getUserFullName(): string;
|
|
1799
|
+
getUserUsername(): string;
|
|
1800
|
+
getUserEmail(): string;
|
|
1801
|
+
getUserMobile(): string;
|
|
1802
|
+
getUserActivePeriod(): string;
|
|
1803
|
+
getUserActiveStatus(): boolean;
|
|
1804
|
+
getUserPhoto(): string | null;
|
|
1805
|
+
getEntityMappingCount(): number;
|
|
1798
1806
|
addContactAddress(): void;
|
|
1799
1807
|
removeContactAddress(index: number): void;
|
|
1800
1808
|
addDocument(): void;
|