bit-ng-library 19.0.7 → 19.0.9

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.
Files changed (63) hide show
  1. package/README.md +15 -0
  2. package/fesm2022/bit-ng-library.mjs +1141 -1292
  3. package/fesm2022/bit-ng-library.mjs.map +1 -1
  4. package/lib/base/components/base.component.d.ts +3 -0
  5. package/lib/base/components/base.component.d.ts.map +1 -1
  6. package/lib/base/shared/utils.d.ts +1 -0
  7. package/lib/base/shared/utils.d.ts.map +1 -1
  8. package/lib/sharedlibrary/components/footer/bit-footer-messages.component.d.ts +28 -32
  9. package/lib/sharedlibrary/components/footer/bit-footer-messages.component.d.ts.map +1 -1
  10. package/lib/sharedlibrary/components/footer/bit-footer.component.d.ts +16 -28
  11. package/lib/sharedlibrary/components/footer/bit-footer.component.d.ts.map +1 -1
  12. package/lib/sharedlibrary/components/footer/bit-pajigator.component.d.ts +13 -21
  13. package/lib/sharedlibrary/components/footer/bit-pajigator.component.d.ts.map +1 -1
  14. package/lib/sharedlibrary/components/form/amount/bit-amount.component.d.ts +0 -3
  15. package/lib/sharedlibrary/components/form/amount/bit-amount.component.d.ts.map +1 -1
  16. package/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.d.ts +0 -3
  17. package/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.d.ts.map +1 -1
  18. package/lib/sharedlibrary/components/form/bit-custom.component.d.ts +1 -3
  19. package/lib/sharedlibrary/components/form/bit-custom.component.d.ts.map +1 -1
  20. package/lib/sharedlibrary/components/form/bit-general.component.d.ts +0 -3
  21. package/lib/sharedlibrary/components/form/bit-general.component.d.ts.map +1 -1
  22. package/lib/sharedlibrary/components/form/calendar/bit-calendar.component.d.ts +1 -3
  23. package/lib/sharedlibrary/components/form/calendar/bit-calendar.component.d.ts.map +1 -1
  24. package/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.d.ts +0 -3
  25. package/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.d.ts.map +1 -1
  26. package/lib/sharedlibrary/components/form/date/bit-date.component.d.ts +1 -3
  27. package/lib/sharedlibrary/components/form/date/bit-date.component.d.ts.map +1 -1
  28. package/lib/sharedlibrary/components/form/datetime/bit-datetime.component.d.ts +1 -3
  29. package/lib/sharedlibrary/components/form/datetime/bit-datetime.component.d.ts.map +1 -1
  30. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.d.ts +1 -3
  31. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.d.ts.map +1 -1
  32. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.d.ts +1 -3
  33. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.d.ts.map +1 -1
  34. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.d.ts +2 -3
  35. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.d.ts.map +1 -1
  36. package/lib/sharedlibrary/components/form/editor/bit-editor.component.d.ts +0 -3
  37. package/lib/sharedlibrary/components/form/editor/bit-editor.component.d.ts.map +1 -1
  38. package/lib/sharedlibrary/components/form/multiple-checkbox/bit-multiple-checkbox.component.d.ts +0 -3
  39. package/lib/sharedlibrary/components/form/multiple-checkbox/bit-multiple-checkbox.component.d.ts.map +1 -1
  40. package/lib/sharedlibrary/components/form/number/bit-number.component.d.ts +0 -3
  41. package/lib/sharedlibrary/components/form/number/bit-number.component.d.ts.map +1 -1
  42. package/lib/sharedlibrary/components/form/switch/bit-switch-si-no.component.d.ts +0 -3
  43. package/lib/sharedlibrary/components/form/switch/bit-switch-si-no.component.d.ts.map +1 -1
  44. package/lib/sharedlibrary/components/form/switch/bit-switch.component.d.ts +0 -3
  45. package/lib/sharedlibrary/components/form/switch/bit-switch.component.d.ts.map +1 -1
  46. package/lib/sharedlibrary/components/form/text/bit-text.component.d.ts +0 -3
  47. package/lib/sharedlibrary/components/form/text/bit-text.component.d.ts.map +1 -1
  48. package/lib/sharedlibrary/components/form/textarea/bit-textarea.component.d.ts +0 -3
  49. package/lib/sharedlibrary/components/form/textarea/bit-textarea.component.d.ts.map +1 -1
  50. package/lib/sharedlibrary/components/form/time/bit-time.component.d.ts +1 -3
  51. package/lib/sharedlibrary/components/form/time/bit-time.component.d.ts.map +1 -1
  52. package/lib/sharedlibrary/components/language/bit-language-selector.component.d.ts.map +1 -1
  53. package/lib/sharedlibrary/components/misc/bit-sidebar.component.d.ts +1 -1
  54. package/lib/sharedlibrary/components/misc/bit-sidebar.component.d.ts.map +1 -1
  55. package/lib/sharedlibrary/components/notificacion/bit-notification-error.component.d.ts +3 -1
  56. package/lib/sharedlibrary/components/notificacion/bit-notification-error.component.d.ts.map +1 -1
  57. package/lib/sharedlibrary/services/ayuda.service.d.ts +5 -0
  58. package/lib/sharedlibrary/services/ayuda.service.d.ts.map +1 -1
  59. package/lib/sharedlibrary/services/locale.service.d.ts +1 -1
  60. package/lib/sharedlibrary/services/locale.service.d.ts.map +1 -1
  61. package/lib/sharedlibrary/services/theme-fbit.service.d.ts +1 -1
  62. package/lib/sharedlibrary/services/theme-fbit.service.d.ts.map +1 -1
  63. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,17 @@ 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
+ ## [19.0.9] - 2025-05-27
30
+
31
+ bit-notificacion-error acepta dos inputs booleans para dar valor a escape y closable
32
+ se refactoriza bit-footer para que sea signal base. Se eliminan dos inputs que ya no se utilizan: mostrarEnlacesPaginas y mostrarPrimeraUltimaPagina
33
+ se importa la versión de prime 19.1.3
34
+
35
+ ## [19.0.8] - 2025-04-10
36
+
37
+ LocaleService pasa a almacenar el local como un signal mediante la propiedad locale$ y se elimina la propiedad locale
38
+ Se elimina la inyección de AyudaService en los constructores de los componentes que lo usan puesto que estos extienden de BaseComponent que ya inyecta AyudaService
39
+
29
40
  ## [19.0.7] - 2025-04-08
30
41
 
31
42
  Se modifican stilos del sidebar para eliminar el estilo que daba color
@@ -69,6 +80,10 @@ Se sustituye p-dropdown por p-select. Prime ha eliminado el componente p-dropdow
69
80
 
70
81
  Versión alfa para Angular19
71
82
 
83
+ ## [18.1.8] - 2025-04-11
84
+
85
+ Se añade la función objectToQueryParametersWithZeroValues que en el filter de la operación permite que viajen valores 0
86
+
72
87
  ## [18.1.7] - 2025-03-26
73
88
 
74
89
  Se aplica la ordenación a los signals filteredEntities$ y entities$ de los stores cuando el entityMetadata tiene definido un sortComparer