@lucca-front/ng 21.0.0-rc.1 → 21.0.0-rc.2

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 (49) hide show
  1. package/callout/index.d.ts +38 -49
  2. package/chip/index.d.ts +11 -2
  3. package/clear/index.d.ts +5 -2
  4. package/code/index.d.ts +4 -4
  5. package/data-table/index.d.ts +3 -2
  6. package/fesm2022/lucca-front-ng-api.mjs +1 -1
  7. package/fesm2022/lucca-front-ng-callout.mjs +60 -155
  8. package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
  9. package/fesm2022/lucca-front-ng-chip.mjs +31 -5
  10. package/fesm2022/lucca-front-ng-chip.mjs.map +1 -1
  11. package/fesm2022/lucca-front-ng-clear.mjs +22 -10
  12. package/fesm2022/lucca-front-ng-clear.mjs.map +1 -1
  13. package/fesm2022/lucca-front-ng-code.mjs +5 -5
  14. package/fesm2022/lucca-front-ng-code.mjs.map +1 -1
  15. package/fesm2022/lucca-front-ng-data-table.mjs +9 -4
  16. package/fesm2022/lucca-front-ng-data-table.mjs.map +1 -1
  17. package/fesm2022/lucca-front-ng-date.mjs +1 -1
  18. package/fesm2022/lucca-front-ng-date2.mjs +6 -6
  19. package/fesm2022/lucca-front-ng-date2.mjs.map +1 -1
  20. package/fesm2022/lucca-front-ng-department.mjs +1 -1
  21. package/fesm2022/lucca-front-ng-establishment.mjs +1 -1
  22. package/fesm2022/lucca-front-ng-filter-pills.mjs +2 -2
  23. package/fesm2022/lucca-front-ng-form-field.mjs +2 -2
  24. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  25. package/fesm2022/lucca-front-ng-form.mjs +2 -2
  26. package/fesm2022/lucca-front-ng-form.mjs.map +1 -1
  27. package/fesm2022/lucca-front-ng-formly.mjs +1 -1
  28. package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs +4 -4
  29. package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs.map +1 -1
  30. package/fesm2022/lucca-front-ng-forms.mjs +6 -5
  31. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  32. package/fesm2022/lucca-front-ng-grid.mjs +20 -5
  33. package/fesm2022/lucca-front-ng-grid.mjs.map +1 -1
  34. package/fesm2022/lucca-front-ng-multi-select.mjs +5 -5
  35. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  36. package/fesm2022/lucca-front-ng-popover2.mjs +2 -2
  37. package/fesm2022/lucca-front-ng-popover2.mjs.map +1 -1
  38. package/fesm2022/lucca-front-ng-read-more.mjs +16 -12
  39. package/fesm2022/lucca-front-ng-read-more.mjs.map +1 -1
  40. package/fesm2022/lucca-front-ng-simple-select.mjs +2 -2
  41. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  42. package/fesm2022/lucca-front-ng-skeleton.mjs +2 -2
  43. package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
  44. package/fesm2022/lucca-front-ng-sortable-list.mjs +1 -1
  45. package/fesm2022/lucca-front-ng-user.mjs +1 -1
  46. package/forms/index.d.ts +2 -1
  47. package/grid/index.d.ts +9 -5
  48. package/package.json +11 -11
  49. package/read-more/index.d.ts +3 -1
@@ -1,12 +1,12 @@
1
- import * as i0 from '@angular/core';
2
- import { EventEmitter, OnChanges, OnDestroy, ElementRef, TemplateRef, InjectionToken } from '@angular/core';
1
+ import * as _angular_core from '@angular/core';
2
+ import { EventEmitter, OnChanges, InjectionToken } from '@angular/core';
3
3
  import { LuccaIcon } from '@lucca-front/icons';
4
4
  import { Palette, PortalContent, LuTranslation } from '@lucca-front/ng/core';
5
5
 
6
6
  declare class CalloutActionsComponent {
7
- inline: i0.InputSignalWithTransform<boolean, unknown>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CalloutActionsComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<CalloutActionsComponent, "lu-callout-actions", never, { "inline": { "alias": "inline"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
+ inline: _angular_core.InputSignalWithTransform<boolean, unknown>;
8
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalloutActionsComponent, never>;
9
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalloutActionsComponent, "lu-callout-actions", never, { "inline": { "alias": "inline"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
 
12
12
  declare const CalloutStates: readonly ["success", "warning", "error"];
@@ -35,18 +35,18 @@ declare class CalloutDisclosureComponent {
35
35
  get calloutClasses(): {
36
36
  [x: string]: boolean;
37
37
  };
38
- static ɵfac: i0.ɵɵFactoryDeclaration<CalloutDisclosureComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<CalloutDisclosureComponent, "lu-callout-disclosure", never, { "icon": { "alias": "icon"; "required": false; }; "heading": { "alias": "heading"; "required": true; }; "palette": { "alias": "palette"; "required": false; }; "size": { "alias": "size"; "required": false; }; "state": { "alias": "state"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "openChange": "openChange"; }, never, ["*"], true, never>;
38
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalloutDisclosureComponent, never>;
39
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalloutDisclosureComponent, "lu-callout-disclosure", never, { "icon": { "alias": "icon"; "required": false; }; "heading": { "alias": "heading"; "required": true; }; "palette": { "alias": "palette"; "required": false; }; "size": { "alias": "size"; "required": false; }; "state": { "alias": "state"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "openChange": "openChange"; }, never, ["*"], true, never>;
40
40
  static ngAcceptInputType_open: unknown;
41
41
  }
42
42
 
43
43
  declare class CalloutFeedbackItemDescriptionDirective {
44
- static ɵfac: i0.ɵɵFactoryDeclaration<CalloutFeedbackItemDescriptionDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<CalloutFeedbackItemDescriptionDirective, "lu-feedback-item-description", never, {}, {}, never, never, true, never>;
44
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalloutFeedbackItemDescriptionDirective, never>;
45
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CalloutFeedbackItemDescriptionDirective, "lu-feedback-item-description", never, {}, {}, never, never, true, never>;
46
46
  }
47
47
  declare class CalloutFeedbackItemComponent {
48
- static ɵfac: i0.ɵɵFactoryDeclaration<CalloutFeedbackItemComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<CalloutFeedbackItemComponent, "li[lu-callout-feedback-item]", never, {}, {}, never, ["lu-feedback-item-description", "[lu-feedback-item-action]"], true, never>;
48
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalloutFeedbackItemComponent, never>;
49
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalloutFeedbackItemComponent, "li[lu-callout-feedback-item]", never, {}, {}, never, ["lu-feedback-item-description", "[lu-feedback-item-action]"], true, never>;
50
50
  }
51
51
 
52
52
  declare class CalloutFeedbackListComponent implements OnChanges {
@@ -54,45 +54,40 @@ declare class CalloutFeedbackListComponent implements OnChanges {
54
54
  palette: Palette;
55
55
  size: 'M' | 'S';
56
56
  ngOnChanges(): void;
57
- static ɵfac: i0.ɵɵFactoryDeclaration<CalloutFeedbackListComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<CalloutFeedbackListComponent, "ul[lu-callout-feedback-list]", never, { "palette": { "alias": "palette"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
57
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalloutFeedbackListComponent, never>;
58
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalloutFeedbackListComponent, "ul[lu-callout-feedback-list]", never, { "palette": { "alias": "palette"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
59
59
  }
60
60
 
61
- declare class CalloutPopoverComponent implements OnDestroy {
62
- #private;
63
- overlayOrigin: ElementRef;
64
- overlayContent: TemplateRef<unknown>;
65
- private _hideDelayId;
66
- private _showDelayId;
61
+ declare class CalloutPopoverComponent {
67
62
  /**
68
63
  * Debounce for the popover to open (mouse will have to be on the element fox openDelay milliseconds for popover to show)
69
64
  */
70
- readonly openDelay = 50;
65
+ readonly openDelay: _angular_core.InputSignalWithTransform<number, unknown>;
71
66
  /**
72
67
  * Debounce for the popover to close (mouse will have to be out of both popover and trigger for closeDelay milliseconds for it to close)
73
68
  */
74
- readonly closeDelay = 500;
69
+ readonly closeDelay: _angular_core.InputSignalWithTransform<number, unknown>;
75
70
  /**
76
71
  * Label (visual only) to put inside the button, often used to show just a number
77
72
  */
78
- buttonLabel: string;
73
+ readonly buttonLabel: _angular_core.InputSignal<string>;
79
74
  /**
80
75
  * Alternative for the button
81
76
  */
82
- buttonAlt: i0.InputSignal<string>;
83
- headingHiddenIfSingleItem: i0.InputSignalWithTransform<boolean, unknown>;
77
+ buttonAlt: _angular_core.InputSignal<string>;
78
+ headingHiddenIfSingleItem: _angular_core.InputSignalWithTransform<boolean, unknown>;
84
79
  /**
85
80
  * Palette for both the button and the popover content
86
81
  */
87
- palette: Palette;
82
+ readonly palette: _angular_core.InputSignal<Palette>;
88
83
  /**
89
84
  * Size for both button and popover content
90
85
  */
91
- size?: 'M' | 'S' | 'XS';
86
+ readonly size: _angular_core.InputSignal<"M" | "S" | "XS">;
92
87
  /**
93
88
  * Icon shows in button and next to popover's title
94
89
  */
95
- icon: LuccaIcon;
90
+ readonly icon: _angular_core.InputSignal<LuccaIcon>;
96
91
  /**
97
92
  * State is a shorthand to set the icon and the palette to the recommended values for the icon and palette based on
98
93
  * the provided state.
@@ -100,30 +95,24 @@ declare class CalloutPopoverComponent implements OnDestroy {
100
95
  * If one of the icon or palette inputs are filled along with the state input, their values will have the priority over
101
96
  * state (so setting state to success and palette to warning will make the palette warning)
102
97
  */
103
- state: CalloutState;
98
+ readonly state: _angular_core.InputSignal<"success" | "warning" | "error">;
104
99
  /**
105
100
  * Heading for the details popover
106
101
  */
107
- heading: PortalContent;
108
- feedbackItems: i0.Signal<readonly CalloutFeedbackItemComponent[]>;
109
- get contentSize(): 'S' | 'M' | undefined;
110
- get calloutClasses(): {
102
+ readonly heading: _angular_core.InputSignal<PortalContent>;
103
+ feedbackItems: _angular_core.Signal<readonly CalloutFeedbackItemComponent[]>;
104
+ contentSize: _angular_core.Signal<"M" | "S">;
105
+ calloutClasses: _angular_core.Signal<{
111
106
  [x: string]: boolean;
112
- };
113
- get calloutOverlayClasses(): {
107
+ }>;
108
+ calloutOverlayClasses: _angular_core.Signal<{
114
109
  [x: string]: boolean;
115
- };
116
- get calloutOverlayHeadClasses(): {
110
+ }>;
111
+ calloutOverlayHeadClasses: _angular_core.Signal<{
117
112
  [x: string]: boolean;
118
- };
119
- showContent(): void;
120
- private createPanelContent;
121
- hideContent(event: MouseEvent | null): void;
122
- ngOnDestroy(): void;
123
- static ɵfac: i0.ɵɵFactoryDeclaration<CalloutPopoverComponent, never>;
124
- static ɵcmp: i0.ɵɵComponentDeclaration<CalloutPopoverComponent, "lu-callout-popover", never, { "openDelay": { "alias": "openDelay"; "required": false; }; "closeDelay": { "alias": "closeDelay"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; "buttonAlt": { "alias": "buttonAlt"; "required": false; "isSignal": true; }; "headingHiddenIfSingleItem": { "alias": "headingHiddenIfSingleItem"; "required": false; "isSignal": true; }; "palette": { "alias": "palette"; "required": false; }; "size": { "alias": "size"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "state": { "alias": "state"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; }, {}, ["feedbackItems"], ["*"], true, never>;
125
- static ngAcceptInputType_openDelay: unknown;
126
- static ngAcceptInputType_closeDelay: unknown;
113
+ }>;
114
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalloutPopoverComponent, never>;
115
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalloutPopoverComponent, "lu-callout-popover", never, { "openDelay": { "alias": "openDelay"; "required": false; "isSignal": true; }; "closeDelay": { "alias": "closeDelay"; "required": false; "isSignal": true; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; "isSignal": true; }; "buttonAlt": { "alias": "buttonAlt"; "required": false; "isSignal": true; }; "headingHiddenIfSingleItem": { "alias": "headingHiddenIfSingleItem"; "required": false; "isSignal": true; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; }, {}, ["feedbackItems"], ["*"], true, never>;
127
116
  }
128
117
 
129
118
  declare const LU_CALLOUT_TRANSLATIONS: InjectionToken<LuTranslation<LuCalloutLabel>>;
@@ -169,14 +158,14 @@ declare class CalloutComponent {
169
158
  removed: boolean;
170
159
  get hiddenAttr(): 'hidden' | null;
171
160
  removedChange: EventEmitter<boolean>;
172
- AI: i0.InputSignalWithTransform<boolean, unknown>;
173
- iconAlt: i0.InputSignal<string>;
161
+ AI: _angular_core.InputSignalWithTransform<boolean, unknown>;
162
+ iconAlt: _angular_core.InputSignal<string>;
174
163
  intl: LuCalloutLabel;
175
164
  get calloutClasses(): {
176
165
  [x: string]: boolean;
177
166
  };
178
- static ɵfac: i0.ɵɵFactoryDeclaration<CalloutComponent, never>;
179
- static ɵcmp: i0.ɵɵComponentDeclaration<CalloutComponent, "lu-callout", never, { "heading": { "alias": "heading"; "required": false; }; "palette": { "alias": "palette"; "required": false; }; "size": { "alias": "size"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "state": { "alias": "state"; "required": false; }; "removed": { "alias": "removed"; "required": false; }; "AI": { "alias": "AI"; "required": false; "isSignal": true; }; "iconAlt": { "alias": "iconAlt"; "required": false; "isSignal": true; }; }, { "removedChange": "removedChange"; }, never, ["*"], true, never>;
167
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalloutComponent, never>;
168
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalloutComponent, "lu-callout", never, { "heading": { "alias": "heading"; "required": false; }; "palette": { "alias": "palette"; "required": false; }; "size": { "alias": "size"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "state": { "alias": "state"; "required": false; }; "removed": { "alias": "removed"; "required": false; }; "AI": { "alias": "AI"; "required": false; "isSignal": true; }; "iconAlt": { "alias": "iconAlt"; "required": false; "isSignal": true; }; }, { "removedChange": "removedChange"; }, never, ["*"], true, never>;
180
169
  static ngAcceptInputType_removable: unknown;
181
170
  static ngAcceptInputType_removed: unknown;
182
171
  }
package/chip/index.d.ts CHANGED
@@ -1,7 +1,10 @@
1
1
  import * as _angular_core from '@angular/core';
2
+ import { LuccaIcon } from '@lucca-front/icons';
2
3
 
3
4
  interface ChipTranslate {
4
5
  delete: string;
6
+ error: string;
7
+ warning: string;
5
8
  }
6
9
 
7
10
  declare class ChipComponent {
@@ -10,10 +13,16 @@ declare class ChipComponent {
10
13
  readonly unkillable: _angular_core.InputSignalWithTransform<boolean, unknown>;
11
14
  readonly palette: _angular_core.InputSignal<string>;
12
15
  readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
13
- readonly classPalette: _angular_core.Signal<boolean>;
16
+ readonly size: _angular_core.InputSignal<"S">;
17
+ readonly state: _angular_core.InputSignal<"warning" | "critical">;
18
+ readonly stateAlt: _angular_core.Signal<string>;
19
+ readonly icon: _angular_core.InputSignal<LuccaIcon>;
14
20
  readonly kill: _angular_core.OutputEmitterRef<Event>;
21
+ readonly isWarning: _angular_core.Signal<boolean>;
22
+ readonly isCritical: _angular_core.Signal<boolean>;
23
+ readonly displayedIcon: _angular_core.Signal<LuccaIcon>;
15
24
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChipComponent, never>;
16
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChipComponent, "lu-chip", never, { "withEllipsis": { "alias": "withEllipsis"; "required": false; "isSignal": true; }; "unkillable": { "alias": "unkillable"; "required": false; "isSignal": true; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "kill": "kill"; }, never, ["*"], true, never>;
25
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChipComponent, "lu-chip, button[luChip], a[luChip]", never, { "withEllipsis": { "alias": "withEllipsis"; "required": false; "isSignal": true; }; "unkillable": { "alias": "unkillable"; "required": false; "isSignal": true; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, { "kill": "kill"; }, never, ["*"], true, never>;
17
26
  }
18
27
 
19
28
  export { ChipComponent };
package/clear/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { EventEmitter, ElementRef } from '@angular/core';
3
+ import { Palette } from '@lucca-front/ng/core';
3
4
  import { Observable } from 'rxjs';
4
5
 
5
6
  interface LuClearLabel {
@@ -14,16 +15,18 @@ declare abstract class ALuClear<T> implements ILuClear<T> {
14
15
  }
15
16
 
16
17
  declare class ClearComponent<T> extends ALuClear<T> implements ILuClear<T> {
18
+ #private;
17
19
  intl: LuClearLabel;
18
20
  size: _angular_core.InputSignal<"S">;
19
21
  disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
20
- product: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
+ palette: _angular_core.InputSignal<Palette>;
21
23
  inverted: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
24
  onClear: EventEmitter<T>;
23
25
  contentRef: _angular_core.Signal<readonly ElementRef<any>[]>;
26
+ constructor();
24
27
  clear($event: Event): void;
25
28
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClearComponent<any>, never>;
26
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClearComponent<any>, "lu-clear", ["luClearer"], { "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "product": { "alias": "product"; "required": false; "isSignal": true; }; "inverted": { "alias": "inverted"; "required": false; "isSignal": true; }; }, { "onClear": "onClear"; }, ["contentRef"], ["*"], true, never>;
29
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClearComponent<any>, "lu-clear", ["luClearer"], { "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; "inverted": { "alias": "inverted"; "required": false; "isSignal": true; }; }, { "onClear": "onClear"; }, ["contentRef"], ["*"], true, never>;
27
30
  }
28
31
 
29
32
  export { ALuClear, ClearComponent };
package/code/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import * as i0 from '@angular/core';
2
2
 
3
- declare class codeComponent {
3
+ declare class CodeComponent {
4
4
  block: i0.InputSignalWithTransform<boolean, unknown>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<codeComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<codeComponent, "lu-code", never, { "block": { "alias": "block"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CodeComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodeComponent, "lu-code", never, { "block": { "alias": "block"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
7
  }
8
8
 
9
- export { codeComponent };
9
+ export { CodeComponent };
@@ -1,6 +1,6 @@
1
1
  import * as _lucca_front_ng_data_table from '@lucca-front/ng/data-table';
2
2
  import * as _angular_core from '@angular/core';
3
- import { AfterContentInit, ElementRef } from '@angular/core';
3
+ import { AfterContentInit, ElementRef, OnInit } from '@angular/core';
4
4
  import { PortalContent } from '@lucca-front/ng/core';
5
5
 
6
6
  declare class DataTableBodyComponent {
@@ -85,7 +85,7 @@ declare class DataTableRowComponent {
85
85
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableRowComponent, "tr[luDataTableRow]", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "selected": "selectedChange"; }, ["cells"], ["*"], true, never>;
86
86
  }
87
87
 
88
- declare class DataTableComponent {
88
+ declare class DataTableComponent implements OnInit {
89
89
  #private;
90
90
  tableRef: _angular_core.Signal<ElementRef<Element>>;
91
91
  readonly hover: _angular_core.InputSignalWithTransform<boolean, unknown>;
@@ -127,6 +127,7 @@ declare class DataTableComponent {
127
127
  }>;
128
128
  scroll(): void;
129
129
  constructor();
130
+ ngOnInit(): void;
130
131
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableComponent, never>;
131
132
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableComponent, "lu-data-table", never, { "hover": { "alias": "hover"; "required": false; "isSignal": true; }; "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "layoutFixed": { "alias": "layoutFixed"; "required": false; "isSignal": true; }; "cellBorder": { "alias": "cellBorder"; "required": false; "isSignal": true; }; "nested": { "alias": "nested"; "required": false; "isSignal": true; }; "drag": { "alias": "drag"; "required": false; "isSignal": true; }; "responsive": { "alias": "responsive"; "required": false; "isSignal": true; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; "isSignal": true; }; "stickyColsStart": { "alias": "stickyColsStart"; "required": false; "isSignal": true; }; "stickyColsEnd": { "alias": "stickyColsEnd"; "required": false; "isSignal": true; }; }, {}, ["rows", "header"], ["*", "[dataTablePagination]"], true, never>;
132
133
  }
@@ -646,7 +646,7 @@ class LuApiSelectInputComponent extends ALuSelectInputComponent {
646
646
  useExisting: forwardRef(() => LuApiSelectInputComponent),
647
647
  multi: true,
648
648
  },
649
- ], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\n<div class=\"lu-select-value\">\n\t<div class=\"lu-select-display-wrapper\">\n\t\t<ng-container #display />\n\t</div>\n</div>\n<div class=\"lu-select-suffix\">\n\t<lu-clear />\n</div>\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\"\n\t><span class=\"pr-u-ellipsis\">{{ option.name }}</span></span\n>\n<lu-option-picker-advanced [option-comparer]=\"byId\">\n\t<header class=\"lu-picker-header\">\n\t\t<lu-api-paged-searcher [standard]=\"standard\" [api]=\"api\" [fields]=\"fields\" [filters]=\"filters\" [orderBy]=\"orderBy\" [sort]=\"sort\" />\n\t</header>\n\t<div class=\"lu-picker-content-option\">\n\t\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\n\t</div>\n</lu-option-picker-advanced>\n", styles: ["@charset \"UTF-8\";@layer base{:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-700, var(--palettes-product-700));--components-options-checkbox-border-radius: var(--pr-t-border-radius-small);--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}}@layer reset,base,components,mods,product,utils;@layer components{:host{--components-select-input-padding-horizontal: var(--pr-t-spacings-100);--components-select-input-padding-vertical: var(--pr-t-spacings-100);--components-select-framed-color: var(--palettes-neutral-500);--components-select-framed-color50: var(--palettes-neutral-50);--components-select-framed-see-through: var(--palettes-neutral-50);--components-select-framed-text: var(--pr-t-color-text);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--pr-t-spacings-200);--components-select-framed-top-padding: var(--pr-t-spacings-400);--components-select-framed-bottom-padding: var(--pr-t-spacings-200);--components-select-framed-label-top-offset: var(--pr-t-spacings-100);cursor:pointer;outline:none;padding:0;gap:0}:host:after{--icon-content: \"\\e97c\";font-weight:var(--pr-t-font-fontWeight-regular);display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content)/\"\";-webkit-font-smoothing:antialiased;text-transform:none;color:var(--palettes-neutral-600);inset-block-end:var(--components-select-input-padding-vertical);font-size:var(--pr-t-font-body-M-lineHeight);line-height:var(--pr-t-font-body-M-lineHeight);pointer-events:none;position:absolute;inset-inline-end:var(--components-select-input-padding-horizontal);transition:transform var(--commons-animations-durations-standard) ease}}@layer mods{:host[disabled],:host.is-disabled{cursor:not-allowed;pointer-events:all}}@layer components{.lu-select-display-wrapper{display:block;inline-size:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lu-select-value{font:var(--pr-t-font-body-M);min-block-size:calc(var(--components-select-framed-bottom-padding) + var(--pr-t-font-body-M-lineHeight));padding-block:var(--components-select-input-padding-vertical);padding-inline:var(--components-select-input-padding-horizontal) 3.5rem;transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-neutral-400);font:var(--pr-t-font-body-M);min-block-size:calc(var(--components-select-framed-bottom-padding) + var(--pr-t-font-body-M-lineHeight));padding-block:var(--components-select-input-padding-vertical);padding-inline:var(--components-select-input-padding-horizontal) 3.5rem;transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix,.lu-select-clearer{position:absolute;inset-block-end:var(--pr-t-spacings-150);inset-inline-end:2.5rem}::ng-deep .lu-select-value .chip{display:inline-flex;max-inline-size:100%;margin-block:0 var(--pr-t-spacings-50);margin-inline:0 var(--pr-t-spacings-50);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}@layer mods{:host-context(.textfield.mod-S){padding:0}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--pr-t-font-body-S-fontSize);line-height:var(--pr-t-font-body-XS-lineHeight);min-block-size:calc(var(--components-select-framed-bottom-padding) + var(--pr-t-font-body-XS-lineHeight))}:host-context(.textfield.mod-S) .lu-select-clearer{inset-block-end:var(--pr-t-spacings-100)}:host-context(.textfield.mod-S):after{line-height:var(--pr-t-font-body-XS-lineHeight);font-size:var(--pr-t-font-body-S-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{inset-block-end:.5rem;inset-inline-end:2rem}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{block-size:var(--pr-t-font-body-XS-lineHeight);line-height:var(--pr-t-font-body-XS-lineHeight);font-size:var(--pr-t-font-body-XS-fontSize);padding-inline:var(--pr-t-spacings-50);gap:var(--pr-t-spacings-50)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: var(--pr-t-border-radius-small);--components-numericBadge-font: var(--pr-t-font-body-XS);--components-numericBadge-fontSize: var(--pr-t-font-body-XS-fontSize);--components-numericBadge-lineHeight: var(--pr-t-font-body-XS-lineHeight)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding-block:var(--components-select-framed-top-padding) 0;padding-inline:0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-neutral-500);inset-block-end:var(--components-select-framed-bottom-padding);inset-inline-end:var(--pr-t-spacings-100)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding-block:0 var(--components-select-framed-bottom-padding);padding-inline:var(--components-select-framed-side-padding) calc(var(--components-select-framed-side-padding) * 3)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-neutral-400);padding-block:0 var(--components-select-framed-bottom-padding);padding-inline:var(--components-select-framed-side-padding) calc(var(--components-select-framed-side-padding) * 3)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{inset-block-end:var(--components-select-framed-bottom-padding);inset-inline-end:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;block-size:auto;padding-block-start:var(--pr-t-spacings-200);color:var(--pr-t-color-text)}:host-context(.textfield.mod-material):after{color:var(--palettes-neutral-500);inset-block-end:.6rem;inset-inline-end:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-inline:0 .8rem}:host-context(.textfield.mod-material) .lu-select-suffix{inset-inline-end:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{inset-block-end:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{inset-inline-end:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{block-size:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:visible;white-space:normal;margin-block-end:calc(var(--pr-t-spacings-50) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-neutral-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-neutral-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:flex-start}:host-context(.textfield .textfield-input.is-focused):after{transform:rotate(-180deg)}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-inline-end:3.5rem}:host-context(.textfield-input.is-error,.textfield-input.is-invalid,.textfield-input.ng-invalid.ng-touched) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}}\n"], dependencies: [{ kind: "component", type: ClearComponent, selector: "lu-clear", inputs: ["size", "disabled", "product", "inverted"], outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "component", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { kind: "component", type: LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }, { kind: "directive", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
649
+ ], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\n<div class=\"lu-select-value\">\n\t<div class=\"lu-select-display-wrapper\">\n\t\t<ng-container #display />\n\t</div>\n</div>\n<div class=\"lu-select-suffix\">\n\t<lu-clear />\n</div>\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\"\n\t><span class=\"pr-u-ellipsis\">{{ option.name }}</span></span\n>\n<lu-option-picker-advanced [option-comparer]=\"byId\">\n\t<header class=\"lu-picker-header\">\n\t\t<lu-api-paged-searcher [standard]=\"standard\" [api]=\"api\" [fields]=\"fields\" [filters]=\"filters\" [orderBy]=\"orderBy\" [sort]=\"sort\" />\n\t</header>\n\t<div class=\"lu-picker-content-option\">\n\t\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\n\t</div>\n</lu-option-picker-advanced>\n", styles: ["@charset \"UTF-8\";@layer base{:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-700, var(--palettes-product-700));--components-options-checkbox-border-radius: var(--pr-t-border-radius-small);--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}}@layer reset,base,components,mods,product,utils;@layer components{:host{--components-select-input-padding-horizontal: var(--pr-t-spacings-100);--components-select-input-padding-vertical: var(--pr-t-spacings-100);--components-select-framed-color: var(--palettes-neutral-500);--components-select-framed-color50: var(--palettes-neutral-50);--components-select-framed-see-through: var(--palettes-neutral-50);--components-select-framed-text: var(--pr-t-color-text);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--pr-t-spacings-200);--components-select-framed-top-padding: var(--pr-t-spacings-400);--components-select-framed-bottom-padding: var(--pr-t-spacings-200);--components-select-framed-label-top-offset: var(--pr-t-spacings-100);cursor:pointer;outline:none;padding:0;gap:0}:host:after{--icon-content: \"\\e97c\";font-weight:var(--pr-t-font-fontWeight-regular);display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content)/\"\";-webkit-font-smoothing:antialiased;text-transform:none;color:var(--palettes-neutral-600);inset-block-end:var(--components-select-input-padding-vertical);font-size:var(--pr-t-font-body-M-lineHeight);line-height:var(--pr-t-font-body-M-lineHeight);pointer-events:none;position:absolute;inset-inline-end:var(--components-select-input-padding-horizontal);transition:transform var(--commons-animations-durations-standard) ease}}@layer mods{:host[disabled],:host.is-disabled{cursor:not-allowed;pointer-events:all}}@layer components{.lu-select-display-wrapper{display:block;inline-size:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lu-select-value{font:var(--pr-t-font-body-M);min-block-size:calc(var(--components-select-framed-bottom-padding) + var(--pr-t-font-body-M-lineHeight));padding-block:var(--components-select-input-padding-vertical);padding-inline:var(--components-select-input-padding-horizontal) 3.5rem;transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-neutral-400);font:var(--pr-t-font-body-M);min-block-size:calc(var(--components-select-framed-bottom-padding) + var(--pr-t-font-body-M-lineHeight));padding-block:var(--components-select-input-padding-vertical);padding-inline:var(--components-select-input-padding-horizontal) 3.5rem;transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix,.lu-select-clearer{position:absolute;inset-block-end:var(--pr-t-spacings-150);inset-inline-end:2.5rem}::ng-deep .lu-select-value .chip{display:inline-flex;max-inline-size:100%;margin-block:0 var(--pr-t-spacings-50);margin-inline:0 var(--pr-t-spacings-50);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}@layer mods{:host-context(.textfield.mod-S){padding:0}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--pr-t-font-body-S-fontSize);line-height:var(--pr-t-font-body-XS-lineHeight);min-block-size:calc(var(--components-select-framed-bottom-padding) + var(--pr-t-font-body-XS-lineHeight))}:host-context(.textfield.mod-S) .lu-select-clearer{inset-block-end:var(--pr-t-spacings-100)}:host-context(.textfield.mod-S):after{line-height:var(--pr-t-font-body-XS-lineHeight);font-size:var(--pr-t-font-body-S-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{inset-block-end:.5rem;inset-inline-end:2rem}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{block-size:var(--pr-t-font-body-XS-lineHeight);line-height:var(--pr-t-font-body-XS-lineHeight);font-size:var(--pr-t-font-body-XS-fontSize);padding-inline:var(--pr-t-spacings-50);gap:var(--pr-t-spacings-50)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: var(--pr-t-border-radius-small);--components-numericBadge-font: var(--pr-t-font-body-XS);--components-numericBadge-fontSize: var(--pr-t-font-body-XS-fontSize);--components-numericBadge-lineHeight: var(--pr-t-font-body-XS-lineHeight)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding-block:var(--components-select-framed-top-padding) 0;padding-inline:0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-neutral-500);inset-block-end:var(--components-select-framed-bottom-padding);inset-inline-end:var(--pr-t-spacings-100)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding-block:0 var(--components-select-framed-bottom-padding);padding-inline:var(--components-select-framed-side-padding) calc(var(--components-select-framed-side-padding) * 3)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-neutral-400);padding-block:0 var(--components-select-framed-bottom-padding);padding-inline:var(--components-select-framed-side-padding) calc(var(--components-select-framed-side-padding) * 3)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{inset-block-end:var(--components-select-framed-bottom-padding);inset-inline-end:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;block-size:auto;padding-block-start:var(--pr-t-spacings-200);color:var(--pr-t-color-text)}:host-context(.textfield.mod-material):after{color:var(--palettes-neutral-500);inset-block-end:.6rem;inset-inline-end:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-inline:0 .8rem}:host-context(.textfield.mod-material) .lu-select-suffix{inset-inline-end:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{inset-block-end:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{inset-inline-end:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{block-size:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:visible;white-space:normal;margin-block-end:calc(var(--pr-t-spacings-50) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-neutral-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-neutral-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:flex-start}:host-context(.textfield .textfield-input.is-focused):after{transform:rotate(-180deg)}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-inline-end:3.5rem}:host-context(.textfield-input.is-error,.textfield-input.is-invalid,.textfield-input.ng-invalid.ng-touched) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}}\n"], dependencies: [{ kind: "component", type: ClearComponent, selector: "lu-clear", inputs: ["size", "disabled", "palette", "inverted"], outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "component", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { kind: "component", type: LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }, { kind: "directive", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
650
650
  }
651
651
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.2", ngImport: i0, type: LuApiSelectInputComponent, decorators: [{
652
652
  type: Component,