@wlcm/angular 18.2.8 → 18.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/button/esm2022/lib/button.module.mjs +4 -4
  2. package/button/esm2022/lib/components/button/button.component.mjs +3 -3
  3. package/button/fesm2022/wlcm-angular-button.mjs +7 -7
  4. package/core/esm2022/lib/components/default-loader/default-loader.component.mjs +3 -3
  5. package/core/esm2022/lib/components/icons/calendar-icon/calendar-icon.component.mjs +3 -3
  6. package/core/esm2022/lib/components/icons/chevron-down-icon/chevron-down-icon.component.mjs +3 -3
  7. package/core/esm2022/lib/components/icons/close-icon/close-icon.component.mjs +3 -3
  8. package/core/esm2022/lib/components/icons/search-icon/search-icon.component.mjs +3 -3
  9. package/core/esm2022/lib/components/loader/loader.component.mjs +3 -3
  10. package/core/esm2022/lib/directives/icon.directive.mjs +3 -3
  11. package/core/esm2022/lib/services/scroll-detection.api.mjs +3 -3
  12. package/core/fesm2022/wlcm-angular-core.mjs +24 -24
  13. package/datepicker/esm2022/lib/components/calendar-header/calendar-header.component.mjs +3 -3
  14. package/datepicker/esm2022/lib/components/range/date-range-calendar-header/date-range-calendar-header.component.mjs +3 -3
  15. package/datepicker/esm2022/lib/components/range/date-range-picker/date-range-picker.component.mjs +3 -3
  16. package/datepicker/esm2022/lib/components/range/date-range-picker-bottom-panel/date-range-picker-bottom-panel.component.mjs +3 -3
  17. package/datepicker/esm2022/lib/components/range/date-range-picker-input/date-range-picker-input.component.mjs +3 -3
  18. package/datepicker/esm2022/lib/components/single/datepicker-input-container/datepicker-input-container.component.mjs +3 -3
  19. package/datepicker/esm2022/lib/components/single/datepicker-panel/datepicker-panel.component.mjs +3 -3
  20. package/datepicker/esm2022/lib/datepicker.module.mjs +4 -4
  21. package/datepicker/esm2022/lib/directives/calendar.directive.mjs +3 -3
  22. package/datepicker/esm2022/lib/directives/datepicker-input.base.mjs +3 -3
  23. package/datepicker/esm2022/lib/directives/datepicker-trigger.base.mjs +3 -3
  24. package/datepicker/esm2022/lib/directives/ragne/date-range-picker-input-end.directive.mjs +3 -3
  25. package/datepicker/esm2022/lib/directives/ragne/date-range-picker-input-start.directive.mjs +3 -3
  26. package/datepicker/esm2022/lib/directives/ragne/date-range-picker-input.base.mjs +3 -3
  27. package/datepicker/esm2022/lib/directives/ragne/left-calendar.directive.mjs +3 -3
  28. package/datepicker/esm2022/lib/directives/ragne/right-calendar.directive.mjs +3 -3
  29. package/datepicker/esm2022/lib/directives/single/datepicker-input.directive.mjs +3 -3
  30. package/datepicker/esm2022/lib/models/date-picker.models.mjs +3 -3
  31. package/datepicker/esm2022/lib/models/range/data-range-calendar.models.mjs +3 -3
  32. package/datepicker/fesm2022/wlcm-angular-datepicker.mjs +58 -58
  33. package/datepicker/fesm2022/wlcm-angular-datepicker.mjs.map +1 -1
  34. package/filters/esm2022/lib/components/filters-group/filters-group.component.mjs +3 -3
  35. package/filters/esm2022/lib/directives/filter.directive.mjs +3 -3
  36. package/filters/esm2022/lib/filters.module.mjs +4 -4
  37. package/filters/esm2022/lib/models/filters-group.models.mjs +3 -3
  38. package/filters/fesm2022/wlcm-angular-filters.mjs +13 -13
  39. package/forms/esm2022/lib/forms/components/autocomplete/autocomplete.component.mjs +6 -6
  40. package/forms/esm2022/lib/forms/components/checkbox/checkbox.component.mjs +5 -5
  41. package/forms/esm2022/lib/forms/components/checkbox-group/checkbox-group.component.mjs +3 -3
  42. package/forms/esm2022/lib/forms/components/error/error.component.mjs +3 -3
  43. package/forms/esm2022/lib/forms/components/form-field/form-field.component.mjs +3 -3
  44. package/forms/esm2022/lib/forms/components/label/label.component.mjs +3 -3
  45. package/forms/esm2022/lib/forms/components/partials/autocomplete-suffix/autocomplete-suffix.component.mjs +3 -3
  46. package/forms/esm2022/lib/forms/components/select/select.component.mjs +3 -3
  47. package/forms/esm2022/lib/forms/directives/autocomplete.directive.mjs +3 -3
  48. package/forms/esm2022/lib/forms/directives/form-field-custom-container.directive.mjs +3 -3
  49. package/forms/esm2022/lib/forms/directives/form-field-hint.directive.mjs +3 -3
  50. package/forms/esm2022/lib/forms/directives/form-field-prefix.directive.mjs +3 -3
  51. package/forms/esm2022/lib/forms/directives/form-field-suffix.directive.mjs +3 -3
  52. package/forms/esm2022/lib/forms/directives/input.directive.mjs +3 -3
  53. package/forms/esm2022/lib/forms/directives/select-input-binder.directive.mjs +3 -3
  54. package/forms/esm2022/lib/forms/forms.module.mjs +4 -4
  55. package/forms/esm2022/lib/forms/models/autocomplete.models.mjs +3 -3
  56. package/forms/esm2022/lib/forms/pipes/errors-mapper.pipe.mjs +3 -3
  57. package/forms/esm2022/lib/forms/services/form-state-handler.service.mjs +3 -3
  58. package/forms/esm2022/lib/forms/services/places.api.mjs +6 -6
  59. package/forms/fesm2022/wlcm-angular-forms.mjs +67 -67
  60. package/forms/fesm2022/wlcm-angular-forms.mjs.map +1 -1
  61. package/forms/lib/forms/components/autocomplete/autocomplete.component.d.ts +1 -0
  62. package/forms/lib/forms/services/places.api.d.ts +1 -0
  63. package/package.json +1 -1
  64. package/phone-input/esm2022/lib/components/country-code-select/country-code-select.component.mjs +3 -3
  65. package/phone-input/esm2022/lib/components/phone-input-container/phone-input-container.component.mjs +3 -3
  66. package/phone-input/esm2022/lib/directives/phone-input.directive.mjs +3 -3
  67. package/phone-input/esm2022/lib/phone-input.module.mjs +4 -4
  68. package/phone-input/esm2022/lib/pipes/phone-code.pipe.mjs +3 -3
  69. package/phone-input/fesm2022/wlcm-angular-phone-input.mjs +16 -16
  70. package/search-field/esm2022/lib/components/search-field/search-field.component.mjs +3 -3
  71. package/search-field/esm2022/lib/search-field.module.mjs +4 -4
  72. package/search-field/fesm2022/wlcm-angular-search-field.mjs +7 -7
  73. package/stepper/esm2022/lib/components/step/step.component.mjs +3 -3
  74. package/stepper/esm2022/lib/components/step-header/step-header.component.mjs +3 -3
  75. package/stepper/esm2022/lib/components/stepper/stepper.component.mjs +3 -3
  76. package/stepper/esm2022/lib/components/stepper-header/stepper-header.component.mjs +3 -3
  77. package/stepper/esm2022/lib/directives/load-on-active-step.directive.mjs +3 -3
  78. package/stepper/esm2022/lib/models/step.models.mjs +3 -3
  79. package/stepper/esm2022/lib/models/stepper.models.mjs +3 -3
  80. package/stepper/esm2022/lib/stepper.module.mjs +4 -4
  81. package/stepper/fesm2022/wlcm-angular-stepper.mjs +25 -25
  82. package/table/esm2022/lib/components/table/table.component.mjs +3 -3
  83. package/table/esm2022/lib/components/table-head/table-head.component.mjs +3 -3
  84. package/table/esm2022/lib/components/table-head-actions/table-head-actions.component.mjs +3 -3
  85. package/table/esm2022/lib/components/table-head-data/table-head-data.component.mjs +3 -3
  86. package/table/esm2022/lib/components/table-row/table-row.component.mjs +3 -3
  87. package/table/esm2022/lib/components/table-row-actions/table-row-actions.component.mjs +3 -3
  88. package/table/esm2022/lib/components/table-row-data/table-row-data.component.mjs +3 -3
  89. package/table/esm2022/lib/components/table-row-spacer/table-row-spacer.component.mjs +3 -3
  90. package/table/esm2022/lib/directives/scrollable-table-container.directive.mjs +3 -3
  91. package/table/esm2022/lib/pipes/table-row-injector.pipe.mjs +3 -3
  92. package/table/esm2022/lib/table.module.mjs +4 -4
  93. package/table/fesm2022/wlcm-angular-table.mjs +34 -34
@@ -4,10 +4,10 @@ export class WlcmFormFieldCustomContainerDirective {
4
4
  constructor(elementRef) {
5
5
  this.elementRef = elementRef;
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormFieldCustomContainerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
8
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: WlcmFormFieldCustomContainerDirective, isStandalone: true, selector: "[wlcmFormFieldCustomContainer]", ngImport: i0 }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormFieldCustomContainerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
8
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: WlcmFormFieldCustomContainerDirective, isStandalone: true, selector: "[wlcmFormFieldCustomContainer]", ngImport: i0 }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormFieldCustomContainerDirective, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormFieldCustomContainerDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[wlcmFormFieldCustomContainer]',
@@ -1,10 +1,10 @@
1
1
  import { Directive } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class WlcmFormFieldHintDirective {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormFieldHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: WlcmFormFieldHintDirective, isStandalone: true, selector: "[wlcmFormFieldHint]", host: { classAttribute: "wlcm-hint" }, ngImport: i0 }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormFieldHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: WlcmFormFieldHintDirective, isStandalone: true, selector: "[wlcmFormFieldHint]", host: { classAttribute: "wlcm-hint" }, ngImport: i0 }); }
6
6
  }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormFieldHintDirective, decorators: [{
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormFieldHintDirective, decorators: [{
8
8
  type: Directive,
9
9
  args: [{
10
10
  selector: '[wlcmFormFieldHint]',
@@ -6,10 +6,10 @@ export class WlcmFormFieldPrefixDirective {
6
6
  event.stopPropagation();
7
7
  };
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormFieldPrefixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: WlcmFormFieldPrefixDirective, isStandalone: true, selector: "[wlcmFormFieldPrefix]", host: { listeners: { "click": "handlerClick($event)" } }, ngImport: i0 }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormFieldPrefixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: WlcmFormFieldPrefixDirective, isStandalone: true, selector: "[wlcmFormFieldPrefix]", host: { listeners: { "click": "handlerClick($event)" } }, ngImport: i0 }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormFieldPrefixDirective, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormFieldPrefixDirective, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: '[wlcmFormFieldPrefix]',
@@ -1,10 +1,10 @@
1
1
  import { Directive } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class WlcmFormFieldSuffixDirective {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormFieldSuffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: WlcmFormFieldSuffixDirective, isStandalone: true, selector: "[wlcmFormFieldSuffix]", ngImport: i0 }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormFieldSuffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: WlcmFormFieldSuffixDirective, isStandalone: true, selector: "[wlcmFormFieldSuffix]", ngImport: i0 }); }
6
6
  }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormFieldSuffixDirective, decorators: [{
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormFieldSuffixDirective, decorators: [{
8
8
  type: Directive,
9
9
  args: [{
10
10
  selector: '[wlcmFormFieldSuffix]',
@@ -15,8 +15,8 @@ export class WlcmInputDirective {
15
15
  element.classList.add(WLCM_FORM_FIELD_INPUT_CLASS);
16
16
  }
17
17
  }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmInputDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
19
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: WlcmInputDirective, isStandalone: true, selector: "[wlcmInput]", providers: [
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmInputDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
19
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: WlcmInputDirective, isStandalone: true, selector: "[wlcmInput]", providers: [
20
20
  {
21
21
  provide: WLCM_INPUT,
22
22
  useFactory: () => {
@@ -27,7 +27,7 @@ export class WlcmInputDirective {
27
27
  },
28
28
  ], ngImport: i0 }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmInputDirective, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmInputDirective, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: '[wlcmInput]',
@@ -3,8 +3,8 @@ import { WLCM_INPUT_BINDER } from '../constants';
3
3
  import { WlcmSelectComponent } from '../components';
4
4
  import * as i0 from "@angular/core";
5
5
  export class WlcmSelectInputBinderDirective {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmSelectInputBinderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: WlcmSelectInputBinderDirective, isStandalone: true, selector: "[wlcmSelectInputBinder]", providers: [
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmSelectInputBinderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: WlcmSelectInputBinderDirective, isStandalone: true, selector: "[wlcmSelectInputBinder]", providers: [
8
8
  {
9
9
  provide: WLCM_INPUT_BINDER,
10
10
  useFactory: () => {
@@ -14,7 +14,7 @@ export class WlcmSelectInputBinderDirective {
14
14
  },
15
15
  ], ngImport: i0 }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmSelectInputBinderDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmSelectInputBinderDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  standalone: true,
@@ -29,8 +29,8 @@ const components = [
29
29
  WlcmLabelComponent,
30
30
  ];
31
31
  export class WlcmFormsModule {
32
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
33
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormsModule, imports: [WlcmFormFieldComponent,
32
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
33
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormsModule, imports: [WlcmFormFieldComponent,
34
34
  WlcmAutocompleteComponent,
35
35
  WlcmAutocompleteSuffixComponent,
36
36
  WlcmCheckboxGroupComponent,
@@ -51,9 +51,9 @@ export class WlcmFormsModule {
51
51
  WlcmFormFieldSuffixDirective,
52
52
  WlcmFormFieldPrefixDirective,
53
53
  WlcmFormFieldHintDirective, MatRadioModule] }); }
54
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormsModule, providers: [{ provide: MAT_RADIO_DEFAULT_OPTIONS, useValue: { color: 'primary' } }], imports: [components, MatRadioModule, MatRadioModule] }); }
54
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormsModule, providers: [{ provide: MAT_RADIO_DEFAULT_OPTIONS, useValue: { color: 'primary' } }], imports: [components, MatRadioModule, MatRadioModule] }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmFormsModule, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmFormsModule, decorators: [{
57
57
  type: NgModule,
58
58
  args: [{
59
59
  imports: [...components, ...directives, MatRadioModule],
@@ -1,10 +1,10 @@
1
1
  import { Directive } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class WlcmAutocomplete {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmAutocomplete, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: WlcmAutocomplete, ngImport: i0 }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmAutocomplete, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: WlcmAutocomplete, ngImport: i0 }); }
6
6
  }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmAutocomplete, decorators: [{
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmAutocomplete, decorators: [{
8
8
  type: Directive
9
9
  }] });
10
10
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLm1vZGVscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL21vZHVsZXMvZm9ybXMvc3JjL2xpYi9mb3Jtcy9tb2RlbHMvYXV0b2NvbXBsZXRlLm1vZGVscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU8xQyxNQUFNLE9BQWdCLGdCQUFnQjs4R0FBaEIsZ0JBQWdCO2tHQUFoQixnQkFBZ0I7OzJGQUFoQixnQkFBZ0I7a0JBRHJDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFdsY21BdXRvY29tcGxldGVPcHRpb24gfSBmcm9tICdAd2xjbS9hbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSB9IGZyb20gJ3J4anMnO1xuXG5leHBvcnQgdHlwZSBXbGNtQXV0b2NvbXBsZXRlVmFsdWUgPSBXbGNtQXV0b2NvbXBsZXRlT3B0aW9uIHwgc3RyaW5nIHwgbnVsbDtcblxuQERpcmVjdGl2ZSgpXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgV2xjbUF1dG9jb21wbGV0ZSB7XG4gIGFic3RyYWN0IGxvYWRpbmckOiBPYnNlcnZhYmxlPGJvb2xlYW4+O1xufVxuIl19
@@ -33,10 +33,10 @@ export class ErrorsMapperPipe {
33
33
  this.changeDetectorRef.markForCheck();
34
34
  });
35
35
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ErrorsMapperPipe, deps: [{ token: i0.ChangeDetectorRef }, { token: WLCM_ERRORS }, { token: WLCM_PRIORITY_ERRORS }], target: i0.ɵɵFactoryTarget.Pipe }); }
37
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: ErrorsMapperPipe, isStandalone: true, name: "errorsMapper", pure: false }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ErrorsMapperPipe, deps: [{ token: i0.ChangeDetectorRef }, { token: WLCM_ERRORS }, { token: WLCM_PRIORITY_ERRORS }], target: i0.ɵɵFactoryTarget.Pipe }); }
37
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: ErrorsMapperPipe, isStandalone: true, name: "errorsMapper", pure: false }); }
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ErrorsMapperPipe, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: ErrorsMapperPipe, decorators: [{
40
40
  type: Pipe,
41
41
  args: [{
42
42
  name: 'errorsMapper',
@@ -9,10 +9,10 @@ export class FormStateHandlerService {
9
9
  updateFormState() {
10
10
  this._stateChanges$.next();
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: FormStateHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
13
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: FormStateHandlerService, providedIn: 'root' }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FormStateHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
13
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FormStateHandlerService, providedIn: 'root' }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: FormStateHandlerService, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FormStateHandlerService, decorators: [{
16
16
  type: Injectable,
17
17
  args: [{ providedIn: 'root' }]
18
18
  }] });
@@ -42,17 +42,17 @@ class WlcmDefaultPlacesApi {
42
42
  get autocompleteService() {
43
43
  return this._autocompleteService;
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmDefaultPlacesApi, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
46
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmDefaultPlacesApi }); }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmDefaultPlacesApi, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
46
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmDefaultPlacesApi }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmDefaultPlacesApi, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmDefaultPlacesApi, decorators: [{
49
49
  type: Injectable
50
50
  }], ctorParameters: () => [] });
51
51
  export class WlcmPlacesApi {
52
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmPlacesApi, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
53
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmPlacesApi, providedIn: 'root', useClass: WlcmDefaultPlacesApi }); }
52
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmPlacesApi, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
53
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmPlacesApi, providedIn: 'root', useClass: WlcmDefaultPlacesApi }); }
54
54
  }
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: WlcmPlacesApi, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: WlcmPlacesApi, decorators: [{
56
56
  type: Injectable,
57
57
  args: [{
58
58
  providedIn: 'root',