@fundamental-ngx/platform 0.59.1-rc.9 → 0.59.1

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 (40) hide show
  1. package/fesm2022/fundamental-ngx-platform-approval-flow.mjs +25 -33
  2. package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
  3. package/fesm2022/fundamental-ngx-platform-feed-input.mjs +1 -1
  4. package/fesm2022/fundamental-ngx-platform-feed-input.mjs.map +1 -1
  5. package/fesm2022/fundamental-ngx-platform-form.mjs +1 -1
  6. package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
  7. package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +9 -10
  8. package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs.map +1 -1
  9. package/fesm2022/fundamental-ngx-platform-list.mjs +2 -2
  10. package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
  11. package/fesm2022/fundamental-ngx-platform-menu.mjs +19 -30
  12. package/fesm2022/fundamental-ngx-platform-menu.mjs.map +1 -1
  13. package/fesm2022/fundamental-ngx-platform-message-popover.mjs +2 -2
  14. package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
  15. package/fesm2022/fundamental-ngx-platform-object-marker.mjs +1 -1
  16. package/fesm2022/fundamental-ngx-platform-object-marker.mjs.map +1 -1
  17. package/fesm2022/fundamental-ngx-platform-object-status.mjs +1 -1
  18. package/fesm2022/fundamental-ngx-platform-object-status.mjs.map +1 -1
  19. package/fesm2022/fundamental-ngx-platform-search-field.mjs +14 -15
  20. package/fesm2022/fundamental-ngx-platform-search-field.mjs.map +1 -1
  21. package/fesm2022/fundamental-ngx-platform-settings-generator.mjs +1 -1
  22. package/fesm2022/fundamental-ngx-platform-settings-generator.mjs.map +1 -1
  23. package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs +17 -19
  24. package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs.map +1 -1
  25. package/fesm2022/fundamental-ngx-platform-table-helpers.mjs +21 -19
  26. package/fesm2022/fundamental-ngx-platform-table-helpers.mjs.map +1 -1
  27. package/fesm2022/fundamental-ngx-platform-table.mjs +27 -29
  28. package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
  29. package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +14 -14
  30. package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
  31. package/package.json +4 -4
  32. package/schematics/ng-add/index.js +1 -1
  33. package/types/fundamental-ngx-platform-approval-flow.d.ts +19 -14
  34. package/types/fundamental-ngx-platform-icon-tab-bar.d.ts +7 -6
  35. package/types/fundamental-ngx-platform-menu.d.ts +7 -8
  36. package/types/fundamental-ngx-platform-search-field.d.ts +7 -6
  37. package/types/fundamental-ngx-platform-split-menu-button.d.ts +5 -7
  38. package/types/fundamental-ngx-platform-table-helpers.d.ts +10 -7
  39. package/types/fundamental-ngx-platform-table.d.ts +16 -14
  40. package/types/fundamental-ngx-platform-value-help-dialog.d.ts +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/platform",
3
- "version": "0.59.1-rc.9",
3
+ "version": "0.59.1",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - platform",
6
6
  "license": "Apache-2.0",
@@ -13,9 +13,9 @@
13
13
  "node": ">= 10"
14
14
  },
15
15
  "peerDependencies": {
16
- "@fundamental-ngx/cdk": "0.59.1-rc.9",
17
- "@fundamental-ngx/core": "0.59.1-rc.9",
18
- "@fundamental-ngx/i18n": "0.59.1-rc.9"
16
+ "@fundamental-ngx/cdk": "0.59.1",
17
+ "@fundamental-ngx/core": "0.59.1",
18
+ "@fundamental-ngx/i18n": "0.59.1"
19
19
  },
20
20
  "dependencies": {
21
21
  "fast-deep-equal": "3.1.3",
@@ -31,7 +31,7 @@ function callCoreSchematic(options) {
31
31
  (0, dependencies_1.addPackageJsonDependency)(tree, {
32
32
  type: dependencies_1.NodeDependencyType.Default,
33
33
  // Will be replaced with the real version during sync-version script run
34
- version: `0.59.1-rc.9`,
34
+ version: `0.59.1`,
35
35
  name: '@fundamental-ngx/core'
36
36
  });
37
37
  const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({
@@ -1,13 +1,13 @@
1
- import { CdkDrag } from '@angular/cdk/drag-drop';
2
1
  import * as i0 from '@angular/core';
3
2
  import { EventEmitter, TemplateRef, OnInit, OnDestroy, ChangeDetectorRef, ElementRef, OnChanges, QueryList, Injector, SimpleChanges, AfterViewInit } from '@angular/core';
4
- import { Nullable, RtlService } from '@fundamental-ngx/cdk/utils';
3
+ import { CdkDrag } from '@angular/cdk/drag-drop';
5
4
  import { DialogRef, DialogService } from '@fundamental-ngx/core/dialog';
6
5
  import { GridListItemComponent, GridListComponent, GridListSelectionEvent } from '@fundamental-ngx/core/grid-list';
7
6
  import { ObjectStatus } from '@fundamental-ngx/core/object-status';
8
- import { ApprovalFlowTeamDataSource, ApprovalFlowUserDataSource, DataProvider } from '@fundamental-ngx/platform/shared';
7
+ import { ApprovalFlowTeamDataSource, ApprovalFlowUserDataSource } from '@fundamental-ngx/platform/shared';
9
8
  import { Observable } from 'rxjs';
10
9
  import { FdDate } from '@fundamental-ngx/core/datetime';
10
+ import { Nullable } from '@fundamental-ngx/cdk/utils';
11
11
  import { MenuComponent } from '@fundamental-ngx/core/menu';
12
12
  import { ListComponent, StandardListItemComponent, BaseListItem, SelectionChangeEvent } from '@fundamental-ngx/platform/list';
13
13
 
@@ -364,7 +364,6 @@ declare class ApprovalFlowDropZoneDirective {
364
364
  declare class ApprovalFlowNodeComponent implements OnInit, OnChanges, OnDestroy {
365
365
  private readonly _elRef;
366
366
  private readonly _cdr;
367
- private readonly _rtlService;
368
367
  /** Approval flow graph node */
369
368
  node: ApprovalGraphNode;
370
369
  /** Node metadata */
@@ -445,7 +444,7 @@ declare class ApprovalFlowNodeComponent implements OnInit, OnChanges, OnDestroy
445
444
  /** @hidden */
446
445
  private _subscriptions;
447
446
  /** @hidden */
448
- constructor(_elRef: ElementRef, _cdr: ChangeDetectorRef, _rtlService: RtlService);
447
+ constructor(_elRef: ElementRef, _cdr: ChangeDetectorRef);
449
448
  /** @hidden */
450
449
  get _nativeElement(): HTMLElement;
451
450
  /** @hidden */
@@ -484,7 +483,7 @@ declare class ApprovalFlowNodeComponent implements OnInit, OnChanges, OnDestroy
484
483
  private _checkNodeStatus;
485
484
  /** @hidden */
486
485
  private _getNodeStatusClass;
487
- static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalFlowNodeComponent, [null, null, { optional: true; }]>;
486
+ static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalFlowNodeComponent, never>;
488
487
  static ɵcmp: i0.ɵɵComponentDeclaration<ApprovalFlowNodeComponent, "fdp-approval-flow-node", never, { "node": { "alias": "node"; "required": false; }; "meta": { "alias": "meta"; "required": false; }; "renderArrow": { "alias": "renderArrow"; "required": false; }; "checkDueDate": { "alias": "checkDueDate"; "required": false; }; "dueDateThreshold": { "alias": "dueDateThreshold"; "required": false; }; "allNodesInColumnApproved": { "alias": "allNodesInColumnApproved"; "required": false; }; "approvalStatusTemplate": { "alias": "approvalStatusTemplate"; "required": false; }; "statusColorMapping": { "alias": "statusColorMapping"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "isNextNodeBlank": { "alias": "isNextNodeBlank"; "required": false; }; }, { "onAdd": "onAdd"; "onEdit": "onEdit"; "onDelete": "onDelete"; }, ["_gridListItem"], ["*"], true, never>;
489
488
  }
490
489
 
@@ -496,8 +495,6 @@ declare class ApprovalFlowComponent implements OnInit, OnChanges, OnDestroy {
496
495
  private readonly _dialogService;
497
496
  private readonly _cdr;
498
497
  private readonly _injector;
499
- private providers;
500
- private readonly _rtlService;
501
498
  /** Title which is displayed in the header of the Approval Flow component. */
502
499
  title: string;
503
500
  /** Value of the approval flow component. */
@@ -611,10 +608,6 @@ declare class ApprovalFlowComponent implements OnInit, OnChanges, OnDestroy {
611
608
  /** Returns snapshot of the current and initial states of approval process */
612
609
  get approvalProcess(): ApprovalProcess;
613
610
  /** @hidden */
614
- get _rtl(): boolean;
615
- /** @hidden */
616
- get _selectedNodes(): ApprovalGraphNode[];
617
- /** @hidden */
618
611
  _displayUserFn: typeof displayUserFn;
619
612
  /** @hidden */
620
613
  _userValueFn: typeof userValueFn;
@@ -623,6 +616,14 @@ declare class ApprovalFlowComponent implements OnInit, OnChanges, OnDestroy {
623
616
  /** @hidden */
624
617
  readonly approvalFlowUniqueId: string;
625
618
  /** @hidden */
619
+ protected readonly rtl: i0.Signal<boolean>;
620
+ /** @hidden */
621
+ protected readonly prevSlideArrowGlyph: i0.Signal<"navigation-right-arrow" | "navigation-left-arrow">;
622
+ /** @hidden */
623
+ protected readonly nextSlideArrowGlyph: i0.Signal<"navigation-right-arrow" | "navigation-left-arrow">;
624
+ /** @hidden */
625
+ get _selectedNodes(): ApprovalGraphNode[];
626
+ /** @hidden */
626
627
  private _selectedWatchers;
627
628
  /** @hidden */
628
629
  private _editModeInitSub;
@@ -631,7 +632,11 @@ declare class ApprovalFlowComponent implements OnInit, OnChanges, OnDestroy {
631
632
  /** @hidden */
632
633
  private _dataSourceChanged$;
633
634
  /** @hidden */
634
- constructor(_dialogService: DialogService, _cdr: ChangeDetectorRef, _injector: Injector, providers: Map<string, DataProvider<any>>, _rtlService: RtlService);
635
+ private readonly _rtlService;
636
+ /** @hidden */
637
+ private readonly providers;
638
+ /** @hidden */
639
+ constructor(_dialogService: DialogService, _cdr: ChangeDetectorRef, _injector: Injector);
635
640
  /** @hidden */
636
641
  ngOnInit(): void;
637
642
  /** @hidden */
@@ -728,7 +733,7 @@ declare class ApprovalFlowComponent implements OnInit, OnChanges, OnDestroy {
728
733
  private _setupDataSourceSubscription;
729
734
  /** @hidden */
730
735
  private removeSpaceNodesFromColumns;
731
- static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalFlowComponent, [null, null, null, { optional: true; }, { optional: true; }]>;
736
+ static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalFlowComponent, never>;
732
737
  static ɵcmp: i0.ɵɵComponentDeclaration<ApprovalFlowComponent, "fdp-approval-flow", never, { "title": { "alias": "title"; "required": false; }; "value": { "alias": "value"; "required": false; }; "userDataSource": { "alias": "userDataSource"; "required": false; }; "watcherDataSource": { "alias": "watcherDataSource"; "required": false; }; "teamDataSource": { "alias": "teamDataSource"; "required": false; }; "userDetailsTemplate": { "alias": "userDetailsTemplate"; "required": false; }; "approvalStatusTemplate": { "alias": "approvalStatusTemplate"; "required": false; }; "statusColorMapping": { "alias": "statusColorMapping"; "required": false; }; "checkDueDate": { "alias": "checkDueDate"; "required": false; }; "dueDateThreshold": { "alias": "dueDateThreshold"; "required": false; }; "allowSendRemindersForStatuses": { "alias": "allowSendRemindersForStatuses"; "required": false; }; "isEditAvailable": { "alias": "isEditAvailable"; "required": false; }; "watchersLabel": { "alias": "watchersLabel"; "required": false; }; "allowAddParallelNodes": { "alias": "allowAddParallelNodes"; "required": false; }; "disableSaveButton": { "alias": "disableSaveButton"; "required": false; }; "disableExitButton": { "alias": "disableExitButton"; "required": false; }; "usersDataProviderEntityKey": { "alias": "usersDataProviderEntityKey"; "required": false; }; "teamsDataProviderEntityKey": { "alias": "teamsDataProviderEntityKey"; "required": false; }; "watchersDataProviderEntityKey": { "alias": "watchersDataProviderEntityKey"; "required": false; }; "removeSpaceNode": { "alias": "removeSpaceNode"; "required": false; }; }, { "nodeClick": "nodeClick"; "afterNodeAdd": "afterNodeAdd"; "afterNodeEdit": "afterNodeEdit"; "valueChange": "valueChange"; "sendReminders": "sendReminders"; "onDataRequested": "onDataRequested"; "onDataReceived": "onDataReceived"; }, never, never, true, never>;
733
738
  }
734
739
 
@@ -2,7 +2,7 @@ import * as _fundamental_ngx_platform_icon_tab_bar from '@fundamental-ngx/platfo
2
2
  import * as _angular_core from '@angular/core';
3
3
  import { TemplateRef, Signal, InputSignal, InputSignalWithTransform, OnChanges, ChangeDetectorRef, QueryList, ElementRef, EventEmitter, SimpleChanges, OnInit, AfterViewInit, OnDestroy, NgZone } from '@angular/core';
4
4
  import * as _fundamental_ngx_cdk_utils from '@fundamental-ngx/cdk/utils';
5
- import { NullableObject, FdkAsyncProperty, Nullable, OverflowListDirective, HasElementRef, ContentDensityService, RtlService } from '@fundamental-ngx/cdk/utils';
5
+ import { NullableObject, FdkAsyncProperty, Nullable, OverflowListDirective, HasElementRef, ContentDensityService } from '@fundamental-ngx/cdk/utils';
6
6
  import { Point, DragRef, DragDrop } from '@angular/cdk/drag-drop';
7
7
  import { Subject } from 'rxjs';
8
8
  import { IconFont } from '@fundamental-ngx/core/icon';
@@ -906,7 +906,6 @@ declare class IconTabTitleDirective {
906
906
  declare class IconTabBarComponent implements OnInit, TabList {
907
907
  private _cd;
908
908
  private _contentDensityService;
909
- private _rtlService;
910
909
  /**
911
910
  * Whether to open tab content one under another without collapsing.
912
911
  * Works only for content-projected tab content.
@@ -994,8 +993,6 @@ declare class IconTabBarComponent implements OnInit, TabList {
994
993
  /** @hidden */
995
994
  readonly _tabRenderer$: _angular_core.WritableSignal<IconTabBarItem | null>;
996
995
  /** @hidden */
997
- readonly _rtl$: _angular_core.Signal<boolean>;
998
- /** @hidden */
999
996
  readonly _templateMap$: _angular_core.Signal<Map<string, TemplateRef<any>>>;
1000
997
  /** @hidden */
1001
998
  readonly _tabs$: _angular_core.Signal<IconTabBarItem[]>;
@@ -1015,6 +1012,8 @@ declare class IconTabBarComponent implements OnInit, TabList {
1015
1012
  id: string;
1016
1013
  contentTemplateId?: string;
1017
1014
  }>[]>;
1015
+ /** @hidden */
1016
+ protected readonly isRtl: _angular_core.Signal<boolean>;
1018
1017
  /** @hidden Initialize active tab when tabs change */
1019
1018
  private readonly _initActiveTabEffect;
1020
1019
  /** @hidden */
@@ -1025,7 +1024,9 @@ declare class IconTabBarComponent implements OnInit, TabList {
1025
1024
  private readonly templateService;
1026
1025
  private readonly _iconTabBarCmp;
1027
1026
  /** @hidden */
1028
- constructor(_cd: ChangeDetectorRef, _contentDensityService: ContentDensityService, _rtlService: RtlService);
1027
+ private readonly _rtlService;
1028
+ /** @hidden */
1029
+ constructor(_cd: ChangeDetectorRef, _contentDensityService: ContentDensityService);
1029
1030
  /** @hidden */
1030
1031
  ngOnInit(): void;
1031
1032
  /**
@@ -1060,7 +1061,7 @@ declare class IconTabBarComponent implements OnInit, TabList {
1060
1061
  /** @hidden Apply template mapping to tab configurations */
1061
1062
  private _applyTemplateMapping;
1062
1063
  private _generateFlatTabs;
1063
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconTabBarComponent, [null, { optional: true; }, { optional: true; }]>;
1064
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconTabBarComponent, [null, { optional: true; }]>;
1064
1065
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<IconTabBarComponent, "fdp-icon-tab-bar", never, { "stackContent": { "alias": "stackContent"; "required": false; }; "tabHeadingLevel": { "alias": "tabHeadingLevel"; "required": false; "isSignal": true; }; "iconTabType": { "alias": "iconTabType"; "required": false; "isSignal": true; }; "tabsConfig": { "alias": "tabsConfig"; "required": false; "isSignal": true; }; "densityMode": { "alias": "densityMode"; "required": false; "isSignal": true; }; "iconTabFont": { "alias": "iconTabFont"; "required": false; "isSignal": true; }; "enableTabReordering": { "alias": "enableTabReordering"; "required": false; "isSignal": true; }; "showTotalTab": { "alias": "showTotalTab"; "required": false; "isSignal": true; }; "multiClick": { "alias": "multiClick"; "required": false; "isSignal": true; }; "layoutMode": { "alias": "layoutMode"; "required": false; "isSignal": true; }; "iconTabBackground": { "alias": "iconTabBackground"; "required": false; "isSignal": true; }; "iconTabSize": { "alias": "iconTabSize"; "required": false; "isSignal": true; }; "colorAssociations": { "alias": "colorAssociations"; "required": false; "isSignal": true; }; "settings": { "alias": "settings"; "required": false; "isSignal": true; }; "maxContentHeight": { "alias": "maxContentHeight"; "required": false; "isSignal": true; }; }, { "tabsConfig": "tabsConfigChange"; "densityMode": "densityModeChange"; "iconTabSelected": "iconTabSelected"; "iconTabReordered": "iconTabReordered"; "closeTab": "closeTab"; }, ["children"], ["[fdpIconTabBarFreeContent]"], true, never>;
1065
1066
  static ngAcceptInputType_stackContent: unknown;
1066
1067
  }
@@ -4,7 +4,6 @@ import { OnDestroy, EventEmitter, ElementRef, ChangeDetectorRef, AfterViewInit,
4
4
  import { Subject, Observable } from 'rxjs';
5
5
  import { MenuInteractiveComponent } from '@fundamental-ngx/core/menu';
6
6
  import { Overlay } from '@angular/cdk/overlay';
7
- import { RtlService } from '@fundamental-ngx/cdk/utils';
8
7
  import * as i4 from '@fundamental-ngx/core/content-density';
9
8
  import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
10
9
 
@@ -66,8 +65,6 @@ type MenuCloseMethod = void | 'mouse' | 'keyboard' | 'tab' | 'arrow';
66
65
  * Menu component is deprecated. Use `fd-menu` from `@fundamental-ngx/core/menu` instead.
67
66
  */
68
67
  declare class MenuComponent implements AfterViewInit, AfterContentInit, OnDestroy {
69
- private _rtl;
70
- readonly contentDensityObserver: ContentDensityObserver;
71
68
  /** Menu ID */
72
69
  set id(id: string);
73
70
  get id(): string;
@@ -93,20 +90,22 @@ declare class MenuComponent implements AfterViewInit, AfterContentInit, OnDestro
93
90
  * Emitted event when menu closes
94
91
  */
95
92
  close: EventEmitter<MenuCloseMethod>;
96
- /** Menu direction */
97
- direction: 'ltr' | 'rtl';
98
93
  /** @hidden */
99
94
  menuId: string;
100
95
  /** @hidden */
96
+ readonly contentDensityObserver: ContentDensityObserver;
97
+ /** Menu direction */
98
+ protected readonly direction: i0.Signal<"rtl" | "ltr">;
99
+ /** @hidden */
101
100
  private _id;
102
101
  /** @hidden */
103
102
  private _keyManager;
104
103
  /** @hidden */
105
104
  private _tabSubscription;
106
105
  /** @hidden */
107
- private _dirChangeSubscription;
106
+ private readonly _rtlService;
108
107
  /** @hidden */
109
- constructor(_rtl: RtlService, contentDensityObserver: ContentDensityObserver);
108
+ constructor();
110
109
  /** @hidden */
111
110
  ngAfterViewInit(): void;
112
111
  /** @hidden */
@@ -150,7 +149,7 @@ declare class MenuComponent implements AfterViewInit, AfterContentInit, OnDestro
150
149
  * Check if cascade menu should appear from left
151
150
  */
152
151
  _cascadesLeft(): boolean;
153
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, [{ optional: true; }, null]>;
152
+ static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
154
153
  static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "fdp-menu", never, { "id": { "alias": "id"; "required": false; }; "openByArrowKeys": { "alias": "openByArrowKeys"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; }, { "close": "close"; }, ["menuItems"], ["*"], true, never>;
155
154
  }
156
155
 
@@ -4,7 +4,7 @@ import { MobileMode, MobileModeBase, MobileModeConfig } from '@fundamental-ngx/c
4
4
  import { Subject, Observable } from 'rxjs';
5
5
  import { FocusableOption, LiveAnnouncer } from '@angular/cdk/a11y';
6
6
  import { Direction } from '@angular/cdk/bidi';
7
- import { DynamicComponentService, RtlService } from '@fundamental-ngx/cdk/utils';
7
+ import { DynamicComponentService } from '@fundamental-ngx/cdk/utils';
8
8
  import * as i2 from '@fundamental-ngx/core/content-density';
9
9
  import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
10
10
  import { PopoverComponent } from '@fundamental-ngx/core/popover';
@@ -72,7 +72,6 @@ declare class SearchFieldComponent extends BaseComponent implements OnInit, OnCh
72
72
  elementRef: ElementRef<HTMLElement>;
73
73
  private readonly _viewContainerRef;
74
74
  private readonly _injector;
75
- private readonly _rtl;
76
75
  private readonly _document;
77
76
  private readonly _liveAnnouncer;
78
77
  readonly _dynamicComponentService: DynamicComponentService;
@@ -165,8 +164,6 @@ declare class SearchFieldComponent extends BaseComponent implements OnInit, OnCh
165
164
  /** @hidden */
166
165
  _clearId: string;
167
166
  /** @hidden */
168
- readonly _dir$: i0.Signal<Direction>;
169
- /** @hidden */
170
167
  isOpen: boolean;
171
168
  /** @hidden */
172
169
  _isRefresh: boolean;
@@ -175,6 +172,8 @@ declare class SearchFieldComponent extends BaseComponent implements OnInit, OnCh
175
172
  /** @hidden */
176
173
  _isOpen$: i0.WritableSignal<boolean>;
177
174
  /** @hidden */
175
+ protected readonly dir: i0.Signal<Direction>;
176
+ /** @hidden */
178
177
  private _suggestions;
179
178
  /** @hidden */
180
179
  private _dataSource;
@@ -192,8 +191,10 @@ declare class SearchFieldComponent extends BaseComponent implements OnInit, OnCh
192
191
  private readonly _dataSourceChanged$;
193
192
  /** @hidden */
194
193
  private _appearance;
194
+ /** hidden */
195
+ private readonly _rtlService;
195
196
  /** @hidden */
196
- constructor(elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _injector: Injector, _rtl: RtlService, _document: Document, _liveAnnouncer: LiveAnnouncer, _dynamicComponentService: DynamicComponentService, contentDensityObserver: ContentDensityObserver);
197
+ constructor(elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _injector: Injector, _document: Document, _liveAnnouncer: LiveAnnouncer, _dynamicComponentService: DynamicComponentService, contentDensityObserver: ContentDensityObserver);
197
198
  /** @hidden */
198
199
  handleKeydown(event: KeyboardEvent): void;
199
200
  /** @hidden */
@@ -257,7 +258,7 @@ declare class SearchFieldComponent extends BaseComponent implements OnInit, OnCh
257
258
  private _updateSearchAnnouncementText;
258
259
  /** @hidden */
259
260
  private _setUpMobileMode;
260
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchFieldComponent, [null, null, null, { optional: true; }, null, null, null, null]>;
261
+ static ɵfac: i0.ɵɵFactoryDeclaration<SearchFieldComponent, never>;
261
262
  static ɵcmp: i0.ɵɵComponentDeclaration<SearchFieldComponent, "fdp-search-field", never, { "categoryMode": { "alias": "categoryMode"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "mobileConfig": { "alias": "mobileConfig"; "required": false; }; "disableRefresh": { "alias": "disableRefresh"; "required": false; }; "disableSearch": { "alias": "disableSearch"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "inputText": { "alias": "inputText"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "currentCategory": { "alias": "currentCategory"; "required": false; }; "categoryLabel": { "alias": "categoryLabel"; "required": false; }; "hideCategoryLabel": { "alias": "hideCategoryLabel"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "forceSearchButton": { "alias": "forceSearchButton"; "required": false; }; "disableSuggestionsFoundAnnouncer": { "alias": "disableSuggestionsFoundAnnouncer"; "required": false; }; }, { "inputChange": "inputChange"; "searchSubmit": "searchSubmit"; "cancelSearch": "cancelSearch"; "isOpenChange": "isOpenChange"; }, never, never, true, never>;
262
263
  }
263
264
  declare class SuggestionMatchesPipe implements PipeTransform {
@@ -1,6 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit, AfterViewInit, EventEmitter, ElementRef } from '@angular/core';
3
- import { RtlService } from '@fundamental-ngx/cdk/utils';
4
3
  import { ButtonType } from '@fundamental-ngx/core/button';
5
4
  import { IconFont } from '@fundamental-ngx/core/icon';
6
5
  import { MenuComponent } from '@fundamental-ngx/platform/menu';
@@ -18,7 +17,6 @@ import * as i2 from '@fundamental-ngx/core/content-density';
18
17
  * </fdp-menu>
19
18
  */
20
19
  declare class SplitMenuButtonComponent extends BaseComponent implements OnInit, AfterViewInit {
21
- private readonly _rtlService;
22
20
  /** Whether or not the element should keep a fixed width. The width could change if the text changes length. */
23
21
  fixedWidth: boolean;
24
22
  /** text for tooltip */
@@ -45,17 +43,17 @@ declare class SplitMenuButtonComponent extends BaseComponent implements OnInit,
45
43
  * @hidden
46
44
  */
47
45
  secondaryId: string;
48
- /** handles rtl service
49
- * @hidden */
50
- readonly dir$: i0.Signal<"ltr" | "rtl">;
51
46
  /** @hidden */
52
47
  primaryButtonWidth: string;
53
48
  /** Defined max width of Split menu button */
54
49
  splitButtonMaxWidth: string;
55
50
  /** @hidden */
56
51
  get typeClass(): string;
52
+ /** handles rtl service
53
+ * @hidden */
54
+ protected readonly dir: i0.Signal<"ltr" | "rtl">;
57
55
  /** @hidden */
58
- constructor(_rtlService: RtlService);
56
+ private readonly _rtlService;
59
57
  /** Tabindex for button. */
60
58
  get tabindex(): number;
61
59
  /** @hidden */
@@ -68,7 +66,7 @@ declare class SplitMenuButtonComponent extends BaseComponent implements OnInit,
68
66
  primaryButtonClicked(event: any): void;
69
67
  /** @hidden */
70
68
  private _setPrimaryButtonWidth;
71
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitMenuButtonComponent, [{ optional: true; }]>;
69
+ static ɵfac: i0.ɵɵFactoryDeclaration<SplitMenuButtonComponent, never>;
72
70
  static ɵcmp: i0.ɵɵComponentDeclaration<SplitMenuButtonComponent, "fdp-split-menu-button", never, { "fixedWidth": { "alias": "fixedWidth"; "required": false; }; "title": { "alias": "title"; "required": false; }; "menuTitle": { "alias": "menuTitle"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconFont": { "alias": "iconFont"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "primaryButtonClick": "primaryButtonClick"; }, never, never, true, never>;
73
71
  }
74
72
 
@@ -4,7 +4,7 @@ import { SearchInput } from '@fundamental-ngx/platform/search-field';
4
4
  import { DataSource, SelectItem, PresetManagedComponent } from '@fundamental-ngx/platform/shared';
5
5
  import * as rxjs from 'rxjs';
6
6
  import { Observable, BehaviorSubject, Subject } from 'rxjs';
7
- import { Nullable, FdDndDropEventMode, FdDndDropType, DropPredicate, DragoverPredicate, FdDropEvent, FocusableGridDirective, FocusableCellPosition, RtlService, FocusableItemPosition } from '@fundamental-ngx/cdk/utils';
7
+ import { Nullable, FdDndDropEventMode, FdDndDropType, DropPredicate, DragoverPredicate, FdDropEvent, FocusableGridDirective, FocusableCellPosition, FocusableItemPosition } from '@fundamental-ngx/cdk/utils';
8
8
  import { FdLanguageKeyIdentifier } from '@fundamental-ngx/i18n';
9
9
  import { DatetimeAdapter, FdDate } from '@fundamental-ngx/core/datetime';
10
10
  import { TableCellDirective } from '@fundamental-ngx/core/table';
@@ -1332,7 +1332,7 @@ declare class PlatformTableCellResizableDirective extends TableCellDirective imp
1332
1332
  /** @hidden */
1333
1333
  private _resizableSide;
1334
1334
  /** @hidden */
1335
- private readonly _rtl$;
1335
+ private readonly _isRtl;
1336
1336
  /** @hidden */
1337
1337
  private readonly _tableColumnResizeService;
1338
1338
  /** @hidden */
@@ -1538,7 +1538,9 @@ declare class TableHeaderResizerDirective implements OnInit {
1538
1538
  /** @hidden */
1539
1539
  private readonly _destroyRef;
1540
1540
  /** @hidden */
1541
- private readonly _rtl;
1541
+ private readonly _rtlService;
1542
+ /** @hidden */
1543
+ private readonly _isRtl;
1542
1544
  /** @hidden */
1543
1545
  private readonly _elmRef;
1544
1546
  /** @hidden */
@@ -1786,7 +1788,6 @@ declare const TABLE_RESIZER_BORDER_WIDTH = 3;
1786
1788
  */
1787
1789
  declare class TableColumnResizeService implements OnDestroy {
1788
1790
  private readonly _tableScrollDispatcherService;
1789
- private readonly _rtlService;
1790
1791
  /** Subject that emits new map of fixed columns and their respective width. */
1791
1792
  readonly fixedColumsWidthChange: BehaviorSubject<Map<string, string>>;
1792
1793
  /** Indicate if resizing process in progress. */
@@ -1838,9 +1839,11 @@ declare class TableColumnResizeService implements OnDestroy {
1838
1839
  /** @hidden */
1839
1840
  private _tableRef;
1840
1841
  /** @hidden */
1841
- private readonly _rtl$;
1842
+ private readonly _isRtl;
1843
+ /** @hidden */
1844
+ private readonly _rtlService;
1842
1845
  /** @hidden */
1843
- constructor(_tableScrollDispatcherService: TableScrollDispatcherService, _rtlService: RtlService);
1846
+ constructor(_tableScrollDispatcherService: TableScrollDispatcherService);
1844
1847
  /** @hidden */
1845
1848
  ngOnDestroy(): void;
1846
1849
  /** @hidden */
@@ -1886,7 +1889,7 @@ declare class TableColumnResizeService implements OnDestroy {
1886
1889
  * @private
1887
1890
  */
1888
1891
  private _updateHeaderOverflowState;
1889
- static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnResizeService, [null, { optional: true; }]>;
1892
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnResizeService, never>;
1890
1893
  static ɵprov: i0.ɵɵInjectableDeclaration<TableColumnResizeService>;
1891
1894
  }
1892
1895
 
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Signal, InjectionToken, AfterViewInit, TemplateRef, QueryList, OnInit, NgZone, Renderer2, ElementRef, OnChanges, SimpleChanges, OnDestroy, ChangeDetectorRef, EventEmitter, DoCheck, AfterViewChecked, Injector, TrackByFunction, PipeTransform } from '@angular/core';
3
- import { Nullable, TemplateDirective, RtlService, ContentDensity, FocusableGridDirective, TabbableElementService, FocusableCellPosition, FocusableItemPosition } from '@fundamental-ngx/cdk/utils';
3
+ import { Nullable, TemplateDirective, ContentDensity, FocusableGridDirective, TabbableElementService, FocusableCellPosition, FocusableItemPosition } from '@fundamental-ngx/cdk/utils';
4
4
  import { ContentDensityMode, ContentDensityObserver } from '@fundamental-ngx/core/content-density';
5
5
  import { SearchInput, SuggestionItem } from '@fundamental-ngx/platform/search-field';
6
6
  import * as _fundamental_ngx_platform_table_helpers from '@fundamental-ngx/platform/table-helpers';
@@ -99,20 +99,21 @@ declare class PlatformTableColumnResizerComponent implements OnInit {
99
99
  private readonly _renderer;
100
100
  private readonly _elmRef;
101
101
  private readonly _document;
102
- private readonly _rtlService;
103
102
  /** @hidden */
104
103
  private _pointerMoveListener;
105
104
  /** @hidden */
106
105
  private _destroyRef;
107
106
  /** @hidden */
108
- private readonly _rtl$;
107
+ private readonly _isRtl;
108
+ /** @hidden */
109
+ private readonly _rtlService;
109
110
  /** @hidden */
110
- constructor(_ngZone: NgZone, _tableColumnResizeService: TableColumnResizeService, _renderer: Renderer2, _elmRef: ElementRef, _document: Document | null, _rtlService: RtlService);
111
+ constructor(_ngZone: NgZone, _tableColumnResizeService: TableColumnResizeService, _renderer: Renderer2, _elmRef: ElementRef, _document: Document | null);
111
112
  /** @hidden */
112
113
  ngOnInit(): void;
113
114
  /** @hidden */
114
115
  private _listenForMouseUp;
115
- static ɵfac: i0.ɵɵFactoryDeclaration<PlatformTableColumnResizerComponent, [null, null, null, null, null, { optional: true; }]>;
116
+ static ɵfac: i0.ɵɵFactoryDeclaration<PlatformTableColumnResizerComponent, never>;
116
117
  static ɵcmp: i0.ɵɵComponentDeclaration<PlatformTableColumnResizerComponent, "fdp-table-column-resizer", never, {}, {}, never, never, true, never>;
117
118
  }
118
119
 
@@ -1431,7 +1432,6 @@ declare class TableComponent<T = any> extends Table<T> implements AfterViewInit,
1431
1432
  readonly _tableService: TableService;
1432
1433
  private readonly _tableScrollDispatcher;
1433
1434
  readonly _tableColumnResizeService: TableColumnResizeService;
1434
- private readonly _rtlService;
1435
1435
  readonly contentDensityObserver: ContentDensityObserver;
1436
1436
  readonly injector: Injector;
1437
1437
  private readonly _tabbableService;
@@ -1760,8 +1760,6 @@ declare class TableComponent<T = any> extends Table<T> implements AfterViewInit,
1760
1760
  /** @hidden */
1761
1761
  _loadPreviousPages: boolean;
1762
1762
  /** @hidden */
1763
- _rtl: boolean;
1764
- /** @hidden */
1765
1763
  readonly _dataSourceDirective: TableDataSourceDirective<T>;
1766
1764
  /** @hidden */
1767
1765
  readonly _tableRowService: TableRowService<any>;
@@ -1832,7 +1830,9 @@ declare class TableComponent<T = any> extends Table<T> implements AfterViewInit,
1832
1830
  /** @hidden */
1833
1831
  private readonly _defaultTrackBy;
1834
1832
  /** @hidden */
1835
- constructor(_ngZone: NgZone, _cdr: ChangeDetectorRef, _tableService: TableService, _tableScrollDispatcher: TableScrollDispatcherService, _tableColumnResizeService: TableColumnResizeService, _rtlService: RtlService, contentDensityObserver: ContentDensityObserver, injector: Injector, _tabbableService: TabbableElementService);
1833
+ private readonly _rtlService;
1834
+ /** @hidden */
1835
+ constructor(_ngZone: NgZone, _cdr: ChangeDetectorRef, _tableService: TableService, _tableScrollDispatcher: TableScrollDispatcherService, _tableColumnResizeService: TableColumnResizeService, contentDensityObserver: ContentDensityObserver, injector: Injector, _tabbableService: TabbableElementService);
1836
1836
  /** Returns array of rows that are currently rendered in the table body. */
1837
1837
  getCurrentlyRenderedRows(): number[];
1838
1838
  /**
@@ -2103,7 +2103,7 @@ declare class TableComponent<T = any> extends Table<T> implements AfterViewInit,
2103
2103
  */
2104
2104
  private _listenToFixedColumnsWidth;
2105
2105
  private _calculateLastFreezableColumn;
2106
- static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent<any>, [null, null, null, null, null, { optional: true; }, null, null, null]>;
2106
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent<any>, never>;
2107
2107
  static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "fdp-table", never, { "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "enableDragResize": { "alias": "enableDragResize"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "freezeColumnsTo": { "alias": "freezeColumnsTo"; "required": false; }; "freezeEndColumnsTo": { "alias": "freezeEndColumnsTo"; "required": false; }; "pageScrolling": { "alias": "pageScrolling"; "required": false; }; "showGrowingButton": { "alias": "showGrowingButton"; "required": false; }; "showItemsCount": { "alias": "showItemsCount"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageScrollingThreshold": { "alias": "pageScrollingThreshold"; "required": false; }; "bodyHeight": { "alias": "bodyHeight"; "required": false; }; "emptyTableMessage": { "alias": "emptyTableMessage"; "required": false; }; "noVisibleColumnsMessage": { "alias": "noVisibleColumnsMessage"; "required": false; }; "noHorizontalBorders": { "alias": "noHorizontalBorders"; "required": false; }; "outerScroll": { "alias": "outerScroll"; "required": false; }; "noVerticalBorders": { "alias": "noVerticalBorders"; "required": false; }; "noBorders": { "alias": "noBorders"; "required": false; }; "noBodyBorders": { "alias": "noBodyBorders"; "required": false; }; "noOuterBorders": { "alias": "noOuterBorders"; "required": false; }; "noBorderX": { "alias": "noBorderX"; "required": false; }; "noBorderY": { "alias": "noBorderY"; "required": false; }; "relationKey": { "alias": "relationKey"; "required": false; }; "expandedStateKey": { "alias": "expandedStateKey"; "required": false; }; "hasChildrenKey": { "alias": "hasChildrenKey"; "required": false; }; "rowNavigatable": { "alias": "rowNavigatable"; "required": false; }; "highlightNavigatedRow": { "alias": "highlightNavigatedRow"; "required": false; }; "rowsActivable": { "alias": "rowsActivable"; "required": false; }; "selectedKey": { "alias": "selectedKey"; "required": false; }; "selectableKey": { "alias": "selectableKey"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "rowComparator": { "alias": "rowComparator"; "required": false; }; "rowsClass": { "alias": "rowsClass"; "required": false; }; "editableRowSkeleton": { "alias": "editableRowSkeleton"; "required": false; }; "expandOnInit": { "alias": "expandOnInit"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "secondaryRowHeight": { "alias": "secondaryRowHeight"; "required": false; }; "loadPagesBefore": { "alias": "loadPagesBefore"; "required": false; }; "nonInteractiveHeader": { "alias": "nonInteractiveHeader"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "enableTristateMode": { "alias": "enableTristateMode"; "required": false; }; "semanticHighlighting": { "alias": "semanticHighlighting"; "required": false; }; "forceCheckedAllState": { "alias": "forceCheckedAllState"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "minimumColumnWidth": { "alias": "minimumColumnWidth"; "required": false; }; "showTableFooter": { "alias": "showTableFooter"; "required": false; }; "nonFrozenColumnsMinWidth": { "alias": "nonFrozenColumnsMinWidth"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "presetChanged": "presetChanged"; "rowSelectionChange": "rowSelectionChange"; "sortChange": "sortChange"; "filterChange": "filterChange"; "groupChange": "groupChange"; "columnsChange": "columnsChange"; "pageChange": "pageChange"; "columnFreeze": "columnFreeze"; "rowToggleOpenState": "rowToggleOpenState"; "cellActivate": "cellActivate"; "rowActivate": "rowActivate"; "rowNavigate": "rowNavigate"; "emptyRowAdded": "emptyRowAdded"; "save": "save"; "cancel": "cancel"; "tableScrolled": "tableScrolled"; "tableRowsSet": "tableRowsSet"; "allRowsExpanded": "allRowsExpanded"; "allRowsCollapsed": "allRowsCollapsed"; "cellFocused": "cellFocused"; }, ["tableToolbar", "_noDataWrapper", "columns", "customEditableCells"], ["fdp-table-no-data-wrapper"], true, [{ directive: typeof _fundamental_ngx_platform_table_helpers.TableDataSourceDirective; inputs: { "dataSource": "dataSource"; "childDataSource": "childDataSource"; }; outputs: { "childDataSourceChanged": "childDataSourceChanged"; "onDataRequested": "onDataRequested"; "onDataReceived": "onDataReceived"; "dataSourceChanged": "dataSourceChanged"; "dataChanged": "dataChanged"; "isLoading": "isLoading"; }; }, { directive: typeof _fundamental_ngx_platform_table_helpers.TableHeaderResizerDirective; inputs: {}; outputs: {}; }]>;
2108
2108
  static ngAcceptInputType_outerScroll: unknown;
2109
2109
  static ngAcceptInputType_showTableFooter: unknown;
@@ -2243,8 +2243,6 @@ declare class TableRowComponent<T> extends TableRowDirective implements OnInit,
2243
2243
  /** @hidden */
2244
2244
  _hasRowHeaderColumn$: i0.Signal<boolean>;
2245
2245
  /** @hidden */
2246
- readonly _rtl$: i0.Signal<boolean>;
2247
- /** @hidden */
2248
2246
  _rowSelectionHelperTextId: string;
2249
2247
  /** @hidden */
2250
2248
  readonly _announceEmptyCell: i0.WritableSignal<boolean>;
@@ -2263,6 +2261,10 @@ declare class TableRowComponent<T> extends TableRowDirective implements OnInit,
2263
2261
  /** @hidden */
2264
2262
  readonly _isTreeRow: typeof isTreeRow;
2265
2263
  /** @hidden */
2264
+ protected readonly isRtl: i0.Signal<boolean>;
2265
+ /** @hidden */
2266
+ protected readonly navigationIcon: i0.Signal<"slim-arrow-left" | "slim-arrow-right">;
2267
+ /** @hidden */
2266
2268
  private readonly _refreshChildRows$;
2267
2269
  /** @hidden */
2268
2270
  private readonly _rtlService;
@@ -2403,8 +2405,6 @@ declare class TableHeaderRowComponent extends TableRowDirective implements OnIni
2403
2405
  /** @hidden */
2404
2406
  private set _focusableCellItems(value);
2405
2407
  /** @hidden */
2406
- readonly _rtl$: i0.Signal<boolean>;
2407
- /** @hidden */
2408
2408
  readonly SELECTION_MODE: typeof SelectionMode;
2409
2409
  /** @hidden */
2410
2410
  readonly SORT_DIRECTION: typeof SortDirection;
@@ -2417,6 +2417,8 @@ declare class TableHeaderRowComponent extends TableRowDirective implements OnIni
2417
2417
  /** @hidden */
2418
2418
  readonly _tableRowService: TableRowService<any>;
2419
2419
  /** @hidden */
2420
+ protected readonly isRtl: i0.Signal<boolean>;
2421
+ /** @hidden */
2420
2422
  private readonly _rtlService;
2421
2423
  /** @hidden */
2422
2424
  private readonly _cdr;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { TemplateRef, ChangeDetectorRef, OnChanges, AfterViewInit, EventEmitter, SimpleChanges, QueryList, OnDestroy, ElementRef } from '@angular/core';
3
3
  import { InfiniteScrollDirective } from '@fundamental-ngx/core/infinite-scroll';
4
- import { Nullable, RtlService } from '@fundamental-ngx/cdk/utils';
4
+ import { Nullable } from '@fundamental-ngx/cdk/utils';
5
5
  import { FormControl, ValidationErrors } from '@angular/forms';
6
6
  import { BehaviorSubject, Subject, Observable } from 'rxjs';
7
7
  import { DataSource, DataProvider } from '@fundamental-ngx/platform/shared';
@@ -411,7 +411,6 @@ declare class PlatformValueHelpDialogComponent<T = any> extends VhdComponent imp
411
411
  readonly elementRef: ElementRef;
412
412
  private readonly _changeDetectorRef;
413
413
  private readonly _dialogService;
414
- private readonly _rtlService;
415
414
  /** Id of the popover */
416
415
  id: string;
417
416
  /** Initial state of Value help dialog */
@@ -496,9 +495,6 @@ declare class PlatformValueHelpDialogComponent<T = any> extends VhdComponent imp
496
495
  _displayedData: T[];
497
496
  /** @hidden */
498
497
  _mainSearch: string;
499
- /** handles rtl service
500
- * @hidden */
501
- _dir$: i0.Signal<Direction>;
502
498
  /** @hidden */
503
499
  selectedTab: VhdTab | null;
504
500
  /** @hidden */
@@ -509,6 +505,9 @@ declare class PlatformValueHelpDialogComponent<T = any> extends VhdComponent imp
509
505
  * To differentiate between first loading when skeletons be shown and subsequent loadings when busy indicator be shown
510
506
  */
511
507
  _firstLoadingDone: boolean;
508
+ /** handles rtl service
509
+ * @hidden */
510
+ protected readonly dir: i0.Signal<Direction>;
512
511
  /** @hidden */
513
512
  private _destroyed;
514
513
  /** @hidden */
@@ -524,7 +523,9 @@ declare class PlatformValueHelpDialogComponent<T = any> extends VhdComponent imp
524
523
  /** @hidden */
525
524
  private readonly _onDestroy$;
526
525
  /** @hidden */
527
- constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _dialogService: DialogService, _rtlService: RtlService);
526
+ private readonly _rtlService;
527
+ /** @hidden */
528
+ constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _dialogService: DialogService);
528
529
  /** @hidden */
529
530
  get isMobileAdvancedSearchActive(): boolean;
530
531
  /** @hidden */
@@ -627,7 +628,7 @@ declare class PlatformValueHelpDialogComponent<T = any> extends VhdComponent imp
627
628
  /** @hidden */
628
629
  private isValidOptions;
629
630
  private _getValidatorFunction;
630
- static ɵfac: i0.ɵɵFactoryDeclaration<PlatformValueHelpDialogComponent<any>, [null, null, null, { optional: true; }]>;
631
+ static ɵfac: i0.ɵɵFactoryDeclaration<PlatformValueHelpDialogComponent<any>, never>;
631
632
  static ɵcmp: i0.ɵɵComponentDeclaration<PlatformValueHelpDialogComponent<any>, "fdp-value-help-dialog", never, { "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "dialogTitle": { "alias": "dialogTitle"; "required": false; }; "initialTab": { "alias": "initialTab"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "isOpenAdvanced": { "alias": "isOpenAdvanced"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "dialogConfig": { "alias": "dialogConfig"; "required": false; }; "uniqueKey": { "alias": "uniqueKey"; "required": false; }; "headerId": { "alias": "headerId"; "required": false; }; "tokenViewField": { "alias": "tokenViewField"; "required": false; }; "tokenizerFn": { "alias": "tokenizerFn"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "formatToken": { "alias": "formatToken"; "required": false; }; "conditionDisplayFn": { "alias": "conditionDisplayFn"; "required": false; }; "tokenValidator": { "alias": "tokenValidator"; "required": false; }; "searchSelection": { "alias": "searchSelection"; "required": false; }; "searchTablePageSize": { "alias": "searchTablePageSize"; "required": false; }; "searchTableMobileHeaders": { "alias": "searchTableMobileHeaders"; "required": false; }; "maxShownInitialFilters": { "alias": "maxShownInitialFilters"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "allowSelectAll": { "alias": "allowSelectAll"; "required": false; }; "defineStrategyLabels": { "alias": "defineStrategyLabels"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "onDataRequested": "onDataRequested"; "onDataReceived": "onDataReceived"; }, ["filters", "columnDef"], never, true, never>;
632
633
  }
633
634