bit-ng-library 17.0.4 → 17.0.5

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 (78) hide show
  1. package/README.md +6 -1
  2. package/esm2022/lib/base/components/base.component.mjs +3 -3
  3. package/esm2022/lib/sharedlibrary/components/breadcrumb/bit-breadcrumb.component.mjs +3 -3
  4. package/esm2022/lib/sharedlibrary/components/contol-messages/bit-control-messages.component.mjs +3 -3
  5. package/esm2022/lib/sharedlibrary/components/dialog/bit-dialog.component.mjs +3 -3
  6. package/esm2022/lib/sharedlibrary/components/footer/bit-footer-messages.component.mjs +3 -3
  7. package/esm2022/lib/sharedlibrary/components/footer/bit-footer.component.mjs +3 -3
  8. package/esm2022/lib/sharedlibrary/components/footer/bit-pajigator.component.mjs +3 -3
  9. package/esm2022/lib/sharedlibrary/components/form/amount/bit-amount.component.mjs +3 -3
  10. package/esm2022/lib/sharedlibrary/components/form/autocomplete/bit-autocomplete.component.mjs +3 -3
  11. package/esm2022/lib/sharedlibrary/components/form/bit-custom.component.mjs +3 -3
  12. package/esm2022/lib/sharedlibrary/components/form/bit-editable.component.mjs +3 -3
  13. package/esm2022/lib/sharedlibrary/components/form/bit-general.component.mjs +3 -3
  14. package/esm2022/lib/sharedlibrary/components/form/calendar/bit-calendar.component.mjs +3 -3
  15. package/esm2022/lib/sharedlibrary/components/form/checkbox/bit-checkbox.component.mjs +3 -3
  16. package/esm2022/lib/sharedlibrary/components/form/date/bit-date.component.mjs +3 -3
  17. package/esm2022/lib/sharedlibrary/components/form/datetime/bit-datetime.component.mjs +3 -3
  18. package/esm2022/lib/sharedlibrary/components/form/dropdown/bit-dropdown-general.component.mjs +3 -3
  19. package/esm2022/lib/sharedlibrary/components/form/dropdown/bit-dropdown-multiple.component.mjs +3 -3
  20. package/esm2022/lib/sharedlibrary/components/form/dropdown/bit-dropdown.component.mjs +3 -3
  21. package/esm2022/lib/sharedlibrary/components/form/editor/bit-editor.component.mjs +3 -3
  22. package/esm2022/lib/sharedlibrary/components/form/multiple-checkbox/bit-multiple-checkbox.component.mjs +3 -3
  23. package/esm2022/lib/sharedlibrary/components/form/number/bit-number.component.mjs +3 -3
  24. package/esm2022/lib/sharedlibrary/components/form/readonly/bit-readonly.component.mjs +8 -9
  25. package/esm2022/lib/sharedlibrary/components/form/switch/bit-switch-si-no.component.mjs +3 -3
  26. package/esm2022/lib/sharedlibrary/components/form/switch/bit-switch.component.mjs +3 -3
  27. package/esm2022/lib/sharedlibrary/components/form/text/bit-text.component.mjs +3 -3
  28. package/esm2022/lib/sharedlibrary/components/form/textarea/bit-textarea.component.mjs +3 -3
  29. package/esm2022/lib/sharedlibrary/components/form/time/bit-time.component.mjs +3 -3
  30. package/esm2022/lib/sharedlibrary/components/header/bit-header.component.mjs +3 -3
  31. package/esm2022/lib/sharedlibrary/components/help/bit-help.component.mjs +3 -3
  32. package/esm2022/lib/sharedlibrary/components/loading/bit-loading.component.mjs +3 -3
  33. package/esm2022/lib/sharedlibrary/components/misc/bit-boton-ayuda.component.mjs +3 -3
  34. package/esm2022/lib/sharedlibrary/components/misc/bit-column-boolean.component.mjs +3 -3
  35. package/esm2022/lib/sharedlibrary/components/misc/bit-domain-value.component.mjs +3 -3
  36. package/esm2022/lib/sharedlibrary/components/notificacion/bit-notification-error.component.mjs +3 -3
  37. package/esm2022/lib/sharedlibrary/components/notificacion/bit-notification-toast.component.mjs +3 -3
  38. package/esm2022/lib/sharedlibrary/components/toolbar/bit-toolbar.component.mjs +3 -3
  39. package/esm2022/lib/sharedlibrary/components/upload/bit-ng-upload.component.mjs +3 -3
  40. package/esm2022/lib/sharedlibrary/components/user/bit-user-controls.component.mjs +3 -3
  41. package/esm2022/lib/sharedlibrary/directives/bit-panel.directive.mjs +3 -3
  42. package/esm2022/lib/sharedlibrary/directives/edit-mode.directive.mjs +3 -3
  43. package/esm2022/lib/sharedlibrary/directives/focus-register.directive.mjs +3 -3
  44. package/esm2022/lib/sharedlibrary/directives/view-mode.directive.mjs +3 -3
  45. package/esm2022/lib/sharedlibrary/guards/candeactivate.guard.mjs +3 -3
  46. package/esm2022/lib/sharedlibrary/pipes/bytes.pipe.mjs +3 -3
  47. package/esm2022/lib/sharedlibrary/pipes/capitalize.pipe.mjs +3 -3
  48. package/esm2022/lib/sharedlibrary/pipes/cut-text.pipe.mjs +3 -3
  49. package/esm2022/lib/sharedlibrary/pipes/domain-list-value.pipe.mjs +3 -3
  50. package/esm2022/lib/sharedlibrary/pipes/domain-value.pipe.mjs +3 -3
  51. package/esm2022/lib/sharedlibrary/pipes/list-value.pipe.mjs +3 -3
  52. package/esm2022/lib/sharedlibrary/pipes/other-actions.pipe.mjs +3 -3
  53. package/esm2022/lib/sharedlibrary/pipes/pipe-cantidadmoneda.pipe.mjs +11 -8
  54. package/esm2022/lib/sharedlibrary/pipes/remove-line-breaks.pipe.mjs +3 -3
  55. package/esm2022/lib/sharedlibrary/pipes/si-o-no.pipe.mjs +3 -3
  56. package/esm2022/lib/sharedlibrary/pipes/stringify.pipe.mjs +3 -3
  57. package/esm2022/lib/sharedlibrary/services/ayuda.service.mjs +3 -3
  58. package/esm2022/lib/sharedlibrary/services/date-utils.service.mjs +3 -3
  59. package/esm2022/lib/sharedlibrary/services/domain.service.mjs +3 -3
  60. package/esm2022/lib/sharedlibrary/services/download.service.mjs +3 -3
  61. package/esm2022/lib/sharedlibrary/services/focus.service.mjs +3 -3
  62. package/esm2022/lib/sharedlibrary/services/general-utils.service.mjs +3 -3
  63. package/esm2022/lib/sharedlibrary/services/http-utils.service.mjs +3 -3
  64. package/esm2022/lib/sharedlibrary/services/message.service.mjs +3 -3
  65. package/esm2022/lib/sharedlibrary/services/session-shared.service.mjs +3 -3
  66. package/esm2022/lib/sharedlibrary/services/tableview.service.mjs +3 -3
  67. package/esm2022/lib/sharedlibrary/services/toolbar.service.mjs +3 -3
  68. package/esm2022/lib/sharedlibrary/services/translate.service.mjs +3 -3
  69. package/esm2022/lib/sharedlibrary/services/upload.service.mjs +3 -3
  70. package/esm2022/lib/sharedlibrary/sharedlibrary.module.mjs +4 -4
  71. package/esm2022/lib/sharedlibrary/utils/custom-http-interceptor.mjs +3 -3
  72. package/fesm2022/bit-ng-library.mjs +220 -217
  73. package/fesm2022/bit-ng-library.mjs.map +1 -1
  74. package/lib/sharedlibrary/components/form/readonly/bit-readonly.component.d.ts +5 -5
  75. package/lib/sharedlibrary/components/form/readonly/bit-readonly.component.d.ts.map +1 -1
  76. package/lib/sharedlibrary/pipes/pipe-cantidadmoneda.pipe.d.ts +3 -3
  77. package/lib/sharedlibrary/pipes/pipe-cantidadmoneda.pipe.d.ts.map +1 -1
  78. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,11 @@ 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
+ ## [17.0.5] - 2024-04-09
30
+
31
+ Pipe CantidadMoneda: Corrección para que muestre una cadena en blanco en lugar de "null" cuando el valor pasado es null.
32
+ Custom component BitReadOnly: Tipificados los posibles valores del parámetro de entrada "tipo".
33
+
29
34
  ## [17.0.4] - 2024-02-27
30
35
 
31
36
  Corregida la validación de CIF para que funcione con todos los valores reales.
@@ -45,7 +50,7 @@ Las fechas de los pipes no deben ser dd/MM/YYYY sino dd/MM/yyyy
45
50
 
46
51
  ## [17.0.0] - 2024-01-02
47
52
 
48
- Version Angualr17
53
+ Version Angular17
49
54
 
50
55
  ## [16.0.9] - 2023-12-14
51
56
 
@@ -10,10 +10,10 @@ export class BaseComponent {
10
10
  this.destroy$.next(true);
11
11
  this.destroy$.unsubscribe();
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: BaseComponent, ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: BaseComponent, ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BaseComponent, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BaseComponent, decorators: [{
17
17
  type: Directive
18
18
  }] });
19
19
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iaXQtbmctbGlicmFyeS9zcmMvbGliL2Jhc2UvY29tcG9uZW50cy9iYXNlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxVQUFVLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFHOUQsTUFBTSxPQUFnQixhQUFhO0lBRG5DO1FBRUUsYUFBUSxHQUFxQixJQUFJLE9BQU8sRUFBVyxDQUFDO1FBQ3BELGVBQVUsR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7S0FNakM7SUFKQyxXQUFXO1FBQ1QsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDekIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUM5QixDQUFDOzhHQVBtQixhQUFhO2tHQUFiLGFBQWE7OzJGQUFiLGFBQWE7a0JBRGxDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSBcInJ4anNcIjtcclxuaW1wb3J0IHsgRGVzdHJveVJlZiwgRGlyZWN0aXZlLCBpbmplY3QgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5cclxuQERpcmVjdGl2ZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBCYXNlQ29tcG9uZW50IHtcclxuICBkZXN0cm95JDogU3ViamVjdDxib29sZWFuPiA9IG5ldyBTdWJqZWN0PGJvb2xlYW4+KCk7XHJcbiAgZGVzdHJveVJlZiA9IGluamVjdChEZXN0cm95UmVmKTtcclxuXHJcbiAgbmdPbkRlc3Ryb3koKSB7XHJcbiAgICB0aGlzLmRlc3Ryb3kkLm5leHQodHJ1ZSk7XHJcbiAgICB0aGlzLmRlc3Ryb3kkLnVuc3Vic2NyaWJlKCk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -34,8 +34,8 @@ export class BitBreadCrumbComponent {
34
34
  }
35
35
  return false; //para evitar que navegue al href="#"
36
36
  }
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitBreadCrumbComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component }); }
38
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitBreadCrumbComponent, selector: "bit-breadcrumb", inputs: { bc: ["breadcrumb", "bc"] }, ngImport: i0, template: `
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitBreadCrumbComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component }); }
38
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitBreadCrumbComponent, selector: "bit-breadcrumb", inputs: { bc: ["breadcrumb", "bc"] }, ngImport: i0, template: `
39
39
  <ul class="breadcrumb">
40
40
  @for (path of bc; track path; let i = $index) {
41
41
  <li [class.active]="i == bc.length - 1">
@@ -50,7 +50,7 @@ export class BitBreadCrumbComponent {
50
50
  </ul>
51
51
  `, isInline: true, dependencies: [{ kind: "pipe", type: i2.TranslocoPipe, name: "transloco" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitBreadCrumbComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitBreadCrumbComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{
56
56
  selector: "bit-breadcrumb",
@@ -23,8 +23,8 @@ export class BitControlMessages {
23
23
  }
24
24
  return false;
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitControlMessages, deps: [{ token: i1.FocusService }, { token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
27
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitControlMessages, selector: "control-messages", inputs: { control: "control", field: "field" }, ngImport: i0, template: `
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitControlMessages, deps: [{ token: i1.FocusService }, { token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
27
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitControlMessages, selector: "control-messages", inputs: { control: "control", field: "field" }, ngImport: i0, template: `
28
28
  @if (isError) {
29
29
  <div>
30
30
  <span class="mensaje-error-input">{{ errorMessage$ | async }}</span>
@@ -32,7 +32,7 @@ export class BitControlMessages {
32
32
  }
33
33
  `, isInline: true, dependencies: [{ kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitControlMessages, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitControlMessages, decorators: [{
36
36
  type: Component,
37
37
  args: [{
38
38
  selector: "control-messages",
@@ -111,8 +111,8 @@ export class BitDialogComponent extends BaseComponent {
111
111
  return '<span class="' + cls + '">' + match + "</span>";
112
112
  });
113
113
  }
114
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDialogComponent, deps: [{ token: i1.BitMessageService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
115
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitDialogComponent, selector: "bit-dialog", usesInheritance: true, ngImport: i0, template: `
114
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDialogComponent, deps: [{ token: i1.BitMessageService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
115
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitDialogComponent, selector: "bit-dialog", usesInheritance: true, ngImport: i0, template: `
116
116
  @if (!isSeverityInfo) {
117
117
  <p-dialog
118
118
  class="scroll-y scroll-{{ message.height }}"
@@ -163,7 +163,7 @@ export class BitDialogComponent extends BaseComponent {
163
163
  }
164
164
  `, isInline: true, dependencies: [{ kind: "component", type: i3.Dialog, selector: "p-dialog", inputs: ["header", "draggable", "resizable", "positionLeft", "positionTop", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "responsive", "appendTo", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "breakpoint", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "visible", "style", "position"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }] }); }
165
165
  }
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDialogComponent, decorators: [{
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDialogComponent, decorators: [{
167
167
  type: Component,
168
168
  args: [{
169
169
  selector: "bit-dialog",
@@ -135,10 +135,10 @@ export class BitFooterMessagesComponent {
135
135
  get errorMessage() {
136
136
  return this.translateService.selectTranslate(this.messages.get(PageStatus.Error));
137
137
  }
138
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitFooterMessagesComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
139
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: BitFooterMessagesComponent, selector: "bit-footer-messages", inputs: { messages: "messages", status: "status", typeFooter: "typeFooter", maxCurrentItems: "maxCurrentItems", totalItems: "totalItems" }, ngImport: i0, template: "<div>\r\n <div [class]=\"getStyle()\">\r\n <i class=\"fa fa-info\"></i>\r\n <span>{{message | async}}</span>\r\n </div>\r\n\r\n <bit-help></bit-help>\r\n</div>", dependencies: [{ kind: "component", type: i2.BitHelpComponent, selector: "bit-help" }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
138
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitFooterMessagesComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
139
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BitFooterMessagesComponent, selector: "bit-footer-messages", inputs: { messages: "messages", status: "status", typeFooter: "typeFooter", maxCurrentItems: "maxCurrentItems", totalItems: "totalItems" }, ngImport: i0, template: "<div>\r\n <div [class]=\"getStyle()\">\r\n <i class=\"fa fa-info\"></i>\r\n <span>{{message | async}}</span>\r\n </div>\r\n\r\n <bit-help></bit-help>\r\n</div>", dependencies: [{ kind: "component", type: i2.BitHelpComponent, selector: "bit-help" }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
140
140
  }
141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitFooterMessagesComponent, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitFooterMessagesComponent, decorators: [{
142
142
  type: Component,
143
143
  args: [{ selector: 'bit-footer-messages', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div>\r\n <div [class]=\"getStyle()\">\r\n <i class=\"fa fa-info\"></i>\r\n <span>{{message | async}}</span>\r\n </div>\r\n\r\n <bit-help></bit-help>\r\n</div>" }]
144
144
  }], ctorParameters: () => [{ type: i1.TranslateService }], propDecorators: { messages: [{
@@ -80,10 +80,10 @@ export class BitFooterComponent {
80
80
  return "footer";
81
81
  }
82
82
  }
83
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
84
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitFooterComponent, selector: "bit-footer", inputs: { totalItems: "totalItems", filter: "filter", paginator: "paginator", mostrarAvisos: "mostrarAvisos", fixed: "fixed", messages: "messages", status: "status", typeFooter: ["type", "typeFooter"], mostrarEnlacesPaginas: "mostrarEnlacesPaginas", mostrarPrimeraUltimaPagina: "mostrarPrimeraUltimaPagina", visible: "visible", forcePageLinkSize: "forcePageLinkSize" }, outputs: { onPageChange: "onPageChange", onNewPageSize: "onNewPageSize" }, usesOnChanges: true, ngImport: i0, template: "<footer [class]=\"getStyle()\">\r\n\r\n @if (showScroll()) {\r\n <div class=\"scroll-outer-container\">\r\n <div class=\"pajigator-container\">\r\n <label>{{\"bitnglibrary.footer.results\" | transloco}}</label>\r\n @if (maxCurrentItems >= totalItems) {\r\n <span>{{totalItems}}</span>\r\n }\r\n @if (maxCurrentItems < totalItems) {\r\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\r\n }\r\n </div>\r\n </div>\r\n }\r\n\r\n @if (showPajigator()) {\r\n <bit-pajigator\r\n [totalItems]=\"totalItems\"\r\n [page]=\"filter ? filter.pagina : 1\"\r\n [rowsPerPageOptions]=\"[baseItemsPerPage,baseItemsPerPage*5,baseItemsPerPage*25,baseItemsPerPage*50]\"\r\n [maxCurrentItems]=\"maxCurrentItems\"\r\n (onPageChange)=\"pageChange($event)\"\r\n (onPageSizeChange)=\"pageSizeChange($event)\"></bit-pajigator>\r\n }\r\n\r\n @if (mostrarAvisos) {\r\n <bit-footer-messages\r\n [messages]=\"messages\"\r\n [typeFooter]=\"typeFooter\"\r\n [status]=\"status\"\r\n [maxCurrentItems]=\"maxCurrentItems\"\r\n [totalItems]=\"totalItems\"></bit-footer-messages>\r\n }\r\n\r\n</footer>\r\n", dependencies: [{ kind: "component", type: i1.BitPajigatorComponent, selector: "bit-pajigator", inputs: ["page", "totalItems", "itemsPerPage", "rowsPerPageOptions", "maxCurrentItems"], outputs: ["onPageChange", "onPageSizeChange"] }, { kind: "component", type: i2.BitFooterMessagesComponent, selector: "bit-footer-messages", inputs: ["messages", "status", "typeFooter", "maxCurrentItems", "totalItems"] }, { kind: "pipe", type: i3.TranslocoPipe, name: "transloco" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
83
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
84
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitFooterComponent, selector: "bit-footer", inputs: { totalItems: "totalItems", filter: "filter", paginator: "paginator", mostrarAvisos: "mostrarAvisos", fixed: "fixed", messages: "messages", status: "status", typeFooter: ["type", "typeFooter"], mostrarEnlacesPaginas: "mostrarEnlacesPaginas", mostrarPrimeraUltimaPagina: "mostrarPrimeraUltimaPagina", visible: "visible", forcePageLinkSize: "forcePageLinkSize" }, outputs: { onPageChange: "onPageChange", onNewPageSize: "onNewPageSize" }, usesOnChanges: true, ngImport: i0, template: "<footer [class]=\"getStyle()\">\r\n\r\n @if (showScroll()) {\r\n <div class=\"scroll-outer-container\">\r\n <div class=\"pajigator-container\">\r\n <label>{{\"bitnglibrary.footer.results\" | transloco}}</label>\r\n @if (maxCurrentItems >= totalItems) {\r\n <span>{{totalItems}}</span>\r\n }\r\n @if (maxCurrentItems < totalItems) {\r\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\r\n }\r\n </div>\r\n </div>\r\n }\r\n\r\n @if (showPajigator()) {\r\n <bit-pajigator\r\n [totalItems]=\"totalItems\"\r\n [page]=\"filter ? filter.pagina : 1\"\r\n [rowsPerPageOptions]=\"[baseItemsPerPage,baseItemsPerPage*5,baseItemsPerPage*25,baseItemsPerPage*50]\"\r\n [maxCurrentItems]=\"maxCurrentItems\"\r\n (onPageChange)=\"pageChange($event)\"\r\n (onPageSizeChange)=\"pageSizeChange($event)\"></bit-pajigator>\r\n }\r\n\r\n @if (mostrarAvisos) {\r\n <bit-footer-messages\r\n [messages]=\"messages\"\r\n [typeFooter]=\"typeFooter\"\r\n [status]=\"status\"\r\n [maxCurrentItems]=\"maxCurrentItems\"\r\n [totalItems]=\"totalItems\"></bit-footer-messages>\r\n }\r\n\r\n</footer>\r\n", dependencies: [{ kind: "component", type: i1.BitPajigatorComponent, selector: "bit-pajigator", inputs: ["page", "totalItems", "itemsPerPage", "rowsPerPageOptions", "maxCurrentItems"], outputs: ["onPageChange", "onPageSizeChange"] }, { kind: "component", type: i2.BitFooterMessagesComponent, selector: "bit-footer-messages", inputs: ["messages", "status", "typeFooter", "maxCurrentItems", "totalItems"] }, { kind: "pipe", type: i3.TranslocoPipe, name: "transloco" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
85
85
  }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitFooterComponent, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitFooterComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{ selector: "bit-footer", changeDetection: ChangeDetectionStrategy.OnPush, template: "<footer [class]=\"getStyle()\">\r\n\r\n @if (showScroll()) {\r\n <div class=\"scroll-outer-container\">\r\n <div class=\"pajigator-container\">\r\n <label>{{\"bitnglibrary.footer.results\" | transloco}}</label>\r\n @if (maxCurrentItems >= totalItems) {\r\n <span>{{totalItems}}</span>\r\n }\r\n @if (maxCurrentItems < totalItems) {\r\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\r\n }\r\n </div>\r\n </div>\r\n }\r\n\r\n @if (showPajigator()) {\r\n <bit-pajigator\r\n [totalItems]=\"totalItems\"\r\n [page]=\"filter ? filter.pagina : 1\"\r\n [rowsPerPageOptions]=\"[baseItemsPerPage,baseItemsPerPage*5,baseItemsPerPage*25,baseItemsPerPage*50]\"\r\n [maxCurrentItems]=\"maxCurrentItems\"\r\n (onPageChange)=\"pageChange($event)\"\r\n (onPageSizeChange)=\"pageSizeChange($event)\"></bit-pajigator>\r\n }\r\n\r\n @if (mostrarAvisos) {\r\n <bit-footer-messages\r\n [messages]=\"messages\"\r\n [typeFooter]=\"typeFooter\"\r\n [status]=\"status\"\r\n [maxCurrentItems]=\"maxCurrentItems\"\r\n [totalItems]=\"totalItems\"></bit-footer-messages>\r\n }\r\n\r\n</footer>\r\n" }]
89
89
  }], ctorParameters: () => [], propDecorators: { totalItems: [{
@@ -57,10 +57,10 @@ export class BitPajigatorComponent {
57
57
  get showRightNavigationButton() {
58
58
  return this.totalItems > 0 && this.page < this.maxPages;
59
59
  }
60
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitPajigatorComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
61
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitPajigatorComponent, selector: "bit-pajigator", inputs: { page: "page", totalItems: "totalItems", itemsPerPage: "itemsPerPage", rowsPerPageOptions: "rowsPerPageOptions", maxCurrentItems: "maxCurrentItems" }, outputs: { onPageChange: "onPageChange", onPageSizeChange: "onPageSizeChange" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"pajigator-outer-container\">\r\n <div class=\"pajigator-container\">\r\n <div class=\"pajigator-results-container\">\r\n <span class=\"pajigator-results-label\">{{\"bitnglibrary.footer.results\" | transloco}}</span>\r\n @if (maxCurrentItems >= totalItems) {\r\n <span>{{totalItems}}</span>\r\n }\r\n @if (maxCurrentItems < totalItems) {\r\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\r\n }\r\n </div>\r\n <div class=\"pajigator-page-size\">\r\n <div class=\"pajigator-page-size-label\">{{ \"bitnglibrary.footer.itemsPerPage\" | transloco }}</div>\r\n <p-dropdown\r\n [options]=\"rowsPerPageOptions\"\r\n [ngModel]=\"itemsPerPage\"\r\n (ngModelChange)=\"changeItemsPerpage($event)\"></p-dropdown>\r\n </div>\r\n <div class=\"pajigator-range-actions\">\r\n @if (showPageInfo) {\r\n <div class=\"pajigator-range-label\"> {{ \"bitnglibrary.footer.page\" | transloco }} {{page}} de {{maxPages}} </div>\r\n }\r\n <button (click)=\"changePage(-1)\" type=\"button\" [disabled]=\"!showLeftNavigationButton\" pButton pRipple icon=\"pi pi-angle-left\" class=\"p-button-lg p-button-rounded p-button-text\"></button>\r\n <button (click)=\"changePage(1)\" type=\"button\" [disabled]=\"!showRightNavigationButton\" pButton pRipple icon=\"pi pi-angle-right\" class=\"p-button-lg p-button-rounded p-button-text\"></button>\r\n </div>\r\n </div>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }, { kind: "component", type: i3.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "pipe", type: i4.TranslocoPipe, name: "transloco" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
60
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitPajigatorComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
61
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitPajigatorComponent, selector: "bit-pajigator", inputs: { page: "page", totalItems: "totalItems", itemsPerPage: "itemsPerPage", rowsPerPageOptions: "rowsPerPageOptions", maxCurrentItems: "maxCurrentItems" }, outputs: { onPageChange: "onPageChange", onPageSizeChange: "onPageSizeChange" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"pajigator-outer-container\">\r\n <div class=\"pajigator-container\">\r\n <div class=\"pajigator-results-container\">\r\n <span class=\"pajigator-results-label\">{{\"bitnglibrary.footer.results\" | transloco}}</span>\r\n @if (maxCurrentItems >= totalItems) {\r\n <span>{{totalItems}}</span>\r\n }\r\n @if (maxCurrentItems < totalItems) {\r\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\r\n }\r\n </div>\r\n <div class=\"pajigator-page-size\">\r\n <div class=\"pajigator-page-size-label\">{{ \"bitnglibrary.footer.itemsPerPage\" | transloco }}</div>\r\n <p-dropdown\r\n [options]=\"rowsPerPageOptions\"\r\n [ngModel]=\"itemsPerPage\"\r\n (ngModelChange)=\"changeItemsPerpage($event)\"></p-dropdown>\r\n </div>\r\n <div class=\"pajigator-range-actions\">\r\n @if (showPageInfo) {\r\n <div class=\"pajigator-range-label\"> {{ \"bitnglibrary.footer.page\" | transloco }} {{page}} de {{maxPages}} </div>\r\n }\r\n <button (click)=\"changePage(-1)\" type=\"button\" [disabled]=\"!showLeftNavigationButton\" pButton pRipple icon=\"pi pi-angle-left\" class=\"p-button-lg p-button-rounded p-button-text\"></button>\r\n <button (click)=\"changePage(1)\" type=\"button\" [disabled]=\"!showRightNavigationButton\" pButton pRipple icon=\"pi pi-angle-right\" class=\"p-button-lg p-button-rounded p-button-text\"></button>\r\n </div>\r\n </div>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }, { kind: "component", type: i3.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "pipe", type: i4.TranslocoPipe, name: "transloco" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitPajigatorComponent, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitPajigatorComponent, decorators: [{
64
64
  type: Component,
65
65
  args: [{ selector: 'bit-pajigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"pajigator-outer-container\">\r\n <div class=\"pajigator-container\">\r\n <div class=\"pajigator-results-container\">\r\n <span class=\"pajigator-results-label\">{{\"bitnglibrary.footer.results\" | transloco}}</span>\r\n @if (maxCurrentItems >= totalItems) {\r\n <span>{{totalItems}}</span>\r\n }\r\n @if (maxCurrentItems < totalItems) {\r\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\r\n }\r\n </div>\r\n <div class=\"pajigator-page-size\">\r\n <div class=\"pajigator-page-size-label\">{{ \"bitnglibrary.footer.itemsPerPage\" | transloco }}</div>\r\n <p-dropdown\r\n [options]=\"rowsPerPageOptions\"\r\n [ngModel]=\"itemsPerPage\"\r\n (ngModelChange)=\"changeItemsPerpage($event)\"></p-dropdown>\r\n </div>\r\n <div class=\"pajigator-range-actions\">\r\n @if (showPageInfo) {\r\n <div class=\"pajigator-range-label\"> {{ \"bitnglibrary.footer.page\" | transloco }} {{page}} de {{maxPages}} </div>\r\n }\r\n <button (click)=\"changePage(-1)\" type=\"button\" [disabled]=\"!showLeftNavigationButton\" pButton pRipple icon=\"pi pi-angle-left\" class=\"p-button-lg p-button-rounded p-button-text\"></button>\r\n <button (click)=\"changePage(1)\" type=\"button\" [disabled]=\"!showRightNavigationButton\" pButton pRipple icon=\"pi pi-angle-right\" class=\"p-button-lg p-button-rounded p-button-text\"></button>\r\n </div>\r\n </div>\r\n</div>" }]
66
66
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { page: [{
@@ -17,14 +17,14 @@ export class BitAmountComponent extends BitNumberComponent {
17
17
  this.maximoDecimales = 2;
18
18
  this.separadorGrupo = true;
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitAmountComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitAmountComponent, selector: "bit-amount", inputs: { prefijo: "prefijo", sufijo: "sufijo", minimo: "minimo", maximo: "maximo", mostrarBotones: "mostrarBotones", incremento: "incremento" }, providers: [{
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitAmountComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
21
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitAmountComponent, selector: "bit-amount", inputs: { prefijo: "prefijo", sufijo: "sufijo", minimo: "minimo", maximo: "maximo", mostrarBotones: "mostrarBotones", incremento: "incremento" }, providers: [{
22
22
  provide: NG_VALUE_ACCESSOR,
23
23
  useExisting: forwardRef(() => BitAmountComponent),
24
24
  multi: true
25
25
  }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\r\n <label>\r\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\r\n <span class=\"obligatorio fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\r\n }\r\n </label>\r\n}\r\n@if (readOnly) {\r\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura }}</p>\r\n}\r\n@if (!tooltipTexto && !readOnly) {\r\n <p-inputNumber\r\n #inputReference\r\n id=\"{{ nombre }}\"\r\n name=\"{{ nombre }}\"\r\n [disabled]=\"isDisabled\"\r\n [ngModel]=\"value\"\r\n [attr.directive]=\"nombreDirectiva\"\r\n [placeholder]=\"placeholder\"\r\n [mode]=\"modo\"\r\n [currency]=\"divisa\"\r\n [prefix]=\"prefijo\"\r\n [suffix]=\"sufijo\"\r\n [min]=\"minimo\"\r\n [max]=\"maximo\"\r\n [minFractionDigits]=\"numeroDecimales\"\r\n [maxFractionDigits]=\"maximoDecimales == null ? numeroDecimales : maximoDecimales\"\r\n [useGrouping]=\"separadorGrupo\"\r\n [showButtons]=\"mostrarBotones\"\r\n [step]=\"incremento\"\r\n locale=\"es-ES\"\r\n (ngModelChange)=\"onChangeValue($event)\"\r\n (blur)=\"_onBlur()\"\r\n (focus)=\"_onFocus()\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n />\r\n}\r\n@if (tooltipTexto && !readOnly) {\r\n <p-inputNumber\r\n #inputReference\r\n id=\"{{ nombre }}\"\r\n name=\"{{ nombre }}\"\r\n [disabled]=\"isDisabled\"\r\n [ngModel]=\"value\"\r\n [attr.directive]=\"nombreDirectiva\"\r\n [pTooltip]=\"tooltipTexto\"\r\n [tooltipPosition]=\"tooltipPosicion\"\r\n [mode]=\"modo\"\r\n [currency]=\"divisa\"\r\n [prefix]=\"prefijo\"\r\n [suffix]=\"sufijo\"\r\n [min]=\"minimo\"\r\n [max]=\"maximo\"\r\n [minFractionDigits]=\"numeroDecimales\"\r\n [maxFractionDigits]=\"maximoDecimales == null ? numeroDecimales : maximoDecimales\"\r\n [useGrouping]=\"separadorGrupo\"\r\n [showButtons]=\"mostrarBotones\"\r\n [step]=\"incremento\"\r\n locale=\"es-ES\"\r\n (ngModelChange)=\"onChangeValue($event)\"\r\n (blur)=\"_onBlur()\"\r\n (focus)=\"_onFocus()\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n />\r\n}\r\n@if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\r\n}\r\n", dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.InputNumber, selector: "p-inputNumber", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "style", "placeholder", "size", "maxlength", "tabindex", "title", "ariaLabelledBy", "ariaLabel", "ariaRequired", "name", "required", "autocomplete", "min", "max", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "step", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "disabled"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "directive", type: i4.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "component", type: i5.BitControlMessages, selector: "control-messages", inputs: ["control", "field"] }] }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitAmountComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitAmountComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{ selector: "bit-amount", providers: [{
30
30
  provide: NG_VALUE_ACCESSOR,
@@ -86,8 +86,8 @@ export class BitAutoCompleteComponent extends BitCustomComponent {
86
86
  _findObject(value) {
87
87
  return value && this.suggestions.find((obj) => obj[this.suggestionField] === value);
88
88
  }
89
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitAutoCompleteComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
90
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitAutoCompleteComponent, selector: "bit-autocomplete", inputs: { suggestions: "suggestions", suggestionField: "suggestionField", multiple: "multiple", inputStyleClass: "inputStyleClass", id: "id", displayValue: "displayValue" }, outputs: { completeMethod: "completeMethod", onSelect: "onSelect", onClear: "onClear" }, providers: [
89
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitAutoCompleteComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
90
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitAutoCompleteComponent, selector: "bit-autocomplete", inputs: { suggestions: "suggestions", suggestionField: "suggestionField", multiple: "multiple", inputStyleClass: "inputStyleClass", id: "id", displayValue: "displayValue" }, outputs: { completeMethod: "completeMethod", onSelect: "onSelect", onClear: "onClear" }, providers: [
91
91
  {
92
92
  provide: NG_VALUE_ACCESSOR,
93
93
  useExisting: forwardRef(() => BitAutoCompleteComponent),
@@ -95,7 +95,7 @@ export class BitAutoCompleteComponent extends BitCustomComponent {
95
95
  }
96
96
  ], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if (!hideLabel) {\r\n <label>\r\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\r\n <span class=\"obligatorio fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\r\n }\r\n </label>\r\n}\r\n@if (readOnly) {\r\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura }}</p>\r\n}\r\n@if (!readOnly) {\r\n <p-autoComplete\r\n [(ngModel)]=\"value\"\r\n id=\"{{ nombre }}\"\r\n name=\"{{ nombre }}\"\r\n [disabled]=\"isDisabled\"\r\n [placeholder]=\"placeholder\"\r\n delay=\"400\"\r\n [suggestions]=\"suggestions_mapped\"\r\n [multiple]=\"multiple\"\r\n [inputStyleClass]=\"inputStyleClass\"\r\n appendTo=\"body\"\r\n (completeMethod)=\"search($event)\"\r\n (onSelect)=\"_onSelect($event)\"\r\n (onClear)=\"_onClear()\"\r\n (onBlur)=\"_onBlur()\"\r\n (onFocus)=\"_onFocus()\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n ></p-autoComplete>\r\n}\r\n@if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\r\n}\r\n", dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.AutoComplete, selector: "p-autoComplete", inputs: ["minLength", "delay", "style", "panelStyle", "styleClass", "panelStyleClass", "inputStyle", "inputId", "inputStyleClass", "placeholder", "readonly", "disabled", "scrollHeight", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "maxlength", "name", "required", "size", "appendTo", "autoHighlight", "forceSelection", "type", "autoZIndex", "baseZIndex", "ariaLabel", "dropdownAriaLabel", "ariaLabelledBy", "dropdownIcon", "unique", "group", "completeOnFocus", "showClear", "field", "dropdown", "showEmptyMessage", "dropdownMode", "multiple", "tabindex", "dataKey", "emptyMessage", "showTransitionOptions", "hideTransitionOptions", "autofocus", "autocomplete", "optionGroupChildren", "optionGroupLabel", "overlayOptions", "suggestions", "itemSize", "optionLabel", "id", "searchMessage", "emptySelectionMessage", "selectionMessage", "autoOptionFocus", "selectOnFocus", "searchLocale", "optionDisabled", "focusOnHover"], outputs: ["completeMethod", "onSelect", "onUnselect", "onFocus", "onBlur", "onDropdownClick", "onClear", "onKeyUp", "onShow", "onHide", "onLazyLoad"] }, { kind: "component", type: i4.BitControlMessages, selector: "control-messages", inputs: ["control", "field"] }] }); }
97
97
  }
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitAutoCompleteComponent, decorators: [{
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitAutoCompleteComponent, decorators: [{
99
99
  type: Component,
100
100
  args: [{ selector: "bit-autocomplete", providers: [
101
101
  {
@@ -39,10 +39,10 @@ export class BitCustomComponent extends BitGeneralComponent {
39
39
  registerOnTouched(fn) {
40
40
  this._onTouch = fn;
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitCustomComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Directive }); }
43
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: BitCustomComponent, usesInheritance: true, ngImport: i0 }); }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitCustomComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Directive }); }
43
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: BitCustomComponent, usesInheritance: true, ngImport: i0 }); }
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitCustomComponent, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitCustomComponent, decorators: [{
46
46
  type: Directive
47
47
  }], ctorParameters: () => [{ type: i1.AyudaService }] });
48
48
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYml0LWN1c3RvbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iaXQtbmctbGlicmFyeS9zcmMvbGliL3NoYXJlZGxpYnJhcnkvY29tcG9uZW50cy9mb3JtL2JpdC1jdXN0b20uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHMUMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7OztBQUU5RDs7O0dBR0c7QUFFSCxNQUFNLE9BQWdCLGtCQUFtQixTQUFRLG1CQUFtQjtJQVNsRSxZQUFzQixZQUEwQjtRQUM5QyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUM7UUFEQSxpQkFBWSxHQUFaLFlBQVksQ0FBYztRQUxoRCw4RUFBOEU7UUFDOUUsY0FBUyxHQUFHLENBQUMsQ0FBTSxFQUFFLEVBQUUsR0FBRyxDQUFDLENBQUE7UUFDM0Isc0VBQXNFO1FBQ3RFLGFBQVEsR0FBRyxHQUFHLEVBQUUsR0FBRyxDQUFDLENBQUE7SUFJcEIsQ0FBQztJQUVELGdCQUFnQixDQUFDLFVBQW1CO1FBQ2xDLElBQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxDQUFDO0lBQy9CLENBQUM7SUFNRCxPQUFPLENBQUMsS0FBSyxHQUFHLEVBQUU7UUFDaEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNuQixJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxvQkFBb0IsQ0FBQyxLQUFVO1FBQzdCLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDdEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDNUIsQ0FBQztJQUVELGNBQWM7UUFDWixJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDaEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDOzhHQTlDbUIsa0JBQWtCO2tHQUFsQixrQkFBa0I7OzJGQUFsQixrQkFBa0I7a0JBRHZDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBBeXVkYVNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vc2VydmljZXMvYXl1ZGEuc2VydmljZVwiO1xyXG5cclxuaW1wb3J0IHsgQml0R2VuZXJhbENvbXBvbmVudCB9IGZyb20gXCIuL2JpdC1nZW5lcmFsLmNvbXBvbmVudFwiO1xyXG5cclxuLyoqIENsYXNlIGN1c3RvbWl6YWRhIHBhcmEgY29tcG9uZW50ZXMgcGVyc29uYWxpemFkb3MgcXVlIHJlcXVpZXJlbiBpbXBsZW1lbnRhciBsYSBpbnRlcmZhY2UgQ29udHJvbFZhbHVlQWNjZXNzb3IuXHJcbiAqIFRpcGljYW1lbnRlIHBhcmEgYXF1ZWxsb3MgY29tcG9uZW50ZXMgcGVyc29uYWxpemFkb3MgcXVlIHRyYWJhamFuIHNvYnJlIG90cm9zIGNvbXBvbmVudGVzIG5vIGVzdMOhbmRhcnMgSFRNTCBjb21vXHJcbiAqIHB1ZWRlbiBzZXIgbG9zIGNvbXBvbmVudGVzIGRlIHByaW1lIGNvbW8gc3dpdGNoLCBhdXRvY29tcGxldGUsIGNhbGVuZGFyLCBzZWxlY3QsIGV0Yy5cclxuICovXHJcbkBEaXJlY3RpdmUoKVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQml0Q3VzdG9tQ29tcG9uZW50IGV4dGVuZHMgQml0R2VuZXJhbENvbXBvbmVudCB7XHJcblxyXG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XHJcblxyXG4gIC8vIG5vcyBwZXJtaXRlIGRlY2lybGUgYSBBbmd1bGFyIHF1ZSBudWVzdHJvIGNvbXBvbmVudGUgaGEgbW9kaWZpY2FkbyBzdSB2YWxvclxyXG4gIF9vbkNoYW5nZSA9IChfOiBhbnkpID0+IHsgfVxyXG4gIC8vIG5vcyBwZXJtaXRlIGRlY2lybGUgYSBBbmd1bGFyIHF1ZSBudWVzdHJvIGNvbXBvbmVudGUgaGEgc2lkbyB0YWNhZG9cclxuICBfb25Ub3VjaCA9ICgpID0+IHsgfVxyXG5cclxuICBjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgYXl1ZGFTZXJ2aWNlOiBBeXVkYVNlcnZpY2UpIHtcclxuICAgIHN1cGVyKGF5dWRhU2VydmljZSk7XHJcbiAgfVxyXG5cclxuICBzZXREaXNhYmxlZFN0YXRlKGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcclxuICAgIHRoaXMuaXNEaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XHJcbiAgfVxyXG5cclxuICAvKiogU2UgYWN0aXZhIGN1YW5kbyBBbmd1bGFyIG5vcyBpbmZvcm1hIGRlIHF1ZSBkZWJlbW9zIGFjdHVhbGl6YXIgbGEgdmlzdGEuIENhZGEgY29tcG9uZW50ZSBoaWpvIGRlYmVyw6EgdmVyXHJcbiAgICogc2kgcmVxdWllcmUgbyBubyBpbXBsZW1lbnRhciBlc3RlIG3DqXRvZG8gKi9cclxuICBhYnN0cmFjdCB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpO1xyXG5cclxuICBfb25CbHVyKGV2ZW50ID0ge30pIHtcclxuICAgIHRoaXMub25CbHVyLmVtaXQoKTtcclxuICAgIHRoaXMudG91Y2hDb21wb25lbnQoKTtcclxuICB9XHJcblxyXG4gIF9vbkZvY3VzKCkge1xyXG4gICAgdGhpcy5vbkZvY3VzLmVtaXQoKTtcclxuICB9XHJcblxyXG4gIGNoYW5nZUNvbXBvbmVudFZhbHVlKHZhbHVlOiBhbnkpIHtcclxuICAgIHRoaXMuX29uQ2hhbmdlKHZhbHVlKTtcclxuICAgIHRoaXMub25DaGFuZ2UuZW1pdCh2YWx1ZSk7XHJcbiAgfVxyXG5cclxuICB0b3VjaENvbXBvbmVudCgpIHtcclxuICAgIHRoaXMuX29uVG91Y2goKTtcclxuICAgIHRoaXMub25Ub3VjaC5lbWl0KCk7XHJcbiAgfVxyXG5cclxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpIHtcclxuICAgIHRoaXMuX29uQ2hhbmdlID0gZm47XHJcbiAgfVxyXG5cclxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KSB7XHJcbiAgICB0aGlzLl9vblRvdWNoID0gZm47XHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -66,10 +66,10 @@ export class BitEditableComponent extends BaseComponent {
66
66
  this.update.next(null);
67
67
  this.mode = "view";
68
68
  }
69
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitEditableComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
70
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: BitEditableComponent, selector: "bit-editable", outputs: { update: "update" }, queries: [{ propertyName: "viewModeTpl", first: true, predicate: ViewModeDirective, descendants: true }, { propertyName: "editModeTpl", first: true, predicate: EditModeDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: ` <ng-container *ngTemplateOutlet="currentView"></ng-container> `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
69
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitEditableComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
70
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BitEditableComponent, selector: "bit-editable", outputs: { update: "update" }, queries: [{ propertyName: "viewModeTpl", first: true, predicate: ViewModeDirective, descendants: true }, { propertyName: "editModeTpl", first: true, predicate: EditModeDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: ` <ng-container *ngTemplateOutlet="currentView"></ng-container> `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitEditableComponent, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitEditableComponent, decorators: [{
73
73
  type: Component,
74
74
  args: [{
75
75
  selector: "bit-editable",
@@ -30,10 +30,10 @@ export class BitGeneralComponent extends BaseComponent {
30
30
  showAyuda() {
31
31
  this.ayudaService.mostrarAyuda(this.ayuda);
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitGeneralComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Directive }); }
34
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: BitGeneralComponent, inputs: { control: ["formControl", "control"], nombre: "nombre", nombreDirectiva: "nombreDirectiva", label: "label", estilo: "estilo", tooltipTexto: "tooltipTexto", tooltipPosicion: "tooltipPosicion", ayuda: "ayuda", placeholder: "placeholder", readOnly: "readOnly", hideLabel: "hideLabel", forceObligatorio: "forceObligatorio", testid: "testid" }, outputs: { onChange: "onChange", onTouch: "onTouch", onBlur: "onBlur", onFocus: "onFocus" }, usesInheritance: true, ngImport: i0 }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitGeneralComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Directive }); }
34
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: BitGeneralComponent, inputs: { control: ["formControl", "control"], nombre: "nombre", nombreDirectiva: "nombreDirectiva", label: "label", estilo: "estilo", tooltipTexto: "tooltipTexto", tooltipPosicion: "tooltipPosicion", ayuda: "ayuda", placeholder: "placeholder", readOnly: "readOnly", hideLabel: "hideLabel", forceObligatorio: "forceObligatorio", testid: "testid" }, outputs: { onChange: "onChange", onTouch: "onTouch", onBlur: "onBlur", onFocus: "onFocus" }, usesInheritance: true, ngImport: i0 }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitGeneralComponent, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitGeneralComponent, decorators: [{
37
37
  type: Directive
38
38
  }], ctorParameters: () => [{ type: i1.AyudaService }], propDecorators: { control: [{
39
39
  type: Input,
@@ -73,10 +73,10 @@ export class BitCalendarComponent extends BitCustomComponent {
73
73
  isValueCorrect(value) {
74
74
  return moment(value, this.visual_format, true).isValid();
75
75
  }
76
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitCalendarComponent, deps: [{ token: i1.AyudaService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Directive }); }
77
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: BitCalendarComponent, inputs: { fechaMinima: "fechaMinima", fechaMaxima: "fechaMaxima", calendarReadOnlyInput: "calendarReadOnlyInput", showButtonBar: "showButtonBar", format: "format", appendTo: "appendTo" }, outputs: { onSelect: "onSelect" }, usesInheritance: true, ngImport: i0 }); }
76
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitCalendarComponent, deps: [{ token: i1.AyudaService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Directive }); }
77
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: BitCalendarComponent, inputs: { fechaMinima: "fechaMinima", fechaMaxima: "fechaMaxima", calendarReadOnlyInput: "calendarReadOnlyInput", showButtonBar: "showButtonBar", format: "format", appendTo: "appendTo" }, outputs: { onSelect: "onSelect" }, usesInheritance: true, ngImport: i0 }); }
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitCalendarComponent, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitCalendarComponent, decorators: [{
80
80
  type: Directive
81
81
  }], ctorParameters: () => [{ type: i1.AyudaService }, { type: i2.TranslateService }], propDecorators: { fechaMinima: [{
82
82
  type: Input
@@ -21,14 +21,14 @@ export class BitCheckBoxComponent extends BitCustomComponent {
21
21
  this.value = event.checked;
22
22
  this.changeComponentValue(this.value);
23
23
  }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitCheckBoxComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
25
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitCheckBoxComponent, selector: "bit-checkbox", providers: [{
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitCheckBoxComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
25
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitCheckBoxComponent, selector: "bit-checkbox", providers: [{
26
26
  provide: NG_VALUE_ACCESSOR,
27
27
  useExisting: forwardRef(() => BitCheckBoxComponent),
28
28
  multi: true
29
29
  }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\r\n <label>\r\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\r\n <span class=\"obligatorio fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\r\n }\r\n </label>\r\n}\r\n@if (readOnly) {\r\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura }}</p>\r\n}\r\n@if (!readOnly) {\r\n <p-checkbox\r\n class=\"{{ estilo }}\"\r\n binary=\"true\"\r\n [(ngModel)]=\"value\"\r\n [label]=\"!hideLabel && label\"\r\n name=\"{{ nombre }}\"\r\n [disabled]=\"isDisabled\"\r\n id=\"{{ nombre }}\"\r\n (onChange)=\"onChangeValue($event)\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n >\r\n </p-checkbox>\r\n}\r\n\r\n@if (ayuda) {\r\n <i (click)=\"showAyuda()\" class=\"btn-ayuda-checkbox fa fa-question\"></i>\r\n}\r\n\r\n@if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\r\n}\r\n", dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.Checkbox, selector: "p-checkbox", inputs: ["value", "name", "disabled", "binary", "label", "ariaLabelledBy", "ariaLabel", "tabindex", "inputId", "style", "styleClass", "labelStyleClass", "formControl", "checkboxIcon", "readonly", "required", "trueValue", "falseValue"], outputs: ["onChange", "onFocus", "onBlur"] }, { kind: "component", type: i4.BitControlMessages, selector: "control-messages", inputs: ["control", "field"] }] }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitCheckBoxComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitCheckBoxComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: "bit-checkbox", providers: [{
34
34
  provide: NG_VALUE_ACCESSOR,
@@ -42,14 +42,14 @@ export class BitDateComponent extends BitCalendarComponent {
42
42
  getDateFormat() {
43
43
  return this.format ? this.format : DateUtils.FORMAT_SHORT_DATE;
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDateComponent, deps: [{ token: i1.AyudaService }, { token: i2.TranslateService }, { token: i3.DateUtils }], target: i0.ɵɵFactoryTarget.Component }); }
46
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitDateComponent, selector: "bit-date", providers: [{
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDateComponent, deps: [{ token: i1.AyudaService }, { token: i2.TranslateService }, { token: i3.DateUtils }], target: i0.ɵɵFactoryTarget.Component }); }
46
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitDateComponent, selector: "bit-date", providers: [{
47
47
  provide: NG_VALUE_ACCESSOR,
48
48
  useExisting: forwardRef(() => BitDateComponent),
49
49
  multi: true
50
50
  }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\r\n <label>\r\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\r\n <span class=\"obligatorio fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\r\n }\r\n </label>\r\n}\r\n@if (readOnly) {\r\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/yyyy\" }}</p>\r\n}\r\n@if (!readOnly) {\r\n <p-calendar\r\n class=\"FormControl\"\r\n id=\"{{ nombre }}\"\r\n name=\"{{ nombre }}\"\r\n [disabled]=\"isDisabled\"\r\n [(ngModel)]=\"value\"\r\n dateFormat=\"dd/mm/yy\"\r\n placeholder=\"{{ placeholder }}\"\r\n [monthNavigator]=\"true\"\r\n [readonlyInput]=\"calendarReadOnlyInput\"\r\n [minDate]=\"fechaMinima\"\r\n [maxDate]=\"fechaMaxima\"\r\n [yearNavigator]=\"true\"\r\n yearRange=\"2000:2050\"\r\n [firstDayOfWeek]=\"1\"\r\n [locale]=\"locale\"\r\n [showButtonBar]=\"showButtonBar\"\r\n [appendTo]=\"appendTo\"\r\n (onSelect)=\"_onSelect(value)\"\r\n (onClear)=\"_onClear()\"\r\n (onClearClick)=\"_onClear()\"\r\n (onFocus)=\"_onFocus()\"\r\n (onBlur)=\"_onBlur($event)\"\r\n (onInput)=\"_onInput($event)\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n >\r\n </p-calendar>\r\n}\r\n@if (!readOnly) {\r\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\r\n}\r\n@if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\r\n}\r\n", dependencies: [{ kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i5.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "component", type: i6.BitControlMessages, selector: "control-messages", inputs: ["control", "field"] }, { kind: "pipe", type: i7.DatePipe, name: "date" }] }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDateComponent, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDateComponent, decorators: [{
53
53
  type: Component,
54
54
  args: [{ selector: "bit-date", providers: [{
55
55
  provide: NG_VALUE_ACCESSOR,
@@ -42,14 +42,14 @@ export class BitDateTimeComponent extends BitCalendarComponent {
42
42
  getDateFormat() {
43
43
  return this.format ? this.format : DateUtils.FORMAT_LONG_DATE;
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDateTimeComponent, deps: [{ token: i1.AyudaService }, { token: i2.TranslateService }, { token: i3.DateUtils }], target: i0.ɵɵFactoryTarget.Component }); }
46
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitDateTimeComponent, selector: "bit-datetime", providers: [{
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDateTimeComponent, deps: [{ token: i1.AyudaService }, { token: i2.TranslateService }, { token: i3.DateUtils }], target: i0.ɵɵFactoryTarget.Component }); }
46
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitDateTimeComponent, selector: "bit-datetime", providers: [{
47
47
  provide: NG_VALUE_ACCESSOR,
48
48
  useExisting: forwardRef(() => BitDateTimeComponent),
49
49
  multi: true
50
50
  }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\r\n <label>\r\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\r\n <span class=\"obligatorio fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\r\n }\r\n </label>\r\n}\r\n@if (readOnly) {\r\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/yyyy HH:mm\" }}</p>\r\n}\r\n@if (!readOnly) {\r\n <p-calendar\r\n class=\"FormControl\"\r\n id=\"{{ nombre }}\"\r\n name=\"{{ nombre }}\"\r\n [disabled]=\"isDisabled\"\r\n [(ngModel)]=\"value\"\r\n dateFormat=\"dd/mm/yy\"\r\n placeholder=\"{{ placeholder }}\"\r\n [monthNavigator]=\"true\"\r\n [minDate]=\"fechaMinima\"\r\n [maxDate]=\"fechaMaxima\"\r\n [yearNavigator]=\"true\"\r\n yearRange=\"2000:2050\"\r\n [locale]=\"locale\"\r\n [showTime]=\"true\"\r\n [firstDayOfWeek]=\"1\"\r\n [showButtonBar]=\"showButtonBar\"\r\n [appendTo]=\"appendTo\"\r\n (onSelect)=\"_onSelect(value)\"\r\n (onClear)=\"_onClear()\"\r\n (onClearClick)=\"_onClear()\"\r\n (onFocus)=\"_onFocus()\"\r\n (onBlur)=\"_onBlur($event)\"\r\n (onInput)=\"_onInput($event)\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n >\r\n </p-calendar>\r\n}\r\n@if (!readOnly) {\r\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\r\n}\r\n@if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\r\n}\r\n", dependencies: [{ kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i5.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "component", type: i6.BitControlMessages, selector: "control-messages", inputs: ["control", "field"] }, { kind: "pipe", type: i7.DatePipe, name: "date" }] }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDateTimeComponent, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDateTimeComponent, decorators: [{
53
53
  type: Component,
54
54
  args: [{ selector: "bit-datetime", providers: [{
55
55
  provide: NG_VALUE_ACCESSOR,
@@ -52,10 +52,10 @@ export class BitDropDownGeneralComponent extends BitCustomComponent {
52
52
  });
53
53
  }
54
54
  }
55
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDropDownGeneralComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.AyudaService }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Directive }); }
56
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: BitDropDownGeneralComponent, inputs: { hideLabel: "hideLabel", data: "data", id: "id", excludedValues: "excludedValues", emptyText: "emptyText", includeEmpty: "includeEmpty", valueAs: "valueAs", appendTo: "appendTo", group: "group" }, usesInheritance: true, ngImport: i0 }); }
55
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDropDownGeneralComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.AyudaService }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Directive }); }
56
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: BitDropDownGeneralComponent, inputs: { hideLabel: "hideLabel", data: "data", id: "id", excludedValues: "excludedValues", emptyText: "emptyText", includeEmpty: "includeEmpty", valueAs: "valueAs", appendTo: "appendTo", group: "group" }, usesInheritance: true, ngImport: i0 }); }
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDropDownGeneralComponent, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDropDownGeneralComponent, decorators: [{
59
59
  type: Directive
60
60
  }], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i2.AyudaService }, { type: i3.TranslateService }], propDecorators: { hideLabel: [{
61
61
  type: Input
@@ -105,14 +105,14 @@ export class BitDropDownMultipleComponent extends BitDropDownGeneralComponent {
105
105
  emitValue() {
106
106
  this.changeComponentValue(this.value);
107
107
  }
108
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDropDownMultipleComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.AyudaService }, { token: i3.TranslateService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
109
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitDropDownMultipleComponent, selector: "bit-dropdown-multiple", inputs: { maxSelectedLabels: "maxSelectedLabels", showSeparateSelectedLabels: "showSeparateSelectedLabels", title: "title", filter: "filter", atributoLabel: "atributoLabel", atributoValue: "atributoValue" }, providers: [{
108
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDropDownMultipleComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.AyudaService }, { token: i3.TranslateService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
109
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitDropDownMultipleComponent, selector: "bit-dropdown-multiple", inputs: { maxSelectedLabels: "maxSelectedLabels", showSeparateSelectedLabels: "showSeparateSelectedLabels", title: "title", filter: "filter", atributoLabel: "atributoLabel", atributoValue: "atributoValue" }, providers: [{
110
110
  provide: NG_VALUE_ACCESSOR,
111
111
  useExisting: forwardRef(() => BitDropDownMultipleComponent),
112
112
  multi: true
113
113
  }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if (showSeparateSelectedLabels) {\r\n <div class=\"row separador\">\r\n <div>\r\n <!-- class=\"col-sm-4\"-->\r\n <ng-container *ngTemplateOutlet=\"normalBitSelectMultiple\"></ng-container>\r\n </div>\r\n <div>\r\n <!-- elementos seleccionados -->\r\n <label>&nbsp;</label>\r\n <div class=\"multiselect-labels\">\r\n @for (item of control.value; track item) {\r\n <div class=\"label label-primary multiselect-labels-lg\">\r\n <span>{{ labelSelectedItem(item) }}</span>\r\n @if (!readOnly) {\r\n &nbsp;&nbsp;\r\n <a (click)=\"deleteSelectedItem($event, item)\" title=\"{{ title }}\"><i class=\"fa fa-times\"></i></a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n} @else {\r\n @if (!hideLabel) {\r\n <label\r\n ><ng-content></ng-content>&nbsp;@if (obligatorio) {\r\n <span class=\"fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i (click)=\"showAyuda()\" class=\"btn-ayuda fa fa-question\"></i>\r\n }\r\n </label>\r\n }\r\n @if (readOnly && !showSeparateSelectedLabels) {\r\n <p class=\"lectura\">{{ value_lectura }}</p>\r\n }\r\n <p-multiSelect\r\n id=\"{{ id }}\"\r\n [(ngModel)]=\"value\"\r\n [options]=\"listaOpciones\"\r\n [disabled]=\"isDisabled\"\r\n [optionLabel]=\"atributoLabel\"\r\n [optionValue]=\"atributoValue\"\r\n [defaultLabel]=\"emptyTextResolved\"\r\n [maxSelectedLabels]=\"maxSelectedLabels\"\r\n [appendTo]=\"appendTo\"\r\n selectedItemsLabel=\"{0} elements seleccionats\"\r\n (onChange)=\"_onChangeValue($event)\"\r\n (onClear)=\"_onClear()\"\r\n (onBlur)=\"_onBlur()\"\r\n (onFocus)=\"_onFocus()\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n >\r\n </p-multiSelect>\r\n @if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"id\"></control-messages>\r\n }\r\n}\r\n<ng-template #normalBitSelectMultiple>\r\n @if (!hideLabel) {\r\n <label\r\n ><ng-content></ng-content>&nbsp;@if (obligatorio) {\r\n <span class=\"fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i (click)=\"showAyuda()\" class=\"btn-ayuda fa fa-question\"></i>\r\n }\r\n </label>\r\n }\r\n @if (readOnly && !showSeparateSelectedLabels) {\r\n <p class=\"lectura\">{{ value_lectura }}</p>\r\n }\r\n <p-multiSelect\r\n id=\"{{ id }}\"\r\n [(ngModel)]=\"value\"\r\n [options]=\"listaOpciones\"\r\n [disabled]=\"isDisabled\"\r\n [optionLabel]=\"atributoLabel\"\r\n [optionValue]=\"atributoValue\"\r\n [defaultLabel]=\"emptyTextResolved\"\r\n [maxSelectedLabels]=\"maxSelectedLabels\"\r\n [appendTo]=\"appendTo\"\r\n selectedItemsLabel=\"{0} elements seleccionats\"\r\n (onChange)=\"_onChangeValue($event)\"\r\n (onClear)=\"_onClear()\"\r\n (onBlur)=\"_onBlur()\"\r\n (onFocus)=\"_onFocus()\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n >\r\n </p-multiSelect>\r\n @if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"id\"></control-messages>\r\n }\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i6.MultiSelect, selector: "p-multiSelect", inputs: ["id", "ariaLabel", "style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "appendTo", "dataKey", "name", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "defaultLabel", "placeholder", "options", "filterValue", "itemSize", "selectAll", "focusOnHover", "filterFields", "selectOnFocus", "autoOptionFocus"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove", "onSelectAllChange"] }, { kind: "component", type: i7.BitControlMessages, selector: "control-messages", inputs: ["control", "field"] }] }); }
114
114
  }
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDropDownMultipleComponent, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDropDownMultipleComponent, decorators: [{
116
116
  type: Component,
117
117
  args: [{ selector: "bit-dropdown-multiple", providers: [{
118
118
  provide: NG_VALUE_ACCESSOR,
@@ -105,8 +105,8 @@ export class BitDropDownComponent extends BitDropDownGeneralComponent {
105
105
  this.value = null;
106
106
  this.changeComponentValue(this.value);
107
107
  }
108
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDropDownComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.AyudaService }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
109
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitDropDownComponent, selector: "bit-dropdown", inputs: { filter: "filter", atributoLabel: "atributoLabel", atributoValue: "atributoValue", atributoDisabled: "atributoDisabled" }, providers: [
108
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDropDownComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.AyudaService }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
109
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitDropDownComponent, selector: "bit-dropdown", inputs: { filter: "filter", atributoLabel: "atributoLabel", atributoValue: "atributoValue", atributoDisabled: "atributoDisabled" }, providers: [
110
110
  {
111
111
  provide: NG_VALUE_ACCESSOR,
112
112
  useExisting: forwardRef(() => BitDropDownComponent),
@@ -114,7 +114,7 @@ export class BitDropDownComponent extends BitDropDownGeneralComponent {
114
114
  }
115
115
  ], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if (!hideLabel) {\r\n <label>\r\n <ng-content></ng-content>&nbsp; @if (obligatorio) {\r\n <span class=\"obligatorio fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i (click)=\"showAyuda()\" class=\"btn-ayuda fa fa-question\"></i>\r\n }\r\n </label>\r\n}\r\n@if (readOnly) {\r\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura }}</p>\r\n}\r\n@if (!readOnly) {\r\n <p-dropdown\r\n id=\"{{ nombre }}\"\r\n [(ngModel)]=\"value\"\r\n [disabled]=\"isDisabled\"\r\n [options]=\"listaOpcionesVisible\"\r\n [filter]=\"filter\"\r\n [group]=\"group\"\r\n [optionLabel]=\"atributoLabel\"\r\n [optionValue]=\"atributoValue\"\r\n [optionDisabled]=\"atributoDisabled\"\r\n [appendTo]=\"appendTo\"\r\n (onChange)=\"_onChangeValue($event)\"\r\n (onClear)=\"_onClear()\"\r\n (onBlur)=\"_onBlur()\"\r\n (onFocus)=\"_onFocus()\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n >\r\n <ng-template let-item pTemplate=\"item\">\r\n <span [ngClass]=\"{ 'opcion-desactivada': item[atributoDisabled] }\">{{ item[atributoLabel] }}</span>\r\n </ng-template>\r\n </p-dropdown>\r\n @if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"id\"></control-messages>\r\n }\r\n}\r\n", dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i6.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i7.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "component", type: i8.BitControlMessages, selector: "control-messages", inputs: ["control", "field"] }] }); }
116
116
  }
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDropDownComponent, decorators: [{
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitDropDownComponent, decorators: [{
118
118
  type: Component,
119
119
  args: [{ selector: "bit-dropdown", providers: [
120
120
  {
@@ -71,14 +71,14 @@ export class BitEditorComponent extends BitCustomComponent {
71
71
  get configuracion() {
72
72
  return this.configuration ? this.configuration : BitEditorComponent.globalConfiguration;
73
73
  }
74
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitEditorComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
75
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitEditorComponent, selector: "bit-editor", inputs: { tipo: "tipo", configuration: "configuration", height: "height" }, outputs: { onTextChange: "onTextChange" }, providers: [{
74
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitEditorComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
75
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitEditorComponent, selector: "bit-editor", inputs: { tipo: "tipo", configuration: "configuration", height: "height" }, outputs: { onTextChange: "onTextChange" }, providers: [{
76
76
  provide: NG_VALUE_ACCESSOR,
77
77
  useExisting: forwardRef(() => BitEditorComponent),
78
78
  multi: true
79
79
  }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\r\n <label>\r\n <ng-content></ng-content>&nbsp; @if (obligatorio) {\r\n <span class=\"obligatorio fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\r\n }\r\n </label>\r\n}\r\n@if (readOnly) {\r\n <p class=\"lectura\">\r\n {{ value_lectura && value_lectura != \"\" ? value_lectura : \"&nbsp;\" }}\r\n </p>\r\n}\r\n@if (!readOnly && tipo == 'custom') {\r\n <p-editor\r\n id=\"{{ nombre }}\"\r\n name=\"{{ nombre }}\"\r\n [ngModel]=\"value\"\r\n styleClass=\"editor\"\r\n [disabled]=\"isDisabled\"\r\n [placeholder]=\"placeholder\"\r\n [style]=\"{ height: height + 'px' }\"\r\n (onInit)=\"onInit($event)\"\r\n (ngModelChange)=\"onChangeValue($event)\"\r\n (onTextChange)=\"_onTextChange($event)\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n >\r\n <p-header>\r\n @if (configuracion.fontSize) {\r\n <span class=\"ql-formats\">\r\n <select class=\"ql-size\">\r\n <option value=\"small\">{{ \"bitnglibrary.form.biteditor.small\" | transloco }}</option>\r\n <!-- Note a missing, thus falsy value, is used to reset to default -->\r\n <option selected>{{ \"bitnglibrary.form.biteditor.normal\" | transloco }}</option>\r\n <option value=\"large\">{{ \"bitnglibrary.form.biteditor.large\" | transloco }}</option>\r\n <option value=\"huge\">{{ \"bitnglibrary.form.biteditor.huge\" | transloco }}</option>\r\n </select>\r\n </span>\r\n }\r\n @if (configuracion.fontFormat) {\r\n <span class=\"ql-formats\">\r\n <button class=\"ql-bold\" aria-label=\"Bold\"></button>\r\n <button class=\"ql-italic\" aria-label=\"Italic\"></button>\r\n <button class=\"ql-underline\" aria-label=\"Underline\"></button>\r\n <button class=\"ql-strike\" aria-label=\"Strikethrough\"></button>\r\n </span>\r\n }\r\n @if (configuracion.bullet) {\r\n <span class=\"ql-formats\">\r\n <button class=\"ql-list\" value=\"ordered\" type=\"button\"></button>\r\n <button class=\"ql-list\" value=\"bullet\" type=\"button\"></button>\r\n </span>\r\n }\r\n @if (configuracion.link) {\r\n <span class=\"ql-formats\">\r\n <button class=\"ql-link\" aria-label=\"Insert Link\" type=\"button\"></button>\r\n </span>\r\n }\r\n </p-header>\r\n </p-editor>\r\n}\r\n@if (!readOnly && (!tipo || tipo == 'default')) {\r\n <p-editor\r\n id=\"{{ nombre }}\"\r\n name=\"{{ nombre }}\"\r\n [ngModel]=\"value\"\r\n styleClass=\"editor\"\r\n [placeholder]=\"placeholder\"\r\n [placeholder]=\"placeholder\"\r\n [style]=\"{ height: height + 'px' }\"\r\n (ngModelChange)=\"onChangeValue($event)\"\r\n attr.data-testid=\"{{ dataTestId }}\"\r\n >\r\n </p-editor>\r\n}\r\n@if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\r\n}\r\n", dependencies: [{ kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.Header, selector: "p-header" }, { kind: "component", type: i4.Editor, selector: "p-editor", inputs: ["style", "styleClass", "placeholder", "formats", "modules", "bounds", "scrollingContainer", "debug", "readonly"], outputs: ["onInit", "onTextChange", "onSelectionChange"] }, { kind: "directive", type: i5.FocusRegisterDirective, selector: "input,select,textarea,bit-input,bit-select" }, { kind: "component", type: i6.BitControlMessages, selector: "control-messages", inputs: ["control", "field"] }, { kind: "pipe", type: i7.TranslocoPipe, name: "transloco" }] }); }
80
80
  }
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitEditorComponent, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitEditorComponent, decorators: [{
82
82
  type: Component,
83
83
  args: [{ selector: "bit-editor", providers: [{
84
84
  provide: NG_VALUE_ACCESSOR,
@@ -53,8 +53,8 @@ export class BitMultipleCheckboxComponent extends BitCustomComponent {
53
53
  return "pi pi-stop";
54
54
  }
55
55
  }
56
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitMultipleCheckboxComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
57
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: BitMultipleCheckboxComponent, selector: "bit-checkbox-multiple", inputs: { chekAll: "chekAll", data: "data" }, providers: [
56
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitMultipleCheckboxComponent, deps: [{ token: i1.AyudaService }], target: i0.ɵɵFactoryTarget.Component }); }
57
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: BitMultipleCheckboxComponent, selector: "bit-checkbox-multiple", inputs: { chekAll: "chekAll", data: "data" }, providers: [
58
58
  {
59
59
  provide: NG_VALUE_ACCESSOR,
60
60
  useExisting: forwardRef(() => BitMultipleCheckboxComponent),
@@ -62,7 +62,7 @@ export class BitMultipleCheckboxComponent extends BitCustomComponent {
62
62
  }
63
63
  ], usesInheritance: true, ngImport: i0, template: "<ng-container *transloco=\"let t\">\r\n\r\n @if (!hideLabel) {\r\n <label>\r\n <ng-content></ng-content>&nbsp;\r\n @if (!readOnly && this.chekAll) {\r\n <i title=\"{{t('bitnglibrary.form.bitmultiplecheckbox.checkall')}}\"\r\n style=\"color: #ced4da\"\r\n class=\"font-normal cursor-pointer hover:text-blue-400 cursor-pointer text-sm {{ estiloCheckAll }}\"\r\n (click)=\"onCheckAll()\"></i>\r\n }&nbsp;\r\n @if (obligatorio) {\r\n <span class=\"obligatorio fa fa-asterisk\"></span>\r\n }&nbsp;&nbsp;\r\n @if (ayuda) {\r\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\r\n }\r\n </label>\r\n }\r\n\r\n @if (readOnly) {\r\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura }}</p>\r\n }\r\n\r\n @for (dominio of data; track dominio) {\r\n <ng-container class=\"field-checkbox\">\r\n <p-checkbox\r\n id=\"{{ nombre + '-' + dominio.value }}\"\r\n name=\"{{ nombre + '-' + dominio.value }}\"\r\n [value]=\"dominio.value\"\r\n [(ngModel)]=\"value\"\r\n [inputId]=\"dominio.value\"\r\n [disabled]=\"isDisabled\"\r\n (onChange)=\"onChangeValue($event)\">\r\n attr.data-testid=\"{{ dataTestId + \"-\" + dominio.value }}\"\r\n </p-checkbox>\r\n <label class=\"inline-block ml-2 mr-4 font-normal cursor-pointer hover:text-blue-400\"\r\n [for]=\"dominio.value\">{{dominio.label}}</label>\r\n </ng-container>\r\n }\r\n @if (ayuda) {\r\n <i (click)=\"showAyuda()\" class=\"btn-ayuda-checkbox fa fa-question\"></i>\r\n }\r\n\r\n @if (control != null) {\r\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\r\n }\r\n\r\n </ng-container>\r\n", dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.Checkbox, selector: "p-checkbox", inputs: ["value", "name", "disabled", "binary", "label", "ariaLabelledBy", "ariaLabel", "tabindex", "inputId", "style", "styleClass", "labelStyleClass", "formControl", "checkboxIcon", "readonly", "required", "trueValue", "falseValue"], outputs: ["onChange", "onFocus", "onBlur"] }, { kind: "directive", type: i4.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoLang", "translocoLoadingTpl"] }, { kind: "component", type: i5.BitControlMessages, selector: "control-messages", inputs: ["control", "field"] }] }); }
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitMultipleCheckboxComponent, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BitMultipleCheckboxComponent, decorators: [{
66
66
  type: Component,
67
67
  args: [{ selector: "bit-checkbox-multiple", providers: [
68
68
  {