@lucca-front/ng 21.3.1-rc.1 → 21.3.1-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 (99) hide show
  1. package/fesm2022/lucca-front-ng-a11y.mjs +6 -0
  2. package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -1
  3. package/fesm2022/lucca-front-ng-activity-feed.mjs +3 -0
  4. package/fesm2022/lucca-front-ng-activity-feed.mjs.map +1 -1
  5. package/fesm2022/lucca-front-ng-app-layout.mjs +2 -2
  6. package/fesm2022/lucca-front-ng-box.mjs +1 -1
  7. package/fesm2022/lucca-front-ng-box.mjs.map +1 -1
  8. package/fesm2022/lucca-front-ng-breadcrumbs.mjs +3 -0
  9. package/fesm2022/lucca-front-ng-breadcrumbs.mjs.map +1 -1
  10. package/fesm2022/lucca-front-ng-callout.mjs +3 -0
  11. package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
  12. package/fesm2022/lucca-front-ng-chip.mjs +5 -0
  13. package/fesm2022/lucca-front-ng-chip.mjs.map +1 -1
  14. package/fesm2022/lucca-front-ng-core-select-department.mjs +18 -11
  15. package/fesm2022/lucca-front-ng-core-select-department.mjs.map +1 -1
  16. package/fesm2022/lucca-front-ng-core-select-user.mjs +4 -0
  17. package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
  18. package/fesm2022/lucca-front-ng-core-select.mjs +9 -0
  19. package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
  20. package/fesm2022/lucca-front-ng-core.mjs +36 -1
  21. package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
  22. package/fesm2022/lucca-front-ng-data-table.mjs +16 -9
  23. package/fesm2022/lucca-front-ng-data-table.mjs.map +1 -1
  24. package/fesm2022/lucca-front-ng-date.mjs +10 -0
  25. package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
  26. package/fesm2022/lucca-front-ng-date2.mjs +2 -2
  27. package/fesm2022/lucca-front-ng-date2.mjs.map +1 -1
  28. package/fesm2022/lucca-front-ng-department.mjs +3 -0
  29. package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
  30. package/fesm2022/lucca-front-ng-dialog.mjs +4 -1
  31. package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
  32. package/fesm2022/lucca-front-ng-establishment.mjs +3 -0
  33. package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
  34. package/fesm2022/lucca-front-ng-file-upload.mjs +35 -9
  35. package/fesm2022/lucca-front-ng-file-upload.mjs.map +1 -1
  36. package/fesm2022/lucca-front-ng-filter-pills.mjs +5 -0
  37. package/fesm2022/lucca-front-ng-filter-pills.mjs.map +1 -1
  38. package/fesm2022/lucca-front-ng-form-field.mjs +3 -0
  39. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  40. package/fesm2022/lucca-front-ng-form-label.mjs +39 -30
  41. package/fesm2022/lucca-front-ng-form-label.mjs.map +1 -1
  42. package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs +75 -15
  43. package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs.map +1 -1
  44. package/fesm2022/lucca-front-ng-forms.mjs +22 -3
  45. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  46. package/fesm2022/lucca-front-ng-highlight-data.mjs +2 -0
  47. package/fesm2022/lucca-front-ng-highlight-data.mjs.map +1 -1
  48. package/fesm2022/lucca-front-ng-index-table.mjs +2 -2
  49. package/fesm2022/lucca-front-ng-index-table.mjs.map +1 -1
  50. package/fesm2022/lucca-front-ng-input.mjs +4 -2
  51. package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
  52. package/fesm2022/lucca-front-ng-link.mjs +32 -13
  53. package/fesm2022/lucca-front-ng-link.mjs.map +1 -1
  54. package/fesm2022/lucca-front-ng-mobile-push.mjs +9 -0
  55. package/fesm2022/lucca-front-ng-mobile-push.mjs.map +1 -1
  56. package/fesm2022/lucca-front-ng-modal.mjs +6 -1
  57. package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
  58. package/fesm2022/lucca-front-ng-multi-select.mjs +23 -2
  59. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  60. package/fesm2022/lucca-front-ng-option.mjs +12 -0
  61. package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
  62. package/fesm2022/lucca-front-ng-pagination.mjs +7 -1
  63. package/fesm2022/lucca-front-ng-pagination.mjs.map +1 -1
  64. package/fesm2022/lucca-front-ng-plg-push.mjs +4 -1
  65. package/fesm2022/lucca-front-ng-plg-push.mjs.map +1 -1
  66. package/fesm2022/lucca-front-ng-popover.mjs +2 -1
  67. package/fesm2022/lucca-front-ng-popover.mjs.map +1 -1
  68. package/fesm2022/lucca-front-ng-popover2.mjs +7 -3
  69. package/fesm2022/lucca-front-ng-popover2.mjs.map +1 -1
  70. package/fesm2022/lucca-front-ng-read-more.mjs +4 -0
  71. package/fesm2022/lucca-front-ng-read-more.mjs.map +1 -1
  72. package/fesm2022/lucca-front-ng-scroll.mjs +5 -2
  73. package/fesm2022/lucca-front-ng-scroll.mjs.map +1 -1
  74. package/fesm2022/lucca-front-ng-simple-select.mjs +10 -2
  75. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  76. package/fesm2022/lucca-front-ng-skeleton.mjs +2 -2
  77. package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
  78. package/fesm2022/lucca-front-ng-sortable-list.mjs +4 -3
  79. package/fesm2022/lucca-front-ng-sortable-list.mjs.map +1 -1
  80. package/fesm2022/lucca-front-ng-time.mjs +59 -43
  81. package/fesm2022/lucca-front-ng-time.mjs.map +1 -1
  82. package/fesm2022/lucca-front-ng-title.mjs +7 -3
  83. package/fesm2022/lucca-front-ng-title.mjs.map +1 -1
  84. package/fesm2022/lucca-front-ng-toast.mjs +3 -0
  85. package/fesm2022/lucca-front-ng-toast.mjs.map +1 -1
  86. package/fesm2022/lucca-front-ng-tooltip.mjs +2 -1
  87. package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
  88. package/fesm2022/lucca-front-ng-user.mjs +7 -0
  89. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  90. package/package.json +4 -4
  91. package/schematics/lu-grid/migration.js +31 -58
  92. package/schematics/lu-grid/migration.utils.js +60 -0
  93. package/types/lucca-front-ng-core-select-department.d.ts +10 -9
  94. package/types/lucca-front-ng-core.d.ts +20 -1
  95. package/types/lucca-front-ng-file-upload.d.ts +3 -1
  96. package/types/lucca-front-ng-highlight-data.d.ts +1 -1
  97. package/types/lucca-front-ng-input.d.ts +2 -1
  98. package/types/lucca-front-ng-sortable-list.d.ts +2 -1
  99. package/types/lucca-front-ng-title.d.ts +1 -0
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.parseCssCustomProperties = parseCssCustomProperties;
4
+ exports.extractGridColumnInputs = extractGridColumnInputs;
5
+ exports.isNeutralElement = isNeutralElement;
6
+ // --- CSS custom properties helpers ---
7
+ function parseCssCustomProperties(style) {
8
+ const result = {};
9
+ style.split(';').map((p) => p.trim()).filter(Boolean).forEach((part) => {
10
+ const colonIdx = part.indexOf(':');
11
+ if (colonIdx === -1) {
12
+ return;
13
+ }
14
+ const prop = part.substring(0, colonIdx).trim();
15
+ const value = part.substring(colonIdx + 1).trim();
16
+ result[prop] = value;
17
+ });
18
+ return result;
19
+ }
20
+ // CSS custom properties that map directly to GridColumnComponent inputs
21
+ const GRID_COLUMN_DIRECT_PROPS = {
22
+ '--grid-colspan': 'colspan',
23
+ '--grid-rowspan': 'rowspan',
24
+ '--grid-column': 'column',
25
+ '--grid-row': 'row',
26
+ '--grid-justify': 'justify',
27
+ '--grid-align': 'align',
28
+ };
29
+ // Prefix for responsive CSS custom properties
30
+ const RESPONSIVE_PREFIX = '--grid-';
31
+ function extractGridColumnInputs(style) {
32
+ const cssProps = parseCssCustomProperties(style);
33
+ const inputs = {};
34
+ const responsive = {};
35
+ const remaining = [];
36
+ for (const [prop, value] of Object.entries(cssProps)) {
37
+ if (GRID_COLUMN_DIRECT_PROPS[prop]) {
38
+ inputs[GRID_COLUMN_DIRECT_PROPS[prop]] = value;
39
+ }
40
+ else if (prop.startsWith(RESPONSIVE_PREFIX) && prop.includes('AtMedia')) {
41
+ // e.g. --grid-colspanAtMediaMinXS → colspanAtMediaMinXS
42
+ const key = prop.substring(RESPONSIVE_PREFIX.length);
43
+ responsive[key] = value;
44
+ }
45
+ else if (prop.startsWith('--grid-')) {
46
+ // Unknown grid property — drop it (it was grid-specific)
47
+ }
48
+ else {
49
+ remaining.push(`${prop}: ${value}`);
50
+ }
51
+ }
52
+ if (Object.keys(responsive).length > 0) {
53
+ inputs.responsive = responsive;
54
+ }
55
+ return { inputs, remainingStyle: remaining.join('; ') };
56
+ }
57
+ const NEUTRAL_HTML_ELEMENTS = ['div', 'span', 'section'];
58
+ function isNeutralElement(name) {
59
+ return NEUTRAL_HTML_ELEMENTS.includes(name);
60
+ }
@@ -19,12 +19,13 @@ declare class NoopTreeSelectDirective<T extends TreeNode<any>, V> implements Tre
19
19
 
20
20
  declare class LuCoreSelectDepartmentsDirective<T extends ILuDepartment = ILuDepartment> extends ALuCoreSelectApiDirective<TreeNode<T>> implements OnInit, CoreSelectApiTotalCountProvider {
21
21
  protected httpClient: HttpClient;
22
- url: _angular_core.InputSignal<string>;
23
- filters: _angular_core.InputSignal<Record<string, string | number | boolean>>;
24
- operationIds: _angular_core.InputSignal<readonly number[]>;
25
- uniqueOperationIds: _angular_core.InputSignal<readonly number[]>;
26
- appInstanceId: _angular_core.InputSignal<number>;
27
- searchDelimiter: _angular_core.InputSignal<string>;
22
+ readonly url: _angular_core.InputSignal<string>;
23
+ readonly countUrl: _angular_core.InputSignal<string>;
24
+ readonly filters: _angular_core.InputSignal<Record<string, string | number | boolean>>;
25
+ readonly operationIds: _angular_core.InputSignal<readonly number[]>;
26
+ readonly uniqueOperationIds: _angular_core.InputSignal<readonly number[]>;
27
+ readonly appInstanceId: _angular_core.InputSignal<number>;
28
+ readonly searchDelimiter: _angular_core.InputSignal<string>;
28
29
  ngOnInit(): void;
29
30
  protected buildOptions(): Observable<TreeNode<T>[]>;
30
31
  protected getOptionsPage(params: Record<string, string | number | boolean> | null, page: number): Observable<{
@@ -33,12 +34,12 @@ declare class LuCoreSelectDepartmentsDirective<T extends ILuDepartment = ILuDepa
33
34
  }>;
34
35
  protected getOptions(params: Record<string, string | number | boolean> | null): Observable<TreeNode<T>[]>;
35
36
  trim(options: TreeNode<T>[], clue: string): TreeNode<T>[];
36
- protected params$: Observable<Record<string, string | number | boolean>>;
37
- totalCount$: Observable<number>;
37
+ protected readonly params$: Observable<Record<string, string | number | boolean>>;
38
+ readonly totalCount$: Observable<number>;
38
39
  protected flattenTree(branch: TreeNode<T>): T[];
39
40
  protected optionKey: (option: TreeNode<T> | T) => number;
40
41
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuCoreSelectDepartmentsDirective<any>, never>;
41
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LuCoreSelectDepartmentsDirective<any>, "lu-simple-select[departments],lu-multi-select[departments]", ["luDepartments"], { "url": { "alias": "url"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; "operationIds": { "alias": "operationIds"; "required": false; "isSignal": true; }; "uniqueOperationIds": { "alias": "uniqueOperationIds"; "required": false; "isSignal": true; }; "appInstanceId": { "alias": "appInstanceId"; "required": false; "isSignal": true; }; "searchDelimiter": { "alias": "searchDelimiter"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof NoopTreeSelectDirective; inputs: {}; outputs: {}; }]>;
42
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LuCoreSelectDepartmentsDirective<any>, "lu-simple-select[departments],lu-multi-select[departments]", ["luDepartments"], { "url": { "alias": "url"; "required": false; "isSignal": true; }; "countUrl": { "alias": "countUrl"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; "operationIds": { "alias": "operationIds"; "required": false; "isSignal": true; }; "uniqueOperationIds": { "alias": "uniqueOperationIds"; "required": false; "isSignal": true; }; "appInstanceId": { "alias": "appInstanceId"; "required": false; "isSignal": true; }; "searchDelimiter": { "alias": "searchDelimiter"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof NoopTreeSelectDirective; inputs: {}; outputs: {}; }]>;
42
43
  }
43
44
 
44
45
  interface LuCoreSelectLegalUnit extends ILuApiItem {
@@ -177,6 +177,25 @@ declare const isNotNil: <T>(value: T) => value is NonNullable<T>;
177
177
  declare const isNilOrEmptyString: (str: string | Nil) => str is Nil | "";
178
178
  declare const isNotNilOrEmptyString: (str: string | Nil) => str is string;
179
179
 
180
+ /**
181
+ * Reads the `--commons-pushPanel-inlineSize` design token — the inline-end space reserved for a
182
+ * docked panel that shrinks the page content — from the document root, in pixels.
183
+ * Returns 0 when the token is unset or cannot be parsed as a pixel length.
184
+ */
185
+ declare function getPushPanelInlineSize(element: Element): number;
186
+ /**
187
+ * Builds a per-side viewport margin for a CDK `FlexibleConnectedPositionStrategy` so connected
188
+ * overlays (popovers, tooltips, selects…) are pushed out of the reserved pushPanel zone on the
189
+ * inline-end instead of overflowing into it. `base` is added to every side so an existing uniform
190
+ * margin is preserved.
191
+ */
192
+ declare function getPushPanelViewportMargin(element: Element, base?: number): {
193
+ start: number;
194
+ end: number;
195
+ top: number;
196
+ bottom: number;
197
+ };
198
+
180
199
  type PortalContent<T = unknown> = string | TemplateRef<T> | Type<unknown>;
181
200
  declare const PORTAL_CONTEXT: InjectionToken<unknown>;
182
201
 
@@ -290,5 +309,5 @@ interface ILuTree<T> {
290
309
  disabled?: boolean;
291
310
  }
292
311
 
293
- export { ALuDateAdapter, ALuOnCloseSubscriber, ALuOnOpenSubscriber, ALuOnScrollBottomSubscriber, ELuDateGranularity, IntlParamsPipe, LOCALE_PLURAL_RULES, LU_NATIVE_DATE_ADAPTER_OPTIONS, LuNativeDateAdapter, LuStringDateAdapter, LuTypeGuardPipe, PORTAL_CONTEXT, PortalDirective, defaultBreakpoints, generateId, getIntl, getIntlPluralLabel, intlInputOptions, isNil, isNilOrEmptyString, isNotNil, isNotNilOrEmptyString, isRouterLinkParam, luDefaultNativeDateAdapterOptions, ɵeffectWithDeps };
312
+ export { ALuDateAdapter, ALuOnCloseSubscriber, ALuOnOpenSubscriber, ALuOnScrollBottomSubscriber, ELuDateGranularity, IntlParamsPipe, LOCALE_PLURAL_RULES, LU_NATIVE_DATE_ADAPTER_OPTIONS, LuNativeDateAdapter, LuStringDateAdapter, LuTypeGuardPipe, PORTAL_CONTEXT, PortalDirective, defaultBreakpoints, generateId, getIntl, getIntlPluralLabel, getPushPanelInlineSize, getPushPanelViewportMargin, intlInputOptions, isNil, isNilOrEmptyString, isNotNil, isNotNilOrEmptyString, isRouterLinkParam, luDefaultNativeDateAdapterOptions, ɵeffectWithDeps };
294
313
  export type { At, Breakpoint, EffectWithDepsInput, EnumValue, ILuDateAdapter, ILuGroup, ILuNativeDateAdapterOptions, ILuOnCloseSubscriber, ILuOnOpenSubscriber, ILuOnScrollBottomSubscriber, ILuTranslation, ILuTree, LuDateGranularity, LuPluralForms, LuTranslation, PortalContent, ResponsiveConfig, ResponsiveProperty, RouterLinkParam };
@@ -26,6 +26,7 @@ interface LuFileUploadLabel {
26
26
  all: string;
27
27
  file: string;
28
28
  download: string;
29
+ preview: string;
29
30
  downloadFile: string;
30
31
  delete: string;
31
32
  deleteFile: string;
@@ -100,6 +101,7 @@ declare class FileEntryComponent {
100
101
  readonly size: _angular_core.InputSignal<"S">;
101
102
  readonly iconOverride: _angular_core.InputSignal<string>;
102
103
  readonly downloadURL: _angular_core.InputSignal<string>;
104
+ readonly openInNewTab: _angular_core.InputSignalWithTransform<boolean, unknown>;
103
105
  readonly password: _angular_core.InputSignal<string>;
104
106
  passwordChange$: Subject<string>;
105
107
  passwordChange: _angular_core.OutputRef<string>;
@@ -120,7 +122,7 @@ declare class FileEntryComponent {
120
122
  [x: string]: boolean;
121
123
  }>;
122
124
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FileEntryComponent, never>;
123
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileEntryComponent, "lu-file-entry", never, { "intl": { "alias": "intl"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "displayFileName": { "alias": "displayFileName"; "required": false; "isSignal": true; }; "inlineMessageError": { "alias": "inlineMessageError"; "required": false; "isSignal": true; }; "entry": { "alias": "entry"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "iconOverride": { "alias": "iconOverride"; "required": false; "isSignal": true; }; "downloadURL": { "alias": "downloadURL"; "required": false; "isSignal": true; }; "password": { "alias": "password"; "required": false; "isSignal": true; }; "media": { "alias": "media"; "required": false; "isSignal": true; }; "previewUrl": { "alias": "previewUrl"; "required": false; "isSignal": true; }; }, { "passwordChange": "passwordChange"; "deleteFile": "deleteFile"; }, never, never, true, never>;
125
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileEntryComponent, "lu-file-entry", never, { "intl": { "alias": "intl"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "displayFileName": { "alias": "displayFileName"; "required": false; "isSignal": true; }; "inlineMessageError": { "alias": "inlineMessageError"; "required": false; "isSignal": true; }; "entry": { "alias": "entry"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "iconOverride": { "alias": "iconOverride"; "required": false; "isSignal": true; }; "downloadURL": { "alias": "downloadURL"; "required": false; "isSignal": true; }; "openInNewTab": { "alias": "openInNewTab"; "required": false; "isSignal": true; }; "password": { "alias": "password"; "required": false; "isSignal": true; }; "media": { "alias": "media"; "required": false; "isSignal": true; }; "previewUrl": { "alias": "previewUrl"; "required": false; "isSignal": true; }; }, { "passwordChange": "passwordChange"; "deleteFile": "deleteFile"; }, never, never, true, never>;
124
126
  }
125
127
 
126
128
  /**
@@ -12,7 +12,7 @@ declare const HIGHLIGHT_DATA_SIZE: readonly ["XS", "S", "M"];
12
12
  type HighlightDataSize = (typeof HIGHLIGHT_DATA_SIZE)[number];
13
13
  declare const HIGHLIGHT_DATA_BUBBLE: readonly [1, 2, 3, 4];
14
14
  type HighlightDataBubble = (typeof HIGHLIGHT_DATA_BUBBLE)[number];
15
- declare const HIGHLIGHT_DATA_ILLUSTRATION: readonly ["calculator", "calendar", "cleemy-card", "coffee", "headphone", "mail", "magnifying-glass", "medallon", "piggy-bank", "polaroid-female", "polaroid-male", "polaroids"];
15
+ declare const HIGHLIGHT_DATA_ILLUSTRATION: readonly ["calculator", "calendar", "cleemy-card", "coffee", "headphone", "mail", "magnifying-glass", "medallon", "piggy-bank", "polaroid-female", "polaroid-male", "polaroids", "post-it-success", "post-it-warning"];
16
16
  type HighlightDataIllustration = (typeof HIGHLIGHT_DATA_ILLUSTRATION)[number] | 'manifying-glass';
17
17
 
18
18
  declare class HighlightDataComponent {
@@ -1,6 +1,6 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import * as i0 from '@angular/core';
3
- import { EventEmitter, ViewRef, TemplateRef, OnInit, ElementRef, Renderer2, ChangeDetectorRef } from '@angular/core';
3
+ import { EventEmitter, ViewRef, TemplateRef, OnInit, ElementRef, Renderer2, DestroyRef, ChangeDetectorRef } from '@angular/core';
4
4
  import { NgControl, ControlValueAccessor } from '@angular/forms';
5
5
 
6
6
  interface ILuClearer<T> {
@@ -76,6 +76,7 @@ declare class LuInputDirective implements OnInit {
76
76
  protected _elementRef: ElementRef;
77
77
  protected _renderer: Renderer2;
78
78
  protected _ngControl: NgControl;
79
+ protected _destroyRef: DestroyRef;
79
80
  constructor(_elementRef: ElementRef, _renderer: Renderer2, _ngControl: NgControl);
80
81
  protected isEmpty(value: any): boolean;
81
82
  protected applyClasses(value: any): void;
@@ -1,10 +1,11 @@
1
1
  import * as _angular_core from '@angular/core';
2
+ import { PortalContent } from '@lucca-front/ng/core';
2
3
 
3
4
  declare class SortableListItemComponent {
4
5
  /**
5
6
  * Changes the text displayed by the sortable list item
6
7
  */
7
- label: _angular_core.InputSignal<string>;
8
+ label: _angular_core.InputSignal<PortalContent>;
8
9
  /**
9
10
  * Adds descriptive help text below the label
10
11
  */
@@ -35,6 +35,7 @@ declare class LuTitleService {
35
35
  private router;
36
36
  private title;
37
37
  private translateService;
38
+ private destroyRef;
38
39
  private titlePartsSubject;
39
40
  titleParts$: rxjs.Observable<(string | ObservableInput<string>)[]>;
40
41
  title$: rxjs.Observable<string>;