bit-ng-library 17.0.0 → 17.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/README.md +8 -0
  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 +6 -6
  17. package/esm2022/lib/sharedlibrary/components/form/datetime/bit-datetime.component.mjs +6 -6
  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 +3 -3
  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 +3 -3
  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 +215 -215
  73. package/fesm2022/bit-ng-library.mjs.map +1 -1
  74. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,14 @@ 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.1] - 2024-01-04
30
+
31
+ Las fechas de los pipes no deben ser dd/MM/YYYY sino dd/MM/yyyy
32
+
33
+ ## [17.0.0] - 2024-01-02
34
+
35
+ Version Angualr17
36
+
29
37
  ## [16.0.9] - 2023-12-14
30
38
 
31
39
  Se incluye en el BaseComponente la referencia destoyRef para usar el takeUntilDestroyed
@@ -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.7", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.7", type: BaseComponent, ngImport: i0 }); }
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 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: BaseComponent, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BaseComponent, decorators: [{
17
17
  type: Directive
18
18
  }] });
19
19
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iaXQtbmctbGlicmFyeS9zcmMvbGliL2Jhc2UvY29tcG9uZW50cy9iYXNlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxVQUFVLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFHOUQsTUFBTSxPQUFnQixhQUFhO0lBRG5DO1FBRUUsYUFBUSxHQUFxQixJQUFJLE9BQU8sRUFBVyxDQUFDO1FBQ3BELGVBQVUsR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7S0FNakM7SUFKQyxXQUFXO1FBQ1QsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDekIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUM5QixDQUFDOzhHQVBtQixhQUFhO2tHQUFiLGFBQWE7OzJGQUFiLGFBQWE7a0JBRGxDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSBcInJ4anNcIjtcbmltcG9ydCB7IERlc3Ryb3lSZWYsIERpcmVjdGl2ZSwgaW5qZWN0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQERpcmVjdGl2ZSgpXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQmFzZUNvbXBvbmVudCB7XG4gIGRlc3Ryb3kkOiBTdWJqZWN0PGJvb2xlYW4+ID0gbmV3IFN1YmplY3Q8Ym9vbGVhbj4oKTtcbiAgZGVzdHJveVJlZiA9IGluamVjdChEZXN0cm95UmVmKTtcblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLmRlc3Ryb3kkLm5leHQodHJ1ZSk7XG4gICAgdGhpcy5kZXN0cm95JC51bnN1YnNjcmliZSgpO1xuICB9XG59XG4iXX0=
@@ -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.7", 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.7", 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.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: `
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.7", ngImport: i0, type: BitBreadCrumbComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", 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.7", 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.7", 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.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: `
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.7", ngImport: i0, type: BitControlMessages, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", 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.7", 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.7", type: BitDialogComponent, selector: "bit-dialog", usesInheritance: true, ngImport: i0, template: `
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: `
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.7", ngImport: i0, type: BitDialogComponent, decorators: [{
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", 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.7", 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.7", type: BitFooterMessagesComponent, selector: "bit-footer-messages", inputs: { messages: "messages", status: "status", typeFooter: "typeFooter", maxCurrentItems: "maxCurrentItems", totalItems: "totalItems" }, ngImport: i0, template: "<div>\n <div [class]=\"getStyle()\">\n <i class=\"fa fa-info\"></i>\n <span>{{message | async}}</span>\n </div>\n\n <bit-help></bit-help>\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.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>\n <div [class]=\"getStyle()\">\n <i class=\"fa fa-info\"></i>\n <span>{{message | async}}</span>\n </div>\n\n <bit-help></bit-help>\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.7", ngImport: i0, type: BitFooterMessagesComponent, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitFooterMessagesComponent, decorators: [{
142
142
  type: Component,
143
143
  args: [{ selector: 'bit-footer-messages', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div>\n <div [class]=\"getStyle()\">\n <i class=\"fa fa-info\"></i>\n <span>{{message | async}}</span>\n </div>\n\n <bit-help></bit-help>\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.7", ngImport: i0, type: BitFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
84
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.7", 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()\">\n\n @if (showScroll()) {\n <div class=\"scroll-outer-container\">\n <div class=\"pajigator-container\">\n <label>{{\"bitnglibrary.footer.results\" | transloco}}</label>\n @if (maxCurrentItems >= totalItems) {\n <span>{{totalItems}}</span>\n }\n @if (maxCurrentItems < totalItems) {\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\n }\n </div>\n </div>\n }\n\n @if (showPajigator()) {\n <bit-pajigator\n [totalItems]=\"totalItems\"\n [page]=\"filter ? filter.pagina : 1\"\n [rowsPerPageOptions]=\"[baseItemsPerPage,baseItemsPerPage*5,baseItemsPerPage*25,baseItemsPerPage*50]\"\n [maxCurrentItems]=\"maxCurrentItems\"\n (onPageChange)=\"pageChange($event)\"\n (onPageSizeChange)=\"pageSizeChange($event)\"></bit-pajigator>\n }\n\n @if (mostrarAvisos) {\n <bit-footer-messages\n [messages]=\"messages\"\n [typeFooter]=\"typeFooter\"\n [status]=\"status\"\n [maxCurrentItems]=\"maxCurrentItems\"\n [totalItems]=\"totalItems\"></bit-footer-messages>\n }\n\n</footer>\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.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()\">\n\n @if (showScroll()) {\n <div class=\"scroll-outer-container\">\n <div class=\"pajigator-container\">\n <label>{{\"bitnglibrary.footer.results\" | transloco}}</label>\n @if (maxCurrentItems >= totalItems) {\n <span>{{totalItems}}</span>\n }\n @if (maxCurrentItems < totalItems) {\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\n }\n </div>\n </div>\n }\n\n @if (showPajigator()) {\n <bit-pajigator\n [totalItems]=\"totalItems\"\n [page]=\"filter ? filter.pagina : 1\"\n [rowsPerPageOptions]=\"[baseItemsPerPage,baseItemsPerPage*5,baseItemsPerPage*25,baseItemsPerPage*50]\"\n [maxCurrentItems]=\"maxCurrentItems\"\n (onPageChange)=\"pageChange($event)\"\n (onPageSizeChange)=\"pageSizeChange($event)\"></bit-pajigator>\n }\n\n @if (mostrarAvisos) {\n <bit-footer-messages\n [messages]=\"messages\"\n [typeFooter]=\"typeFooter\"\n [status]=\"status\"\n [maxCurrentItems]=\"maxCurrentItems\"\n [totalItems]=\"totalItems\"></bit-footer-messages>\n }\n\n</footer>\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.7", ngImport: i0, type: BitFooterComponent, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitFooterComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{ selector: "bit-footer", changeDetection: ChangeDetectionStrategy.OnPush, template: "<footer [class]=\"getStyle()\">\n\n @if (showScroll()) {\n <div class=\"scroll-outer-container\">\n <div class=\"pajigator-container\">\n <label>{{\"bitnglibrary.footer.results\" | transloco}}</label>\n @if (maxCurrentItems >= totalItems) {\n <span>{{totalItems}}</span>\n }\n @if (maxCurrentItems < totalItems) {\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\n }\n </div>\n </div>\n }\n\n @if (showPajigator()) {\n <bit-pajigator\n [totalItems]=\"totalItems\"\n [page]=\"filter ? filter.pagina : 1\"\n [rowsPerPageOptions]=\"[baseItemsPerPage,baseItemsPerPage*5,baseItemsPerPage*25,baseItemsPerPage*50]\"\n [maxCurrentItems]=\"maxCurrentItems\"\n (onPageChange)=\"pageChange($event)\"\n (onPageSizeChange)=\"pageSizeChange($event)\"></bit-pajigator>\n }\n\n @if (mostrarAvisos) {\n <bit-footer-messages\n [messages]=\"messages\"\n [typeFooter]=\"typeFooter\"\n [status]=\"status\"\n [maxCurrentItems]=\"maxCurrentItems\"\n [totalItems]=\"totalItems\"></bit-footer-messages>\n }\n\n</footer>\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.7", 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.7", 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\">\n <div class=\"pajigator-container\">\n <div class=\"pajigator-results-container\">\n <span class=\"pajigator-results-label\">{{\"bitnglibrary.footer.results\" | transloco}}</span>\n @if (maxCurrentItems >= totalItems) {\n <span>{{totalItems}}</span>\n }\n @if (maxCurrentItems < totalItems) {\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\n }\n </div>\n <div class=\"pajigator-page-size\">\n <div class=\"pajigator-page-size-label\">{{ \"bitnglibrary.footer.itemsPerPage\" | transloco }}</div>\n <p-dropdown\n [options]=\"rowsPerPageOptions\"\n [ngModel]=\"itemsPerPage\"\n (ngModelChange)=\"changeItemsPerpage($event)\"></p-dropdown>\n </div>\n <div class=\"pajigator-range-actions\">\n @if (showPageInfo) {\n <div class=\"pajigator-range-label\"> {{ \"bitnglibrary.footer.page\" | transloco }} {{page}} de {{maxPages}} </div>\n }\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>\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>\n </div>\n </div>\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.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\">\n <div class=\"pajigator-container\">\n <div class=\"pajigator-results-container\">\n <span class=\"pajigator-results-label\">{{\"bitnglibrary.footer.results\" | transloco}}</span>\n @if (maxCurrentItems >= totalItems) {\n <span>{{totalItems}}</span>\n }\n @if (maxCurrentItems < totalItems) {\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\n }\n </div>\n <div class=\"pajigator-page-size\">\n <div class=\"pajigator-page-size-label\">{{ \"bitnglibrary.footer.itemsPerPage\" | transloco }}</div>\n <p-dropdown\n [options]=\"rowsPerPageOptions\"\n [ngModel]=\"itemsPerPage\"\n (ngModelChange)=\"changeItemsPerpage($event)\"></p-dropdown>\n </div>\n <div class=\"pajigator-range-actions\">\n @if (showPageInfo) {\n <div class=\"pajigator-range-label\"> {{ \"bitnglibrary.footer.page\" | transloco }} {{page}} de {{maxPages}} </div>\n }\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>\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>\n </div>\n </div>\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.7", ngImport: i0, type: BitPajigatorComponent, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitPajigatorComponent, decorators: [{
64
64
  type: Component,
65
65
  args: [{ selector: 'bit-pajigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"pajigator-outer-container\">\n <div class=\"pajigator-container\">\n <div class=\"pajigator-results-container\">\n <span class=\"pajigator-results-label\">{{\"bitnglibrary.footer.results\" | transloco}}</span>\n @if (maxCurrentItems >= totalItems) {\n <span>{{totalItems}}</span>\n }\n @if (maxCurrentItems < totalItems) {\n <span>{{maxCurrentItems}} / {{totalItems}}</span>\n }\n </div>\n <div class=\"pajigator-page-size\">\n <div class=\"pajigator-page-size-label\">{{ \"bitnglibrary.footer.itemsPerPage\" | transloco }}</div>\n <p-dropdown\n [options]=\"rowsPerPageOptions\"\n [ngModel]=\"itemsPerPage\"\n (ngModelChange)=\"changeItemsPerpage($event)\"></p-dropdown>\n </div>\n <div class=\"pajigator-range-actions\">\n @if (showPageInfo) {\n <div class=\"pajigator-range-label\"> {{ \"bitnglibrary.footer.page\" | transloco }} {{page}} de {{maxPages}} </div>\n }\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>\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>\n </div>\n </div>\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.7", 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.7", 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.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: [{
22
22
  provide: NG_VALUE_ACCESSOR,
23
23
  useExisting: forwardRef(() => BitAmountComponent),
24
24
  multi: true
25
25
  }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura }}</p>\n}\n@if (!tooltipTexto && !readOnly) {\n <p-inputNumber\n #inputReference\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [ngModel]=\"value\"\n [attr.directive]=\"nombreDirectiva\"\n [placeholder]=\"placeholder\"\n [mode]=\"modo\"\n [currency]=\"divisa\"\n [prefix]=\"prefijo\"\n [suffix]=\"sufijo\"\n [min]=\"minimo\"\n [max]=\"maximo\"\n [minFractionDigits]=\"numeroDecimales\"\n [maxFractionDigits]=\"maximoDecimales == null ? numeroDecimales : maximoDecimales\"\n [useGrouping]=\"separadorGrupo\"\n [showButtons]=\"mostrarBotones\"\n [step]=\"incremento\"\n locale=\"es-ES\"\n (ngModelChange)=\"onChangeValue($event)\"\n (blur)=\"_onBlur()\"\n (focus)=\"_onFocus()\"\n attr.data-testid=\"{{ dataTestId }}\"\n />\n}\n@if (tooltipTexto && !readOnly) {\n <p-inputNumber\n #inputReference\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [ngModel]=\"value\"\n [attr.directive]=\"nombreDirectiva\"\n [pTooltip]=\"tooltipTexto\"\n [tooltipPosition]=\"tooltipPosicion\"\n [mode]=\"modo\"\n [currency]=\"divisa\"\n [prefix]=\"prefijo\"\n [suffix]=\"sufijo\"\n [min]=\"minimo\"\n [max]=\"maximo\"\n [minFractionDigits]=\"numeroDecimales\"\n [maxFractionDigits]=\"maximoDecimales == null ? numeroDecimales : maximoDecimales\"\n [useGrouping]=\"separadorGrupo\"\n [showButtons]=\"mostrarBotones\"\n [step]=\"incremento\"\n locale=\"es-ES\"\n (ngModelChange)=\"onChangeValue($event)\"\n (blur)=\"_onBlur()\"\n (focus)=\"_onFocus()\"\n attr.data-testid=\"{{ dataTestId }}\"\n />\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\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.7", ngImport: i0, type: BitAmountComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitAmountComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{ selector: "bit-amount", providers: [{
30
30
  provide: NG_VALUE_ACCESSOR,
@@ -86,14 +86,14 @@ 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.7", 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.7", type: BitAutoCompleteComponent, selector: "bit-autocomplete", inputs: { suggestions: "suggestions", suggestionField: "suggestionField", multiple: "multiple", 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.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", id: "id", displayValue: "displayValue" }, outputs: { completeMethod: "completeMethod", onSelect: "onSelect", onClear: "onClear" }, providers: [{
91
91
  provide: NG_VALUE_ACCESSOR,
92
92
  useExisting: forwardRef(() => BitAutoCompleteComponent),
93
93
  multi: true
94
94
  }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura }}</p>\n}\n@if (!readOnly) {\n <p-autoComplete\n [(ngModel)]=\"value\"\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [placeholder]=\"placeholder\"\n delay=\"400\"\n [suggestions]=\"suggestions_mapped\"\n [multiple]=\"multiple\"\n appendTo=\"body\"\n (completeMethod)=\"search($event)\"\n (onSelect)=\"_onSelect($event)\"\n (onClear)=\"_onClear()\"\n (onBlur)=\"_onBlur()\"\n (onFocus)=\"_onFocus()\"\n attr.data-testid=\"{{ dataTestId }}\"\n ></p-autoComplete>\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\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"] }] }); }
95
95
  }
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: BitAutoCompleteComponent, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitAutoCompleteComponent, decorators: [{
97
97
  type: Component,
98
98
  args: [{ selector: "bit-autocomplete", providers: [{
99
99
  provide: NG_VALUE_ACCESSOR,
@@ -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.7", 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.7", type: BitCustomComponent, usesInheritance: true, ngImport: i0 }); }
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 }); }
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: BitCustomComponent, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitCustomComponent, decorators: [{
46
46
  type: Directive
47
47
  }], ctorParameters: () => [{ type: i1.AyudaService }] });
48
48
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYml0LWN1c3RvbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iaXQtbmctbGlicmFyeS9zcmMvbGliL3NoYXJlZGxpYnJhcnkvY29tcG9uZW50cy9mb3JtL2JpdC1jdXN0b20uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHMUMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7OztBQUU5RDs7O0dBR0c7QUFFSCxNQUFNLE9BQWdCLGtCQUFtQixTQUFRLG1CQUFtQjtJQVNsRSxZQUFzQixZQUEwQjtRQUM5QyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUM7UUFEQSxpQkFBWSxHQUFaLFlBQVksQ0FBYztRQUxoRCw4RUFBOEU7UUFDOUUsY0FBUyxHQUFHLENBQUMsQ0FBTSxFQUFFLEVBQUUsR0FBRyxDQUFDLENBQUE7UUFDM0Isc0VBQXNFO1FBQ3RFLGFBQVEsR0FBRyxHQUFHLEVBQUUsR0FBRyxDQUFDLENBQUE7SUFJcEIsQ0FBQztJQUVELGdCQUFnQixDQUFDLFVBQW1CO1FBQ2xDLElBQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxDQUFDO0lBQy9CLENBQUM7SUFNRCxPQUFPLENBQUMsS0FBSyxHQUFHLEVBQUU7UUFDaEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNuQixJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxvQkFBb0IsQ0FBQyxLQUFVO1FBQzdCLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDdEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDNUIsQ0FBQztJQUVELGNBQWM7UUFDWixJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDaEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDOzhHQTlDbUIsa0JBQWtCO2tHQUFsQixrQkFBa0I7OzJGQUFsQixrQkFBa0I7a0JBRHZDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQXl1ZGFTZXJ2aWNlIH0gZnJvbSBcIi4uLy4uL3NlcnZpY2VzL2F5dWRhLnNlcnZpY2VcIjtcblxuaW1wb3J0IHsgQml0R2VuZXJhbENvbXBvbmVudCB9IGZyb20gXCIuL2JpdC1nZW5lcmFsLmNvbXBvbmVudFwiO1xuXG4vKiogQ2xhc2UgY3VzdG9taXphZGEgcGFyYSBjb21wb25lbnRlcyBwZXJzb25hbGl6YWRvcyBxdWUgcmVxdWllcmVuIGltcGxlbWVudGFyIGxhIGludGVyZmFjZSBDb250cm9sVmFsdWVBY2Nlc3Nvci5cbiAqIFRpcGljYW1lbnRlIHBhcmEgYXF1ZWxsb3MgY29tcG9uZW50ZXMgcGVyc29uYWxpemFkb3MgcXVlIHRyYWJhamFuIHNvYnJlIG90cm9zIGNvbXBvbmVudGVzIG5vIGVzdMOhbmRhcnMgSFRNTCBjb21vXG4gKiBwdWVkZW4gc2VyIGxvcyBjb21wb25lbnRlcyBkZSBwcmltZSBjb21vIHN3aXRjaCwgYXV0b2NvbXBsZXRlLCBjYWxlbmRhciwgc2VsZWN0LCBldGMuXG4gKi9cbkBEaXJlY3RpdmUoKVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIEJpdEN1c3RvbUNvbXBvbmVudCBleHRlbmRzIEJpdEdlbmVyYWxDb21wb25lbnQge1xuXG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG5cbiAgLy8gbm9zIHBlcm1pdGUgZGVjaXJsZSBhIEFuZ3VsYXIgcXVlIG51ZXN0cm8gY29tcG9uZW50ZSBoYSBtb2RpZmljYWRvIHN1IHZhbG9yXG4gIF9vbkNoYW5nZSA9IChfOiBhbnkpID0+IHsgfVxuICAvLyBub3MgcGVybWl0ZSBkZWNpcmxlIGEgQW5ndWxhciBxdWUgbnVlc3RybyBjb21wb25lbnRlIGhhIHNpZG8gdGFjYWRvXG4gIF9vblRvdWNoID0gKCkgPT4geyB9XG5cbiAgY29uc3RydWN0b3IocHJvdGVjdGVkIGF5dWRhU2VydmljZTogQXl1ZGFTZXJ2aWNlKSB7XG4gICAgc3VwZXIoYXl1ZGFTZXJ2aWNlKTtcbiAgfVxuXG4gIHNldERpc2FibGVkU3RhdGUoaXNEaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgIHRoaXMuaXNEaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XG4gIH1cblxuICAvKiogU2UgYWN0aXZhIGN1YW5kbyBBbmd1bGFyIG5vcyBpbmZvcm1hIGRlIHF1ZSBkZWJlbW9zIGFjdHVhbGl6YXIgbGEgdmlzdGEuIENhZGEgY29tcG9uZW50ZSBoaWpvIGRlYmVyw6EgdmVyXG4gICAqIHNpIHJlcXVpZXJlIG8gbm8gaW1wbGVtZW50YXIgZXN0ZSBtw6l0b2RvICovXG4gIGFic3RyYWN0IHdyaXRlVmFsdWUodmFsdWU6IGFueSk7XG5cbiAgX29uQmx1cihldmVudCA9IHt9KSB7XG4gICAgdGhpcy5vbkJsdXIuZW1pdCgpO1xuICAgIHRoaXMudG91Y2hDb21wb25lbnQoKTtcbiAgfVxuXG4gIF9vbkZvY3VzKCkge1xuICAgIHRoaXMub25Gb2N1cy5lbWl0KCk7XG4gIH1cblxuICBjaGFuZ2VDb21wb25lbnRWYWx1ZSh2YWx1ZTogYW55KSB7XG4gICAgdGhpcy5fb25DaGFuZ2UodmFsdWUpO1xuICAgIHRoaXMub25DaGFuZ2UuZW1pdCh2YWx1ZSk7XG4gIH1cblxuICB0b3VjaENvbXBvbmVudCgpIHtcbiAgICB0aGlzLl9vblRvdWNoKCk7XG4gICAgdGhpcy5vblRvdWNoLmVtaXQoKTtcbiAgfVxuXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSkge1xuICAgIHRoaXMuX29uQ2hhbmdlID0gZm47XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KSB7XG4gICAgdGhpcy5fb25Ub3VjaCA9IGZuO1xuICB9XG59XG4iXX0=
@@ -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.7", 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.7", 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.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"] }] }); }
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: BitEditableComponent, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", 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.7", 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.7", 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.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 }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: BitGeneralComponent, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", 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.7", 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.7", 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.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 }); }
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: BitCalendarComponent, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", 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.7", 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.7", type: BitCheckBoxComponent, selector: "bit-checkbox", providers: [{
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: [{
26
26
  provide: NG_VALUE_ACCESSOR,
27
27
  useExisting: forwardRef(() => BitCheckBoxComponent),
28
28
  multi: true
29
29
  }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura }}</p>\n}\n@if (!readOnly) {\n <p-checkbox\n class=\"{{ estilo }}\"\n binary=\"true\"\n [(ngModel)]=\"value\"\n [label]=\"!hideLabel && label\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n id=\"{{ nombre }}\"\n (onChange)=\"onChangeValue($event)\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-checkbox>\n}\n\n@if (ayuda) {\n <i (click)=\"showAyuda()\" class=\"btn-ayuda-checkbox fa fa-question\"></i>\n}\n\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\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.7", ngImport: i0, type: BitCheckBoxComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitCheckBoxComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: "bit-checkbox", providers: [{
34
34
  provide: NG_VALUE_ACCESSOR,
@@ -42,19 +42,19 @@ 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.7", 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.7", type: BitDateComponent, selector: "bit-date", providers: [{
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: [{
47
47
  provide: NG_VALUE_ACCESSOR,
48
48
  useExisting: forwardRef(() => BitDateComponent),
49
49
  multi: true
50
- }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/YYYY\" }}</p>\n}\n@if (!readOnly) {\n <p-calendar\n class=\"FormControl\"\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [(ngModel)]=\"value\"\n dateFormat=\"dd/mm/yy\"\n placeholder=\"{{ placeholder }}\"\n [monthNavigator]=\"true\"\n [readonlyInput]=\"calendarReadOnlyInput\"\n [minDate]=\"fechaMinima\"\n [maxDate]=\"fechaMaxima\"\n [yearNavigator]=\"true\"\n yearRange=\"2000:2050\"\n [firstDayOfWeek]=\"1\"\n [locale]=\"locale\"\n [showButtonBar]=\"showButtonBar\"\n [appendTo]=\"appendTo\"\n (onSelect)=\"_onSelect(value)\"\n (onClear)=\"_onClear()\"\n (onClearClick)=\"_onClear()\"\n (onFocus)=\"_onFocus()\"\n (onBlur)=\"_onBlur($event)\"\n (onInput)=\"_onInput($event)\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-calendar>\n}\n@if (!readOnly) {\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\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" }] }); }
50
+ }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/yyyy\" }}</p>\n}\n@if (!readOnly) {\n <p-calendar\n class=\"FormControl\"\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [(ngModel)]=\"value\"\n dateFormat=\"dd/mm/yy\"\n placeholder=\"{{ placeholder }}\"\n [monthNavigator]=\"true\"\n [readonlyInput]=\"calendarReadOnlyInput\"\n [minDate]=\"fechaMinima\"\n [maxDate]=\"fechaMaxima\"\n [yearNavigator]=\"true\"\n yearRange=\"2000:2050\"\n [firstDayOfWeek]=\"1\"\n [locale]=\"locale\"\n [showButtonBar]=\"showButtonBar\"\n [appendTo]=\"appendTo\"\n (onSelect)=\"_onSelect(value)\"\n (onClear)=\"_onClear()\"\n (onClearClick)=\"_onClear()\"\n (onFocus)=\"_onFocus()\"\n (onBlur)=\"_onBlur($event)\"\n (onInput)=\"_onInput($event)\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-calendar>\n}\n@if (!readOnly) {\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\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.7", ngImport: i0, type: BitDateComponent, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDateComponent, decorators: [{
53
53
  type: Component,
54
54
  args: [{ selector: "bit-date", providers: [{
55
55
  provide: NG_VALUE_ACCESSOR,
56
56
  useExisting: forwardRef(() => BitDateComponent),
57
57
  multi: true
58
- }], template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/YYYY\" }}</p>\n}\n@if (!readOnly) {\n <p-calendar\n class=\"FormControl\"\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [(ngModel)]=\"value\"\n dateFormat=\"dd/mm/yy\"\n placeholder=\"{{ placeholder }}\"\n [monthNavigator]=\"true\"\n [readonlyInput]=\"calendarReadOnlyInput\"\n [minDate]=\"fechaMinima\"\n [maxDate]=\"fechaMaxima\"\n [yearNavigator]=\"true\"\n yearRange=\"2000:2050\"\n [firstDayOfWeek]=\"1\"\n [locale]=\"locale\"\n [showButtonBar]=\"showButtonBar\"\n [appendTo]=\"appendTo\"\n (onSelect)=\"_onSelect(value)\"\n (onClear)=\"_onClear()\"\n (onClearClick)=\"_onClear()\"\n (onFocus)=\"_onFocus()\"\n (onBlur)=\"_onBlur($event)\"\n (onInput)=\"_onInput($event)\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-calendar>\n}\n@if (!readOnly) {\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\n" }]
58
+ }], template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/yyyy\" }}</p>\n}\n@if (!readOnly) {\n <p-calendar\n class=\"FormControl\"\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [(ngModel)]=\"value\"\n dateFormat=\"dd/mm/yy\"\n placeholder=\"{{ placeholder }}\"\n [monthNavigator]=\"true\"\n [readonlyInput]=\"calendarReadOnlyInput\"\n [minDate]=\"fechaMinima\"\n [maxDate]=\"fechaMaxima\"\n [yearNavigator]=\"true\"\n yearRange=\"2000:2050\"\n [firstDayOfWeek]=\"1\"\n [locale]=\"locale\"\n [showButtonBar]=\"showButtonBar\"\n [appendTo]=\"appendTo\"\n (onSelect)=\"_onSelect(value)\"\n (onClear)=\"_onClear()\"\n (onClearClick)=\"_onClear()\"\n (onFocus)=\"_onFocus()\"\n (onBlur)=\"_onBlur($event)\"\n (onInput)=\"_onInput($event)\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-calendar>\n}\n@if (!readOnly) {\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\n" }]
59
59
  }], ctorParameters: () => [{ type: i1.AyudaService }, { type: i2.TranslateService }, { type: i3.DateUtils }] });
60
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYml0LWRhdGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYml0LW5nLWxpYnJhcnkvc3JjL2xpYi9zaGFyZWRsaWJyYXJ5L2NvbXBvbmVudHMvZm9ybS9kYXRlL2JpdC1kYXRlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JpdC1uZy1saWJyYXJ5L3NyYy9saWIvc2hhcmVkbGlicmFyeS9jb21wb25lbnRzL2Zvcm0vZGF0ZS9iaXQtZGF0ZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0RCxPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHekUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBRWpFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOzs7Ozs7Ozs7QUFXMUUsTUFBTSxPQUFPLGdCQUFpQixTQUFRLG9CQUFvQjtJQUV4RCxZQUFzQixZQUEwQixFQUFZLGdCQUFrQyxFQUFZLFNBQW9CO1FBQzVILEtBQUssQ0FBQyxZQUFZLEVBQUUsZ0JBQWdCLENBQUMsQ0FBQztRQURsQixpQkFBWSxHQUFaLFlBQVksQ0FBYztRQUFZLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFBWSxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBRTVILElBQUksQ0FBQyxXQUFXLEdBQUcsWUFBWSxDQUFBO1FBQy9CLElBQUksQ0FBQyxhQUFhLEdBQUcsU0FBUyxDQUFDLGlCQUFpQixDQUFDO0lBQ25ELENBQUM7SUFFRCxJQUFJLGFBQWE7UUFDZixJQUFJLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxFQUFFO1lBQ3RCLE9BQU8sRUFBRSxDQUFDO1NBQ1g7YUFDSTtZQUNILE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUMsQ0FBQztTQUN6RTtJQUNILENBQUM7SUFFRCxVQUFVLENBQUMsQ0FBUztRQUNsQixJQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDbEIsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7U0FDbkI7YUFBTTtZQUNMLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQyxDQUFDO1NBQ3RFO0lBQ0gsQ0FBQztJQUVELGVBQWUsQ0FBQyxDQUFPO1FBQ3JCLElBQUksS0FBSyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsZUFBZSxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUMsQ0FBQztRQUNwRSxPQUFPLEtBQUssQ0FBQztJQUNmLENBQUM7SUFFRCxhQUFhO1FBQ1gsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsaUJBQWlCLENBQUM7SUFDakUsQ0FBQzs4R0FoQ1UsZ0JBQWdCO2tHQUFoQixnQkFBZ0IsbUNBTmhCLENBQUM7Z0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjtnQkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztnQkFDL0MsS0FBSyxFQUFFLElBQUk7YUFDWixDQUFDLGlEQ2ZKLDA0Q0FnREE7OzJGRC9CYSxnQkFBZ0I7a0JBVDVCLFNBQVM7K0JBQ0UsVUFBVSxhQUVULENBQUM7NEJBQ1YsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsaUJBQWlCLENBQUM7NEJBQy9DLEtBQUssRUFBRSxJQUFJO3lCQUNaLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGZvcndhcmRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xuXG5pbXBvcnQgeyBBeXVkYVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9heXVkYS5zZXJ2aWNlJztcbmltcG9ydCB7IERhdGVVdGlscyB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2RhdGUtdXRpbHMuc2VydmljZSc7XG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdHJhbnNsYXRlLnNlcnZpY2UnO1xuaW1wb3J0IHsgQml0Q2FsZW5kYXJDb21wb25lbnQgfSBmcm9tICcuLi9jYWxlbmRhci9iaXQtY2FsZW5kYXIuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImJpdC1kYXRlXCIsXG4gIHRlbXBsYXRlVXJsOiBcImJpdC1kYXRlLmNvbXBvbmVudC5odG1sXCIsXG4gIHByb3ZpZGVyczogW3tcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBCaXREYXRlQ29tcG9uZW50KSxcbiAgICBtdWx0aTogdHJ1ZVxuICB9XVxufSlcbmV4cG9ydCBjbGFzcyBCaXREYXRlQ29tcG9uZW50IGV4dGVuZHMgQml0Q2FsZW5kYXJDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG5cbiAgY29uc3RydWN0b3IocHJvdGVjdGVkIGF5dWRhU2VydmljZTogQXl1ZGFTZXJ2aWNlLCBwcm90ZWN0ZWQgdHJhbnNsYXRlU2VydmljZTogVHJhbnNsYXRlU2VydmljZSwgcHJvdGVjdGVkIGRhdGVVdGlsczogRGF0ZVV0aWxzKSB7XG4gICAgc3VwZXIoYXl1ZGFTZXJ2aWNlLCB0cmFuc2xhdGVTZXJ2aWNlKTtcbiAgICB0aGlzLnBsYWNlaG9sZGVyID0gXCJkZC9tbS95eXl5XCJcbiAgICB0aGlzLnZpc3VhbF9mb3JtYXQgPSBEYXRlVXRpbHMuRk9STUFUX1NIT1JUX0RBVEU7XG4gIH1cblxuICBnZXQgdmFsdWVfbGVjdHVyYSgpOiBzdHJpbmcge1xuICAgIGlmICh0aGlzLnZhbHVlID09IG51bGwpIHtcbiAgICAgIHJldHVybiBcIlwiO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHJldHVybiB0aGlzLmRhdGVVdGlscy5nZXREYXRlQXNTdHJpbmcodGhpcy52YWx1ZSwgdGhpcy5nZXREYXRlRm9ybWF0KCkpO1xuICAgIH1cbiAgfVxuXG4gIHdyaXRlVmFsdWUodjogc3RyaW5nKTogdm9pZCB7XG4gICAgaWYgKCF2IHx8IHYgPT09IFwiXCIpIHtcbiAgICAgIHRoaXMudmFsdWUgPSBudWxsO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnZhbHVlID0gdGhpcy5kYXRlVXRpbHMuZ2V0U3RyaW5nQXNEYXRlKHYsIHRoaXMuZ2V0RGF0ZUZvcm1hdCgpKTtcbiAgICB9XG4gIH1cblxuICBnZXREYXRlQXNTdHJpbmcoZDogRGF0ZSk6IHN0cmluZyB7XG4gICAgbGV0IHZhbHVlID0gdGhpcy5kYXRlVXRpbHMuZ2V0RGF0ZUFzU3RyaW5nKGQsIHRoaXMuZ2V0RGF0ZUZvcm1hdCgpKTtcbiAgICByZXR1cm4gdmFsdWU7XG4gIH1cblxuICBnZXREYXRlRm9ybWF0KCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuZm9ybWF0ID8gdGhpcy5mb3JtYXQgOiBEYXRlVXRpbHMuRk9STUFUX1NIT1JUX0RBVEU7XG4gIH1cbn1cbiIsIkBpZiAoIWhpZGVMYWJlbCkge1xuICA8bGFiZWw+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PiZuYnNwO0BpZiAob2JsaWdhdG9yaW8pIHtcbiAgICA8c3BhbiBjbGFzcz1cIm9ibGlnYXRvcmlvIGZhIGZhLWFzdGVyaXNrXCI+PC9zcGFuPlxuICAgIH0mbmJzcDsmbmJzcDtcbiAgICBAaWYgKGF5dWRhKSB7XG4gICAgICA8aSBjbGFzcz1cImJ0bi1heXVkYSBmYSBmYS1xdWVzdGlvblwiIChjbGljayk9XCJzaG93QXl1ZGEoKVwiPjwvaT5cbiAgICB9XG4gIDwvbGFiZWw+XG59XG5AaWYgKHJlYWRPbmx5KSB7XG4gIDxwIGNsYXNzPVwibGVjdHVyYVwiIFtpZF09XCJub21icmVcIj57eyB2YWx1ZV9sZWN0dXJhIHwgZGF0ZTogXCJkZC9NTS9ZWVlZXCIgfX08L3A+XG59XG5AaWYgKCFyZWFkT25seSkge1xuICA8cC1jYWxlbmRhclxuICAgIGNsYXNzPVwiRm9ybUNvbnRyb2xcIlxuICAgIGlkPVwie3sgbm9tYnJlIH19XCJcbiAgICBuYW1lPVwie3sgbm9tYnJlIH19XCJcbiAgICBbZGlzYWJsZWRdPVwiaXNEaXNhYmxlZFwiXG4gICAgWyhuZ01vZGVsKV09XCJ2YWx1ZVwiXG4gICAgZGF0ZUZvcm1hdD1cImRkL21tL3l5XCJcbiAgICBwbGFjZWhvbGRlcj1cInt7IHBsYWNlaG9sZGVyIH19XCJcbiAgICBbbW9udGhOYXZpZ2F0b3JdPVwidHJ1ZVwiXG4gICAgW3JlYWRvbmx5SW5wdXRdPVwiY2FsZW5kYXJSZWFkT25seUlucHV0XCJcbiAgICBbbWluRGF0ZV09XCJmZWNoYU1pbmltYVwiXG4gICAgW21heERhdGVdPVwiZmVjaGFNYXhpbWFcIlxuICAgIFt5ZWFyTmF2aWdhdG9yXT1cInRydWVcIlxuICAgIHllYXJSYW5nZT1cIjIwMDA6MjA1MFwiXG4gICAgW2ZpcnN0RGF5T2ZXZWVrXT1cIjFcIlxuICAgIFtsb2NhbGVdPVwibG9jYWxlXCJcbiAgICBbc2hvd0J1dHRvbkJhcl09XCJzaG93QnV0dG9uQmFyXCJcbiAgICBbYXBwZW5kVG9dPVwiYXBwZW5kVG9cIlxuICAgIChvblNlbGVjdCk9XCJfb25TZWxlY3QodmFsdWUpXCJcbiAgICAob25DbGVhcik9XCJfb25DbGVhcigpXCJcbiAgICAob25DbGVhckNsaWNrKT1cIl9vbkNsZWFyKClcIlxuICAgIChvbkZvY3VzKT1cIl9vbkZvY3VzKClcIlxuICAgIChvbkJsdXIpPVwiX29uQmx1cigkZXZlbnQpXCJcbiAgICAob25JbnB1dCk9XCJfb25JbnB1dCgkZXZlbnQpXCJcbiAgICBhdHRyLmRhdGEtdGVzdGlkPVwie3sgZGF0YVRlc3RJZCB9fVwiXG4gICAgPlxuICA8L3AtY2FsZW5kYXI+XG59XG5AaWYgKCFyZWFkT25seSkge1xuICA8c3BhbiBjbGFzcz1cImdseXBoaWNvbiBnbHlwaGljb24tY2FsZW5kYXIgaWNvbm8taW5wdXRcIj48L3NwYW4+XG59XG5AaWYgKGNvbnRyb2wgIT0gbnVsbCkge1xuICA8Y29udHJvbC1tZXNzYWdlcyBbY29udHJvbF09XCJjb250cm9sXCIgW2ZpZWxkXT1cIm5vbWJyZVwiPjwvY29udHJvbC1tZXNzYWdlcz5cbn1cbiJdfQ==
60
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYml0LWRhdGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYml0LW5nLWxpYnJhcnkvc3JjL2xpYi9zaGFyZWRsaWJyYXJ5L2NvbXBvbmVudHMvZm9ybS9kYXRlL2JpdC1kYXRlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JpdC1uZy1saWJyYXJ5L3NyYy9saWIvc2hhcmVkbGlicmFyeS9jb21wb25lbnRzL2Zvcm0vZGF0ZS9iaXQtZGF0ZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0RCxPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHekUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBRWpFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOzs7Ozs7Ozs7QUFXMUUsTUFBTSxPQUFPLGdCQUFpQixTQUFRLG9CQUFvQjtJQUV4RCxZQUFzQixZQUEwQixFQUFZLGdCQUFrQyxFQUFZLFNBQW9CO1FBQzVILEtBQUssQ0FBQyxZQUFZLEVBQUUsZ0JBQWdCLENBQUMsQ0FBQztRQURsQixpQkFBWSxHQUFaLFlBQVksQ0FBYztRQUFZLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFBWSxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBRTVILElBQUksQ0FBQyxXQUFXLEdBQUcsWUFBWSxDQUFBO1FBQy9CLElBQUksQ0FBQyxhQUFhLEdBQUcsU0FBUyxDQUFDLGlCQUFpQixDQUFDO0lBQ25ELENBQUM7SUFFRCxJQUFJLGFBQWE7UUFDZixJQUFJLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxFQUFFO1lBQ3RCLE9BQU8sRUFBRSxDQUFDO1NBQ1g7YUFDSTtZQUNILE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUMsQ0FBQztTQUN6RTtJQUNILENBQUM7SUFFRCxVQUFVLENBQUMsQ0FBUztRQUNsQixJQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDbEIsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7U0FDbkI7YUFBTTtZQUNMLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQyxDQUFDO1NBQ3RFO0lBQ0gsQ0FBQztJQUVELGVBQWUsQ0FBQyxDQUFPO1FBQ3JCLElBQUksS0FBSyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsZUFBZSxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUMsQ0FBQztRQUNwRSxPQUFPLEtBQUssQ0FBQztJQUNmLENBQUM7SUFFRCxhQUFhO1FBQ1gsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsaUJBQWlCLENBQUM7SUFDakUsQ0FBQzs4R0FoQ1UsZ0JBQWdCO2tHQUFoQixnQkFBZ0IsbUNBTmhCLENBQUM7Z0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjtnQkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztnQkFDL0MsS0FBSyxFQUFFLElBQUk7YUFDWixDQUFDLGlEQ2ZKLDA0Q0FnREE7OzJGRC9CYSxnQkFBZ0I7a0JBVDVCLFNBQVM7K0JBQ0UsVUFBVSxhQUVULENBQUM7NEJBQ1YsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsaUJBQWlCLENBQUM7NEJBQy9DLEtBQUssRUFBRSxJQUFJO3lCQUNaLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGZvcndhcmRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xuXG5pbXBvcnQgeyBBeXVkYVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9heXVkYS5zZXJ2aWNlJztcbmltcG9ydCB7IERhdGVVdGlscyB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2RhdGUtdXRpbHMuc2VydmljZSc7XG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdHJhbnNsYXRlLnNlcnZpY2UnO1xuaW1wb3J0IHsgQml0Q2FsZW5kYXJDb21wb25lbnQgfSBmcm9tICcuLi9jYWxlbmRhci9iaXQtY2FsZW5kYXIuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImJpdC1kYXRlXCIsXG4gIHRlbXBsYXRlVXJsOiBcImJpdC1kYXRlLmNvbXBvbmVudC5odG1sXCIsXG4gIHByb3ZpZGVyczogW3tcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBCaXREYXRlQ29tcG9uZW50KSxcbiAgICBtdWx0aTogdHJ1ZVxuICB9XVxufSlcbmV4cG9ydCBjbGFzcyBCaXREYXRlQ29tcG9uZW50IGV4dGVuZHMgQml0Q2FsZW5kYXJDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG5cbiAgY29uc3RydWN0b3IocHJvdGVjdGVkIGF5dWRhU2VydmljZTogQXl1ZGFTZXJ2aWNlLCBwcm90ZWN0ZWQgdHJhbnNsYXRlU2VydmljZTogVHJhbnNsYXRlU2VydmljZSwgcHJvdGVjdGVkIGRhdGVVdGlsczogRGF0ZVV0aWxzKSB7XG4gICAgc3VwZXIoYXl1ZGFTZXJ2aWNlLCB0cmFuc2xhdGVTZXJ2aWNlKTtcbiAgICB0aGlzLnBsYWNlaG9sZGVyID0gXCJkZC9tbS95eXl5XCJcbiAgICB0aGlzLnZpc3VhbF9mb3JtYXQgPSBEYXRlVXRpbHMuRk9STUFUX1NIT1JUX0RBVEU7XG4gIH1cblxuICBnZXQgdmFsdWVfbGVjdHVyYSgpOiBzdHJpbmcge1xuICAgIGlmICh0aGlzLnZhbHVlID09IG51bGwpIHtcbiAgICAgIHJldHVybiBcIlwiO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHJldHVybiB0aGlzLmRhdGVVdGlscy5nZXREYXRlQXNTdHJpbmcodGhpcy52YWx1ZSwgdGhpcy5nZXREYXRlRm9ybWF0KCkpO1xuICAgIH1cbiAgfVxuXG4gIHdyaXRlVmFsdWUodjogc3RyaW5nKTogdm9pZCB7XG4gICAgaWYgKCF2IHx8IHYgPT09IFwiXCIpIHtcbiAgICAgIHRoaXMudmFsdWUgPSBudWxsO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnZhbHVlID0gdGhpcy5kYXRlVXRpbHMuZ2V0U3RyaW5nQXNEYXRlKHYsIHRoaXMuZ2V0RGF0ZUZvcm1hdCgpKTtcbiAgICB9XG4gIH1cblxuICBnZXREYXRlQXNTdHJpbmcoZDogRGF0ZSk6IHN0cmluZyB7XG4gICAgbGV0IHZhbHVlID0gdGhpcy5kYXRlVXRpbHMuZ2V0RGF0ZUFzU3RyaW5nKGQsIHRoaXMuZ2V0RGF0ZUZvcm1hdCgpKTtcbiAgICByZXR1cm4gdmFsdWU7XG4gIH1cblxuICBnZXREYXRlRm9ybWF0KCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuZm9ybWF0ID8gdGhpcy5mb3JtYXQgOiBEYXRlVXRpbHMuRk9STUFUX1NIT1JUX0RBVEU7XG4gIH1cbn1cbiIsIkBpZiAoIWhpZGVMYWJlbCkge1xuICA8bGFiZWw+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PiZuYnNwO0BpZiAob2JsaWdhdG9yaW8pIHtcbiAgICA8c3BhbiBjbGFzcz1cIm9ibGlnYXRvcmlvIGZhIGZhLWFzdGVyaXNrXCI+PC9zcGFuPlxuICAgIH0mbmJzcDsmbmJzcDtcbiAgICBAaWYgKGF5dWRhKSB7XG4gICAgICA8aSBjbGFzcz1cImJ0bi1heXVkYSBmYSBmYS1xdWVzdGlvblwiIChjbGljayk9XCJzaG93QXl1ZGEoKVwiPjwvaT5cbiAgICB9XG4gIDwvbGFiZWw+XG59XG5AaWYgKHJlYWRPbmx5KSB7XG4gIDxwIGNsYXNzPVwibGVjdHVyYVwiIFtpZF09XCJub21icmVcIj57eyB2YWx1ZV9sZWN0dXJhIHwgZGF0ZTogXCJkZC9NTS95eXl5XCIgfX08L3A+XG59XG5AaWYgKCFyZWFkT25seSkge1xuICA8cC1jYWxlbmRhclxuICAgIGNsYXNzPVwiRm9ybUNvbnRyb2xcIlxuICAgIGlkPVwie3sgbm9tYnJlIH19XCJcbiAgICBuYW1lPVwie3sgbm9tYnJlIH19XCJcbiAgICBbZGlzYWJsZWRdPVwiaXNEaXNhYmxlZFwiXG4gICAgWyhuZ01vZGVsKV09XCJ2YWx1ZVwiXG4gICAgZGF0ZUZvcm1hdD1cImRkL21tL3l5XCJcbiAgICBwbGFjZWhvbGRlcj1cInt7IHBsYWNlaG9sZGVyIH19XCJcbiAgICBbbW9udGhOYXZpZ2F0b3JdPVwidHJ1ZVwiXG4gICAgW3JlYWRvbmx5SW5wdXRdPVwiY2FsZW5kYXJSZWFkT25seUlucHV0XCJcbiAgICBbbWluRGF0ZV09XCJmZWNoYU1pbmltYVwiXG4gICAgW21heERhdGVdPVwiZmVjaGFNYXhpbWFcIlxuICAgIFt5ZWFyTmF2aWdhdG9yXT1cInRydWVcIlxuICAgIHllYXJSYW5nZT1cIjIwMDA6MjA1MFwiXG4gICAgW2ZpcnN0RGF5T2ZXZWVrXT1cIjFcIlxuICAgIFtsb2NhbGVdPVwibG9jYWxlXCJcbiAgICBbc2hvd0J1dHRvbkJhcl09XCJzaG93QnV0dG9uQmFyXCJcbiAgICBbYXBwZW5kVG9dPVwiYXBwZW5kVG9cIlxuICAgIChvblNlbGVjdCk9XCJfb25TZWxlY3QodmFsdWUpXCJcbiAgICAob25DbGVhcik9XCJfb25DbGVhcigpXCJcbiAgICAob25DbGVhckNsaWNrKT1cIl9vbkNsZWFyKClcIlxuICAgIChvbkZvY3VzKT1cIl9vbkZvY3VzKClcIlxuICAgIChvbkJsdXIpPVwiX29uQmx1cigkZXZlbnQpXCJcbiAgICAob25JbnB1dCk9XCJfb25JbnB1dCgkZXZlbnQpXCJcbiAgICBhdHRyLmRhdGEtdGVzdGlkPVwie3sgZGF0YVRlc3RJZCB9fVwiXG4gICAgPlxuICA8L3AtY2FsZW5kYXI+XG59XG5AaWYgKCFyZWFkT25seSkge1xuICA8c3BhbiBjbGFzcz1cImdseXBoaWNvbiBnbHlwaGljb24tY2FsZW5kYXIgaWNvbm8taW5wdXRcIj48L3NwYW4+XG59XG5AaWYgKGNvbnRyb2wgIT0gbnVsbCkge1xuICA8Y29udHJvbC1tZXNzYWdlcyBbY29udHJvbF09XCJjb250cm9sXCIgW2ZpZWxkXT1cIm5vbWJyZVwiPjwvY29udHJvbC1tZXNzYWdlcz5cbn1cbiJdfQ==
@@ -42,19 +42,19 @@ 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.7", 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.7", type: BitDateTimeComponent, selector: "bit-datetime", providers: [{
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: [{
47
47
  provide: NG_VALUE_ACCESSOR,
48
48
  useExisting: forwardRef(() => BitDateTimeComponent),
49
49
  multi: true
50
- }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/YYYY HH:mm\" }}</p>\n}\n@if (!readOnly) {\n <p-calendar\n class=\"FormControl\"\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [(ngModel)]=\"value\"\n dateFormat=\"dd/mm/yy\"\n placeholder=\"{{ placeholder }}\"\n [monthNavigator]=\"true\"\n [minDate]=\"fechaMinima\"\n [maxDate]=\"fechaMaxima\"\n [yearNavigator]=\"true\"\n yearRange=\"2000:2050\"\n [locale]=\"locale\"\n [showTime]=\"true\"\n [firstDayOfWeek]=\"1\"\n [showButtonBar]=\"showButtonBar\"\n [appendTo]=\"appendTo\"\n (onSelect)=\"_onSelect(value)\"\n (onClear)=\"_onClear()\"\n (onClearClick)=\"_onClear()\"\n (onFocus)=\"_onFocus()\"\n (onBlur)=\"_onBlur($event)\"\n (onInput)=\"_onInput($event)\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-calendar>\n}\n@if (!readOnly) {\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\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" }] }); }
50
+ }], usesInheritance: true, ngImport: i0, template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/yyyy HH:mm\" }}</p>\n}\n@if (!readOnly) {\n <p-calendar\n class=\"FormControl\"\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [(ngModel)]=\"value\"\n dateFormat=\"dd/mm/yy\"\n placeholder=\"{{ placeholder }}\"\n [monthNavigator]=\"true\"\n [minDate]=\"fechaMinima\"\n [maxDate]=\"fechaMaxima\"\n [yearNavigator]=\"true\"\n yearRange=\"2000:2050\"\n [locale]=\"locale\"\n [showTime]=\"true\"\n [firstDayOfWeek]=\"1\"\n [showButtonBar]=\"showButtonBar\"\n [appendTo]=\"appendTo\"\n (onSelect)=\"_onSelect(value)\"\n (onClear)=\"_onClear()\"\n (onClearClick)=\"_onClear()\"\n (onFocus)=\"_onFocus()\"\n (onBlur)=\"_onBlur($event)\"\n (onInput)=\"_onInput($event)\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-calendar>\n}\n@if (!readOnly) {\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\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.7", ngImport: i0, type: BitDateTimeComponent, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDateTimeComponent, decorators: [{
53
53
  type: Component,
54
54
  args: [{ selector: "bit-datetime", providers: [{
55
55
  provide: NG_VALUE_ACCESSOR,
56
56
  useExisting: forwardRef(() => BitDateTimeComponent),
57
57
  multi: true
58
- }], template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/YYYY HH:mm\" }}</p>\n}\n@if (!readOnly) {\n <p-calendar\n class=\"FormControl\"\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [(ngModel)]=\"value\"\n dateFormat=\"dd/mm/yy\"\n placeholder=\"{{ placeholder }}\"\n [monthNavigator]=\"true\"\n [minDate]=\"fechaMinima\"\n [maxDate]=\"fechaMaxima\"\n [yearNavigator]=\"true\"\n yearRange=\"2000:2050\"\n [locale]=\"locale\"\n [showTime]=\"true\"\n [firstDayOfWeek]=\"1\"\n [showButtonBar]=\"showButtonBar\"\n [appendTo]=\"appendTo\"\n (onSelect)=\"_onSelect(value)\"\n (onClear)=\"_onClear()\"\n (onClearClick)=\"_onClear()\"\n (onFocus)=\"_onFocus()\"\n (onBlur)=\"_onBlur($event)\"\n (onInput)=\"_onInput($event)\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-calendar>\n}\n@if (!readOnly) {\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\n" }]
58
+ }], template: "@if (!hideLabel) {\n <label>\n <ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"obligatorio fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n }\n </label>\n}\n@if (readOnly) {\n <p class=\"lectura\" [id]=\"nombre\">{{ value_lectura | date: \"dd/MM/yyyy HH:mm\" }}</p>\n}\n@if (!readOnly) {\n <p-calendar\n class=\"FormControl\"\n id=\"{{ nombre }}\"\n name=\"{{ nombre }}\"\n [disabled]=\"isDisabled\"\n [(ngModel)]=\"value\"\n dateFormat=\"dd/mm/yy\"\n placeholder=\"{{ placeholder }}\"\n [monthNavigator]=\"true\"\n [minDate]=\"fechaMinima\"\n [maxDate]=\"fechaMaxima\"\n [yearNavigator]=\"true\"\n yearRange=\"2000:2050\"\n [locale]=\"locale\"\n [showTime]=\"true\"\n [firstDayOfWeek]=\"1\"\n [showButtonBar]=\"showButtonBar\"\n [appendTo]=\"appendTo\"\n (onSelect)=\"_onSelect(value)\"\n (onClear)=\"_onClear()\"\n (onClearClick)=\"_onClear()\"\n (onFocus)=\"_onFocus()\"\n (onBlur)=\"_onBlur($event)\"\n (onInput)=\"_onInput($event)\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-calendar>\n}\n@if (!readOnly) {\n <span class=\"glyphicon glyphicon-calendar icono-input\"></span>\n}\n@if (control != null) {\n <control-messages [control]=\"control\" [field]=\"nombre\"></control-messages>\n}\n" }]
59
59
  }], ctorParameters: () => [{ type: i1.AyudaService }, { type: i2.TranslateService }, { type: i3.DateUtils }] });
60
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYml0LWRhdGV0aW1lLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JpdC1uZy1saWJyYXJ5L3NyYy9saWIvc2hhcmVkbGlicmFyeS9jb21wb25lbnRzL2Zvcm0vZGF0ZXRpbWUvYml0LWRhdGV0aW1lLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JpdC1uZy1saWJyYXJ5L3NyYy9saWIvc2hhcmVkbGlicmFyeS9jb21wb25lbnRzL2Zvcm0vZGF0ZXRpbWUvYml0LWRhdGV0aW1lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzlELE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUV6RSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFHakUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7Ozs7Ozs7OztBQVkxRSxNQUFNLE9BQU8sb0JBQXFCLFNBQVEsb0JBQW9CO0lBRTVELFlBQXNCLFlBQTBCLEVBQVksZ0JBQWtDLEVBQVksU0FBb0I7UUFDNUgsS0FBSyxDQUFDLFlBQVksRUFBRSxnQkFBZ0IsQ0FBQyxDQUFDO1FBRGxCLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBQVkscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQUFZLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFFNUgsSUFBSSxDQUFDLFdBQVcsR0FBRyxrQkFBa0IsQ0FBQztRQUN0QyxJQUFJLENBQUMsYUFBYSxHQUFHLFNBQVMsQ0FBQyxnQkFBZ0IsQ0FBQztJQUNsRCxDQUFDO0lBRUQsSUFBSSxhQUFhO1FBQ2YsSUFBSSxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksRUFBRTtZQUN0QixPQUFPLEVBQUUsQ0FBQztTQUNYO2FBQ0k7WUFDSCxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUMsQ0FBQztTQUM3RTtJQUNILENBQUM7SUFFRCxVQUFVLENBQUMsQ0FBUztRQUNsQixJQUFJLENBQUMsQ0FBQyxFQUFFO1lBQ04sSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7U0FDbkI7YUFBTTtZQUNMLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQyxDQUFDO1NBQ3RFO0lBQ0gsQ0FBQztJQUVELGVBQWUsQ0FBQyxDQUFPO1FBQ3JCLElBQUksS0FBSyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQyxDQUFDO1FBQ3hFLE9BQU8sS0FBSyxDQUFDO0lBQ2YsQ0FBQztJQUVELGFBQWE7UUFDWCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxnQkFBZ0IsQ0FBQztJQUNoRSxDQUFDOzhHQWhDVSxvQkFBb0I7a0dBQXBCLG9CQUFvQix1Q0FOcEIsQ0FBQztnQkFDVixPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG9CQUFvQixDQUFDO2dCQUNuRCxLQUFLLEVBQUUsSUFBSTthQUNaLENBQUMsaURDaEJKLDAzQ0FnREE7OzJGRDlCYSxvQkFBb0I7a0JBVGhDLFNBQVM7K0JBQ0UsY0FBYyxhQUViLENBQUM7NEJBQ1YsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUscUJBQXFCLENBQUM7NEJBQ25ELEtBQUssRUFBRSxJQUFJO3lCQUNaLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGZvcndhcmRSZWYsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XG5pbXBvcnQgeyBBeXVkYVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9heXVkYS5zZXJ2aWNlJztcbmltcG9ydCB7IERhdGVVdGlscyB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2RhdGUtdXRpbHMuc2VydmljZSc7XG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdHJhbnNsYXRlLnNlcnZpY2UnO1xuXG5pbXBvcnQgeyBCaXRDYWxlbmRhckNvbXBvbmVudCB9IGZyb20gXCIuLi9jYWxlbmRhci9iaXQtY2FsZW5kYXIuY29tcG9uZW50XCI7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImJpdC1kYXRldGltZVwiLFxuICB0ZW1wbGF0ZVVybDogXCJiaXQtZGF0ZXRpbWUuY29tcG9uZW50Lmh0bWxcIixcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEJpdERhdGVUaW1lQ29tcG9uZW50KSxcbiAgICBtdWx0aTogdHJ1ZVxuICB9XVxufSlcbmV4cG9ydCBjbGFzcyBCaXREYXRlVGltZUNvbXBvbmVudCBleHRlbmRzIEJpdENhbGVuZGFyQ29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuXG4gIGNvbnN0cnVjdG9yKHByb3RlY3RlZCBheXVkYVNlcnZpY2U6IEF5dWRhU2VydmljZSwgcHJvdGVjdGVkIHRyYW5zbGF0ZVNlcnZpY2U6IFRyYW5zbGF0ZVNlcnZpY2UsIHByb3RlY3RlZCBkYXRlVXRpbHM6IERhdGVVdGlscykge1xuICAgIHN1cGVyKGF5dWRhU2VydmljZSwgdHJhbnNsYXRlU2VydmljZSk7XG4gICAgdGhpcy5wbGFjZWhvbGRlciA9IFwiZGQvbW0veXl5eSBoaDptbVwiO1xuICAgIHRoaXMudmlzdWFsX2Zvcm1hdCA9IERhdGVVdGlscy5GT1JNQVRfTE9OR19EQVRFO1xuICB9XG5cbiAgZ2V0IHZhbHVlX2xlY3R1cmEoKTogc3RyaW5nIHtcbiAgICBpZiAodGhpcy52YWx1ZSA9PSBudWxsKSB7XG4gICAgICByZXR1cm4gXCJcIjtcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICByZXR1cm4gdGhpcy5kYXRlVXRpbHMuZ2V0RGF0ZVRpbWVBc1N0cmluZyh0aGlzLnZhbHVlLCB0aGlzLmdldERhdGVGb3JtYXQoKSk7XG4gICAgfVxuICB9XG5cbiAgd3JpdGVWYWx1ZSh2OiBzdHJpbmcpOiB2b2lkIHtcbiAgICBpZiAoIXYpIHtcbiAgICAgIHRoaXMudmFsdWUgPSBudWxsO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnZhbHVlID0gdGhpcy5kYXRlVXRpbHMuZ2V0U3RyaW5nQXNEYXRlKHYsIHRoaXMuZ2V0RGF0ZUZvcm1hdCgpKTtcbiAgICB9XG4gIH1cblxuICBnZXREYXRlQXNTdHJpbmcoZDogRGF0ZSk6IHN0cmluZyB7XG4gICAgbGV0IHZhbHVlID0gdGhpcy5kYXRlVXRpbHMuZ2V0RGF0ZVRpbWVBc1N0cmluZyhkLCB0aGlzLmdldERhdGVGb3JtYXQoKSk7XG4gICAgcmV0dXJuIHZhbHVlO1xuICB9XG5cbiAgZ2V0RGF0ZUZvcm1hdCgpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLmZvcm1hdCA/IHRoaXMuZm9ybWF0IDogRGF0ZVV0aWxzLkZPUk1BVF9MT05HX0RBVEU7XG4gIH1cblxufVxuIiwiQGlmICghaGlkZUxhYmVsKSB7XG4gIDxsYWJlbD5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+Jm5ic3A7QGlmIChvYmxpZ2F0b3Jpbykge1xuICAgIDxzcGFuIGNsYXNzPVwib2JsaWdhdG9yaW8gZmEgZmEtYXN0ZXJpc2tcIj48L3NwYW4+XG4gICAgfSZuYnNwOyZuYnNwO1xuICAgIEBpZiAoYXl1ZGEpIHtcbiAgICAgIDxpIGNsYXNzPVwiYnRuLWF5dWRhIGZhIGZhLXF1ZXN0aW9uXCIgKGNsaWNrKT1cInNob3dBeXVkYSgpXCI+PC9pPlxuICAgIH1cbiAgPC9sYWJlbD5cbn1cbkBpZiAocmVhZE9ubHkpIHtcbiAgPHAgY2xhc3M9XCJsZWN0dXJhXCIgW2lkXT1cIm5vbWJyZVwiPnt7IHZhbHVlX2xlY3R1cmEgfCBkYXRlOiBcImRkL01NL1lZWVkgSEg6bW1cIiB9fTwvcD5cbn1cbkBpZiAoIXJlYWRPbmx5KSB7XG4gIDxwLWNhbGVuZGFyXG4gICAgY2xhc3M9XCJGb3JtQ29udHJvbFwiXG4gICAgaWQ9XCJ7eyBub21icmUgfX1cIlxuICAgIG5hbWU9XCJ7eyBub21icmUgfX1cIlxuICAgIFtkaXNhYmxlZF09XCJpc0Rpc2FibGVkXCJcbiAgICBbKG5nTW9kZWwpXT1cInZhbHVlXCJcbiAgICBkYXRlRm9ybWF0PVwiZGQvbW0veXlcIlxuICAgIHBsYWNlaG9sZGVyPVwie3sgcGxhY2Vob2xkZXIgfX1cIlxuICAgIFttb250aE5hdmlnYXRvcl09XCJ0cnVlXCJcbiAgICBbbWluRGF0ZV09XCJmZWNoYU1pbmltYVwiXG4gICAgW21heERhdGVdPVwiZmVjaGFNYXhpbWFcIlxuICAgIFt5ZWFyTmF2aWdhdG9yXT1cInRydWVcIlxuICAgIHllYXJSYW5nZT1cIjIwMDA6MjA1MFwiXG4gICAgW2xvY2FsZV09XCJsb2NhbGVcIlxuICAgIFtzaG93VGltZV09XCJ0cnVlXCJcbiAgICBbZmlyc3REYXlPZldlZWtdPVwiMVwiXG4gICAgW3Nob3dCdXR0b25CYXJdPVwic2hvd0J1dHRvbkJhclwiXG4gICAgW2FwcGVuZFRvXT1cImFwcGVuZFRvXCJcbiAgICAob25TZWxlY3QpPVwiX29uU2VsZWN0KHZhbHVlKVwiXG4gICAgKG9uQ2xlYXIpPVwiX29uQ2xlYXIoKVwiXG4gICAgKG9uQ2xlYXJDbGljayk9XCJfb25DbGVhcigpXCJcbiAgICAob25Gb2N1cyk9XCJfb25Gb2N1cygpXCJcbiAgICAob25CbHVyKT1cIl9vbkJsdXIoJGV2ZW50KVwiXG4gICAgKG9uSW5wdXQpPVwiX29uSW5wdXQoJGV2ZW50KVwiXG4gICAgYXR0ci5kYXRhLXRlc3RpZD1cInt7IGRhdGFUZXN0SWQgfX1cIlxuICAgID5cbiAgPC9wLWNhbGVuZGFyPlxufVxuQGlmICghcmVhZE9ubHkpIHtcbiAgPHNwYW4gY2xhc3M9XCJnbHlwaGljb24gZ2x5cGhpY29uLWNhbGVuZGFyIGljb25vLWlucHV0XCI+PC9zcGFuPlxufVxuQGlmIChjb250cm9sICE9IG51bGwpIHtcbiAgPGNvbnRyb2wtbWVzc2FnZXMgW2NvbnRyb2xdPVwiY29udHJvbFwiIFtmaWVsZF09XCJub21icmVcIj48L2NvbnRyb2wtbWVzc2FnZXM+XG59XG4iXX0=
60
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYml0LWRhdGV0aW1lLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JpdC1uZy1saWJyYXJ5L3NyYy9saWIvc2hhcmVkbGlicmFyeS9jb21wb25lbnRzL2Zvcm0vZGF0ZXRpbWUvYml0LWRhdGV0aW1lLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JpdC1uZy1saWJyYXJ5L3NyYy9saWIvc2hhcmVkbGlicmFyeS9jb21wb25lbnRzL2Zvcm0vZGF0ZXRpbWUvYml0LWRhdGV0aW1lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzlELE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUV6RSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFHakUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7Ozs7Ozs7OztBQVkxRSxNQUFNLE9BQU8sb0JBQXFCLFNBQVEsb0JBQW9CO0lBRTVELFlBQXNCLFlBQTBCLEVBQVksZ0JBQWtDLEVBQVksU0FBb0I7UUFDNUgsS0FBSyxDQUFDLFlBQVksRUFBRSxnQkFBZ0IsQ0FBQyxDQUFDO1FBRGxCLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBQVkscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQUFZLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFFNUgsSUFBSSxDQUFDLFdBQVcsR0FBRyxrQkFBa0IsQ0FBQztRQUN0QyxJQUFJLENBQUMsYUFBYSxHQUFHLFNBQVMsQ0FBQyxnQkFBZ0IsQ0FBQztJQUNsRCxDQUFDO0lBRUQsSUFBSSxhQUFhO1FBQ2YsSUFBSSxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksRUFBRTtZQUN0QixPQUFPLEVBQUUsQ0FBQztTQUNYO2FBQ0k7WUFDSCxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUMsQ0FBQztTQUM3RTtJQUNILENBQUM7SUFFRCxVQUFVLENBQUMsQ0FBUztRQUNsQixJQUFJLENBQUMsQ0FBQyxFQUFFO1lBQ04sSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7U0FDbkI7YUFBTTtZQUNMLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQyxDQUFDO1NBQ3RFO0lBQ0gsQ0FBQztJQUVELGVBQWUsQ0FBQyxDQUFPO1FBQ3JCLElBQUksS0FBSyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQyxDQUFDO1FBQ3hFLE9BQU8sS0FBSyxDQUFDO0lBQ2YsQ0FBQztJQUVELGFBQWE7UUFDWCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxnQkFBZ0IsQ0FBQztJQUNoRSxDQUFDOzhHQWhDVSxvQkFBb0I7a0dBQXBCLG9CQUFvQix1Q0FOcEIsQ0FBQztnQkFDVixPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG9CQUFvQixDQUFDO2dCQUNuRCxLQUFLLEVBQUUsSUFBSTthQUNaLENBQUMsaURDaEJKLDAzQ0FnREE7OzJGRDlCYSxvQkFBb0I7a0JBVGhDLFNBQVM7K0JBQ0UsY0FBYyxhQUViLENBQUM7NEJBQ1YsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUscUJBQXFCLENBQUM7NEJBQ25ELEtBQUssRUFBRSxJQUFJO3lCQUNaLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGZvcndhcmRSZWYsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XG5pbXBvcnQgeyBBeXVkYVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9heXVkYS5zZXJ2aWNlJztcbmltcG9ydCB7IERhdGVVdGlscyB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2RhdGUtdXRpbHMuc2VydmljZSc7XG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdHJhbnNsYXRlLnNlcnZpY2UnO1xuXG5pbXBvcnQgeyBCaXRDYWxlbmRhckNvbXBvbmVudCB9IGZyb20gXCIuLi9jYWxlbmRhci9iaXQtY2FsZW5kYXIuY29tcG9uZW50XCI7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImJpdC1kYXRldGltZVwiLFxuICB0ZW1wbGF0ZVVybDogXCJiaXQtZGF0ZXRpbWUuY29tcG9uZW50Lmh0bWxcIixcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEJpdERhdGVUaW1lQ29tcG9uZW50KSxcbiAgICBtdWx0aTogdHJ1ZVxuICB9XVxufSlcbmV4cG9ydCBjbGFzcyBCaXREYXRlVGltZUNvbXBvbmVudCBleHRlbmRzIEJpdENhbGVuZGFyQ29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuXG4gIGNvbnN0cnVjdG9yKHByb3RlY3RlZCBheXVkYVNlcnZpY2U6IEF5dWRhU2VydmljZSwgcHJvdGVjdGVkIHRyYW5zbGF0ZVNlcnZpY2U6IFRyYW5zbGF0ZVNlcnZpY2UsIHByb3RlY3RlZCBkYXRlVXRpbHM6IERhdGVVdGlscykge1xuICAgIHN1cGVyKGF5dWRhU2VydmljZSwgdHJhbnNsYXRlU2VydmljZSk7XG4gICAgdGhpcy5wbGFjZWhvbGRlciA9IFwiZGQvbW0veXl5eSBoaDptbVwiO1xuICAgIHRoaXMudmlzdWFsX2Zvcm1hdCA9IERhdGVVdGlscy5GT1JNQVRfTE9OR19EQVRFO1xuICB9XG5cbiAgZ2V0IHZhbHVlX2xlY3R1cmEoKTogc3RyaW5nIHtcbiAgICBpZiAodGhpcy52YWx1ZSA9PSBudWxsKSB7XG4gICAgICByZXR1cm4gXCJcIjtcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICByZXR1cm4gdGhpcy5kYXRlVXRpbHMuZ2V0RGF0ZVRpbWVBc1N0cmluZyh0aGlzLnZhbHVlLCB0aGlzLmdldERhdGVGb3JtYXQoKSk7XG4gICAgfVxuICB9XG5cbiAgd3JpdGVWYWx1ZSh2OiBzdHJpbmcpOiB2b2lkIHtcbiAgICBpZiAoIXYpIHtcbiAgICAgIHRoaXMudmFsdWUgPSBudWxsO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnZhbHVlID0gdGhpcy5kYXRlVXRpbHMuZ2V0U3RyaW5nQXNEYXRlKHYsIHRoaXMuZ2V0RGF0ZUZvcm1hdCgpKTtcbiAgICB9XG4gIH1cblxuICBnZXREYXRlQXNTdHJpbmcoZDogRGF0ZSk6IHN0cmluZyB7XG4gICAgbGV0IHZhbHVlID0gdGhpcy5kYXRlVXRpbHMuZ2V0RGF0ZVRpbWVBc1N0cmluZyhkLCB0aGlzLmdldERhdGVGb3JtYXQoKSk7XG4gICAgcmV0dXJuIHZhbHVlO1xuICB9XG5cbiAgZ2V0RGF0ZUZvcm1hdCgpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLmZvcm1hdCA/IHRoaXMuZm9ybWF0IDogRGF0ZVV0aWxzLkZPUk1BVF9MT05HX0RBVEU7XG4gIH1cblxufVxuIiwiQGlmICghaGlkZUxhYmVsKSB7XG4gIDxsYWJlbD5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+Jm5ic3A7QGlmIChvYmxpZ2F0b3Jpbykge1xuICAgIDxzcGFuIGNsYXNzPVwib2JsaWdhdG9yaW8gZmEgZmEtYXN0ZXJpc2tcIj48L3NwYW4+XG4gICAgfSZuYnNwOyZuYnNwO1xuICAgIEBpZiAoYXl1ZGEpIHtcbiAgICAgIDxpIGNsYXNzPVwiYnRuLWF5dWRhIGZhIGZhLXF1ZXN0aW9uXCIgKGNsaWNrKT1cInNob3dBeXVkYSgpXCI+PC9pPlxuICAgIH1cbiAgPC9sYWJlbD5cbn1cbkBpZiAocmVhZE9ubHkpIHtcbiAgPHAgY2xhc3M9XCJsZWN0dXJhXCIgW2lkXT1cIm5vbWJyZVwiPnt7IHZhbHVlX2xlY3R1cmEgfCBkYXRlOiBcImRkL01NL3l5eXkgSEg6bW1cIiB9fTwvcD5cbn1cbkBpZiAoIXJlYWRPbmx5KSB7XG4gIDxwLWNhbGVuZGFyXG4gICAgY2xhc3M9XCJGb3JtQ29udHJvbFwiXG4gICAgaWQ9XCJ7eyBub21icmUgfX1cIlxuICAgIG5hbWU9XCJ7eyBub21icmUgfX1cIlxuICAgIFtkaXNhYmxlZF09XCJpc0Rpc2FibGVkXCJcbiAgICBbKG5nTW9kZWwpXT1cInZhbHVlXCJcbiAgICBkYXRlRm9ybWF0PVwiZGQvbW0veXlcIlxuICAgIHBsYWNlaG9sZGVyPVwie3sgcGxhY2Vob2xkZXIgfX1cIlxuICAgIFttb250aE5hdmlnYXRvcl09XCJ0cnVlXCJcbiAgICBbbWluRGF0ZV09XCJmZWNoYU1pbmltYVwiXG4gICAgW21heERhdGVdPVwiZmVjaGFNYXhpbWFcIlxuICAgIFt5ZWFyTmF2aWdhdG9yXT1cInRydWVcIlxuICAgIHllYXJSYW5nZT1cIjIwMDA6MjA1MFwiXG4gICAgW2xvY2FsZV09XCJsb2NhbGVcIlxuICAgIFtzaG93VGltZV09XCJ0cnVlXCJcbiAgICBbZmlyc3REYXlPZldlZWtdPVwiMVwiXG4gICAgW3Nob3dCdXR0b25CYXJdPVwic2hvd0J1dHRvbkJhclwiXG4gICAgW2FwcGVuZFRvXT1cImFwcGVuZFRvXCJcbiAgICAob25TZWxlY3QpPVwiX29uU2VsZWN0KHZhbHVlKVwiXG4gICAgKG9uQ2xlYXIpPVwiX29uQ2xlYXIoKVwiXG4gICAgKG9uQ2xlYXJDbGljayk9XCJfb25DbGVhcigpXCJcbiAgICAob25Gb2N1cyk9XCJfb25Gb2N1cygpXCJcbiAgICAob25CbHVyKT1cIl9vbkJsdXIoJGV2ZW50KVwiXG4gICAgKG9uSW5wdXQpPVwiX29uSW5wdXQoJGV2ZW50KVwiXG4gICAgYXR0ci5kYXRhLXRlc3RpZD1cInt7IGRhdGFUZXN0SWQgfX1cIlxuICAgID5cbiAgPC9wLWNhbGVuZGFyPlxufVxuQGlmICghcmVhZE9ubHkpIHtcbiAgPHNwYW4gY2xhc3M9XCJnbHlwaGljb24gZ2x5cGhpY29uLWNhbGVuZGFyIGljb25vLWlucHV0XCI+PC9zcGFuPlxufVxuQGlmIChjb250cm9sICE9IG51bGwpIHtcbiAgPGNvbnRyb2wtbWVzc2FnZXMgW2NvbnRyb2xdPVwiY29udHJvbFwiIFtmaWVsZF09XCJub21icmVcIj48L2NvbnRyb2wtbWVzc2FnZXM+XG59XG4iXX0=
@@ -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.7", 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.7", 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.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 }); }
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: BitDropDownGeneralComponent, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", 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.7", 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.7", 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.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: [{
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) {\n <div class=\"row separador\">\n <div>\n <!-- class=\"col-sm-4\"-->\n <ng-container *ngTemplateOutlet=\"normalBitSelectMultiple\"></ng-container>\n </div>\n <div>\n <!-- elementos seleccionados -->\n <label>&nbsp;</label>\n <div class=\"multiselect-labels\">\n @for (item of control.value; track item) {\n <div class=\"label label-primary multiselect-labels-lg\">\n <span>{{ labelSelectedItem(item) }}</span>\n @if (!readOnly) {\n &nbsp;&nbsp;\n <a (click)=\"deleteSelectedItem($event, item)\" title=\"{{ title }}\"><i class=\"fa fa-times\"></i></a>\n }\n </div>\n }\n </div>\n </div>\n </div>\n} @else {\n @if (!hideLabel) {\n <label\n ><ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i (click)=\"showAyuda()\" class=\"btn-ayuda fa fa-question\"></i>\n }\n </label>\n }\n @if (readOnly && !showSeparateSelectedLabels) {\n <p class=\"lectura\">{{ value_lectura }}</p>\n }\n <p-multiSelect\n id=\"{{ id }}\"\n [(ngModel)]=\"value\"\n [options]=\"listaOpciones\"\n [disabled]=\"isDisabled\"\n [optionLabel]=\"atributoLabel\"\n [optionValue]=\"atributoValue\"\n [defaultLabel]=\"emptyTextResolved\"\n [maxSelectedLabels]=\"maxSelectedLabels\"\n [appendTo]=\"appendTo\"\n selectedItemsLabel=\"{0} elements seleccionats\"\n (onChange)=\"_onChangeValue($event)\"\n (onClear)=\"_onClear()\"\n (onBlur)=\"_onBlur()\"\n (onFocus)=\"_onFocus()\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-multiSelect>\n @if (control != null) {\n <control-messages [control]=\"control\" [field]=\"id\"></control-messages>\n }\n}\n<ng-template #normalBitSelectMultiple>\n @if (!hideLabel) {\n <label\n ><ng-content></ng-content>&nbsp;@if (obligatorio) {\n <span class=\"fa fa-asterisk\"></span>\n }&nbsp;&nbsp;\n @if (ayuda) {\n <i (click)=\"showAyuda()\" class=\"btn-ayuda fa fa-question\"></i>\n }\n </label>\n }\n @if (readOnly && !showSeparateSelectedLabels) {\n <p class=\"lectura\">{{ value_lectura }}</p>\n }\n <p-multiSelect\n id=\"{{ id }}\"\n [(ngModel)]=\"value\"\n [options]=\"listaOpciones\"\n [disabled]=\"isDisabled\"\n [optionLabel]=\"atributoLabel\"\n [optionValue]=\"atributoValue\"\n [defaultLabel]=\"emptyTextResolved\"\n [maxSelectedLabels]=\"maxSelectedLabels\"\n [appendTo]=\"appendTo\"\n selectedItemsLabel=\"{0} elements seleccionats\"\n (onChange)=\"_onChangeValue($event)\"\n (onClear)=\"_onClear()\"\n (onBlur)=\"_onBlur()\"\n (onFocus)=\"_onFocus()\"\n attr.data-testid=\"{{ dataTestId }}\"\n >\n </p-multiSelect>\n @if (control != null) {\n <control-messages [control]=\"control\" [field]=\"id\"></control-messages>\n }\n</ng-template>\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.7", ngImport: i0, type: BitDropDownMultipleComponent, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: BitDropDownMultipleComponent, decorators: [{
116
116
  type: Component,
117
117
  args: [{ selector: "bit-dropdown-multiple", providers: [{
118
118
  provide: NG_VALUE_ACCESSOR,