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 +18 -2
- package/bit-ng-library.d.ts +2 -2
- package/bit-ng-library.metadata.json +1 -1
- package/bundles/bit-ng-library.umd.js +68 -52
- package/bundles/bit-ng-library.umd.js.map +1 -1
- package/esm2015/bit-ng-library.js +2 -2
- package/esm2015/lib/sharedlibrary/components/footer/bit-footer.component.js +2 -2
- package/esm2015/lib/sharedlibrary/components/header/bit-header.component.js +2 -2
- package/esm2015/lib/sharedlibrary/components/loading/bit-loading.component.js +3 -3
- package/esm2015/lib/sharedlibrary/components/upload/bit-ng-upload.component.js +10 -8
- package/fesm2015/bit-ng-library.js +28 -23
- 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/bundles/bit-ng-library.umd.min.js +0 -17
- package/bundles/bit-ng-library.umd.min.js.map +0 -1
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 --
|
|
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
|
-
|
|
47
|
+
Estilo para el footer sin resultados
|
|
32
48
|
|
|
33
49
|
## [11.0.5] - 2021-07-08
|
|
34
50
|
|
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';
|