@wlcm/angular 18.2.12 → 18.2.14

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.
@@ -50,6 +50,8 @@ export declare class WlcmSelectComponent implements WlcmFormFieldInput, ControlV
50
50
  private readonly _blurStream$;
51
51
  focus$: Observable<unknown>;
52
52
  blur$: Observable<unknown>;
53
+ private adjustedValue$;
54
+ private viewReady$;
53
55
  private selected$;
54
56
  constructor(zone: NgZone, changeDetectorRef: ChangeDetectorRef, scrollDetectionApi: ScrollDetectionApi, formField: WlcmFormField, parentFormMember: WlcmFormControl);
55
57
  ngAfterViewInit(): void;
@@ -64,12 +66,15 @@ export declare class WlcmSelectComponent implements WlcmFormFieldInput, ControlV
64
66
  protected panelClosed(): void;
65
67
  updateOptionsStatus(): void;
66
68
  writeValue(value: WlcmSelectValue): void;
67
- registerOnChange(callback: (value: WlcmOption) => void): void;
69
+ registerOnChange(callback: (value: WlcmSelectValue) => void): void;
68
70
  registerOnTouched(callback: () => void): void;
69
71
  registerOnValidatorChange(callback: () => void): void;
70
72
  setDisabledState(isDisabled: boolean): void;
71
73
  validate(): ValidationErrors | null;
72
74
  get isOpen(): boolean;
75
+ private prepareValueForPatch;
76
+ private formatValue;
77
+ private formatOption;
73
78
  private loadPaginatedOptions;
74
79
  private loadMorePaginatedOptions;
75
80
  private cacheOptions;
@@ -77,6 +82,7 @@ export declare class WlcmSelectComponent implements WlcmFormFieldInput, ControlV
77
82
  private prefillOptions;
78
83
  private handleScrollDown;
79
84
  private handleStateChange;
85
+ private handleAdjustedValue;
80
86
  static ɵfac: i0.ɵɵFactoryDeclaration<WlcmSelectComponent, [null, null, null, null, { optional: true; }]>;
81
87
  static ɵcmp: i0.ɵɵComponentDeclaration<WlcmSelectComponent, "wlcm-select", never, { "multiple": { "alias": "multiple"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "fetchPaginatedOptions": { "alias": "fetchPaginatedOptions"; "required": false; }; "canSelect": { "alias": "canSelect"; "required": false; }; "queryParams": { "alias": "queryParams"; "required": false; }; "paginated": { "alias": "paginated"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "selectOptionFormat": { "alias": "selectOptionFormat"; "required": false; "isSignal": true; }; "optionTemplate": { "alias": "optionTemplate"; "required": false; "isSignal": true; }; "triggerTemplate": { "alias": "triggerTemplate"; "required": false; "isSignal": true; }; "isOptionDisabled": { "alias": "isOptionDisabled"; "required": false; "isSignal": true; }; }, { "selectionChange": "selectionChange"; "opened": "opened"; "closed": "closed"; }, never, never, true, [{ directive: typeof i1.WlcmSelectInputBinderDirective; inputs: {}; outputs: {}; }]>;
82
88
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wlcm/angular",
3
- "version": "18.2.12",
3
+ "version": "18.2.14",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./index.mjs",