@lucca-front/ng 22.0.0-rc.2 → 22.0.0-rc.3

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 (80) hide show
  1. package/fesm2022/lucca-front-ng-api.mjs +160 -85
  2. package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
  3. package/fesm2022/lucca-front-ng-clear.mjs +7 -6
  4. package/fesm2022/lucca-front-ng-clear.mjs.map +1 -1
  5. package/fesm2022/lucca-front-ng-core-select-api.mjs +37 -21
  6. package/fesm2022/lucca-front-ng-core-select-api.mjs.map +1 -1
  7. package/fesm2022/lucca-front-ng-core-select-user.mjs +2 -2
  8. package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
  9. package/fesm2022/lucca-front-ng-core-select.mjs +229 -135
  10. package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
  11. package/fesm2022/lucca-front-ng-core.mjs +1 -12
  12. package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
  13. package/fesm2022/lucca-front-ng-date.mjs +124 -100
  14. package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
  15. package/fesm2022/lucca-front-ng-date2.mjs +37 -25
  16. package/fesm2022/lucca-front-ng-date2.mjs.map +1 -1
  17. package/fesm2022/lucca-front-ng-department.mjs +0 -2
  18. package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
  19. package/fesm2022/lucca-front-ng-divider.mjs +6 -4
  20. package/fesm2022/lucca-front-ng-divider.mjs.map +1 -1
  21. package/fesm2022/lucca-front-ng-dropdown.mjs +34 -31
  22. package/fesm2022/lucca-front-ng-dropdown.mjs.map +1 -1
  23. package/fesm2022/lucca-front-ng-establishment.mjs +83 -49
  24. package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
  25. package/fesm2022/lucca-front-ng-filter-pills.mjs +18 -8
  26. package/fesm2022/lucca-front-ng-filter-pills.mjs.map +1 -1
  27. package/fesm2022/lucca-front-ng-form-field.mjs +10 -7
  28. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  29. package/fesm2022/lucca-front-ng-formly.mjs +2 -3
  30. package/fesm2022/lucca-front-ng-formly.mjs.map +1 -1
  31. package/fesm2022/lucca-front-ng-forms.mjs +46 -5
  32. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  33. package/fesm2022/lucca-front-ng-input.mjs +0 -1
  34. package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
  35. package/fesm2022/lucca-front-ng-modal.mjs +15 -11
  36. package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
  37. package/fesm2022/lucca-front-ng-multi-select.mjs +115 -91
  38. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  39. package/fesm2022/lucca-front-ng-number-format.mjs +11 -7
  40. package/fesm2022/lucca-front-ng-number-format.mjs.map +1 -1
  41. package/fesm2022/lucca-front-ng-option.mjs +37 -30
  42. package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
  43. package/fesm2022/lucca-front-ng-popover.mjs +238 -123
  44. package/fesm2022/lucca-front-ng-popover.mjs.map +1 -1
  45. package/fesm2022/lucca-front-ng-popover2.mjs +65 -37
  46. package/fesm2022/lucca-front-ng-popover2.mjs.map +1 -1
  47. package/fesm2022/lucca-front-ng-select.mjs +123 -76
  48. package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
  49. package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
  50. package/fesm2022/lucca-front-ng-simple-select.mjs +13 -13
  51. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  52. package/fesm2022/lucca-front-ng-time.mjs +8 -6
  53. package/fesm2022/lucca-front-ng-time.mjs.map +1 -1
  54. package/fesm2022/lucca-front-ng-user-popover.mjs +13 -9
  55. package/fesm2022/lucca-front-ng-user-popover.mjs.map +1 -1
  56. package/fesm2022/lucca-front-ng-user.mjs +93 -59
  57. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  58. package/package.json +4 -4
  59. package/types/lucca-front-ng-api.d.ts +62 -62
  60. package/types/lucca-front-ng-clear.d.ts +2 -3
  61. package/types/lucca-front-ng-core-select-api.d.ts +22 -22
  62. package/types/lucca-front-ng-core-select.d.ts +139 -140
  63. package/types/lucca-front-ng-core.d.ts +2 -7
  64. package/types/lucca-front-ng-date.d.ts +26 -28
  65. package/types/lucca-front-ng-divider.d.ts +1 -1
  66. package/types/lucca-front-ng-dropdown.d.ts +4 -5
  67. package/types/lucca-front-ng-establishment.d.ts +19 -18
  68. package/types/lucca-front-ng-form-field.d.ts +3 -2
  69. package/types/lucca-front-ng-forms.d.ts +32 -12
  70. package/types/lucca-front-ng-modal.d.ts +2 -2
  71. package/types/lucca-front-ng-multi-select.d.ts +37 -36
  72. package/types/lucca-front-ng-option.d.ts +10 -10
  73. package/types/lucca-front-ng-popover.d.ts +46 -52
  74. package/types/lucca-front-ng-popover2.d.ts +11 -13
  75. package/types/lucca-front-ng-segmented-control.d.ts +4 -2
  76. package/types/lucca-front-ng-select.d.ts +28 -30
  77. package/types/lucca-front-ng-simple-select.d.ts +3 -3
  78. package/types/lucca-front-ng-time.d.ts +1 -1
  79. package/types/lucca-front-ng-user-popover.d.ts +3 -4
  80. package/types/lucca-front-ng-user.d.ts +20 -20
@@ -1,5 +1,5 @@
1
1
  import { AnimationTriggerMetadata } from '@angular/animations';
2
- import * as _angular_core from '@angular/core';
2
+ import * as i0 from '@angular/core';
3
3
  import { TemplateRef, OnDestroy, EventEmitter, ElementRef, ViewContainerRef, AfterViewInit } from '@angular/core';
4
4
  import { OverlayRef, HorizontalConnectionPos, VerticalConnectionPos, Overlay, OverlayConfig, FlexibleConnectedPositionStrategy } from '@angular/cdk/overlay';
5
5
  import { Observable, Subscription, Subject } from 'rxjs';
@@ -96,64 +96,61 @@ declare class LuPopoverPanelComponent extends ALuPopoverPanel implements ILuPopo
96
96
  protected _template: TemplateRef<unknown>;
97
97
  protected _templateContext: unknown;
98
98
  /** Template to Use for the popover */
99
- readonly template: _angular_core.InputSignal<TemplateRef<unknown>>;
99
+ get template(): TemplateRef<unknown>;
100
+ set template(value: TemplateRef<unknown>);
100
101
  /** Template context to use for the popover when created using a template */
101
- readonly templateContext: _angular_core.InputSignal<unknown>;
102
+ get templateContext(): unknown;
103
+ set templateContext(value: unknown);
102
104
  /**
103
105
  * Popover container close on click
104
106
  * default: false
105
107
  */
106
- readonly inputCloseOnClick: _angular_core.InputSignal<boolean>;
108
+ set inputCloseOnClick(v: boolean);
107
109
  /**
108
110
  * Popover focus trap using cdkTrapFocus
109
111
  * default: false
110
112
  */
111
- readonly inputTrapFocus: _angular_core.InputSignal<boolean>;
113
+ set inputTrapFocus(v: boolean);
112
114
  /**
113
115
  * Popover scrollStrategy
114
116
  * default: reposition
115
117
  */
116
- readonly inputScrollStrategy: _angular_core.InputSignal<LuPopoverScrollStrategy>;
118
+ set inputScrollStrategy(v: LuPopoverScrollStrategy);
117
119
  /**
118
120
  * This method takes classes set on the host lu-popover element and applies them on the
119
121
  * popover template that displays in the overlay container. Otherwise, it's difficult
120
122
  * to style the containing popover from outside the component.
121
123
  * @param classes list of class names
122
124
  */
123
- readonly inputPanelClasses: _angular_core.InputSignal<string>;
125
+ set inputPanelClasses(classes: string);
124
126
  /**
125
127
  * This method takes classes set on the host lu-popover element and applies them on the
126
128
  * popover template that displays in the overlay container. Otherwise, it's difficult
127
129
  * to style the containing popover from outside the component.
128
130
  * @param classes list of class names
129
131
  */
130
- readonly inputContentClasses: _angular_core.InputSignal<string>;
131
- readonly close: EventEmitter<void>;
132
- readonly open: EventEmitter<void>;
133
- readonly hovered: EventEmitter<boolean>;
132
+ set inputContentClasses(classes: string);
134
133
  /** Event emitted when the popover is closed. */
135
- protected readonly closeOutput: _angular_core.OutputRef<void>;
136
- /** Event emitted when the popover is open. */
137
- protected readonly openOutput: _angular_core.OutputRef<void>;
138
- /** Event emitted when the popover is hovered. */
139
- protected readonly hoveredOutput: _angular_core.OutputRef<boolean>;
140
- readonly vcTemplateRef: _angular_core.Signal<TemplateRef<any>>;
134
+ close: EventEmitter<void>;
135
+ open: EventEmitter<void>;
136
+ hovered: EventEmitter<boolean>;
137
+ set vcTemplateRef(tr: TemplateRef<unknown>);
141
138
  constructor();
142
139
  ngOnDestroy(): void;
143
140
  _emitCloseEvent(): void;
144
141
  _emitOpenEvent(): void;
145
142
  _emitHoveredEvent(hovered: boolean): void;
146
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuPopoverPanelComponent, never>;
147
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LuPopoverPanelComponent, "lu-popover", ["LuPopoverPanel"], { "template": { "alias": "template"; "required": false; "isSignal": true; }; "templateContext": { "alias": "template-context"; "required": false; "isSignal": true; }; "inputCloseOnClick": { "alias": "close-on-click"; "required": false; "isSignal": true; }; "inputTrapFocus": { "alias": "trap-focus"; "required": false; "isSignal": true; }; "inputScrollStrategy": { "alias": "scroll-strategy"; "required": false; "isSignal": true; }; "inputPanelClasses": { "alias": "panel-classes"; "required": false; "isSignal": true; }; "inputContentClasses": { "alias": "content-classes"; "required": false; "isSignal": true; }; }, { "closeOutput": "close"; "openOutput": "open"; "hoveredOutput": "hovered"; }, never, ["*"], true, never>;
143
+ static ɵfac: i0.ɵɵFactoryDeclaration<LuPopoverPanelComponent, never>;
144
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuPopoverPanelComponent, "lu-popover", ["LuPopoverPanel"], { "template": { "alias": "template"; "required": false; }; "templateContext": { "alias": "template-context"; "required": false; }; "inputCloseOnClick": { "alias": "close-on-click"; "required": false; }; "inputTrapFocus": { "alias": "trap-focus"; "required": false; }; "inputScrollStrategy": { "alias": "scroll-strategy"; "required": false; }; "inputPanelClasses": { "alias": "panel-classes"; "required": false; }; "inputContentClasses": { "alias": "content-classes"; "required": false; }; }, { "close": "close"; "open": "open"; "hovered": "hovered"; }, never, ["*"], true, never>;
148
145
  }
149
146
 
150
147
  /**
151
148
  * @deprecated use `LuPopoverPanelComponent` instead
152
149
  */
153
150
  declare class LuPopoverPanelModule {
154
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuPopoverPanelModule, never>;
155
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<LuPopoverPanelModule, never, [typeof LuPopoverPanelComponent], [typeof LuPopoverPanelComponent]>;
156
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<LuPopoverPanelModule>;
151
+ static ɵfac: i0.ɵɵFactoryDeclaration<LuPopoverPanelModule, never>;
152
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LuPopoverPanelModule, never, [typeof LuPopoverPanelComponent], [typeof LuPopoverPanelComponent]>;
153
+ static ɵinj: i0.ɵɵInjectorDeclaration<LuPopoverPanelModule>;
157
154
  }
158
155
 
159
156
  type LuPopoverPosition = 'above' | 'below' | 'before' | 'after';
@@ -201,17 +198,17 @@ declare class LuPopoverTarget extends ALuPopoverTarget {
201
198
  }
202
199
 
203
200
  declare class LuPopoverTargetDirective extends ALuPopoverTarget {
201
+ constructor(ref: ElementRef);
204
202
  /** how you want to position the panel relative to the target, allowed values: above, below, before, after */
205
- readonly inputPosition: _angular_core.InputSignal<LuPopoverPosition>;
203
+ set inputPosition(pos: LuPopoverPosition);
206
204
  /** how the panel will be align with the target, allowed values: top, bottom, left, right */
207
- readonly inputAlignment: _angular_core.InputSignal<LuPopoverAlignment>;
205
+ set inputAlignment(al: LuPopoverAlignment);
208
206
  /** set to true if you want the panel to appear on top of the target */
209
- readonly inputOverlap: _angular_core.InputSignal<boolean>;
210
- readonly inputOffsetX: _angular_core.InputSignal<number>;
211
- readonly inputOffsetY: _angular_core.InputSignal<number>;
212
- constructor(ref: ElementRef);
213
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuPopoverTargetDirective, never>;
214
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LuPopoverTargetDirective, "[luPopoverTarget]", ["LuPopoverTarget"], { "inputPosition": { "alias": "luPopoverPosition"; "required": false; "isSignal": true; }; "inputAlignment": { "alias": "luPopoverAlignment"; "required": false; "isSignal": true; }; "inputOverlap": { "alias": "luPopoverOverlap"; "required": false; "isSignal": true; }; "inputOffsetX": { "alias": "luPopoverOffsetX"; "required": false; "isSignal": true; }; "inputOffsetY": { "alias": "luPopoverOffsetY"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
207
+ set inputOverlap(ov: boolean);
208
+ set inputOffsetX(ox: number);
209
+ set inputOffsetY(oy: number);
210
+ static ɵfac: i0.ɵɵFactoryDeclaration<LuPopoverTargetDirective, never>;
211
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LuPopoverTargetDirective, "[luPopoverTarget]", ["LuPopoverTarget"], { "inputPosition": { "alias": "luPopoverPosition"; "required": false; }; "inputAlignment": { "alias": "luPopoverAlignment"; "required": false; }; "inputOverlap": { "alias": "luPopoverOverlap"; "required": false; }; "inputOffsetX": { "alias": "luPopoverOffsetX"; "required": false; }; "inputOffsetY": { "alias": "luPopoverOffsetY"; "required": false; }; }, {}, never, never, true, never>;
215
212
  }
216
213
 
217
214
  type LuPopoverTriggerEvent = 'click' | 'hover' | 'none' | 'focus';
@@ -372,36 +369,33 @@ declare abstract class ALuPopoverTrigger<TPanel extends ILuPopoverPanel = ILuPop
372
369
  }
373
370
 
374
371
  declare class LuPopoverTriggerDirective<TPanel extends ILuPopoverPanel = ILuPopoverPanel, TTarget extends ILuPopoverTarget = ILuPopoverTarget> extends ALuPopoverTrigger<TPanel, TTarget> implements ILuPopoverTrigger<TPanel, TTarget>, AfterViewInit, OnDestroy {
375
- #private;
376
372
  protected _overlay: Overlay;
377
373
  protected _elementRef: ElementRef<HTMLElement>;
378
374
  protected _viewContainerRef: ViewContainerRef;
379
375
  /** References the popover instance that the trigger is associated with. */
380
- readonly inputPanel: _angular_core.InputSignal<TPanel>;
376
+ set inputPanel(p: TPanel);
381
377
  /** References the popover target instance that the trigger is associated with. */
382
- readonly inputTarget: _angular_core.InputSignal<TTarget>;
378
+ set inputTarget(t: TTarget);
383
379
  /** References the popover target instance that the trigger is associated with. */
384
- readonly inputTriggerEvent: _angular_core.InputSignal<LuPopoverTriggerEvent>;
385
- readonly onOpen: EventEmitter<void>;
386
- readonly onClose: EventEmitter<void>;
387
- /** Event emitted when the associated popover is closed. */
388
- protected readonly onCloseOutput: _angular_core.OutputRef<void>;
380
+ set inputTriggerEvent(te: LuPopoverTriggerEvent);
389
381
  /** Event emitted when the associated popover is opened. */
390
- protected readonly onOpenOutput: _angular_core.OutputRef<void>;
382
+ onOpen: EventEmitter<void>;
383
+ /** Event emitted when the associated popover is closed. */
384
+ onClose: EventEmitter<void>;
391
385
  /** how you want to position the panel relative to the target, allowed values: above, below, before, after */
392
- readonly inputPosition: _angular_core.InputSignal<LuPopoverPosition>;
386
+ set inputPosition(pos: LuPopoverPosition);
393
387
  /** how the panel will be align with the target, allowed values: top, bottom, left, right */
394
- readonly inputAlignment: _angular_core.InputSignal<LuPopoverAlignment>;
388
+ set inputAlignment(al: LuPopoverAlignment);
395
389
  /** when trigger = hover, delay before the popover panel appears */
396
- readonly inputEnterDelay: _angular_core.InputSignal<number>;
390
+ set inputEnterDelay(d: number);
397
391
  /** when trigger = hover, delay before the popover panel disappears */
398
- readonly inputLeaveDelay: _angular_core.InputSignal<number>;
392
+ set inputLeaveDelay(d: number);
399
393
  /** disable popover apparition */
400
- readonly inputDisabled: _angular_core.InputSignal<boolean>;
394
+ set inputDisabled(d: boolean);
401
395
  /** set to true if you want the panel to appear on top of the target */
402
- readonly inputOverlap: _angular_core.InputSignal<boolean>;
403
- readonly inputOffsetX: _angular_core.InputSignal<number>;
404
- readonly inputOffsetY: _angular_core.InputSignal<number>;
396
+ set inputOverlap(ov: boolean);
397
+ set inputOffsetX(ox: number);
398
+ set inputOffsetY(oy: number);
405
399
  /** accessibility attribute - dont override */
406
400
  get _attrAriaExpanded(): boolean;
407
401
  /** accessibility attribute - dont override */
@@ -418,17 +412,17 @@ declare class LuPopoverTriggerDirective<TPanel extends ILuPopoverPanel = ILuPopo
418
412
  ngOnDestroy(): void;
419
413
  protected _emitOpen(): void;
420
414
  protected _emitClose(): void;
421
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuPopoverTriggerDirective<any, any>, never>;
422
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LuPopoverTriggerDirective<any, any>, "[luPopover]", ["LuPopoverTrigger"], { "inputPanel": { "alias": "luPopover"; "required": false; "isSignal": true; }; "inputTarget": { "alias": "luPopoverTarget"; "required": false; "isSignal": true; }; "inputTriggerEvent": { "alias": "luPopoverTrigger"; "required": false; "isSignal": true; }; "inputPosition": { "alias": "luPopoverPosition"; "required": false; "isSignal": true; }; "inputAlignment": { "alias": "luPopoverAlignment"; "required": false; "isSignal": true; }; "inputEnterDelay": { "alias": "luPopoverEnterDelay"; "required": false; "isSignal": true; }; "inputLeaveDelay": { "alias": "luPopoverLeaveDelay"; "required": false; "isSignal": true; }; "inputDisabled": { "alias": "luPopoverDisabled"; "required": false; "isSignal": true; }; "inputOverlap": { "alias": "luPopoverOverlap"; "required": false; "isSignal": true; }; "inputOffsetX": { "alias": "luPopoverOffsetX"; "required": false; "isSignal": true; }; "inputOffsetY": { "alias": "luPopoverOffsetY"; "required": false; "isSignal": true; }; }, { "onCloseOutput": "luPopoverOnClose"; "onOpenOutput": "luPopoverOnOpen"; }, never, never, true, never>;
415
+ static ɵfac: i0.ɵɵFactoryDeclaration<LuPopoverTriggerDirective<any, any>, never>;
416
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LuPopoverTriggerDirective<any, any>, "[luPopover]", ["LuPopoverTrigger"], { "inputPanel": { "alias": "luPopover"; "required": false; }; "inputTarget": { "alias": "luPopoverTarget"; "required": false; }; "inputTriggerEvent": { "alias": "luPopoverTrigger"; "required": false; }; "inputPosition": { "alias": "luPopoverPosition"; "required": false; }; "inputAlignment": { "alias": "luPopoverAlignment"; "required": false; }; "inputEnterDelay": { "alias": "luPopoverEnterDelay"; "required": false; }; "inputLeaveDelay": { "alias": "luPopoverLeaveDelay"; "required": false; }; "inputDisabled": { "alias": "luPopoverDisabled"; "required": false; }; "inputOverlap": { "alias": "luPopoverOverlap"; "required": false; }; "inputOffsetX": { "alias": "luPopoverOffsetX"; "required": false; }; "inputOffsetY": { "alias": "luPopoverOffsetY"; "required": false; }; }, { "onOpen": "luPopoverOnOpen"; "onClose": "luPopoverOnClose"; }, never, never, true, never>;
423
417
  }
424
418
 
425
419
  /**
426
420
  * @deprecated use `LuPopoverPanelComponent, LuPopoverTargetDirective, LuPopoverTriggerDirective` instead
427
421
  */
428
422
  declare class LuPopoverModule {
429
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuPopoverModule, never>;
430
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<LuPopoverModule, never, [typeof LuPopoverPanelComponent, typeof LuPopoverTargetDirective, typeof LuPopoverTriggerDirective], [typeof LuPopoverPanelComponent, typeof LuPopoverTargetDirective, typeof LuPopoverTriggerDirective]>;
431
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<LuPopoverModule>;
423
+ static ɵfac: i0.ɵɵFactoryDeclaration<LuPopoverModule, never>;
424
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LuPopoverModule, never, [typeof LuPopoverPanelComponent, typeof LuPopoverTargetDirective, typeof LuPopoverTriggerDirective], [typeof LuPopoverPanelComponent, typeof LuPopoverTargetDirective, typeof LuPopoverTriggerDirective]>;
425
+ static ɵinj: i0.ɵɵInjectorDeclaration<LuPopoverModule>;
432
426
  }
433
427
 
434
428
  export { ALuPopoverPanel, ALuPopoverTarget, ALuPopoverTrigger, LuPopoverModule, LuPopoverPanelComponent, LuPopoverPanelModule, LuPopoverTarget, LuPopoverTargetDirective, LuPopoverTriggerDirective, luTransformPopover };
@@ -1,5 +1,5 @@
1
1
  import * as _angular_core from '@angular/core';
2
- import { OnDestroy, ElementRef, InputSignal, TemplateRef, Type, Provider, AfterViewInit, DestroyRef, EnvironmentProviders, InjectionToken } from '@angular/core';
2
+ import { OnDestroy, ElementRef, TemplateRef, Type, InputSignal, Provider, AfterViewInit, DestroyRef, EnvironmentProviders, InjectionToken } from '@angular/core';
3
3
  import { Overlay, ConnectionPositionPair, FlexibleConnectedPositionStrategyOrigin, OverlayRef } from '@angular/cdk/overlay';
4
4
  import { Subject } from 'rxjs';
5
5
  import * as _lucca_front_ng_popover2 from '@lucca-front/ng/popover2';
@@ -15,16 +15,16 @@ declare class PopoverDirective implements OnDestroy {
15
15
  readonly overlay: Overlay;
16
16
  readonly elementRef: ElementRef<HTMLElement>;
17
17
  readonly intl: _angular_core.InputSignalWithTransform<LuCalloutLabel, Partial<LuCalloutLabel>>;
18
- readonly luPopover2: InputSignal<TemplateRef<unknown> | Type<unknown>>;
18
+ content: TemplateRef<unknown> | Type<unknown>;
19
19
  readonly luPopoverPosition: InputSignal<PopoverPosition>;
20
- readonly overlayScrollStrategy: InputSignal<"reposition" | "block" | "close">;
21
- readonly luPopoverDisabledInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
20
+ overlayScrollStrategy: 'reposition' | 'block' | 'close';
21
+ luPopoverDisabled: boolean;
22
22
  readonly luPopoverTrigger: _angular_core.ModelSignal<"click" | "click+hover" | "hover+focus">;
23
- readonly customPositionsInput: InputSignal<ConnectionPositionPair[]>;
23
+ customPositions?: ConnectionPositionPair[];
24
24
  /**
25
25
  * Removes close button entirely, this is bad for a11y but sometimes we want it.
26
26
  */
27
- readonly luPopoverNoCloseButtonInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
27
+ luPopoverNoCloseButton: boolean;
28
28
  /**
29
29
  * Allows to anchor the popover to another element instead of the trigger one
30
30
  * for placement purpose
@@ -37,27 +37,25 @@ declare class PopoverDirective implements OnDestroy {
37
37
  readonly close$: Subject<void>;
38
38
  readonly luPopoverClosed: _angular_core.OutputEmitterRef<void>;
39
39
  readonly luPopoverOpened: _angular_core.OutputEmitterRef<void>;
40
- readonly content: _angular_core.WritableSignal<TemplateRef<unknown> | Type<unknown>>;
41
- readonly luPopoverDisabled: _angular_core.WritableSignal<boolean>;
42
- readonly customPositions: _angular_core.WritableSignal<ConnectionPositionPair[]>;
43
- readonly luPopoverNoCloseButton: _angular_core.WritableSignal<boolean>;
44
40
  positionPairs: Record<PopoverPosition, ConnectionPositionPair>;
45
41
  readonly opened: _angular_core.WritableSignal<boolean>;
46
- readonly ariaControls: string;
42
+ ariaControls: string;
47
43
  protected additionalProviders: Provider[];
48
44
  constructor();
49
45
  ngOnDestroy(): void;
50
46
  onMouseEnter(): void;
51
47
  onFocus(): void;
52
48
  onMouseLeave(): void;
53
- onMouseClick(): void;
49
+ click(): void;
54
50
  close(): void;
55
51
  openPopover(withBackdrop?: boolean, disableCloseButtonFocus?: boolean, disableInitialTriggerFocus?: boolean): void;
56
52
  focusBackToContent(event: Event): void;
57
53
  focusOutBefore(): void;
58
54
  updatePosition(): void;
59
55
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<PopoverDirective, never>;
60
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<PopoverDirective, "[luPopover2]", ["luPopover2"], { "intl": { "alias": "intl"; "required": false; "isSignal": true; }; "luPopover2": { "alias": "luPopover2"; "required": false; "isSignal": true; }; "luPopoverPosition": { "alias": "luPopoverPosition"; "required": false; "isSignal": true; }; "overlayScrollStrategy": { "alias": "overlayScrollStrategy"; "required": false; "isSignal": true; }; "luPopoverDisabledInput": { "alias": "luPopoverDisabled"; "required": false; "isSignal": true; }; "luPopoverTrigger": { "alias": "luPopoverTrigger"; "required": false; "isSignal": true; }; "customPositionsInput": { "alias": "customPositions"; "required": false; "isSignal": true; }; "luPopoverNoCloseButtonInput": { "alias": "luPopoverNoCloseButton"; "required": false; "isSignal": true; }; "luPopoverAnchor": { "alias": "luPopoverAnchor"; "required": false; "isSignal": true; }; "luPopoverOpenDelay": { "alias": "luPopoverOpenDelay"; "required": false; "isSignal": true; }; "luPopoverCloseDelay": { "alias": "luPopoverCloseDelay"; "required": false; "isSignal": true; }; }, { "luPopoverTrigger": "luPopoverTriggerChange"; "luPopoverClosed": "luPopoverClosed"; "luPopoverOpened": "luPopoverOpened"; }, never, never, true, never>;
56
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<PopoverDirective, "[luPopover2]", ["luPopover2"], { "intl": { "alias": "intl"; "required": false; "isSignal": true; }; "content": { "alias": "luPopover2"; "required": false; }; "luPopoverPosition": { "alias": "luPopoverPosition"; "required": false; "isSignal": true; }; "overlayScrollStrategy": { "alias": "overlayScrollStrategy"; "required": false; }; "luPopoverDisabled": { "alias": "luPopoverDisabled"; "required": false; }; "luPopoverTrigger": { "alias": "luPopoverTrigger"; "required": false; "isSignal": true; }; "customPositions": { "alias": "customPositions"; "required": false; }; "luPopoverNoCloseButton": { "alias": "luPopoverNoCloseButton"; "required": false; }; "luPopoverAnchor": { "alias": "luPopoverAnchor"; "required": false; "isSignal": true; }; "luPopoverOpenDelay": { "alias": "luPopoverOpenDelay"; "required": false; "isSignal": true; }; "luPopoverCloseDelay": { "alias": "luPopoverCloseDelay"; "required": false; "isSignal": true; }; }, { "luPopoverTrigger": "luPopoverTriggerChange"; "luPopoverClosed": "luPopoverClosed"; "luPopoverOpened": "luPopoverOpened"; }, never, never, true, never>;
57
+ static ngAcceptInputType_luPopoverDisabled: unknown;
58
+ static ngAcceptInputType_luPopoverNoCloseButton: unknown;
61
59
  }
62
60
 
63
61
  declare class PopoverContentComponent implements AfterViewInit, OnDestroy {
@@ -20,13 +20,15 @@ declare class SegmentedControlFilterComponent<T = unknown> {
20
20
  readonly label: _angular_core.InputSignal<PortalContent>;
21
21
  readonly id: string;
22
22
  readonly name: string;
23
- get formControl(): _angular_forms.FormControl<any>;
23
+ get formControl(): _angular_forms.FormControl<any> | (_angular_forms.AbstractControl<any, any, any> & _angular_forms.FormControl<any>);
24
24
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SegmentedControlFilterComponent<any>, never>;
25
25
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SegmentedControlFilterComponent<any>, "lu-segmented-control-filter", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
26
26
  }
27
27
 
28
28
  declare class SegmentedControlComponent {
29
- ngControl: _angular_forms.NgModel | _angular_forms.FormControlDirective | _angular_forms.FormControlName;
29
+ ngControl: _angular_forms.NgModel | _angular_forms.FormControlDirective | _angular_forms.FormControlName | (_angular_forms.NgControl & {
30
+ control: _angular_forms.FormControl<any>;
31
+ });
30
32
  /**
31
33
  * Applies small size to segmented control
32
34
  */
@@ -1,10 +1,10 @@
1
- import * as _angular_core from '@angular/core';
1
+ import * as i0 from '@angular/core';
2
2
  import { ChangeDetectorRef, ElementRef, ViewContainerRef, Renderer2, ViewRef, AfterViewInit, OnDestroy, EventEmitter } from '@angular/core';
3
3
  import { Overlay, OverlayConfig } from '@angular/cdk/overlay';
4
4
  import { ControlValueAccessor } from '@angular/forms';
5
5
  import { ILuClear } from '@lucca-front/ng/clear';
6
6
  import { ILuInput, ILuInputDisplayer } from '@lucca-front/ng/input';
7
- import { ILuPickerPanel, ILuInputWithPicker, ALuPickerPanel } from '@lucca-front/ng/picker';
7
+ import { ILuPickerPanel, ILuInputWithPicker } from '@lucca-front/ng/picker';
8
8
  import { ALuPopoverTrigger } from '@lucca-front/ng/popover';
9
9
  import { Subscription } from 'rxjs';
10
10
 
@@ -69,32 +69,30 @@ declare abstract class ALuSelectInputComponent<T, TPicker extends ILuPickerPanel
69
69
  protected _elementRef: ElementRef<HTMLElement>;
70
70
  protected _viewContainerRef: ViewContainerRef;
71
71
  protected _renderer: Renderer2;
72
- private readonly _vcDisplayContainer;
72
+ protected set _vcDisplayContainer(vcr: ViewContainerRef);
73
73
  tabindex: number;
74
- readonly pickerOverlap: _angular_core.InputSignalWithTransform<boolean, unknown>;
75
- readonly placeholderInput: _angular_core.InputSignal<string>;
76
- readonly multipleInput: _angular_core.InputSignal<string | boolean>;
77
- readonly disabledInput: _angular_core.InputSignal<boolean>;
78
- readonly pickerOverlapRef: _angular_core.WritableSignal<boolean>;
79
- readonly onOpen: EventEmitter<void>;
80
- readonly onClose: EventEmitter<void>;
74
+ set overlapInput(o: boolean);
75
+ set inputPlaceholder(p: string);
76
+ set inputMultiple(m: boolean | string);
81
77
  /** Event emitted when the associated popover is opened. */
82
- protected readonly onOpenOutput: _angular_core.OutputRef<void>;
78
+ onOpen: EventEmitter<void>;
83
79
  /** Event emitted when the associated popover is closed. */
84
- protected readonly onCloseOutput: _angular_core.OutputRef<void>;
80
+ onClose: EventEmitter<void>;
85
81
  constructor(_changeDetectorRef: ChangeDetectorRef, _overlay: Overlay, _elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _renderer: Renderer2);
82
+ get isDisabled(): boolean;
83
+ set inputDisabled(d: boolean);
86
84
  get isFocused(): boolean;
87
85
  get modMultiple(): boolean;
88
86
  get isClearable(): boolean;
89
87
  /**
90
88
  * popover trigger class extension
91
89
  */
92
- readonly ccPicker: _angular_core.Signal<ALuPickerPanel<any>>;
93
- readonly vcPicker: _angular_core.Signal<ALuPickerPanel<any>>;
94
- readonly ccDisplayer: _angular_core.Signal<ILuInputDisplayer<T>>;
95
- readonly vcDisplayer: _angular_core.Signal<ILuInputDisplayer<T>>;
96
- readonly ccClearer: _angular_core.Signal<ILuClear<T>>;
97
- readonly vcClearer: _angular_core.Signal<ILuClear<T>>;
90
+ readonly ccPicker: TPicker;
91
+ readonly vcPicker: TPicker;
92
+ readonly ccDisplayer: ILuInputDisplayer<T>;
93
+ readonly vcDisplayer: ILuInputDisplayer<T>;
94
+ readonly ccClearer: ILuClear<T>;
95
+ readonly vcClearer: ILuClear<T>;
98
96
  onClick(): void;
99
97
  onMouseEnter(): void;
100
98
  onMouseLeave(): void;
@@ -105,8 +103,8 @@ declare abstract class ALuSelectInputComponent<T, TPicker extends ILuPickerPanel
105
103
  ngOnDestroy(): void;
106
104
  protected _emitOpen(): void;
107
105
  protected _emitClose(): void;
108
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ALuSelectInputComponent<any, any>, never>;
109
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ALuSelectInputComponent<any, any>, never, never, { "pickerOverlap": { "alias": "pickerOverlap"; "required": false; "isSignal": true; }; "placeholderInput": { "alias": "placeholder"; "required": false; "isSignal": true; }; "multipleInput": { "alias": "multiple"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "onOpenOutput": "onOpen"; "onCloseOutput": "onClose"; }, ["ccPicker", "ccDisplayer", "ccClearer"], never, true, never>;
106
+ static ɵfac: i0.ɵɵFactoryDeclaration<ALuSelectInputComponent<any, any>, never>;
107
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ALuSelectInputComponent<any, any>, never, never, { "overlapInput": { "alias": "pickerOverlap"; "required": false; }; "inputPlaceholder": { "alias": "placeholder"; "required": false; }; "inputMultiple": { "alias": "multiple"; "required": false; }; "inputDisabled": { "alias": "disabled"; "required": false; }; }, { "onOpen": "onOpen"; "onClose": "onClose"; }, ["ccPicker", "ccDisplayer", "ccClearer"], never, true, never>;
110
108
  }
111
109
  /**
112
110
  * select input
@@ -121,30 +119,30 @@ declare class LuSelectInputComponent<T> extends ALuSelectInputComponent<T> imple
121
119
  protected _renderer: Renderer2;
122
120
  get modMultipleView(): boolean;
123
121
  constructor(_changeDetectorRef: ChangeDetectorRef, _overlay: Overlay, _elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _renderer: Renderer2);
124
- readonly clearerEltRef: _angular_core.Signal<ElementRef<any>>;
125
- readonly suffixEltRef: _angular_core.Signal<ElementRef<any>>;
122
+ readonly clearerEltRef: ElementRef<HTMLElement>;
123
+ readonly suffixEltRef: ElementRef<HTMLElement>;
126
124
  displayClearer(): void;
127
125
  ngAfterViewInit(): void;
128
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuSelectInputComponent<any>, never>;
129
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LuSelectInputComponent<any>, "lu-select", never, {}, {}, ["clearerEltRef"], never, true, never>;
126
+ static ɵfac: i0.ɵɵFactoryDeclaration<LuSelectInputComponent<any>, never>;
127
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuSelectInputComponent<any>, "lu-select", never, {}, {}, ["clearerEltRef"], never, true, never>;
130
128
  }
131
129
 
132
130
  /**
133
131
  * @deprecated prefer SimpleSelect or MultipleSelect
134
132
  */
135
133
  declare class LuSelectInputModule {
136
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuSelectInputModule, never>;
137
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<LuSelectInputModule, never, [typeof LuSelectInputComponent], [typeof LuSelectInputComponent]>;
138
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<LuSelectInputModule>;
134
+ static ɵfac: i0.ɵɵFactoryDeclaration<LuSelectInputModule, never>;
135
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LuSelectInputModule, never, [typeof LuSelectInputComponent], [typeof LuSelectInputComponent]>;
136
+ static ɵinj: i0.ɵɵInjectorDeclaration<LuSelectInputModule>;
139
137
  }
140
138
 
141
139
  /**
142
140
  * @deprecated prefer SimpleSelect or MultipleSelect
143
141
  */
144
142
  declare class LuSelectModule {
145
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuSelectModule, never>;
146
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<LuSelectModule, never, [typeof LuSelectInputModule], [typeof LuSelectInputModule]>;
147
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<LuSelectModule>;
143
+ static ɵfac: i0.ɵɵFactoryDeclaration<LuSelectModule, never>;
144
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LuSelectModule, never, [typeof LuSelectInputModule], [typeof LuSelectInputModule]>;
145
+ static ɵinj: i0.ɵɵInjectorDeclaration<LuSelectModule>;
148
146
  }
149
147
 
150
148
  export { ALuSelectInput, ALuSelectInputComponent, LuSelectInputComponent, LuSelectInputModule, LuSelectModule };
@@ -46,10 +46,10 @@ declare class LuSelectPanelComponent<T> implements AfterViewInit, CoreSelectPane
46
46
  readonly grouping: _angular_core.WritableSignal<_lucca_front_ng_core_select.LuOptionGrouping<T, unknown>>;
47
47
  treeGenerator: _lucca_front_ng_core_select.TreeGenerator<T, TreeNode<T>>;
48
48
  readonly loading: _angular_core.Signal<boolean>;
49
- readonly loading$: rxjs.Observable<boolean>;
49
+ readonly loading$: rxjs.BehaviorSubject<boolean>;
50
50
  searchable: boolean;
51
- readonly optionComparer: _angular_core.WritableSignal<_lucca_front_ng_core_select.LuOptionComparer<T>>;
52
- readonly optionKey: _angular_core.WritableSignal<(option: T) => unknown>;
51
+ optionComparer: _lucca_front_ng_core_select.LuOptionComparer<T>;
52
+ optionKey: (option: T) => unknown;
53
53
  colorPanel: _angular_core.InputSignalWithTransform<boolean, unknown>;
54
54
  trackOptionsBy: TrackByFunction<T>;
55
55
  trackGroupsBy: TrackByFunction<LuOptionGroup<T, unknown>>;
@@ -30,7 +30,7 @@ declare class TimePickerPartComponent {
30
30
  nextRequest: _angular_core.OutputEmitterRef<void>;
31
31
  inputControlClick: _angular_core.OutputEmitterRef<PickerControlDirection>;
32
32
  touched: _angular_core.OutputEmitterRef<void>;
33
- readonly timePickerInput: _angular_core.Signal<ElementRef<HTMLInputElement>>;
33
+ readonly timePickerInput?: ElementRef<HTMLInputElement>;
34
34
  readonly valueLabel: _angular_core.Signal<string | number>;
35
35
  readonly currentValue: _angular_core.Signal<number | "––">;
36
36
  protected inputId: string;
@@ -91,15 +91,14 @@ declare function provideLuUserPopover(): _angular_core.EnvironmentProviders;
91
91
 
92
92
  declare class LuUserPopoverDirective extends PopoverDirective {
93
93
  readonly luUserPopover: _angular_core.InputSignal<ILuUser>;
94
- readonly luUserPopoverDisabled: _angular_core.InputSignal<boolean>;
95
- readonly luPopoverDisabled: _angular_core.WritableSignal<boolean>;
96
- readonly additionalProviders: {
94
+ set luUserPopoverDisabled(disabled: boolean);
95
+ additionalProviders: {
97
96
  provide: _angular_core.InjectionToken<_angular_core.Signal<ILuUser>>;
98
97
  useValue: _angular_core.InputSignal<ILuUser>;
99
98
  }[];
100
99
  constructor();
101
100
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuUserPopoverDirective, never>;
102
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LuUserPopoverDirective, "[luUserPopover]", ["LuUserPopoverDirective"], { "luUserPopover": { "alias": "luUserPopover"; "required": true; "isSignal": true; }; "luUserPopoverDisabled": { "alias": "luUserPopoverDisabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
101
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LuUserPopoverDirective, "[luUserPopover]", ["LuUserPopoverDirective"], { "luUserPopover": { "alias": "luUserPopover"; "required": true; "isSignal": true; }; "luUserPopoverDisabled": { "alias": "luUserPopoverDisabled"; "required": false; }; }, {}, never, never, true, never>;
103
102
  }
104
103
 
105
104
  export { LU_POPUP_EMPLOYEE_TRANSLATIONS, LU_USER_POPOVER_USER, LuUserPopoverComponent, LuUserPopoverDirective, USER_POPOVER_IS_ACTIVATED, luPopupEmployeeTranslations, provideLuUserPopover };
@@ -197,6 +197,7 @@ declare class LuUserSelectInputComponent<U extends ILuUser = ILuUser> extends AL
197
197
  protected _viewContainerRef: ViewContainerRef;
198
198
  protected _renderer: Renderer2;
199
199
  searchFormat: LuDisplayFullname;
200
+ set inputPlaceholder(p: string);
200
201
  fields: string;
201
202
  filters: string[];
202
203
  orderBy: string;
@@ -209,7 +210,7 @@ declare class LuUserSelectInputComponent<U extends ILuUser = ILuUser> extends AL
209
210
  readonly intl: i0.InputSignalWithTransform<_lucca_front_ng_user.ILuUserSelectInputLabel, Partial<_lucca_front_ng_user.ILuUserSelectInputLabel>>;
210
211
  constructor(_changeDetectorRef: ChangeDetectorRef, _overlay: Overlay, _elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _renderer: Renderer2);
211
212
  static ɵfac: i0.ɵɵFactoryDeclaration<LuUserSelectInputComponent<any>, never>;
212
- static ɵcmp: i0.ɵɵComponentDeclaration<LuUserSelectInputComponent<any>, "lu-user-select", never, { "fields": { "alias": "fields"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "orderBy": { "alias": "orderBy"; "required": false; }; "appInstanceId": { "alias": "appInstanceId"; "required": false; }; "operations": { "alias": "operations"; "required": false; }; "enableFormerEmployees": { "alias": "enableFormerEmployees"; "required": false; }; "disablePrincipal": { "alias": "disablePrincipal"; "required": false; }; "intl": { "alias": "intl"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
213
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuUserSelectInputComponent<any>, "lu-user-select", never, { "inputPlaceholder": { "alias": "placeholder"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "orderBy": { "alias": "orderBy"; "required": false; }; "appInstanceId": { "alias": "appInstanceId"; "required": false; }; "operations": { "alias": "operations"; "required": false; }; "enableFormerEmployees": { "alias": "enableFormerEmployees"; "required": false; }; "disablePrincipal": { "alias": "disablePrincipal"; "required": false; }; "intl": { "alias": "intl"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
213
214
  }
214
215
 
215
216
  /**
@@ -244,18 +245,17 @@ declare class LuUserV3Service<U extends ILuUser = ILuUser> extends LuApiV3Servic
244
245
  }
245
246
 
246
247
  declare class LuUserPagedSearcherComponent<U extends ILuUser = ILuUser> implements OnInit, OnDestroy, ILuOnOpenSubscriber, ILuOnScrollBottomSubscriber, ILuOnCloseSubscriber {
247
- #private;
248
248
  private _service;
249
249
  private _subs;
250
- readonly searchInput: i0.Signal<ElementRef<HTMLInputElement>>;
251
- readonly intl: i0.InputSignalWithTransform<_lucca_front_ng_user.ILuUserSearcherLabel, Partial<_lucca_front_ng_user.ILuUserSearcherLabel>>;
252
- readonly fields: i0.InputSignal<string>;
253
- readonly filters: i0.InputSignal<string[]>;
254
- readonly orderBy: i0.InputSignal<string>;
255
- readonly appInstanceId: i0.InputSignal<string | number>;
256
- readonly operations: i0.InputSignal<number[]>;
257
- readonly enableFormerEmployees: i0.InputSignal<boolean>;
258
- readonly clueChange: i0.OutputEmitterRef<string>;
250
+ fixed: boolean;
251
+ readonly searchInput: ElementRef<HTMLInputElement>;
252
+ set fields(fields: string);
253
+ set filters(filters: string[]);
254
+ set orderBy(orderBy: string);
255
+ set appInstanceId(appInstanceId: number | string);
256
+ set operations(operations: number[]);
257
+ enableFormerEmployees: boolean;
258
+ clueChange: Observable<string>;
259
259
  form: FormGroup;
260
260
  readonly outOptions$: Subject<U[]>;
261
261
  loading$: Observable<boolean>;
@@ -265,6 +265,7 @@ declare class LuUserPagedSearcherComponent<U extends ILuUser = ILuUser> implemen
265
265
  private readonly _page$;
266
266
  private _isLastPage;
267
267
  private _options;
268
+ readonly intl: i0.InputSignalWithTransform<_lucca_front_ng_user.ILuUserSearcherLabel, Partial<_lucca_front_ng_user.ILuUserSearcherLabel>>;
268
269
  constructor(hostService: LuUserV3Service<U>, selfService: LuUserV3Service<U>);
269
270
  ngOnInit(): void;
270
271
  ngOnDestroy(): void;
@@ -273,7 +274,7 @@ declare class LuUserPagedSearcherComponent<U extends ILuUser = ILuUser> implemen
273
274
  onClose(): void;
274
275
  reset(): void;
275
276
  static ɵfac: i0.ɵɵFactoryDeclaration<LuUserPagedSearcherComponent<any>, [{ optional: true; skipSelf: true; }, { self: true; }]>;
276
- static ɵcmp: i0.ɵɵComponentDeclaration<LuUserPagedSearcherComponent<any>, "lu-user-paged-searcher", never, { "intl": { "alias": "intl"; "required": false; "isSignal": true; }; "fields": { "alias": "fields"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; "orderBy": { "alias": "orderBy"; "required": false; "isSignal": true; }; "appInstanceId": { "alias": "appInstanceId"; "required": false; "isSignal": true; }; "operations": { "alias": "operations"; "required": false; "isSignal": true; }; "enableFormerEmployees": { "alias": "enableFormerEmployees"; "required": false; "isSignal": true; }; }, { "clueChange": "clueChange"; }, never, never, true, never>;
277
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuUserPagedSearcherComponent<any>, "lu-user-paged-searcher", never, { "fields": { "alias": "fields"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "orderBy": { "alias": "orderBy"; "required": false; }; "appInstanceId": { "alias": "appInstanceId"; "required": false; }; "operations": { "alias": "operations"; "required": false; }; "enableFormerEmployees": { "alias": "enableFormerEmployees"; "required": false; }; "intl": { "alias": "intl"; "required": false; "isSignal": true; }; }, { "clueChange": "clueChange"; }, never, never, true, never>;
277
278
  }
278
279
 
279
280
  /**
@@ -315,15 +316,14 @@ declare class LuUserHomonymsComponent<U extends ILuUser = ILuUser> implements IL
315
316
  }
316
317
 
317
318
  declare class LuUserMeOptionDirective<U extends ILuUser = ILuUser> implements ILuOptionOperator<U> {
318
- #private;
319
319
  private _vcr;
320
320
  private _templateRef;
321
- readonly luUserMeOptionFields: i0.InputSignal<string>;
322
- readonly luUserMeOptionFilters: i0.InputSignal<string[]>;
323
- readonly luUserMeOptionOrderBy: i0.InputSignal<string>;
324
- readonly luUserMeOptionAppInstanceId: i0.InputSignal<string | number>;
325
- readonly luUserMeOptionOperations: i0.InputSignal<number[]>;
326
- readonly luUserMeOptionClue: i0.InputSignal<string>;
321
+ set luUserMeOptionFields(fields: string);
322
+ set luUserMeOptionFilters(filters: string[]);
323
+ set luUserMeOptionOrderBy(orderBy: string);
324
+ set luUserMeOptionAppInstanceId(appInstanceId: number | string);
325
+ set luUserMeOptionOperations(operations: number[]);
326
+ set luUserMeOptionClue(clue: string);
327
327
  set inOptions$(in$: Observable<U[]>);
328
328
  outOptions$: Observable<U[]>;
329
329
  private _service;
@@ -337,7 +337,7 @@ declare class LuUserMeOptionDirective<U extends ILuUser = ILuUser> implements IL
337
337
  displayMe(): void;
338
338
  hideMe(): void;
339
339
  static ɵfac: i0.ɵɵFactoryDeclaration<LuUserMeOptionDirective<any>, [{ optional: true; skipSelf: true; }, { self: true; }, null, null]>;
340
- static ɵdir: i0.ɵɵDirectiveDeclaration<LuUserMeOptionDirective<any>, "[luUserMeOption]", never, { "luUserMeOptionFields": { "alias": "luUserMeOptionFields"; "required": false; "isSignal": true; }; "luUserMeOptionFilters": { "alias": "luUserMeOptionFilters"; "required": false; "isSignal": true; }; "luUserMeOptionOrderBy": { "alias": "luUserMeOptionOrderBy"; "required": false; "isSignal": true; }; "luUserMeOptionAppInstanceId": { "alias": "luUserMeOptionAppInstanceId"; "required": false; "isSignal": true; }; "luUserMeOptionOperations": { "alias": "luUserMeOptionOperations"; "required": false; "isSignal": true; }; "luUserMeOptionClue": { "alias": "luUserMeOptionClue"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
340
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LuUserMeOptionDirective<any>, "[luUserMeOption]", never, { "luUserMeOptionFields": { "alias": "luUserMeOptionFields"; "required": false; }; "luUserMeOptionFilters": { "alias": "luUserMeOptionFilters"; "required": false; }; "luUserMeOptionOrderBy": { "alias": "luUserMeOptionOrderBy"; "required": false; }; "luUserMeOptionAppInstanceId": { "alias": "luUserMeOptionAppInstanceId"; "required": false; }; "luUserMeOptionOperations": { "alias": "luUserMeOptionOperations"; "required": false; }; "luUserMeOptionClue": { "alias": "luUserMeOptionClue"; "required": false; }; }, {}, never, never, true, never>;
341
341
  }
342
342
 
343
343
  /**