bit-ng-library 12.0.0 → 12.1.0
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 +152 -134
- package/bit-ng-library.d.ts +6 -6
- package/bit-ng-library.metadata.json +1 -1
- package/bundles/bit-ng-library.umd.js +4915 -4868
- package/bundles/bit-ng-library.umd.js.map +1 -1
- package/esm2015/bit-ng-library.js +6 -6
- package/esm2015/lib/base/components/base.component.js +15 -15
- package/esm2015/lib/base/models/base-form.models.js +129 -129
- package/esm2015/lib/base/models/base-list.models.js +202 -202
- package/esm2015/lib/base/models/base-sublist.models.js +93 -93
- package/esm2015/lib/base/models/index.js +5 -5
- package/esm2015/lib/base/models/types.js +19 -19
- package/esm2015/lib/base/shared/base-interface.service.js +2 -2
- package/esm2015/lib/base/shared/base.filter.js +78 -78
- package/esm2015/lib/base/shared/base.service.js +85 -85
- package/esm2015/lib/base/shared/utils.js +113 -113
- package/esm2015/lib/sharedlibrary/components/breadcrumb/bit-breadcrumb.component.js +57 -57
- package/esm2015/lib/sharedlibrary/components/contol-messages/bit-control-messages.component.js +43 -43
- package/esm2015/lib/sharedlibrary/components/dialog/bit-dialog.component.js +163 -163
- package/esm2015/lib/sharedlibrary/components/footer/bit-footer.component.js +242 -206
- package/esm2015/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.js +44 -44
- package/esm2015/lib/sharedlibrary/components/form/bit-custom.component.js +89 -89
- package/esm2015/lib/sharedlibrary/components/form/bit-editable.component.js +83 -83
- package/esm2015/lib/sharedlibrary/components/form/bit-general.component.js +81 -81
- package/esm2015/lib/sharedlibrary/components/form/calendar/bit-calendar.component.js +38 -38
- package/esm2015/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.js +23 -23
- package/esm2015/lib/sharedlibrary/components/form/date/bit-date.component.js +45 -45
- package/esm2015/lib/sharedlibrary/components/form/datetime/bit-datetime.component.js +38 -38
- package/esm2015/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.js +99 -99
- package/esm2015/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.js +81 -81
- package/esm2015/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.js +89 -89
- package/esm2015/lib/sharedlibrary/components/form/editor/bit-editor.component.js +77 -77
- package/esm2015/lib/sharedlibrary/components/form/readonly/bit-readonly.component.js +95 -95
- package/esm2015/lib/sharedlibrary/components/form/switch/bit-switch.component.js +43 -43
- package/esm2015/lib/sharedlibrary/components/form/text/bit-text.component.js +19 -19
- package/esm2015/lib/sharedlibrary/components/form/textarea/bit-textarea.component.js +19 -19
- package/esm2015/lib/sharedlibrary/components/form/time/bit-time.component.js +45 -45
- package/esm2015/lib/sharedlibrary/components/header/bit-header.component.js +38 -38
- package/esm2015/lib/sharedlibrary/components/help/bit-help.component.js +47 -47
- package/esm2015/lib/sharedlibrary/components/loading/bit-loading.component.js +55 -55
- package/esm2015/lib/sharedlibrary/components/misc/bit-boton-ayuda.component.js +33 -33
- package/esm2015/lib/sharedlibrary/components/misc/bit-column-boolean.component.js +28 -28
- package/esm2015/lib/sharedlibrary/components/misc/bit-domain-value.component.js +39 -39
- package/esm2015/lib/sharedlibrary/components/notificacion/bit-notification-error.component.js +110 -110
- package/esm2015/lib/sharedlibrary/components/notificacion/bit-notification-toast.component.js +45 -45
- package/esm2015/lib/sharedlibrary/components/toolbar/bit-toolbar.component.js +97 -97
- package/esm2015/lib/sharedlibrary/components/upload/bit-ng-upload.component.js +118 -116
- package/esm2015/lib/sharedlibrary/components/user/bit-user-controls.component.js +30 -30
- package/esm2015/lib/sharedlibrary/data/ayudacontextual.js +12 -12
- package/esm2015/lib/sharedlibrary/data/bitmessage.js +21 -21
- package/esm2015/lib/sharedlibrary/data/bitnotification-error.js +11 -11
- package/esm2015/lib/sharedlibrary/data/bitnotification.js +12 -12
- package/esm2015/lib/sharedlibrary/data/configuration-editor.js +20 -20
- package/esm2015/lib/sharedlibrary/data/domain.js +9 -9
- package/esm2015/lib/sharedlibrary/data/error.js +14 -14
- package/esm2015/lib/sharedlibrary/data/fichero.js +18 -18
- package/esm2015/lib/sharedlibrary/data/index.js +10 -10
- package/esm2015/lib/sharedlibrary/data/item.js +9 -9
- package/esm2015/lib/sharedlibrary/directives/edit-mode.directive.js +15 -15
- package/esm2015/lib/sharedlibrary/directives/focus-register.directive.js +30 -30
- package/esm2015/lib/sharedlibrary/directives/view-mode.directive.js +15 -15
- package/esm2015/lib/sharedlibrary/global.constants.js +24 -24
- package/esm2015/lib/sharedlibrary/guards/candeactivate.guard.js +10 -10
- package/esm2015/lib/sharedlibrary/pipes/capitalize.pipe.js +18 -18
- package/esm2015/lib/sharedlibrary/pipes/other-actions.pipe.js +22 -22
- package/esm2015/lib/sharedlibrary/pipes/pipe-cantidadmoneda.pipe.js +41 -41
- package/esm2015/lib/sharedlibrary/pipes/remove-line-breaks.pipe.js +24 -24
- package/esm2015/lib/sharedlibrary/services/ayuda.service.js +37 -37
- package/esm2015/lib/sharedlibrary/services/base-data-adapter.service.js +16 -16
- package/esm2015/lib/sharedlibrary/services/base-data.service.js +4 -4
- package/esm2015/lib/sharedlibrary/services/custom-validators.service.js +627 -627
- package/esm2015/lib/sharedlibrary/services/domain.service.js +26 -26
- package/esm2015/lib/sharedlibrary/services/focus.service.js +28 -28
- package/esm2015/lib/sharedlibrary/services/general-utils.service.js +142 -142
- package/esm2015/lib/sharedlibrary/services/http-utils.service.js +178 -178
- package/esm2015/lib/sharedlibrary/services/index.js +16 -16
- package/esm2015/lib/sharedlibrary/services/locator.service.js +8 -8
- package/esm2015/lib/sharedlibrary/services/message.service.js +68 -68
- package/esm2015/lib/sharedlibrary/services/session-shared.service.js +22 -22
- package/esm2015/lib/sharedlibrary/services/tableview.service.js +18 -18
- package/esm2015/lib/sharedlibrary/services/toolbar.service.js +24 -24
- package/esm2015/lib/sharedlibrary/services/translate.service.js +67 -67
- package/esm2015/lib/sharedlibrary/services/upload.service.js +55 -55
- package/esm2015/lib/sharedlibrary/sharedlibrary.module.js +135 -135
- package/esm2015/lib/sharedlibrary/utils/custom-http-interceptor.js +41 -41
- package/esm2015/public-api.js +81 -81
- package/fesm2015/bit-ng-library.js +4309 -4271
- package/fesm2015/bit-ng-library.js.map +1 -1
- package/lib/base/components/base.component.d.ts +5 -5
- package/lib/base/models/base-form.models.d.ts +80 -80
- package/lib/base/models/base-list.models.d.ts +136 -136
- package/lib/base/models/base-sublist.models.d.ts +42 -42
- package/lib/base/models/index.d.ts +4 -4
- package/lib/base/models/types.d.ts +33 -33
- package/lib/base/shared/base-interface.service.d.ts +37 -37
- package/lib/base/shared/base.filter.d.ts +37 -37
- package/lib/base/shared/base.service.d.ts +59 -59
- package/lib/base/shared/utils.d.ts +42 -42
- package/lib/sharedlibrary/components/breadcrumb/bit-breadcrumb.component.d.ts +22 -22
- package/lib/sharedlibrary/components/contol-messages/bit-control-messages.component.d.ts +12 -12
- package/lib/sharedlibrary/components/dialog/bit-dialog.component.d.ts +27 -27
- package/lib/sharedlibrary/components/footer/bit-footer.component.d.ts +80 -70
- package/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.d.ts +16 -16
- package/lib/sharedlibrary/components/form/bit-custom.component.d.ts +32 -32
- package/lib/sharedlibrary/components/form/bit-editable.component.d.ts +28 -28
- package/lib/sharedlibrary/components/form/bit-general.component.d.ts +38 -38
- package/lib/sharedlibrary/components/form/calendar/bit-calendar.component.d.ts +16 -16
- package/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.d.ts +7 -7
- package/lib/sharedlibrary/components/form/date/bit-date.component.d.ts +12 -12
- package/lib/sharedlibrary/components/form/datetime/bit-datetime.component.d.ts +11 -11
- package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.d.ts +38 -38
- package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.d.ts +34 -34
- package/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.d.ts +30 -30
- package/lib/sharedlibrary/components/form/editor/bit-editor.component.d.ts +28 -28
- package/lib/sharedlibrary/components/form/readonly/bit-readonly.component.d.ts +23 -23
- package/lib/sharedlibrary/components/form/switch/bit-switch.component.d.ts +12 -12
- package/lib/sharedlibrary/components/form/text/bit-text.component.d.ts +6 -6
- package/lib/sharedlibrary/components/form/textarea/bit-textarea.component.d.ts +6 -6
- package/lib/sharedlibrary/components/form/time/bit-time.component.d.ts +12 -12
- package/lib/sharedlibrary/components/header/bit-header.component.d.ts +19 -19
- package/lib/sharedlibrary/components/help/bit-help.component.d.ts +12 -12
- package/lib/sharedlibrary/components/loading/bit-loading.component.d.ts +14 -14
- package/lib/sharedlibrary/components/misc/bit-boton-ayuda.component.d.ts +9 -9
- package/lib/sharedlibrary/components/misc/bit-column-boolean.component.d.ts +10 -10
- package/lib/sharedlibrary/components/misc/bit-domain-value.component.d.ts +11 -11
- package/lib/sharedlibrary/components/notificacion/bit-notification-error.component.d.ts +31 -31
- package/lib/sharedlibrary/components/notificacion/bit-notification-toast.component.d.ts +13 -13
- package/lib/sharedlibrary/components/toolbar/bit-toolbar.component.d.ts +36 -36
- package/lib/sharedlibrary/components/upload/bit-ng-upload.component.d.ts +46 -45
- package/lib/sharedlibrary/components/user/bit-user-controls.component.d.ts +11 -11
- package/lib/sharedlibrary/data/ayudacontextual.d.ts +8 -8
- package/lib/sharedlibrary/data/bitmessage.d.ts +17 -17
- package/lib/sharedlibrary/data/bitnotification-error.d.ts +9 -9
- package/lib/sharedlibrary/data/bitnotification.d.ts +10 -10
- package/lib/sharedlibrary/data/configuration-editor.d.ts +9 -9
- package/lib/sharedlibrary/data/domain.d.ts +7 -7
- package/lib/sharedlibrary/data/error.d.ts +12 -12
- package/lib/sharedlibrary/data/fichero.d.ts +13 -13
- package/lib/sharedlibrary/data/index.d.ts +9 -9
- package/lib/sharedlibrary/data/item.d.ts +7 -7
- package/lib/sharedlibrary/directives/edit-mode.directive.d.ts +5 -5
- package/lib/sharedlibrary/directives/focus-register.directive.d.ts +10 -10
- package/lib/sharedlibrary/directives/view-mode.directive.d.ts +5 -5
- package/lib/sharedlibrary/global.constants.d.ts +15 -15
- package/lib/sharedlibrary/guards/candeactivate.guard.d.ts +8 -8
- package/lib/sharedlibrary/pipes/capitalize.pipe.d.ts +7 -7
- package/lib/sharedlibrary/pipes/other-actions.pipe.d.ts +4 -4
- package/lib/sharedlibrary/pipes/pipe-cantidadmoneda.pipe.d.ts +9 -9
- package/lib/sharedlibrary/pipes/remove-line-breaks.pipe.d.ts +4 -4
- package/lib/sharedlibrary/services/ayuda.service.d.ts +10 -10
- package/lib/sharedlibrary/services/base-data-adapter.service.d.ts +11 -11
- package/lib/sharedlibrary/services/base-data.service.d.ts +13 -13
- package/lib/sharedlibrary/services/custom-validators.service.d.ts +173 -173
- package/lib/sharedlibrary/services/domain.service.d.ts +8 -8
- package/lib/sharedlibrary/services/focus.service.d.ts +9 -9
- package/lib/sharedlibrary/services/general-utils.service.d.ts +36 -36
- package/lib/sharedlibrary/services/http-utils.service.d.ts +31 -31
- package/lib/sharedlibrary/services/index.d.ts +15 -15
- package/lib/sharedlibrary/services/locator.service.d.ts +8 -8
- package/lib/sharedlibrary/services/message.service.d.ts +41 -41
- package/lib/sharedlibrary/services/session-shared.service.d.ts +6 -6
- package/lib/sharedlibrary/services/tableview.service.d.ts +6 -6
- package/lib/sharedlibrary/services/toolbar.service.d.ts +7 -7
- package/lib/sharedlibrary/services/translate.service.d.ts +28 -28
- package/lib/sharedlibrary/services/upload.service.d.ts +16 -16
- package/lib/sharedlibrary/sharedlibrary.module.d.ts +6 -6
- package/lib/sharedlibrary/utils/custom-http-interceptor.d.ts +10 -10
- package/package.json +1 -1
- package/public-api.d.ts +77 -77
package/README.md
CHANGED
|
@@ -1,134 +1,152 @@
|
|
|
1
|
-
# BitNgLibrary
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.6.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project bit-ng-library` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project bit-ng-library`.
|
|
8
|
-
|
|
9
|
-
> Note: Don't forget to add `--project bit-ng-library` or else it will be added to the default project in your `angular.json` file.
|
|
10
|
-
|
|
11
|
-
## Build
|
|
12
|
-
|
|
13
|
-
Run `ng build bit-ng-library --
|
|
14
|
-
|
|
15
|
-
## Publishing
|
|
16
|
-
|
|
17
|
-
After building your library with `ng build bit-ng-library`, go to the dist folder `cd dist/bit-ng-library` and run `npm publish`.
|
|
18
|
-
|
|
19
|
-
## Running unit tests
|
|
20
|
-
|
|
21
|
-
Run `ng test bit-ng-library` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
22
|
-
|
|
23
|
-
## Further help
|
|
24
|
-
|
|
25
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
|
26
|
-
|
|
27
|
-
## changelog
|
|
28
|
-
|
|
29
|
-
## [12.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
## [1.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## [1.
|
|
113
|
-
|
|
114
|
-
### Changed
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
## [1.0
|
|
119
|
-
|
|
120
|
-
### Changed
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## [1.0.
|
|
125
|
-
|
|
126
|
-
### Changed
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
## [1.0.
|
|
131
|
-
|
|
132
|
-
###
|
|
133
|
-
|
|
134
|
-
-
|
|
1
|
+
# BitNgLibrary
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.6.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project bit-ng-library` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project bit-ng-library`.
|
|
8
|
+
|
|
9
|
+
> Note: Don't forget to add `--project bit-ng-library` or else it will be added to the default project in your `angular.json` file.
|
|
10
|
+
|
|
11
|
+
## Build
|
|
12
|
+
|
|
13
|
+
Run `ng build bit-ng-library --configuration production` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
14
|
+
|
|
15
|
+
## Publishing
|
|
16
|
+
|
|
17
|
+
After building your library with `ng build bit-ng-library`, go to the dist folder `cd dist/bit-ng-library` and run `npm publish`.
|
|
18
|
+
|
|
19
|
+
## Running unit tests
|
|
20
|
+
|
|
21
|
+
Run `ng test bit-ng-library` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
22
|
+
|
|
23
|
+
## Further help
|
|
24
|
+
|
|
25
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
|
26
|
+
|
|
27
|
+
## changelog
|
|
28
|
+
|
|
29
|
+
## [12.1.0] - 2021-12-30
|
|
30
|
+
|
|
31
|
+
Cambios:
|
|
32
|
+
* Nuevo tipo de bit-footer para las páginas con infinity-scroll, donde se muestra información de la carga de datos.
|
|
33
|
+
* Para el tipo "list" de bit-footer añadidas opciones para poder ocultar los enlaces a páginas y los botones de primera y última página hasta que no se han recuperado todos los registros. Ambos cambios son workarounds para que el usuario final no se encuentre el bug de página vacía cuando solicita una página de registros mucho más avanzada de la que se encuentra en ese momento.
|
|
34
|
+
|
|
35
|
+
## [12.0.3] - 2021-12-30
|
|
36
|
+
|
|
37
|
+
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.
|
|
38
|
+
|
|
39
|
+
## [12.0.2] - 2021-10-20
|
|
40
|
+
|
|
41
|
+
Se aplican cambios para centrar spinner y el breadcrumb
|
|
42
|
+
|
|
43
|
+
## [12.0.1] - 2021-09-30
|
|
44
|
+
|
|
45
|
+
Se aplican cambios para adecuarse al primeflex3
|
|
46
|
+
|
|
47
|
+
## [12.0.0] - 2021-08-22
|
|
48
|
+
|
|
49
|
+
Versión angular12
|
|
50
|
+
|
|
51
|
+
## [11.0.6] - 2021-08-06
|
|
52
|
+
|
|
53
|
+
Estilo para el footer sin resultados
|
|
54
|
+
|
|
55
|
+
## [11.0.5] - 2021-07-08
|
|
56
|
+
|
|
57
|
+
se restaura el servicio DomainService que había desaparecido tras un delete no sé muy bien porqué
|
|
58
|
+
|
|
59
|
+
## [11.0.4] - 2021-07-08
|
|
60
|
+
|
|
61
|
+
se pone firstDayOfWeek a los calendarios de prime
|
|
62
|
+
|
|
63
|
+
## [11.0.3] - 2021-05-20
|
|
64
|
+
|
|
65
|
+
Se modifica el bit-ng-upload
|
|
66
|
+
|
|
67
|
+
## [11.0.2] - 2021-05-13
|
|
68
|
+
|
|
69
|
+
Se adapta la toolbar a prime para el caso de botones con más acciones
|
|
70
|
+
|
|
71
|
+
## [11.0.1] - 2021-05-05
|
|
72
|
+
|
|
73
|
+
Se añade la función objectoToQueryParameters
|
|
74
|
+
|
|
75
|
+
## [11.0.0] - 2021-04-21
|
|
76
|
+
|
|
77
|
+
Versión compatible con angular 11
|
|
78
|
+
|
|
79
|
+
## [1.2.4] - 2021-04-21
|
|
80
|
+
|
|
81
|
+
se añaden console.log en el envío de la notificacionError al detectarse fallos
|
|
82
|
+
|
|
83
|
+
## [1.2.3] - 2021-03-19
|
|
84
|
+
|
|
85
|
+
método para poder ocultar notificaciones de error
|
|
86
|
+
|
|
87
|
+
## [1.2.2] - 2021-03-05
|
|
88
|
+
|
|
89
|
+
Se imorta moment versión mini
|
|
90
|
+
|
|
91
|
+
## [1.2.1] - 2021-02-25
|
|
92
|
+
|
|
93
|
+
Añadir tag pInputText al input de bit-text-component.
|
|
94
|
+
|
|
95
|
+
## [1.2.0] - 2021-02-05
|
|
96
|
+
|
|
97
|
+
Migración a angular 10
|
|
98
|
+
|
|
99
|
+
## [1.1.3] - 2020-09-11
|
|
100
|
+
|
|
101
|
+
### Changed
|
|
102
|
+
|
|
103
|
+
Se añade la validación de teléfonos separados por comas
|
|
104
|
+
|
|
105
|
+
## [1.1.2] - 2020-09-10
|
|
106
|
+
|
|
107
|
+
### Changed
|
|
108
|
+
|
|
109
|
+
Se arregla un fallo del bit-dropdown-multiple que no traduce el valor emptyTest.
|
|
110
|
+
Se añade el parámetro filter al bit-dropdown-multiple para poder indicar si queremos que filtre o no
|
|
111
|
+
|
|
112
|
+
## [1.1.1] - 2020-08-07
|
|
113
|
+
|
|
114
|
+
### Changed
|
|
115
|
+
|
|
116
|
+
Se arregla un fallo del bit-dropdown que repetía dos veces el valor empty
|
|
117
|
+
|
|
118
|
+
## [1.1.0] - 2020-07-30
|
|
119
|
+
|
|
120
|
+
### Changed
|
|
121
|
+
|
|
122
|
+
Se eliminan los css internos
|
|
123
|
+
|
|
124
|
+
## [1.0.0] - 2020-07-01
|
|
125
|
+
|
|
126
|
+
### Changed
|
|
127
|
+
|
|
128
|
+
Primera versión funcional
|
|
129
|
+
|
|
130
|
+
## [1.0.3-alpha1] - 2020-05-14
|
|
131
|
+
|
|
132
|
+
### Changed
|
|
133
|
+
|
|
134
|
+
- Se modifica el observable que notifica el cambio de idioma de Subject a BehaviourSubject por un issue que siempre se emitía el valor ca cuando te resuscribías
|
|
135
|
+
|
|
136
|
+
## [1.0.3-alpha1] - 2020-05-13
|
|
137
|
+
|
|
138
|
+
### Changed
|
|
139
|
+
|
|
140
|
+
- Label mal construido no se traducía
|
|
141
|
+
|
|
142
|
+
## [1.0.2-alpha1] - 2020-05-13
|
|
143
|
+
|
|
144
|
+
### Changed
|
|
145
|
+
|
|
146
|
+
- Se publica la clase BaseLisPaginateComponent
|
|
147
|
+
|
|
148
|
+
## [1.0.1-alpha1] - 2020-05-12
|
|
149
|
+
|
|
150
|
+
### Added
|
|
151
|
+
|
|
152
|
+
- Commit inicial
|
package/bit-ng-library.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
export { ErrorValidateForm as
|
|
6
|
-
export { AyudaService as
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
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';
|