bit-ng-library 11.0.6 → 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
@@ -10,7 +10,7 @@ Run `ng generate component component-name --project bit-ng-library` to generate
10
10
 
11
11
  ## Build
12
12
 
13
- Run `ng build bit-ng-library --prod` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+ Run `ng build bit-ng-library --configuration production` to build the project. The build artifacts will be stored in the `dist/` directory.
14
14
 
15
15
  ## Publishing
16
16
 
@@ -26,9 +26,25 @@ 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
+
33
+ ## [12.0.2] - 2021-10-20
34
+
35
+ Se aplican cambios para centrar spinner y el breadcrumb
36
+
37
+ ## [12.0.1] - 2021-09-30
38
+
39
+ Se aplican cambios para adecuarse al primeflex3
40
+
41
+ ## [12.0.0] - 2021-08-22
42
+
43
+ Versión angular12
44
+
29
45
  ## [11.0.6] - 2021-08-06
30
46
 
31
- se modifica bit-footer para que cambie el estilo en funcion de si el listado tiene o no elementos
47
+ Estilo para el footer sin resultados
32
48
 
33
49
  ## [11.0.5] - 2021-07-08
34
50
 
@@ -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';