@idsoftsource/initial-process 0.0.8 → 0.0.9
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/index.d.ts
CHANGED
|
@@ -660,6 +660,8 @@ interface LibraryConfig {
|
|
|
660
660
|
appType: AppType;
|
|
661
661
|
dashboardUrl: any;
|
|
662
662
|
cloudfrontUrl: any;
|
|
663
|
+
providerId: any;
|
|
664
|
+
providerName: any;
|
|
663
665
|
}
|
|
664
666
|
declare const LIBRARY_CONFIG: InjectionToken<LibraryConfig>;
|
|
665
667
|
|
|
@@ -1062,6 +1064,8 @@ declare class CredentialingComponent implements OnInit {
|
|
|
1062
1064
|
private viewport;
|
|
1063
1065
|
animation: string | undefined;
|
|
1064
1066
|
cloudfrontUrl: any;
|
|
1067
|
+
providerId: any;
|
|
1068
|
+
providerName: any;
|
|
1065
1069
|
data: any;
|
|
1066
1070
|
back: EventEmitter<void>;
|
|
1067
1071
|
onActivate(outlet: RouterOutlet): void;
|
|
@@ -1254,6 +1258,8 @@ declare class EducationComponent implements OnInit {
|
|
|
1254
1258
|
private http;
|
|
1255
1259
|
private readonly uploadToAws;
|
|
1256
1260
|
educationForm: FormGroup;
|
|
1261
|
+
providerId: string;
|
|
1262
|
+
providerName: string;
|
|
1257
1263
|
editingIndex: number;
|
|
1258
1264
|
isEditing: i0.WritableSignal<boolean>;
|
|
1259
1265
|
fileData: any;
|
|
@@ -1290,7 +1296,7 @@ declare class EducationComponent implements OnInit {
|
|
|
1290
1296
|
back(): void;
|
|
1291
1297
|
nextStep(): void;
|
|
1292
1298
|
static ɵfac: i0.ɵɵFactoryDeclaration<EducationComponent, never>;
|
|
1293
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EducationComponent, "app-education", never, {}, {}, never, never, false, never>;
|
|
1299
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EducationComponent, "app-education", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1294
1300
|
}
|
|
1295
1301
|
|
|
1296
1302
|
declare class UserDocumentService {
|
|
@@ -1350,6 +1356,8 @@ declare class CertificationComponent {
|
|
|
1350
1356
|
private fileService;
|
|
1351
1357
|
private http;
|
|
1352
1358
|
private readonly uploadToAws;
|
|
1359
|
+
providerId: string;
|
|
1360
|
+
providerName: string;
|
|
1353
1361
|
editingIndex: number;
|
|
1354
1362
|
selectedDocumentTypeId: string | null;
|
|
1355
1363
|
selectedDocumentId: string | null;
|
|
@@ -1362,7 +1370,6 @@ declare class CertificationComponent {
|
|
|
1362
1370
|
id: string | null;
|
|
1363
1371
|
name: string | null;
|
|
1364
1372
|
};
|
|
1365
|
-
providerId: string;
|
|
1366
1373
|
certificateForm: FormGroup;
|
|
1367
1374
|
API_URL: any;
|
|
1368
1375
|
API_URL_UPDATE: any;
|
|
@@ -1395,7 +1402,7 @@ declare class CertificationComponent {
|
|
|
1395
1402
|
back(): void;
|
|
1396
1403
|
nextStep(): void;
|
|
1397
1404
|
static ɵfac: i0.ɵɵFactoryDeclaration<CertificationComponent, never>;
|
|
1398
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CertificationComponent, "app-certification", never, {}, {}, never, never, false, never>;
|
|
1405
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CertificationComponent, "app-certification", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1399
1406
|
}
|
|
1400
1407
|
|
|
1401
1408
|
interface SkillSetModel extends MasterModel {
|
|
@@ -1494,6 +1501,8 @@ declare class SkillsComponent {
|
|
|
1494
1501
|
store: CredentialingStore;
|
|
1495
1502
|
private tokenService;
|
|
1496
1503
|
private userSkillsSub?;
|
|
1504
|
+
providerId: string;
|
|
1505
|
+
providerName: string;
|
|
1497
1506
|
tab: FormArray;
|
|
1498
1507
|
showLoading: boolean;
|
|
1499
1508
|
showLoader: boolean;
|
|
@@ -1564,7 +1573,7 @@ declare class SkillsComponent {
|
|
|
1564
1573
|
next(): void;
|
|
1565
1574
|
ngOnDestroy(): void;
|
|
1566
1575
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkillsComponent, never>;
|
|
1567
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkillsComponent, "app-skills", never, {}, {}, never, never, false, never>;
|
|
1576
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkillsComponent, "app-skills", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1568
1577
|
}
|
|
1569
1578
|
|
|
1570
1579
|
interface Certification {
|
|
@@ -1608,6 +1617,8 @@ declare class LicensesComponent {
|
|
|
1608
1617
|
private fb;
|
|
1609
1618
|
private fileService;
|
|
1610
1619
|
private http;
|
|
1620
|
+
providerId: string;
|
|
1621
|
+
providerName: string;
|
|
1611
1622
|
private readonly uploadToAws;
|
|
1612
1623
|
editingIndex: number;
|
|
1613
1624
|
selectedDocumentTypeId: string | null;
|
|
@@ -1621,7 +1632,6 @@ declare class LicensesComponent {
|
|
|
1621
1632
|
id: string | null;
|
|
1622
1633
|
name: string | null;
|
|
1623
1634
|
};
|
|
1624
|
-
providerId: string;
|
|
1625
1635
|
certificateForm: FormGroup;
|
|
1626
1636
|
fileData: any;
|
|
1627
1637
|
awsFileUpdate: UpdateAwsFileModelModel[];
|
|
@@ -1652,7 +1662,7 @@ declare class LicensesComponent {
|
|
|
1652
1662
|
back(): void;
|
|
1653
1663
|
nextStep(): void;
|
|
1654
1664
|
static ɵfac: i0.ɵɵFactoryDeclaration<LicensesComponent, never>;
|
|
1655
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LicensesComponent, "app-licenses", never, {}, {}, never, never, false, never>;
|
|
1665
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LicensesComponent, "app-licenses", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1656
1666
|
}
|
|
1657
1667
|
|
|
1658
1668
|
interface ToolModel extends MasterModel {
|
|
@@ -1716,6 +1726,8 @@ declare class ToolsComponent {
|
|
|
1716
1726
|
private userDetailService;
|
|
1717
1727
|
private libConfig;
|
|
1718
1728
|
roleData: any;
|
|
1729
|
+
providerId: string;
|
|
1730
|
+
providerName: string;
|
|
1719
1731
|
form: UntypedFormGroup;
|
|
1720
1732
|
submitted: boolean;
|
|
1721
1733
|
apiSubmit: boolean;
|
|
@@ -1797,7 +1809,7 @@ declare class ToolsComponent {
|
|
|
1797
1809
|
goBack(): void;
|
|
1798
1810
|
saveFinal(): void;
|
|
1799
1811
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolsComponent, never>;
|
|
1800
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolsComponent, "app-tools", never, { "roleData": { "alias": "roleData"; "required": false; }; }, {}, never, never, false, never>;
|
|
1812
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolsComponent, "app-tools", never, { "roleData": { "alias": "roleData"; "required": false; }; "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1801
1813
|
}
|
|
1802
1814
|
|
|
1803
1815
|
declare class IndustryService {
|
|
@@ -1877,6 +1889,8 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
1877
1889
|
provider: ProviderModel;
|
|
1878
1890
|
constructor(store: CredentialingStore, router: Router, industrydata: IndustryService, userDetailService: UserDetailService, fileService: FileService, tokenService: TokenService, fb: FormBuilder);
|
|
1879
1891
|
cloudfrontUrl: string;
|
|
1892
|
+
providerId: string;
|
|
1893
|
+
providerName: string;
|
|
1880
1894
|
ngOnInit(): Promise<void>;
|
|
1881
1895
|
getYears(): void;
|
|
1882
1896
|
getIndustries(): void;
|
|
@@ -1905,7 +1919,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
1905
1919
|
phoneMask(event: Event): void;
|
|
1906
1920
|
AddressChangeUser(address: any): void;
|
|
1907
1921
|
static ɵfac: i0.ɵɵFactoryDeclaration<RoleSelectComponent, never>;
|
|
1908
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RoleSelectComponent, "app-role-select", never, { "roleData": { "alias": "roleData"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, false, never>;
|
|
1922
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RoleSelectComponent, "app-role-select", never, { "roleData": { "alias": "roleData"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, false, never>;
|
|
1909
1923
|
}
|
|
1910
1924
|
|
|
1911
1925
|
interface CoordinateLocation {
|
|
@@ -1957,6 +1971,8 @@ declare class Step2CoverageComponent {
|
|
|
1957
1971
|
private userCoverageAreaService;
|
|
1958
1972
|
private alertService;
|
|
1959
1973
|
private tokenService;
|
|
1974
|
+
providerId: string;
|
|
1975
|
+
providerName: string;
|
|
1960
1976
|
city: i0.WritableSignal<string>;
|
|
1961
1977
|
state: i0.WritableSignal<string>;
|
|
1962
1978
|
showMap: boolean;
|
|
@@ -2005,7 +2021,7 @@ declare class Step2CoverageComponent {
|
|
|
2005
2021
|
buildMapLocations(data: any[]): void;
|
|
2006
2022
|
private buildCoveragePayload;
|
|
2007
2023
|
static ɵfac: i0.ɵɵFactoryDeclaration<Step2CoverageComponent, never>;
|
|
2008
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Step2CoverageComponent, "app-coverage", never, {}, {}, never, never, false, never>;
|
|
2024
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Step2CoverageComponent, "app-coverage", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
2009
2025
|
}
|
|
2010
2026
|
|
|
2011
2027
|
declare class WorkexperienceComponent implements OnInit {
|
|
@@ -2018,6 +2034,8 @@ declare class WorkexperienceComponent implements OnInit {
|
|
|
2018
2034
|
private fb;
|
|
2019
2035
|
private fileService;
|
|
2020
2036
|
private http;
|
|
2037
|
+
providerId: string;
|
|
2038
|
+
providerName: string;
|
|
2021
2039
|
private readonly uploadToAws;
|
|
2022
2040
|
editingIndex: number;
|
|
2023
2041
|
workexperienceForm: FormGroup;
|
|
@@ -2055,7 +2073,7 @@ declare class WorkexperienceComponent implements OnInit {
|
|
|
2055
2073
|
back(): void;
|
|
2056
2074
|
nextStep(): void;
|
|
2057
2075
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkexperienceComponent, never>;
|
|
2058
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkexperienceComponent, "app-workexperience", never, {}, {}, never, never, false, never>;
|
|
2076
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkexperienceComponent, "app-workexperience", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
2059
2077
|
}
|
|
2060
2078
|
|
|
2061
2079
|
declare class UsMapComponent implements OnChanges, OnInit, AfterViewInit {
|