@idsoftsource/initial-process 0.0.3 → 0.0.4
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
|
@@ -12,10 +12,11 @@ import { HttpClient } from '@angular/common/http';
|
|
|
12
12
|
import * as i2 from '@angular/common';
|
|
13
13
|
import { ViewportScroller } from '@angular/common';
|
|
14
14
|
import * as i18 from '@ng-select/ng-select';
|
|
15
|
-
import * as
|
|
16
|
-
import * as i24 from 'ngx-bootstrap/
|
|
17
|
-
import * as i25 from 'ngx-bootstrap/
|
|
18
|
-
import * as
|
|
15
|
+
import * as i19 from 'ngx-bootstrap/datepicker';
|
|
16
|
+
import * as i24 from 'ngx-bootstrap/tooltip';
|
|
17
|
+
import * as i25 from 'ngx-bootstrap/tabs';
|
|
18
|
+
import * as i26 from 'ngx-bootstrap/accordion';
|
|
19
|
+
import * as i28 from '@angular/google-maps';
|
|
19
20
|
|
|
20
21
|
interface MasterModel {
|
|
21
22
|
}
|
|
@@ -2547,7 +2548,7 @@ declare class CommonPipesModule {
|
|
|
2547
2548
|
|
|
2548
2549
|
declare class InitialProcessModule {
|
|
2549
2550
|
static ɵfac: i0.ɵɵFactoryDeclaration<InitialProcessModule, never>;
|
|
2550
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InitialProcessModule, [typeof InitialProcessComponent, typeof TermsConditionsComponent, typeof PrivacyPolicyComponent, typeof CredentialingComponent, typeof StepperComponent, typeof EducationComponent, typeof CertificationComponent, typeof SkillsComponent, typeof LicensesComponent, typeof ToolsComponent, typeof RoleSelectionComponent, typeof Step2CoverageComponent, typeof WorkexperienceComponent], [typeof i2.CommonModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i16.RouterModule, typeof UsMapModule, typeof i18.NgSelectModule, typeof Ng2LoadingSpinnerModule, typeof LoaderModule, typeof CustomPipesModule, typeof NgxStarsModule, typeof
|
|
2551
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InitialProcessModule, [typeof InitialProcessComponent, typeof TermsConditionsComponent, typeof PrivacyPolicyComponent, typeof CredentialingComponent, typeof StepperComponent, typeof EducationComponent, typeof CertificationComponent, typeof SkillsComponent, typeof LicensesComponent, typeof ToolsComponent, typeof RoleSelectionComponent, typeof Step2CoverageComponent, typeof WorkexperienceComponent], [typeof i2.CommonModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i16.RouterModule, typeof UsMapModule, typeof i18.NgSelectModule, typeof i19.BsDatepickerModule, typeof Ng2LoadingSpinnerModule, typeof LoaderModule, typeof CustomPipesModule, typeof NgxStarsModule, typeof i24.TooltipModule, typeof i25.TabsModule, typeof i26.AccordionModule, typeof GooglePlaceModule, typeof i28.GoogleMapsModule, typeof TextMaskModule, typeof SignaturePadModule, typeof CommonPipesModule], [typeof InitialProcessComponent]>;
|
|
2551
2552
|
static ɵinj: i0.ɵɵInjectorDeclaration<InitialProcessModule>;
|
|
2552
2553
|
}
|
|
2553
2554
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idsoftsource/initial-process",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^20.0.0",
|
|
6
6
|
"@angular/core": "^20.0.0",
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
13
13
|
"sideEffects": false,
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"access": "public"
|
|
16
|
+
},
|
|
14
17
|
"module": "fesm2022/idsoftsource-initial-process.mjs",
|
|
15
18
|
"typings": "index.d.ts",
|
|
16
19
|
"exports": {
|