bit-ng-library 12.0.2 → 12.0.3

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/README.md CHANGED
@@ -26,6 +26,10 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
26
26
 
27
27
  ## changelog
28
28
 
29
+ ## [12.0.3] - 2021-12-30
30
+
31
+ Nuevo parámetro "inputAccept" para el "input file" del componente BitNgUpload, que permite restringir los tipos de ficheros del explorador de archivos al elegir un archivo para subida.
32
+
29
33
  ## [12.0.2] - 2021-10-20
30
34
 
31
35
  Se aplican cambios para centrar spinner y el breadcrumb
@@ -2,5 +2,5 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public-api';
5
- export { ErrorValidateForm as ɵg, TranslatedMessage as ɵf } from './lib/base/models';
6
- export { AyudaService as ɵd, BitMessageService as ɵc, FocusService as ɵa, SessionSharedService as ɵe, TranslateService as ɵb } from './lib/sharedlibrary/services';
5
+ export { ErrorValidateForm as ɵh, TranslatedMessage as ɵg } from './lib/base/models';
6
+ export { AyudaService as ɵe, BitMessageService as ɵc, FocusService as ɵa, GeneralUtils as ɵd, SessionSharedService as ɵf, TranslateService as ɵb } from './lib/sharedlibrary/services';