@sumaris-net/ngx-components 1.19.8 → 1.19.11-rc1
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/sumaris-net.ngx-components.umd.js +5 -1
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/core.module.js +6 -1
- package/esm2015/src/app/core/text-popover/text-form.component.js +1 -1
- package/esm2015/src/app/shared/pipes/form.pipes.js +1 -1
- package/esm2015/src/app/shared/pipes/pipes.module.js +3 -2
- package/fesm2015/sumaris-net.ngx-components.js +5 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -4949,7 +4949,8 @@
|
|
|
4949
4949
|
FormGetPipe,
|
|
4950
4950
|
FormGetControlPipe,
|
|
4951
4951
|
FormGetArrayPipe,
|
|
4952
|
-
FormGetGroupPipe
|
|
4952
|
+
FormGetGroupPipe,
|
|
4953
|
+
FormGetValuePipe
|
|
4953
4954
|
]
|
|
4954
4955
|
},] }
|
|
4955
4956
|
];
|
|
@@ -24351,6 +24352,7 @@
|
|
|
24351
24352
|
ionicCache.CacheModule,
|
|
24352
24353
|
i3$2.IonicStorageModule,
|
|
24353
24354
|
ngxJdenticon.NgxJdenticonModule,
|
|
24355
|
+
i1$2.TranslateModule.forChild(),
|
|
24354
24356
|
// Sub modules
|
|
24355
24357
|
AppGraphQLModule,
|
|
24356
24358
|
AppMenuModule
|
|
@@ -24392,6 +24394,8 @@
|
|
|
24392
24394
|
exports: [
|
|
24393
24395
|
SharedModule,
|
|
24394
24396
|
i3.RouterModule,
|
|
24397
|
+
i1$5.IonicModule,
|
|
24398
|
+
i1$2.TranslateModule,
|
|
24395
24399
|
// Sub modules
|
|
24396
24400
|
AppGraphQLModule,
|
|
24397
24401
|
AppMenuModule,
|