@senior-gestao-empresarial/angular-components 7.10.0 → 7.10.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/bundles/senior-gestao-empresarial-angular-components.umd.js +5 -5
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/components/lookups/index.d.ts +1 -0
- package/esm2015/components/lookups/index.js +2 -1
- package/esm2015/senior-gestao-empresarial-angular-components.js +5 -6
- package/esm5/components/lookups/index.js +2 -1
- package/esm5/senior-gestao-empresarial-angular-components.js +5 -6
- package/fesm2015/senior-gestao-empresarial-angular-components.js +1 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-angular-components.d.ts +4 -5
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../node_modules/ng-packagr/package.schema.json",
|
|
3
3
|
"name": "@senior-gestao-empresarial/angular-components",
|
|
4
|
-
"version": "7.10.
|
|
4
|
+
"version": "7.10.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "http://git.senior.com.br/gestao-empresarial/angular-components"
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { E095HfoSupGerLookup as ɵd } from './components/lookups/entities/e-095-hfo-sup-ger-lookup';
|
|
6
5
|
export { ErpLookupsService as ɵa } from './components/lookups/erp-lookups.service';
|
|
7
|
-
export { VerifyModulePermissionService as
|
|
8
|
-
export { VerifyModulePermissionsService as
|
|
9
|
-
export { StorageService as
|
|
10
|
-
export { UserInformationService as
|
|
6
|
+
export { VerifyModulePermissionService as ɵf } from './components/permissions/verify-module-permission-service';
|
|
7
|
+
export { VerifyModulePermissionsService as ɵg } from './components/permissions/verify-module-permissions-service';
|
|
8
|
+
export { StorageService as ɵd } from './components/storage/storage.service';
|
|
9
|
+
export { UserInformationService as ɵe } from './components/websocket/user-information.service';
|
|
11
10
|
export { EnumAnaSin as ɵb } from './core/enums/enum-ana-sin';
|
|
12
11
|
export { EnumNatCtb as ɵc } from './core/enums/enum-nat-ctb';
|