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.
- package/README.md +15 -0
- package/fesm2022/bit-ng-library.mjs +1141 -1292
- package/fesm2022/bit-ng-library.mjs.map +1 -1
- package/lib/base/components/base.component.d.ts +3 -0
- package/lib/base/components/base.component.d.ts.map +1 -1
- package/lib/base/shared/utils.d.ts +1 -0
- package/lib/base/shared/utils.d.ts.map +1 -1
- package/lib/sharedlibrary/components/footer/bit-footer-messages.component.d.ts +28 -32
- package/lib/sharedlibrary/components/footer/bit-footer-messages.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/footer/bit-footer.component.d.ts +16 -28
- package/lib/sharedlibrary/components/footer/bit-footer.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/footer/bit-pajigator.component.d.ts +13 -21
- package/lib/sharedlibrary/components/footer/bit-pajigator.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/amount/bit-amount.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/amount/bit-amount.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/bit-custom.component.d.ts +1 -3
- package/lib/sharedlibrary/components/form/bit-custom.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/bit-general.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/bit-general.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/calendar/bit-calendar.component.d.ts +1 -3
- package/lib/sharedlibrary/components/form/calendar/bit-calendar.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/date/bit-date.component.d.ts +1 -3
- package/lib/sharedlibrary/components/form/date/bit-date.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/datetime/bit-datetime.component.d.ts +1 -3
- package/lib/sharedlibrary/components/form/datetime/bit-datetime.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.d.ts +1 -3
- package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.d.ts +1 -3
- package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.d.ts +2 -3
- package/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/editor/bit-editor.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/editor/bit-editor.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/multiple-checkbox/bit-multiple-checkbox.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/multiple-checkbox/bit-multiple-checkbox.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/number/bit-number.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/number/bit-number.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/switch/bit-switch-si-no.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/switch/bit-switch-si-no.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/switch/bit-switch.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/switch/bit-switch.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/text/bit-text.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/text/bit-text.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/textarea/bit-textarea.component.d.ts +0 -3
- package/lib/sharedlibrary/components/form/textarea/bit-textarea.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/form/time/bit-time.component.d.ts +1 -3
- package/lib/sharedlibrary/components/form/time/bit-time.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/language/bit-language-selector.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/misc/bit-sidebar.component.d.ts +1 -1
- package/lib/sharedlibrary/components/misc/bit-sidebar.component.d.ts.map +1 -1
- package/lib/sharedlibrary/components/notificacion/bit-notification-error.component.d.ts +3 -1
- package/lib/sharedlibrary/components/notificacion/bit-notification-error.component.d.ts.map +1 -1
- package/lib/sharedlibrary/services/ayuda.service.d.ts +5 -0
- package/lib/sharedlibrary/services/ayuda.service.d.ts.map +1 -1
- package/lib/sharedlibrary/services/locale.service.d.ts +1 -1
- package/lib/sharedlibrary/services/locale.service.d.ts.map +1 -1
- package/lib/sharedlibrary/services/theme-fbit.service.d.ts +1 -1
- package/lib/sharedlibrary/services/theme-fbit.service.d.ts.map +1 -1
- 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
|