@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.
- package/fesm2022/lucca-front-ng-api.mjs +160 -85
- package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-clear.mjs +7 -6
- package/fesm2022/lucca-front-ng-clear.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-api.mjs +37 -21
- package/fesm2022/lucca-front-ng-core-select-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-user.mjs +2 -2
- package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select.mjs +229 -135
- package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core.mjs +1 -12
- package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-date.mjs +124 -100
- package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-date2.mjs +37 -25
- package/fesm2022/lucca-front-ng-date2.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-department.mjs +0 -2
- package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-divider.mjs +6 -4
- package/fesm2022/lucca-front-ng-divider.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-dropdown.mjs +34 -31
- package/fesm2022/lucca-front-ng-dropdown.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-establishment.mjs +83 -49
- package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-filter-pills.mjs +18 -8
- package/fesm2022/lucca-front-ng-filter-pills.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +10 -7
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-formly.mjs +2 -3
- package/fesm2022/lucca-front-ng-formly.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms.mjs +46 -5
- package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-input.mjs +0 -1
- package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-modal.mjs +15 -11
- package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-multi-select.mjs +115 -91
- package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-number-format.mjs +11 -7
- package/fesm2022/lucca-front-ng-number-format.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-option.mjs +37 -30
- package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popover.mjs +238 -123
- package/fesm2022/lucca-front-ng-popover.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popover2.mjs +65 -37
- package/fesm2022/lucca-front-ng-popover2.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-select.mjs +123 -76
- package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-simple-select.mjs +13 -13
- package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-time.mjs +8 -6
- package/fesm2022/lucca-front-ng-time.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-user-popover.mjs +13 -9
- package/fesm2022/lucca-front-ng-user-popover.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-user.mjs +93 -59
- package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
- package/package.json +4 -4
- package/types/lucca-front-ng-api.d.ts +62 -62
- package/types/lucca-front-ng-clear.d.ts +2 -3
- package/types/lucca-front-ng-core-select-api.d.ts +22 -22
- package/types/lucca-front-ng-core-select.d.ts +139 -140
- package/types/lucca-front-ng-core.d.ts +2 -7
- package/types/lucca-front-ng-date.d.ts +26 -28
- package/types/lucca-front-ng-divider.d.ts +1 -1
- package/types/lucca-front-ng-dropdown.d.ts +4 -5
- package/types/lucca-front-ng-establishment.d.ts +19 -18
- package/types/lucca-front-ng-form-field.d.ts +3 -2
- package/types/lucca-front-ng-forms.d.ts +32 -12
- package/types/lucca-front-ng-modal.d.ts +2 -2
- package/types/lucca-front-ng-multi-select.d.ts +37 -36
- package/types/lucca-front-ng-option.d.ts +10 -10
- package/types/lucca-front-ng-popover.d.ts +46 -52
- package/types/lucca-front-ng-popover2.d.ts +11 -13
- package/types/lucca-front-ng-segmented-control.d.ts +4 -2
- package/types/lucca-front-ng-select.d.ts +28 -30
- package/types/lucca-front-ng-simple-select.d.ts +3 -3
- package/types/lucca-front-ng-time.d.ts +1 -1
- package/types/lucca-front-ng-user-popover.d.ts +3 -4
- package/types/lucca-front-ng-user.d.ts +20 -20
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
import * as
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
108
|
+
set inputCloseOnClick(v: boolean);
|
|
107
109
|
/**
|
|
108
110
|
* Popover focus trap using cdkTrapFocus
|
|
109
111
|
* default: false
|
|
110
112
|
*/
|
|
111
|
-
|
|
113
|
+
set inputTrapFocus(v: boolean);
|
|
112
114
|
/**
|
|
113
115
|
* Popover scrollStrategy
|
|
114
116
|
* default: reposition
|
|
115
117
|
*/
|
|
116
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
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:
|
|
147
|
-
static ɵcmp:
|
|
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:
|
|
155
|
-
static ɵmod:
|
|
156
|
-
static ɵinj:
|
|
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
|
-
|
|
203
|
+
set inputPosition(pos: LuPopoverPosition);
|
|
206
204
|
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
207
|
-
|
|
205
|
+
set inputAlignment(al: LuPopoverAlignment);
|
|
208
206
|
/** set to true if you want the panel to appear on top of the target */
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
static
|
|
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
|
-
|
|
376
|
+
set inputPanel(p: TPanel);
|
|
381
377
|
/** References the popover target instance that the trigger is associated with. */
|
|
382
|
-
|
|
378
|
+
set inputTarget(t: TTarget);
|
|
383
379
|
/** References the popover target instance that the trigger is associated with. */
|
|
384
|
-
|
|
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
|
-
|
|
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
|
-
|
|
386
|
+
set inputPosition(pos: LuPopoverPosition);
|
|
393
387
|
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
394
|
-
|
|
388
|
+
set inputAlignment(al: LuPopoverAlignment);
|
|
395
389
|
/** when trigger = hover, delay before the popover panel appears */
|
|
396
|
-
|
|
390
|
+
set inputEnterDelay(d: number);
|
|
397
391
|
/** when trigger = hover, delay before the popover panel disappears */
|
|
398
|
-
|
|
392
|
+
set inputLeaveDelay(d: number);
|
|
399
393
|
/** disable popover apparition */
|
|
400
|
-
|
|
394
|
+
set inputDisabled(d: boolean);
|
|
401
395
|
/** set to true if you want the panel to appear on top of the target */
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
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:
|
|
422
|
-
static ɵdir:
|
|
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:
|
|
430
|
-
static ɵmod:
|
|
431
|
-
static ɵinj:
|
|
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,
|
|
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
|
-
|
|
18
|
+
content: TemplateRef<unknown> | Type<unknown>;
|
|
19
19
|
readonly luPopoverPosition: InputSignal<PopoverPosition>;
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
overlayScrollStrategy: 'reposition' | 'block' | 'close';
|
|
21
|
+
luPopoverDisabled: boolean;
|
|
22
22
|
readonly luPopoverTrigger: _angular_core.ModelSignal<"click" | "click+hover" | "hover+focus">;
|
|
23
|
-
|
|
23
|
+
customPositions?: ConnectionPositionPair[];
|
|
24
24
|
/**
|
|
25
25
|
* Removes close button entirely, this is bad for a11y but sometimes we want it.
|
|
26
26
|
*/
|
|
27
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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; }; "
|
|
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
|
|
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
|
|
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
|
-
|
|
72
|
+
protected set _vcDisplayContainer(vcr: ViewContainerRef);
|
|
73
73
|
tabindex: number;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
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
|
-
|
|
78
|
+
onOpen: EventEmitter<void>;
|
|
83
79
|
/** Event emitted when the associated popover is closed. */
|
|
84
|
-
|
|
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:
|
|
93
|
-
readonly vcPicker:
|
|
94
|
-
readonly ccDisplayer:
|
|
95
|
-
readonly vcDisplayer:
|
|
96
|
-
readonly ccClearer:
|
|
97
|
-
readonly vcClearer:
|
|
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:
|
|
109
|
-
static ɵdir:
|
|
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:
|
|
125
|
-
readonly suffixEltRef:
|
|
122
|
+
readonly clearerEltRef: ElementRef<HTMLElement>;
|
|
123
|
+
readonly suffixEltRef: ElementRef<HTMLElement>;
|
|
126
124
|
displayClearer(): void;
|
|
127
125
|
ngAfterViewInit(): void;
|
|
128
|
-
static ɵfac:
|
|
129
|
-
static ɵcmp:
|
|
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:
|
|
137
|
-
static ɵmod:
|
|
138
|
-
static ɵinj:
|
|
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:
|
|
146
|
-
static ɵmod:
|
|
147
|
-
static ɵinj:
|
|
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.
|
|
49
|
+
readonly loading$: rxjs.BehaviorSubject<boolean>;
|
|
50
50
|
searchable: boolean;
|
|
51
|
-
|
|
52
|
-
|
|
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
|
|
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
|
-
|
|
95
|
-
|
|
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;
|
|
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
|
-
|
|
251
|
-
readonly
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
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, { "
|
|
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
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
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;
|
|
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
|
/**
|