bit-ng-library 13.0.0 → 13.1.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.
Files changed (249) hide show
  1. package/README.md +178 -146
  2. package/bit-ng-library.d.ts +6 -5
  3. package/bit-ng-library.d.ts.map +1 -0
  4. package/esm2020/bit-ng-library.mjs +4 -4
  5. package/esm2020/lib/base/components/base.component.mjs +18 -18
  6. package/esm2020/lib/base/models/base-form.models.mjs +129 -129
  7. package/esm2020/lib/base/models/base-list.models.mjs +202 -202
  8. package/esm2020/lib/base/models/base-sublist.models.mjs +93 -93
  9. package/esm2020/lib/base/models/index.mjs +5 -5
  10. package/esm2020/lib/base/models/types.mjs +19 -19
  11. package/esm2020/lib/base/shared/base-interface.service.mjs +2 -2
  12. package/esm2020/lib/base/shared/base.filter.mjs +78 -78
  13. package/esm2020/lib/base/shared/base.service.mjs +85 -85
  14. package/esm2020/lib/base/shared/utils.mjs +113 -113
  15. package/esm2020/lib/sharedlibrary/components/breadcrumb/bit-breadcrumb.component.mjs +67 -67
  16. package/esm2020/lib/sharedlibrary/components/contol-messages/bit-control-messages.component.mjs +49 -49
  17. package/esm2020/lib/sharedlibrary/components/dialog/bit-dialog.component.mjs +209 -209
  18. package/esm2020/lib/sharedlibrary/components/footer/bit-footer.component.mjs +254 -217
  19. package/esm2020/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.mjs +47 -47
  20. package/esm2020/lib/sharedlibrary/components/form/bit-custom.component.mjs +86 -86
  21. package/esm2020/lib/sharedlibrary/components/form/bit-editable.component.mjs +87 -87
  22. package/esm2020/lib/sharedlibrary/components/form/bit-general.component.mjs +93 -93
  23. package/esm2020/lib/sharedlibrary/components/form/calendar/bit-calendar.component.mjs +37 -37
  24. package/esm2020/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.mjs +24 -24
  25. package/esm2020/lib/sharedlibrary/components/form/date/bit-date.component.mjs +45 -45
  26. package/esm2020/lib/sharedlibrary/components/form/datetime/bit-datetime.component.mjs +38 -38
  27. package/esm2020/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.mjs +100 -100
  28. package/esm2020/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.mjs +80 -80
  29. package/esm2020/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.mjs +86 -86
  30. package/esm2020/lib/sharedlibrary/components/form/editor/bit-editor.component.mjs +81 -81
  31. package/esm2020/lib/sharedlibrary/components/form/readonly/bit-readonly.component.mjs +96 -96
  32. package/esm2020/lib/sharedlibrary/components/form/switch/bit-switch.component.mjs +43 -43
  33. package/esm2020/lib/sharedlibrary/components/form/text/bit-text.component.mjs +23 -23
  34. package/esm2020/lib/sharedlibrary/components/form/textarea/bit-textarea.component.mjs +21 -21
  35. package/esm2020/lib/sharedlibrary/components/form/time/bit-time.component.mjs +45 -45
  36. package/esm2020/lib/sharedlibrary/components/header/bit-header.component.mjs +48 -48
  37. package/esm2020/lib/sharedlibrary/components/help/bit-help.component.mjs +59 -59
  38. package/esm2020/lib/sharedlibrary/components/loading/bit-loading.component.mjs +65 -65
  39. package/esm2020/lib/sharedlibrary/components/misc/bit-boton-ayuda.component.mjs +44 -44
  40. package/esm2020/lib/sharedlibrary/components/misc/bit-column-boolean.component.mjs +38 -38
  41. package/esm2020/lib/sharedlibrary/components/misc/bit-domain-value.component.mjs +45 -45
  42. package/esm2020/lib/sharedlibrary/components/notificacion/bit-notification-error.component.mjs +110 -110
  43. package/esm2020/lib/sharedlibrary/components/notificacion/bit-notification-toast.component.mjs +45 -45
  44. package/esm2020/lib/sharedlibrary/components/toolbar/bit-toolbar.component.mjs +104 -104
  45. package/esm2020/lib/sharedlibrary/components/upload/bit-ng-upload.component.mjs +133 -133
  46. package/esm2020/lib/sharedlibrary/components/user/bit-user-controls.component.mjs +39 -39
  47. package/esm2020/lib/sharedlibrary/data/ayudacontextual.mjs +12 -12
  48. package/esm2020/lib/sharedlibrary/data/bitmessage.mjs +21 -21
  49. package/esm2020/lib/sharedlibrary/data/bitnotification-error.mjs +11 -11
  50. package/esm2020/lib/sharedlibrary/data/bitnotification.mjs +12 -12
  51. package/esm2020/lib/sharedlibrary/data/configuration-editor.mjs +20 -20
  52. package/esm2020/lib/sharedlibrary/data/domain.mjs +9 -9
  53. package/esm2020/lib/sharedlibrary/data/error.mjs +14 -14
  54. package/esm2020/lib/sharedlibrary/data/fichero.mjs +18 -18
  55. package/esm2020/lib/sharedlibrary/data/index.mjs +10 -10
  56. package/esm2020/lib/sharedlibrary/data/item.mjs +9 -9
  57. package/esm2020/lib/sharedlibrary/directives/edit-mode.directive.mjs +16 -16
  58. package/esm2020/lib/sharedlibrary/directives/focus-register.directive.mjs +31 -31
  59. package/esm2020/lib/sharedlibrary/directives/view-mode.directive.mjs +16 -16
  60. package/esm2020/lib/sharedlibrary/global.constants.mjs +24 -24
  61. package/esm2020/lib/sharedlibrary/guards/candeactivate.guard.mjs +13 -13
  62. package/esm2020/lib/sharedlibrary/pipes/capitalize.pipe.mjs +22 -22
  63. package/esm2020/lib/sharedlibrary/pipes/other-actions.pipe.mjs +26 -26
  64. package/esm2020/lib/sharedlibrary/pipes/pipe-cantidadmoneda.pipe.mjs +44 -44
  65. package/esm2020/lib/sharedlibrary/pipes/remove-line-breaks.pipe.mjs +28 -28
  66. package/esm2020/lib/sharedlibrary/services/ayuda.service.mjs +38 -38
  67. package/esm2020/lib/sharedlibrary/services/base-data-adapter.service.mjs +16 -16
  68. package/esm2020/lib/sharedlibrary/services/base-data.service.mjs +4 -4
  69. package/esm2020/lib/sharedlibrary/services/custom-validators.service.mjs +635 -627
  70. package/esm2020/lib/sharedlibrary/services/domain.service.mjs +24 -24
  71. package/esm2020/lib/sharedlibrary/services/focus.service.mjs +30 -30
  72. package/esm2020/lib/sharedlibrary/services/general-utils.service.mjs +143 -143
  73. package/esm2020/lib/sharedlibrary/services/http-utils.service.mjs +175 -175
  74. package/esm2020/lib/sharedlibrary/services/index.mjs +16 -16
  75. package/esm2020/lib/sharedlibrary/services/locator.service.mjs +8 -8
  76. package/esm2020/lib/sharedlibrary/services/message.service.mjs +69 -69
  77. package/esm2020/lib/sharedlibrary/services/session-shared.service.mjs +23 -23
  78. package/esm2020/lib/sharedlibrary/services/tableview.service.mjs +19 -19
  79. package/esm2020/lib/sharedlibrary/services/toolbar.service.mjs +25 -25
  80. package/esm2020/lib/sharedlibrary/services/translate.service.mjs +67 -67
  81. package/esm2020/lib/sharedlibrary/services/upload.service.mjs +57 -57
  82. package/esm2020/lib/sharedlibrary/sharedlibrary.module.mjs +264 -264
  83. package/esm2020/lib/sharedlibrary/utils/custom-http-interceptor.mjs +37 -37
  84. package/esm2020/public-api.mjs +81 -81
  85. package/fesm2015/bit-ng-library.mjs +4541 -4495
  86. package/fesm2015/bit-ng-library.mjs.map +1 -1
  87. package/fesm2020/bit-ng-library.mjs +4534 -4489
  88. package/fesm2020/bit-ng-library.mjs.map +1 -1
  89. package/lib/base/components/base.component.d.ts +9 -8
  90. package/lib/base/components/base.component.d.ts.map +1 -0
  91. package/lib/base/models/base-form.models.d.ts +81 -80
  92. package/lib/base/models/base-form.models.d.ts.map +1 -0
  93. package/lib/base/models/base-list.models.d.ts +137 -136
  94. package/lib/base/models/base-list.models.d.ts.map +1 -0
  95. package/lib/base/models/base-sublist.models.d.ts +43 -42
  96. package/lib/base/models/base-sublist.models.d.ts.map +1 -0
  97. package/lib/base/models/index.d.ts +5 -4
  98. package/lib/base/models/index.d.ts.map +1 -0
  99. package/lib/base/models/types.d.ts +34 -33
  100. package/lib/base/models/types.d.ts.map +1 -0
  101. package/lib/base/shared/base-interface.service.d.ts +38 -37
  102. package/lib/base/shared/base-interface.service.d.ts.map +1 -0
  103. package/lib/base/shared/base.filter.d.ts +38 -37
  104. package/lib/base/shared/base.filter.d.ts.map +1 -0
  105. package/lib/base/shared/base.service.d.ts +60 -59
  106. package/lib/base/shared/base.service.d.ts.map +1 -0
  107. package/lib/base/shared/utils.d.ts +43 -42
  108. package/lib/base/shared/utils.d.ts.map +1 -0
  109. package/lib/sharedlibrary/components/breadcrumb/bit-breadcrumb.component.d.ts +26 -25
  110. package/lib/sharedlibrary/components/breadcrumb/bit-breadcrumb.component.d.ts.map +1 -0
  111. package/lib/sharedlibrary/components/contol-messages/bit-control-messages.component.d.ts +16 -15
  112. package/lib/sharedlibrary/components/contol-messages/bit-control-messages.component.d.ts.map +1 -0
  113. package/lib/sharedlibrary/components/dialog/bit-dialog.component.d.ts +31 -30
  114. package/lib/sharedlibrary/components/dialog/bit-dialog.component.d.ts.map +1 -0
  115. package/lib/sharedlibrary/components/footer/bit-footer.component.d.ts +84 -73
  116. package/lib/sharedlibrary/components/footer/bit-footer.component.d.ts.map +1 -0
  117. package/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.d.ts +20 -19
  118. package/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.d.ts.map +1 -0
  119. package/lib/sharedlibrary/components/form/bit-custom.component.d.ts +36 -35
  120. package/lib/sharedlibrary/components/form/bit-custom.component.d.ts.map +1 -0
  121. package/lib/sharedlibrary/components/form/bit-editable.component.d.ts +32 -31
  122. package/lib/sharedlibrary/components/form/bit-editable.component.d.ts.map +1 -0
  123. package/lib/sharedlibrary/components/form/bit-general.component.d.ts +42 -41
  124. package/lib/sharedlibrary/components/form/bit-general.component.d.ts.map +1 -0
  125. package/lib/sharedlibrary/components/form/calendar/bit-calendar.component.d.ts +20 -19
  126. package/lib/sharedlibrary/components/form/calendar/bit-calendar.component.d.ts.map +1 -0
  127. package/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.d.ts +11 -10
  128. package/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.d.ts.map +1 -0
  129. package/lib/sharedlibrary/components/form/date/bit-date.component.d.ts +16 -15
  130. package/lib/sharedlibrary/components/form/date/bit-date.component.d.ts.map +1 -0
  131. package/lib/sharedlibrary/components/form/datetime/bit-datetime.component.d.ts +15 -14
  132. package/lib/sharedlibrary/components/form/datetime/bit-datetime.component.d.ts.map +1 -0
  133. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.d.ts +42 -41
  134. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.d.ts.map +1 -0
  135. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.d.ts +38 -37
  136. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.d.ts.map +1 -0
  137. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.d.ts +34 -33
  138. package/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.d.ts.map +1 -0
  139. package/lib/sharedlibrary/components/form/editor/bit-editor.component.d.ts +32 -31
  140. package/lib/sharedlibrary/components/form/editor/bit-editor.component.d.ts.map +1 -0
  141. package/lib/sharedlibrary/components/form/readonly/bit-readonly.component.d.ts +27 -26
  142. package/lib/sharedlibrary/components/form/readonly/bit-readonly.component.d.ts.map +1 -0
  143. package/lib/sharedlibrary/components/form/switch/bit-switch.component.d.ts +16 -15
  144. package/lib/sharedlibrary/components/form/switch/bit-switch.component.d.ts.map +1 -0
  145. package/lib/sharedlibrary/components/form/text/bit-text.component.d.ts +10 -9
  146. package/lib/sharedlibrary/components/form/text/bit-text.component.d.ts.map +1 -0
  147. package/lib/sharedlibrary/components/form/textarea/bit-textarea.component.d.ts +10 -9
  148. package/lib/sharedlibrary/components/form/textarea/bit-textarea.component.d.ts.map +1 -0
  149. package/lib/sharedlibrary/components/form/time/bit-time.component.d.ts +16 -15
  150. package/lib/sharedlibrary/components/form/time/bit-time.component.d.ts.map +1 -0
  151. package/lib/sharedlibrary/components/header/bit-header.component.d.ts +23 -22
  152. package/lib/sharedlibrary/components/header/bit-header.component.d.ts.map +1 -0
  153. package/lib/sharedlibrary/components/help/bit-help.component.d.ts +16 -15
  154. package/lib/sharedlibrary/components/help/bit-help.component.d.ts.map +1 -0
  155. package/lib/sharedlibrary/components/loading/bit-loading.component.d.ts +18 -17
  156. package/lib/sharedlibrary/components/loading/bit-loading.component.d.ts.map +1 -0
  157. package/lib/sharedlibrary/components/misc/bit-boton-ayuda.component.d.ts +13 -12
  158. package/lib/sharedlibrary/components/misc/bit-boton-ayuda.component.d.ts.map +1 -0
  159. package/lib/sharedlibrary/components/misc/bit-column-boolean.component.d.ts +14 -13
  160. package/lib/sharedlibrary/components/misc/bit-column-boolean.component.d.ts.map +1 -0
  161. package/lib/sharedlibrary/components/misc/bit-domain-value.component.d.ts +15 -14
  162. package/lib/sharedlibrary/components/misc/bit-domain-value.component.d.ts.map +1 -0
  163. package/lib/sharedlibrary/components/notificacion/bit-notification-error.component.d.ts +35 -34
  164. package/lib/sharedlibrary/components/notificacion/bit-notification-error.component.d.ts.map +1 -0
  165. package/lib/sharedlibrary/components/notificacion/bit-notification-toast.component.d.ts +17 -16
  166. package/lib/sharedlibrary/components/notificacion/bit-notification-toast.component.d.ts.map +1 -0
  167. package/lib/sharedlibrary/components/toolbar/bit-toolbar.component.d.ts +40 -39
  168. package/lib/sharedlibrary/components/toolbar/bit-toolbar.component.d.ts.map +1 -0
  169. package/lib/sharedlibrary/components/upload/bit-ng-upload.component.d.ts +50 -49
  170. package/lib/sharedlibrary/components/upload/bit-ng-upload.component.d.ts.map +1 -0
  171. package/lib/sharedlibrary/components/user/bit-user-controls.component.d.ts +15 -14
  172. package/lib/sharedlibrary/components/user/bit-user-controls.component.d.ts.map +1 -0
  173. package/lib/sharedlibrary/data/ayudacontextual.d.ts +9 -8
  174. package/lib/sharedlibrary/data/ayudacontextual.d.ts.map +1 -0
  175. package/lib/sharedlibrary/data/bitmessage.d.ts +18 -17
  176. package/lib/sharedlibrary/data/bitmessage.d.ts.map +1 -0
  177. package/lib/sharedlibrary/data/bitnotification-error.d.ts +10 -9
  178. package/lib/sharedlibrary/data/bitnotification-error.d.ts.map +1 -0
  179. package/lib/sharedlibrary/data/bitnotification.d.ts +11 -10
  180. package/lib/sharedlibrary/data/bitnotification.d.ts.map +1 -0
  181. package/lib/sharedlibrary/data/configuration-editor.d.ts +10 -9
  182. package/lib/sharedlibrary/data/configuration-editor.d.ts.map +1 -0
  183. package/lib/sharedlibrary/data/domain.d.ts +8 -7
  184. package/lib/sharedlibrary/data/domain.d.ts.map +1 -0
  185. package/lib/sharedlibrary/data/error.d.ts +13 -12
  186. package/lib/sharedlibrary/data/error.d.ts.map +1 -0
  187. package/lib/sharedlibrary/data/fichero.d.ts +14 -13
  188. package/lib/sharedlibrary/data/fichero.d.ts.map +1 -0
  189. package/lib/sharedlibrary/data/index.d.ts +10 -9
  190. package/lib/sharedlibrary/data/index.d.ts.map +1 -0
  191. package/lib/sharedlibrary/data/item.d.ts +8 -7
  192. package/lib/sharedlibrary/data/item.d.ts.map +1 -0
  193. package/lib/sharedlibrary/directives/edit-mode.directive.d.ts +9 -8
  194. package/lib/sharedlibrary/directives/edit-mode.directive.d.ts.map +1 -0
  195. package/lib/sharedlibrary/directives/focus-register.directive.d.ts +14 -13
  196. package/lib/sharedlibrary/directives/focus-register.directive.d.ts.map +1 -0
  197. package/lib/sharedlibrary/directives/view-mode.directive.d.ts +9 -8
  198. package/lib/sharedlibrary/directives/view-mode.directive.d.ts.map +1 -0
  199. package/lib/sharedlibrary/global.constants.d.ts +16 -15
  200. package/lib/sharedlibrary/global.constants.d.ts.map +1 -0
  201. package/lib/sharedlibrary/guards/candeactivate.guard.d.ts +12 -11
  202. package/lib/sharedlibrary/guards/candeactivate.guard.d.ts.map +1 -0
  203. package/lib/sharedlibrary/pipes/capitalize.pipe.d.ts +11 -10
  204. package/lib/sharedlibrary/pipes/capitalize.pipe.d.ts.map +1 -0
  205. package/lib/sharedlibrary/pipes/other-actions.pipe.d.ts +8 -7
  206. package/lib/sharedlibrary/pipes/other-actions.pipe.d.ts.map +1 -0
  207. package/lib/sharedlibrary/pipes/pipe-cantidadmoneda.pipe.d.ts +13 -12
  208. package/lib/sharedlibrary/pipes/pipe-cantidadmoneda.pipe.d.ts.map +1 -0
  209. package/lib/sharedlibrary/pipes/remove-line-breaks.pipe.d.ts +8 -7
  210. package/lib/sharedlibrary/pipes/remove-line-breaks.pipe.d.ts.map +1 -0
  211. package/lib/sharedlibrary/services/ayuda.service.d.ts +14 -13
  212. package/lib/sharedlibrary/services/ayuda.service.d.ts.map +1 -0
  213. package/lib/sharedlibrary/services/base-data-adapter.service.d.ts +12 -11
  214. package/lib/sharedlibrary/services/base-data-adapter.service.d.ts.map +1 -0
  215. package/lib/sharedlibrary/services/base-data.service.d.ts +14 -13
  216. package/lib/sharedlibrary/services/base-data.service.d.ts.map +1 -0
  217. package/lib/sharedlibrary/services/custom-validators.service.d.ts +174 -173
  218. package/lib/sharedlibrary/services/custom-validators.service.d.ts.map +1 -0
  219. package/lib/sharedlibrary/services/domain.service.d.ts +12 -11
  220. package/lib/sharedlibrary/services/domain.service.d.ts.map +1 -0
  221. package/lib/sharedlibrary/services/focus.service.d.ts +13 -12
  222. package/lib/sharedlibrary/services/focus.service.d.ts.map +1 -0
  223. package/lib/sharedlibrary/services/general-utils.service.d.ts +40 -39
  224. package/lib/sharedlibrary/services/general-utils.service.d.ts.map +1 -0
  225. package/lib/sharedlibrary/services/http-utils.service.d.ts +35 -34
  226. package/lib/sharedlibrary/services/http-utils.service.d.ts.map +1 -0
  227. package/lib/sharedlibrary/services/index.d.ts +16 -15
  228. package/lib/sharedlibrary/services/index.d.ts.map +1 -0
  229. package/lib/sharedlibrary/services/locator.service.d.ts +9 -8
  230. package/lib/sharedlibrary/services/locator.service.d.ts.map +1 -0
  231. package/lib/sharedlibrary/services/message.service.d.ts +45 -44
  232. package/lib/sharedlibrary/services/message.service.d.ts.map +1 -0
  233. package/lib/sharedlibrary/services/session-shared.service.d.ts +10 -9
  234. package/lib/sharedlibrary/services/session-shared.service.d.ts.map +1 -0
  235. package/lib/sharedlibrary/services/tableview.service.d.ts +10 -9
  236. package/lib/sharedlibrary/services/tableview.service.d.ts.map +1 -0
  237. package/lib/sharedlibrary/services/toolbar.service.d.ts +11 -10
  238. package/lib/sharedlibrary/services/toolbar.service.d.ts.map +1 -0
  239. package/lib/sharedlibrary/services/translate.service.d.ts +32 -31
  240. package/lib/sharedlibrary/services/translate.service.d.ts.map +1 -0
  241. package/lib/sharedlibrary/services/upload.service.d.ts +20 -19
  242. package/lib/sharedlibrary/services/upload.service.d.ts.map +1 -0
  243. package/lib/sharedlibrary/sharedlibrary.module.d.ts +72 -71
  244. package/lib/sharedlibrary/sharedlibrary.module.d.ts.map +1 -0
  245. package/lib/sharedlibrary/utils/custom-http-interceptor.d.ts +14 -13
  246. package/lib/sharedlibrary/utils/custom-http-interceptor.d.ts.map +1 -0
  247. package/package.json +1 -1
  248. package/public-api.d.ts +78 -77
  249. package/public-api.d.ts.map +1 -0
package/README.md CHANGED
@@ -1,146 +1,178 @@
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.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
-
45
- ## [11.0.6] - 2021-08-06
46
-
47
- Estilo para el footer sin resultados
48
-
49
- ## [11.0.5] - 2021-07-08
50
-
51
- se restaura el servicio DomainService que había desaparecido tras un delete no sé muy bien porqué
52
-
53
- ## [11.0.4] - 2021-07-08
54
-
55
- se pone firstDayOfWeek a los calendarios de prime
56
-
57
- ## [11.0.3] - 2021-05-20
58
-
59
- Se modifica el bit-ng-upload
60
-
61
- ## [11.0.2] - 2021-05-13
62
-
63
- Se adapta la toolbar a prime para el caso de botones con más acciones
64
-
65
- ## [11.0.1] - 2021-05-05
66
-
67
- Se añade la función objectoToQueryParameters
68
-
69
- ## [11.0.0] - 2021-04-21
70
-
71
- Versión compatible con angular 11
72
-
73
- ## [1.2.4] - 2021-04-21
74
-
75
- se añaden console.log en el envío de la notificacionError al detectarse fallos
76
-
77
- ## [1.2.3] - 2021-03-19
78
-
79
- método para poder ocultar notificaciones de error
80
-
81
- ## [1.2.2] - 2021-03-05
82
-
83
- Se imorta moment versión mini
84
-
85
- ## [1.2.1] - 2021-02-25
86
-
87
- Añadir tag pInputText al input de bit-text-component.
88
-
89
- ## [1.2.0] - 2021-02-05
90
-
91
- Migración a angular 10
92
-
93
- ## [1.1.3] - 2020-09-11
94
-
95
- ### Changed
96
-
97
- Se añade la validación de teléfonos separados por comas
98
-
99
- ## [1.1.2] - 2020-09-10
100
-
101
- ### Changed
102
-
103
- Se arregla un fallo del bit-dropdown-multiple que no traduce el valor emptyTest.
104
- Se añade el parámetro filter al bit-dropdown-multiple para poder indicar si queremos que filtre o no
105
-
106
- ## [1.1.1] - 2020-08-07
107
-
108
- ### Changed
109
-
110
- Se arregla un fallo del bit-dropdown que repetía dos veces el valor empty
111
-
112
- ## [1.1.0] - 2020-07-30
113
-
114
- ### Changed
115
-
116
- Se eliminan los css internos
117
-
118
- ## [1.0.0] - 2020-07-01
119
-
120
- ### Changed
121
-
122
- Primera versión funcional
123
-
124
- ## [1.0.3-alpha1] - 2020-05-14
125
-
126
- ### Changed
127
-
128
- - 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
129
-
130
- ## [1.0.3-alpha1] - 2020-05-13
131
-
132
- ### Changed
133
-
134
- - Label mal construido no se traducía
135
-
136
- ## [1.0.2-alpha1] - 2020-05-13
137
-
138
- ### Changed
139
-
140
- - Se publica la clase BaseLisPaginateComponent
141
-
142
- ## [1.0.1-alpha1] - 2020-05-12
143
-
144
- ### Added
145
-
146
- - Commit inicial
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
+ ## [13.1.1] - 2022-02-22
30
+
31
+ Corregido bug de CustomValidators cuando se usaba en forms con diversos campos de longitud limitada. Se mostraba siempre el mismo mensaje para todos, aunque se especificase un validador con longitud diferente en cada campo.
32
+
33
+ ## [13.1.0] - 2022-02-03
34
+
35
+ Incluir el nuevo tipo de bit-footer para las páginas con infinity-scroll en la rama angular 13
36
+
37
+ ## [13.0.2] - 2022-02-03
38
+
39
+ Se añade allowSyntheticDefaultImports a true en las opciones de compilacion de tsconfig para que se importe correctamente la librería
40
+ moment. También se modifica la forma de importar en el código pasando a import momento from 'moment' en vez de import \* as moment from
41
+ 'moment'
42
+
43
+ ## [13.0.1] - 2022-02-03
44
+
45
+ Se elimina moment-mini-ts al presentar problemas de carga con angular 13
46
+
47
+ ## [13.0.0] - 2022-02-02
48
+
49
+ Migración a angular 13
50
+
51
+ ## [12.1.1] - 2022-07-02
52
+
53
+ Bugfix nombre selector bit-footer.
54
+
55
+ ## [12.1.0] - 2022-07-02
56
+
57
+ Cambios:
58
+ * Nuevo tipo de bit-footer para las páginas con infinity-scroll, donde se muestra información de la carga de datos.
59
+ * 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.
60
+
61
+ ## [12.0.3] - 2021-12-30
62
+
63
+ 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.
64
+
65
+ ## [12.0.2] - 2021-10-20
66
+
67
+ Se aplican cambios para centrar spinner y el breadcrumb
68
+
69
+ ## [12.0.1] - 2021-09-30
70
+
71
+ Se aplican cambios para adecuarse al primeflex3
72
+
73
+ ## [12.0.0] - 2021-08-22
74
+
75
+ Versión angular12
76
+
77
+ ## [11.0.6] - 2021-08-06
78
+
79
+ Estilo para el footer sin resultados
80
+
81
+ ## [11.0.5] - 2021-07-08
82
+
83
+ se restaura el servicio DomainService que había desaparecido tras un delete no sé muy bien porqué
84
+
85
+ ## [11.0.4] - 2021-07-08
86
+
87
+ se pone firstDayOfWeek a los calendarios de prime
88
+
89
+ ## [11.0.3] - 2021-05-20
90
+
91
+ Se modifica el bit-ng-upload
92
+
93
+ ## [11.0.2] - 2021-05-13
94
+
95
+ Se adapta la toolbar a prime para el caso de botones con más acciones
96
+
97
+ ## [11.0.1] - 2021-05-05
98
+
99
+ Se añade la función objectoToQueryParameters
100
+
101
+ ## [11.0.0] - 2021-04-21
102
+
103
+ Versión compatible con angular 11
104
+
105
+ ## [1.2.4] - 2021-04-21
106
+
107
+ se añaden console.log en el envío de la notificacionError al detectarse fallos
108
+
109
+ ## [1.2.3] - 2021-03-19
110
+
111
+ método para poder ocultar notificaciones de error
112
+
113
+ ## [1.2.2] - 2021-03-05
114
+
115
+ Se imorta moment versión mini
116
+
117
+ ## [1.2.1] - 2021-02-25
118
+
119
+ Añadir tag pInputText al input de bit-text-component.
120
+
121
+ ## [1.2.0] - 2021-02-05
122
+
123
+ Migración a angular 10
124
+
125
+ ## [1.1.3] - 2020-09-11
126
+
127
+ ### Changed
128
+
129
+ Se añade la validación de teléfonos separados por comas
130
+
131
+ ## [1.1.2] - 2020-09-10
132
+
133
+ ### Changed
134
+
135
+ Se arregla un fallo del bit-dropdown-multiple que no traduce el valor emptyTest.
136
+ Se añade el parámetro filter al bit-dropdown-multiple para poder indicar si queremos que filtre o no
137
+
138
+ ## [1.1.1] - 2020-08-07
139
+
140
+ ### Changed
141
+
142
+ Se arregla un fallo del bit-dropdown que repetía dos veces el valor empty
143
+
144
+ ## [1.1.0] - 2020-07-30
145
+
146
+ ### Changed
147
+
148
+ Se eliminan los css internos
149
+
150
+ ## [1.0.0] - 2020-07-01
151
+
152
+ ### Changed
153
+
154
+ Primera versión funcional
155
+
156
+ ## [1.0.3-alpha1] - 2020-05-14
157
+
158
+ ### Changed
159
+
160
+ - 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
161
+
162
+ ## [1.0.3-alpha1] - 2020-05-13
163
+
164
+ ### Changed
165
+
166
+ - Label mal construido no se traducía
167
+
168
+ ## [1.0.2-alpha1] - 2020-05-13
169
+
170
+ ### Changed
171
+
172
+ - Se publica la clase BaseLisPaginateComponent
173
+
174
+ ## [1.0.1-alpha1] - 2020-05-12
175
+
176
+ ### Added
177
+
178
+ - Commit inicial
@@ -1,5 +1,6 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="bit-ng-library" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="bit-ng-library" />
5
+ export * from './public-api';
6
+ //# sourceMappingURL=bit-ng-library.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bit-ng-library.d.ts","sourceRoot":"","sources":["../../projects/bit-ng-library/src/bit-ng-library.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public-api';
5
5
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYml0LW5nLWxpYnJhcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9iaXQtbmctbGlicmFyeS9zcmMvYml0LW5nLWxpYnJhcnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,18 +1,18 @@
1
- import { Subject } from "rxjs";
2
- import { Directive } from "@angular/core";
3
- import * as i0 from "@angular/core";
4
- export class BaseComponent {
5
- constructor() {
6
- this.destroy$ = new Subject();
7
- }
8
- ngOnDestroy() {
9
- this.destroy$.next(true);
10
- this.destroy$.unsubscribe();
11
- }
12
- }
13
- BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
14
- BaseComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: BaseComponent, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: BaseComponent, decorators: [{
16
- type: Directive
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iaXQtbmctbGlicmFyeS9zcmMvbGliL2Jhc2UvY29tcG9uZW50cy9iYXNlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBRzFDLE1BQU0sT0FBZ0IsYUFBYTtJQURuQztRQUVFLGFBQVEsR0FBcUIsSUFBSSxPQUFPLEVBQVcsQ0FBQztLQU1yRDtJQUpDLFdBQVc7UUFDVCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUN6QixJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzlCLENBQUM7OzBHQU5tQixhQUFhOzhGQUFiLGFBQWE7MkZBQWIsYUFBYTtrQkFEbEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFN1YmplY3QgfSBmcm9tIFwicnhqc1wiO1xuaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQERpcmVjdGl2ZSgpXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQmFzZUNvbXBvbmVudCB7XG4gIGRlc3Ryb3kkOiBTdWJqZWN0PGJvb2xlYW4+ID0gbmV3IFN1YmplY3Q8Ym9vbGVhbj4oKTtcblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLmRlc3Ryb3kkLm5leHQodHJ1ZSk7XG4gICAgdGhpcy5kZXN0cm95JC51bnN1YnNjcmliZSgpO1xuICB9XG59XG4iXX0=
1
+ import { Subject } from "rxjs";
2
+ import { Directive } from "@angular/core";
3
+ import * as i0 from "@angular/core";
4
+ export class BaseComponent {
5
+ constructor() {
6
+ this.destroy$ = new Subject();
7
+ }
8
+ ngOnDestroy() {
9
+ this.destroy$.next(true);
10
+ this.destroy$.unsubscribe();
11
+ }
12
+ }
13
+ BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
14
+ BaseComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: BaseComponent, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: BaseComponent, decorators: [{
16
+ type: Directive
17
+ }] });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iaXQtbmctbGlicmFyeS9zcmMvbGliL2Jhc2UvY29tcG9uZW50cy9iYXNlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBRzFDLE1BQU0sT0FBZ0IsYUFBYTtJQURuQztRQUVFLGFBQVEsR0FBcUIsSUFBSSxPQUFPLEVBQVcsQ0FBQztLQU1yRDtJQUpDLFdBQVc7UUFDVCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUN6QixJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzlCLENBQUM7OzBHQU5tQixhQUFhOzhGQUFiLGFBQWE7MkZBQWIsYUFBYTtrQkFEbEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFN1YmplY3QgfSBmcm9tIFwicnhqc1wiO1xyXG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5cclxuQERpcmVjdGl2ZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBCYXNlQ29tcG9uZW50IHtcclxuICBkZXN0cm95JDogU3ViamVjdDxib29sZWFuPiA9IG5ldyBTdWJqZWN0PGJvb2xlYW4+KCk7XHJcblxyXG4gIG5nT25EZXN0cm95KCkge1xyXG4gICAgdGhpcy5kZXN0cm95JC5uZXh0KHRydWUpO1xyXG4gICAgdGhpcy5kZXN0cm95JC51bnN1YnNjcmliZSgpO1xyXG4gIH1cclxufVxyXG4iXX0=