new-front-common-library 0.0.5 → 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/bundles/new-front-common-library.umd.js +2 -1
- package/bundles/new-front-common-library.umd.js.map +1 -1
- package/esm2015/lib/util/models/referential/person.model.js +1 -1
- package/esm2015/lib/util/models/referential/work.model.js +1 -1
- package/esm2015/lib/util/util.module.js +2 -2
- package/esm2015/public-api.js +2 -1
- package/fesm2015/new-front-common-library.js +2 -2
- package/fesm2015/new-front-common-library.js.map +1 -1
- package/lib/util/models/referential/person.model.d.ts +5 -0
- package/lib/util/models/referential/work.model.d.ts +2 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -1620,7 +1620,7 @@
|
|
|
1620
1620
|
TrimStringPipe,
|
|
1621
1621
|
HeaderComponent,
|
|
1622
1622
|
OverlayComponent,
|
|
1623
|
-
SubHeaderComponent
|
|
1623
|
+
SubHeaderComponent
|
|
1624
1624
|
],
|
|
1625
1625
|
entryComponents: [
|
|
1626
1626
|
MyDialogPopupLoginComponent
|
|
@@ -4521,6 +4521,7 @@
|
|
|
4521
4521
|
exports.CUSTOM_DATE_FORMATS = CUSTOM_DATE_FORMATS;
|
|
4522
4522
|
exports.CapitalizefirstPipe = CapitalizefirstPipe;
|
|
4523
4523
|
exports.ColorModel = ColorModel;
|
|
4524
|
+
exports.CommonApiService = CommonApiService;
|
|
4524
4525
|
exports.CompanyModel = CompanyModel;
|
|
4525
4526
|
exports.ContentModel = ContentModel;
|
|
4526
4527
|
exports.ContentTypeModel = ContentTypeModel;
|