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 +4 -0
- package/bit-ng-library.d.ts +2 -2
- package/bit-ng-library.metadata.json +1 -1
- package/bundles/bit-ng-library.umd.js +10 -7
- package/bundles/bit-ng-library.umd.js.map +1 -1
- package/esm2015/bit-ng-library.js +2 -2
- package/esm2015/lib/sharedlibrary/components/upload/bit-ng-upload.component.js +10 -8
- package/fesm2015/bit-ng-library.js +8 -6
- package/fesm2015/bit-ng-library.js.map +1 -1
- package/lib/sharedlibrary/components/upload/bit-ng-upload.component.d.ts +8 -7
- package/package.json +1 -1
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
|
package/bit-ng-library.d.ts
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { ErrorValidateForm as
|
|
6
|
-
export { AyudaService as
|
|
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';
|