bit-ng-library 20.1.13 → 21.0.1
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 +8 -0
- package/fesm2022/bit-ng-library.mjs +647 -627
- package/fesm2022/bit-ng-library.mjs.map +1 -1
- package/package.json +5 -4
- package/{index.d.ts → types/bit-ng-library.d.ts} +435 -420
- package/types/bit-ng-library.d.ts.map +1 -0
- package/index.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -38,6 +38,14 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
|
|
|
38
38
|
|
|
39
39
|
## changelog
|
|
40
40
|
|
|
41
|
+
## [21.0.1] - 2026-06-11
|
|
42
|
+
|
|
43
|
+
Fix. `obligatorio` se implementa como `computed` para reaccionar correctamente a los cambios de validación del control.
|
|
44
|
+
|
|
45
|
+
## [21.0.0] - 2026-05-21
|
|
46
|
+
|
|
47
|
+
Nueva versión para Angular v21
|
|
48
|
+
|
|
41
49
|
## [20.1.13] - 2026-05-06
|
|
42
50
|
Se permite pasar un parametro adiciona y opcional para personalizar el label que tendrá el botón de 'other-actions' cuando se presenta en modo 'desplegable de acciones'. Si no se especifíca se usa la etiqueta de traducción para el label por defecto 'other-actions'.
|
|
43
51
|
Por ejemplo:
|