@fundamental-ngx/platform 0.54.2 → 0.54.4

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 (29) hide show
  1. package/fesm2022/fundamental-ngx-platform-approval-flow.mjs +2 -2
  2. package/fesm2022/fundamental-ngx-platform-button.mjs +1 -1
  3. package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs +3 -3
  4. package/fesm2022/fundamental-ngx-platform-feed-input.mjs +1 -1
  5. package/fesm2022/fundamental-ngx-platform-form.mjs +5 -5
  6. package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +1 -1
  7. package/fesm2022/fundamental-ngx-platform-info-label.mjs +1 -1
  8. package/fesm2022/fundamental-ngx-platform-link.mjs +1 -1
  9. package/fesm2022/fundamental-ngx-platform-list.mjs +1 -1
  10. package/fesm2022/fundamental-ngx-platform-menu-button.mjs +1 -1
  11. package/fesm2022/fundamental-ngx-platform-menu.mjs +1 -1
  12. package/fesm2022/fundamental-ngx-platform-message-popover.mjs +2 -2
  13. package/fesm2022/fundamental-ngx-platform-object-marker.mjs +1 -1
  14. package/fesm2022/fundamental-ngx-platform-object-status.mjs +1 -1
  15. package/fesm2022/fundamental-ngx-platform-page-footer.mjs +1 -1
  16. package/fesm2022/fundamental-ngx-platform-panel.mjs +3 -3
  17. package/fesm2022/fundamental-ngx-platform-search-field.mjs +1 -1
  18. package/fesm2022/fundamental-ngx-platform-settings-generator.mjs +1 -1
  19. package/fesm2022/fundamental-ngx-platform-shared.mjs +1 -1
  20. package/fesm2022/fundamental-ngx-platform-slider.mjs +1 -1
  21. package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs +2 -2
  22. package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs +1 -1
  23. package/fesm2022/fundamental-ngx-platform-table-helpers.mjs +1 -1
  24. package/fesm2022/fundamental-ngx-platform-table.mjs +4 -4
  25. package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +1 -1
  26. package/fesm2022/fundamental-ngx-platform-variant-management.mjs +2 -2
  27. package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +1 -1
  28. package/package.json +4 -4
  29. package/schematics/ng-add/index.js +1 -1
@@ -1,7 +1,7 @@
1
1
  import { CdkDrag } from '@angular/cdk/drag-drop';
2
2
  import { UP_ARROW, DOWN_ARROW, RIGHT_ARROW, LEFT_ARROW } from '@angular/cdk/keycodes';
3
3
  import * as i0 from '@angular/core';
4
- import { EventEmitter, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, ViewChild, ViewChildren, Injectable, Directive, Optional, HostBinding, ContentChild, Inject, NgModule } from '@angular/core';
4
+ import { EventEmitter, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, ViewChildren, ViewChild, Injectable, Directive, ContentChild, HostBinding, Optional, Inject, NgModule } from '@angular/core';
5
5
  import { combineLatest, Subscription, Subject, merge, fromEvent } from 'rxjs';
6
6
  import { throttleTime, startWith, switchMap, mapTo, map, distinctUntilChanged } from 'rxjs/operators';
7
7
  import * as i1$2 from '@fundamental-ngx/cdk/utils';
@@ -34,7 +34,7 @@ import { SearchFieldComponent } from '@fundamental-ngx/platform/search-field';
34
34
  import { RadioButtonComponent } from '@fundamental-ngx/core/radio';
35
35
  import { ListComponent, StandardListItemComponent } from '@fundamental-ngx/platform/list';
36
36
  import { MessageStripComponent } from '@fundamental-ngx/core/message-strip';
37
- import { MenuComponent, MenuTriggerDirective, MenuItemComponent, MenuInteractiveComponent, MenuTitleDirective } from '@fundamental-ngx/core/menu';
37
+ import { MenuTriggerDirective, MenuComponent, MenuItemComponent, MenuInteractiveComponent, MenuTitleDirective } from '@fundamental-ngx/core/menu';
38
38
  import { ObjectStatusComponent, PlatformObjectStatusTextDirective } from '@fundamental-ngx/platform/object-status';
39
39
 
40
40
  /** @hidden */
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, EventEmitter, Component, Input, Output, HostBinding, NgModule } from '@angular/core';
2
+ import { InjectionToken, EventEmitter, HostBinding, Output, Input, Component, NgModule } from '@angular/core';
3
3
  import { warnOnce } from '@fundamental-ngx/cdk/utils';
4
4
  import { ButtonComponent as ButtonComponent$1 } from '@fundamental-ngx/core/button';
5
5
  import { FD_DEFAULT_ICON_FONT_FAMILY } from '@fundamental-ngx/core/icon';
@@ -1,13 +1,13 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ChangeDetectionStrategy, Input, HostBinding, ViewChild, ViewEncapsulation, EventEmitter, Output, inject, TemplateRef, Directive, ContentChild, Injectable, InjectionToken, signal, ElementRef, DestroyRef, Optional, ContentChildren, ViewChildren, NgModule } from '@angular/core';
2
+ import { Input, HostBinding, ChangeDetectionStrategy, Component, ViewChild, ViewEncapsulation, EventEmitter, Output, inject, TemplateRef, Directive, ContentChild, Injectable, InjectionToken, signal, ElementRef, DestroyRef, Optional, ViewChildren, ContentChildren, NgModule } from '@angular/core';
3
3
  import { startWith } from 'rxjs/operators';
4
4
  import { NgTemplateOutlet } from '@angular/common';
5
5
  import { BreadcrumbComponent } from '@fundamental-ngx/core/breadcrumb';
6
- import { patchHeaderI18nTexts, FD_DYNAMIC_PAGE, DynamicPageComponent as DynamicPageComponent$1, DynamicPageHeaderComponent as DynamicPageHeaderComponent$1, DynamicPageHeaderSubtitleDirective as DynamicPageHeaderSubtitleDirective$1, DynamicPageHeaderTitleDirective as DynamicPageHeaderTitleDirective$1, DynamicPageTitleContentComponent, DynamicPageGlobalActionsComponent as DynamicPageGlobalActionsComponent$1, DynamicPageLayoutActionsComponent as DynamicPageLayoutActionsComponent$1, DynamicPageSubheaderComponent, DynamicPageFooterComponent as DynamicPageFooterComponent$1, DynamicPageContentComponent as DynamicPageContentComponent$1, DynamicPageBreadcrumbComponent as DynamicPageBreadcrumbComponent$1 } from '@fundamental-ngx/core/dynamic-page';
6
+ import { DynamicPageComponent as DynamicPageComponent$1, DynamicPageHeaderComponent as DynamicPageHeaderComponent$1, DynamicPageHeaderSubtitleDirective as DynamicPageHeaderSubtitleDirective$1, DynamicPageHeaderTitleDirective as DynamicPageHeaderTitleDirective$1, DynamicPageTitleContentComponent, DynamicPageGlobalActionsComponent as DynamicPageGlobalActionsComponent$1, DynamicPageLayoutActionsComponent as DynamicPageLayoutActionsComponent$1, DynamicPageSubheaderComponent, DynamicPageFooterComponent as DynamicPageFooterComponent$1, DynamicPageContentComponent as DynamicPageContentComponent$1, DynamicPageBreadcrumbComponent as DynamicPageBreadcrumbComponent$1, FD_DYNAMIC_PAGE, patchHeaderI18nTexts } from '@fundamental-ngx/core/dynamic-page';
7
7
  import { FacetComponent } from '@fundamental-ngx/core/facets';
8
8
  import { DYNAMIC_PAGE_HEADER_TOKEN, FD_TABLIST } from '@fundamental-ngx/core/shared';
9
9
  import { FD_LANGUAGE } from '@fundamental-ngx/i18n';
10
- import { IconTabBarTabComponent, IconTabBarComponent } from '@fundamental-ngx/platform/icon-tab-bar';
10
+ import { IconTabBarComponent, IconTabBarTabComponent } from '@fundamental-ngx/platform/icon-tab-bar';
11
11
  import * as i1 from '@fundamental-ngx/platform/shared';
12
12
  import { PlatformConfig, BaseComponent } from '@fundamental-ngx/platform/shared';
13
13
 
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, ElementRef, Component, ViewEncapsulation, ChangeDetectionStrategy, Input, Output, ViewChild, NgModule } from '@angular/core';
2
+ import { EventEmitter, ElementRef, ViewChild, Output, Input, ChangeDetectionStrategy, ViewEncapsulation, Component, NgModule } from '@angular/core';
3
3
  import * as i1 from '@angular/forms';
4
4
  import { FormsModule } from '@angular/forms';
5
5
  import { warnOnce } from '@fundamental-ngx/cdk/utils';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, Component, ViewEncapsulation, ChangeDetectionStrategy, Input, ContentChild, Directive, Injectable, Inject, forwardRef, EventEmitter, inject, DestroyRef, TemplateRef, booleanAttribute, ElementRef, Optional, Self, SkipSelf, Output, ViewChild, ContentChildren, ViewChildren, Attribute, NgModule, HostListener, Injector, Pipe, ChangeDetectorRef, signal, isDevMode, computed, Renderer2, LOCALE_ID } from '@angular/core';
2
+ import { InjectionToken, ContentChild, Input, ChangeDetectionStrategy, ViewEncapsulation, Component, Directive, Inject, Injectable, forwardRef, EventEmitter, inject, DestroyRef, TemplateRef, ElementRef, booleanAttribute, ViewChildren, ContentChildren, ViewChild, Output, Optional, Self, SkipSelf, Attribute, NgModule, HostListener, Injector, Pipe, ChangeDetectorRef, signal, isDevMode, computed, Renderer2, LOCALE_ID } from '@angular/core';
3
3
  import * as i1$4 from '@fundamental-ngx/cdk/forms';
4
4
  import { FD_FORM_FIELD, FD_FORM_FIELD_CONTROL, CvaControl, CvaDirective } from '@fundamental-ngx/cdk/forms';
5
5
  import * as i1 from '@fundamental-ngx/platform/shared';
@@ -20,7 +20,7 @@ import { LinkComponent } from '@fundamental-ngx/core/link';
20
20
  import { PopoverComponent, PopoverControlComponent, PopoverBodyComponent } from '@fundamental-ngx/core/popover';
21
21
  import { GRID_COLUMNS_NUMBER } from '@fundamental-ngx/core/layout-grid';
22
22
  import * as i2$1 from '@fundamental-ngx/core/content-density';
23
- import { contentDensityObserverProviders, ContentDensityModule, CONTENT_DENSITY_DIRECTIVE, ContentDensityGlobalKeyword, ContentDensityObserver, ContentDensityDirective } from '@fundamental-ngx/core/content-density';
23
+ import { ContentDensityModule, contentDensityObserverProviders, CONTENT_DENSITY_DIRECTIVE, ContentDensityGlobalKeyword, ContentDensityObserver, ContentDensityDirective } from '@fundamental-ngx/core/content-density';
24
24
  import * as i2 from '@fundamental-ngx/cdk/utils';
25
25
  import { RangeSelector, KeyUtil, TemplateDirective, InitialFocusDirective, DisplayFnPipe, warnOnce, DynamicComponentService, isFunction as isFunction$1, selectStrategy, resizeObservable, SearchHighlightPipe, destroyObservable, RtlService, OnlyDigitsDirective } from '@fundamental-ngx/cdk/utils';
26
26
  import { SelectionModel } from '@angular/cdk/collections';
@@ -33,13 +33,13 @@ import { FdTranslatePipe, FD_LANGUAGE, TranslationResolver } from '@fundamental-
33
33
  import * as i1$2 from '@fundamental-ngx/core/dialog';
34
34
  import { DialogConfig, DialogModule } from '@fundamental-ngx/core/dialog';
35
35
  import * as i5 from '@fundamental-ngx/platform/list';
36
- import { FdpListComponent, ListComponent, BaseListItem, PlatformListModule, StandardListItemComponent } from '@fundamental-ngx/platform/list';
36
+ import { FdpListComponent, PlatformListModule, ListComponent, BaseListItem, StandardListItemComponent } from '@fundamental-ngx/platform/list';
37
37
  import { CdkScrollable } from '@angular/cdk/overlay';
38
38
  import * as i3$1 from '@fundamental-ngx/core/bar';
39
39
  import { BarModule } from '@fundamental-ngx/core/bar';
40
40
  import { MobileModeBase, MobileModeControl } from '@fundamental-ngx/core/mobile-mode';
41
41
  import { ScrollbarDirective } from '@fundamental-ngx/core/scrollbar';
42
- import { TokenizerComponent, TokenComponent, TokenizerInputDirective } from '@fundamental-ngx/core/token';
42
+ import { TokenComponent, TokenizerComponent, TokenizerInputDirective } from '@fundamental-ngx/core/token';
43
43
  import * as i3$2 from '@fundamental-ngx/core/input-group';
44
44
  import { InputGroupModule } from '@fundamental-ngx/core/input-group';
45
45
  import { MultiAnnouncerDirective } from '@fundamental-ngx/core/multi-combobox';
@@ -50,7 +50,7 @@ import { RadioButtonComponent as RadioButtonComponent$1 } from '@fundamental-ngx
50
50
  import * as i6 from '@fundamental-ngx/core/list';
51
51
  import { ListComponent as ListComponent$1, ListSecondaryDirective, ListModule } from '@fundamental-ngx/core/list';
52
52
  import * as i1$3 from '@fundamental-ngx/core/select';
53
- import { SelectComponent as SelectComponent$1, SelectModule } from '@fundamental-ngx/core/select';
53
+ import { SelectModule, SelectComponent as SelectComponent$1 } from '@fundamental-ngx/core/select';
54
54
  import { coerceNumberProperty } from '@angular/cdk/coercion';
55
55
  import { SwitchComponent as SwitchComponent$1 } from '@fundamental-ngx/core/switch';
56
56
  import * as i4 from '@fundamental-ngx/core/title';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, signal, input, inject, ChangeDetectorRef, NgZone, DestroyRef, isDevMode, ElementRef, Directive, Input, Output, ViewChild, Component, ViewChildren, ViewEncapsulation, ChangeDetectionStrategy, booleanAttribute, viewChild, contentChild, TemplateRef, contentChildren, model, output, viewChildren, computed, Optional, HostBinding, NgModule } from '@angular/core';
2
+ import { EventEmitter, signal, input, inject, ChangeDetectorRef, NgZone, DestroyRef, isDevMode, ElementRef, ViewChild, Output, Input, Directive, ViewChildren, Component, ChangeDetectionStrategy, ViewEncapsulation, booleanAttribute, viewChild, contentChild, TemplateRef, contentChildren, model, output, viewChildren, computed, HostBinding, Optional, NgModule } from '@angular/core';
3
3
  import { take, debounceTime, distinctUntilChanged, first } from 'rxjs/operators';
4
4
  import { SPACE, ENTER, RIGHT_ARROW, DOWN_ARROW, LEFT_ARROW, UP_ARROW, BACKSPACE, DELETE } from '@angular/cdk/keycodes';
5
5
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';
2
+ import { Input, ChangeDetectionStrategy, ViewEncapsulation, Component, NgModule } from '@angular/core';
3
3
  import { warnOnce } from '@fundamental-ngx/cdk/utils';
4
4
  import { InfoLabelComponent as InfoLabelComponent$1 } from '@fundamental-ngx/core/info-label';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, booleanAttribute, ElementRef, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, ContentChild, ViewChild, NgModule } from '@angular/core';
2
+ import { EventEmitter, ElementRef, booleanAttribute, ViewChild, ContentChild, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
3
3
  import { warnOnce } from '@fundamental-ngx/cdk/utils';
4
4
  import { FD_ICON_COMPONENT } from '@fundamental-ngx/core/icon';
5
5
  import { LinkComponent as LinkComponent$1 } from '@fundamental-ngx/core/link';
@@ -1,6 +1,6 @@
1
1
  import { ENTER, SPACE, TAB, DOWN_ARROW, UP_ARROW } from '@angular/cdk/keycodes';
2
2
  import * as i0 from '@angular/core';
3
- import { InjectionToken, Injectable, Directive, EventEmitter, inject, ElementRef, Optional, Inject, Input, Output, ViewChild, HostListener, forwardRef, Component, ChangeDetectionStrategy, NgModule, ViewEncapsulation, ContentChild, ContentChildren } from '@angular/core';
3
+ import { InjectionToken, Injectable, Directive, EventEmitter, inject, ElementRef, HostListener, Input, ViewChild, Output, Optional, Inject, forwardRef, ChangeDetectionStrategy, Component, NgModule, ViewEncapsulation, ContentChildren, ContentChild } from '@angular/core';
4
4
  import { KeyUtil, RepeatDirective } from '@fundamental-ngx/cdk/utils';
5
5
  import { AsyncPipe, NgTemplateOutlet, NgClass } from '@angular/common';
6
6
  import { FD_LIST_UNREAD_INDICATOR, ListItemComponent, ListLinkDirective, ListTitleDirective, ListSecondaryDirective, ListGroupHeaderDirective, ListComponent as ListComponent$1, ListThumbnailDirective } from '@fundamental-ngx/core/list';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, Component, ChangeDetectionStrategy, Input, Output, HostBinding, NgModule } from '@angular/core';
2
+ import { EventEmitter, HostBinding, Output, Input, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
3
3
  import { warnOnce } from '@fundamental-ngx/cdk/utils';
4
4
  import { ButtonComponent } from '@fundamental-ngx/core/button';
5
5
  import { FD_DEFAULT_ICON_FONT_FAMILY } from '@fundamental-ngx/core/icon';
@@ -1,6 +1,6 @@
1
1
  import { SPACE, ENTER, LEFT_ARROW, RIGHT_ARROW, ESCAPE } from '@angular/cdk/keycodes';
2
2
  import * as i0 from '@angular/core';
3
- import { EventEmitter, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, HostBinding, ContentChild, HostListener, Optional, ViewChild, ContentChildren, inject, Directive, Self, NgModule } from '@angular/core';
3
+ import { EventEmitter, HostListener, ContentChild, HostBinding, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ViewChild, Optional, inject, Self, Directive, NgModule } from '@angular/core';
4
4
  import { Subject, Subscription, merge, fromEvent } from 'rxjs';
5
5
  import { NgTemplateOutlet } from '@angular/common';
6
6
  import * as i1 from '@fundamental-ngx/cdk/utils';
@@ -1,11 +1,11 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, Directive, Optional, Input, signal, Component, ChangeDetectionStrategy, ViewEncapsulation, Inject, ContentChildren, EventEmitter, ElementRef, Output, ViewChild, HostBinding, computed, NgModule } from '@angular/core';
2
+ import { InjectionToken, Input, Optional, Directive, signal, ContentChildren, Inject, ViewEncapsulation, ChangeDetectionStrategy, Component, EventEmitter, ElementRef, HostBinding, ViewChild, Output, computed, NgModule } from '@angular/core';
3
3
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
4
4
  import * as i1 from '@angular/forms';
5
5
  import { FormGroup, ControlContainer, FormsModule } from '@angular/forms';
6
6
  import { FD_FORM_FIELD_CONTROL } from '@fundamental-ngx/cdk/forms';
7
7
  import { Subject, Subscription, startWith, switchMap, filter, zip, debounceTime } from 'rxjs';
8
- import { trigger, state, style, transition, animate, keyframes } from '@angular/animations';
8
+ import { trigger, state, transition, style, animate, keyframes } from '@angular/animations';
9
9
  import { CdkScrollable } from '@angular/cdk/overlay';
10
10
  import { DOCUMENT, NgTemplateOutlet, NgClass } from '@angular/common';
11
11
  import * as i1$1 from '@fundamental-ngx/cdk/utils';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Input, NgModule } from '@angular/core';
2
+ import { Input, Component, NgModule } from '@angular/core';
3
3
  import { warnOnce } from '@fundamental-ngx/cdk/utils';
4
4
  import { FD_DEFAULT_ICON_FONT_FAMILY } from '@fundamental-ngx/core/icon';
5
5
  import { ObjectMarkerComponent } from '@fundamental-ngx/core/object-marker';
@@ -1,6 +1,6 @@
1
1
  import { ENTER, SPACE } from '@angular/cdk/keycodes';
2
2
  import * as i0 from '@angular/core';
3
- import { inject, TemplateRef, Directive, EventEmitter, Component, ViewEncapsulation, ChangeDetectionStrategy, Input, Output, ContentChild, HostListener, NgModule } from '@angular/core';
3
+ import { inject, TemplateRef, Directive, EventEmitter, HostListener, ContentChild, Output, Input, ChangeDetectionStrategy, ViewEncapsulation, Component, NgModule } from '@angular/core';
4
4
  import { warnOnce, KeyUtil } from '@fundamental-ngx/cdk/utils';
5
5
  import { FD_DEFAULT_ICON_FONT_FAMILY } from '@fundamental-ngx/core/icon';
6
6
  import { ObjectStatusComponent as ObjectStatusComponent$1 } from '@fundamental-ngx/core/object-status';
@@ -1,6 +1,6 @@
1
1
  import { NgTemplateOutlet } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { Component, ViewEncapsulation, Input, HostListener, NgModule } from '@angular/core';
3
+ import { HostListener, Input, ViewEncapsulation, Component, NgModule } from '@angular/core';
4
4
  import { warnOnce } from '@fundamental-ngx/core/utils';
5
5
 
6
6
  /**
@@ -1,10 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, HostBinding, Injectable, EventEmitter, Output, ContentChild, ViewChild, NgModule } from '@angular/core';
2
+ import { ChangeDetectionStrategy, ViewEncapsulation, Component, Input, HostBinding, Injectable, EventEmitter, ViewChild, ContentChild, Output, NgModule } from '@angular/core';
3
3
  import * as i1 from '@fundamental-ngx/platform/shared';
4
4
  import { BaseComponent } from '@fundamental-ngx/platform/shared';
5
5
  import * as i2 from '@fundamental-ngx/core/content-density';
6
- import { contentDensityObserverProviders, defaultContentDensityObserverConfigs, ContentDensityDirective, ContentDensityModule } from '@fundamental-ngx/core/content-density';
7
- import { PanelTitleDirective, PanelComponent as PanelComponent$1, PanelContentDirective } from '@fundamental-ngx/core/panel';
6
+ import { ContentDensityDirective, contentDensityObserverProviders, defaultContentDensityObserverConfigs, ContentDensityModule } from '@fundamental-ngx/core/content-density';
7
+ import { PanelComponent as PanelComponent$1, PanelTitleDirective, PanelContentDirective } from '@fundamental-ngx/core/panel';
8
8
 
9
9
  class PanelActionsComponent {
10
10
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: PanelActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
@@ -1,7 +1,7 @@
1
1
  import { CdkScrollable } from '@angular/cdk/overlay';
2
2
  import { NgTemplateOutlet, DOCUMENT, NgClass, AsyncPipe } from '@angular/common';
3
3
  import * as i0 from '@angular/core';
4
- import { InjectionToken, Component, ChangeDetectionStrategy, ViewEncapsulation, Inject, ViewChild, Directive, EventEmitter, computed, signal, inject, DestroyRef, Injector, forwardRef, Optional, Input, Output, ViewChildren, HostListener, Pipe, NgModule } from '@angular/core';
4
+ import { InjectionToken, ViewChild, Inject, ViewEncapsulation, ChangeDetectionStrategy, Component, Directive, EventEmitter, computed, signal, inject, DestroyRef, Injector, HostListener, ViewChildren, Output, Input, Optional, forwardRef, Pipe, NgModule } from '@angular/core';
5
5
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
6
6
  import * as i1 from '@fundamental-ngx/cdk/utils';
7
7
  import { TemplateDirective, KeyUtil, destroyObservable, SearchHighlightPipe } from '@fundamental-ngx/cdk/utils';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { inject, Component, ChangeDetectionStrategy, ViewEncapsulation, forwardRef, Input, DestroyRef, ChangeDetectorRef, Injectable, ViewChild, EventEmitter, computed, signal, Output, HostBinding, ViewChildren, InjectionToken, Directive, ElementRef, Injector, ViewContainerRef, Inject, NgModule } from '@angular/core';
2
+ import { inject, forwardRef, ViewEncapsulation, ChangeDetectionStrategy, Component, Input, DestroyRef, ChangeDetectorRef, Injectable, ViewChild, EventEmitter, computed, signal, ViewChildren, HostBinding, Output, InjectionToken, Directive, ElementRef, Injector, ViewContainerRef, Inject, NgModule } from '@angular/core';
3
3
  import * as i1$1 from '@fundamental-ngx/platform/form';
4
4
  import { BaseDynamicFormGeneratorControl, dynamicFormFieldProvider, dynamicFormGroupChildProvider, FormGeneratorComponent, PlatformFormGeneratorModule } from '@fundamental-ngx/platform/form';
5
5
  import { NgTemplateOutlet } from '@angular/common';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { inject, ChangeDetectorRef, Directive, Input, Injectable, InjectionToken, isDevMode, ElementRef, DestroyRef, booleanAttribute, ViewChild, Pipe, NgModule } from '@angular/core';
2
+ import { inject, ChangeDetectorRef, Input, Directive, Injectable, InjectionToken, isDevMode, ElementRef, DestroyRef, booleanAttribute, ViewChild, Pipe, NgModule } from '@angular/core';
3
3
  import { Subscription, BehaviorSubject, Subject, isObservable, of, filter } from 'rxjs';
4
4
  import { takeUntil, map } from 'rxjs/operators';
5
5
  import { coerceArray } from '@angular/cdk/coercion';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, NgModule } from '@angular/core';
2
+ import { EventEmitter, Input, Output, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
3
3
  import * as i1 from '@angular/forms';
4
4
  import { FormsModule } from '@angular/forms';
5
5
  import { FD_FORM_FIELD_CONTROL } from '@fundamental-ngx/cdk/forms';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, Component, ViewEncapsulation, ChangeDetectionStrategy, ViewChildren, inject, Injector, Directive, signal, DestroyRef, Inject, ViewChild, booleanAttribute, Input, ContentChildren, EventEmitter, Output, forwardRef, computed, NgModule } from '@angular/core';
2
+ import { Injectable, ViewChildren, ChangeDetectionStrategy, ViewEncapsulation, Component, inject, Injector, Directive, signal, DestroyRef, ViewChild, Inject, booleanAttribute, Input, ContentChildren, EventEmitter, Output, forwardRef, computed, NgModule } from '@angular/core';
3
3
  import * as i1$1 from '@fundamental-ngx/core/dialog';
4
4
  import { DialogComponent, DialogHeaderComponent, DialogBodyComponent, DialogFooterComponent, DialogService } from '@fundamental-ngx/core/dialog';
5
5
  import * as i1 from '@fundamental-ngx/platform/form';
@@ -8,7 +8,7 @@ import { take, observeOn, startWith as startWith$1, takeUntil, map } from 'rxjs/
8
8
  import { FdDate } from '@fundamental-ngx/core/datetime';
9
9
  import { isSelectItem, FDP_PRESET_MANAGED_COMPONENT } from '@fundamental-ngx/platform/shared';
10
10
  import * as i1$3 from '@fundamental-ngx/platform/table';
11
- import { getFilterStrategiesBasedOnDataType, FilterableColumnDataType, FILTER_STRATEGY, ArrayTableDataProvider, TableDataSource, RESETTABLE_TOKEN, ResetButtonComponent, TableComponent, TableToolbarComponent, TableToolbarActionsComponent, TableColumnComponent, FilterType } from '@fundamental-ngx/platform/table';
11
+ import { FilterableColumnDataType, getFilterStrategiesBasedOnDataType, FILTER_STRATEGY, ArrayTableDataProvider, TableDataSource, ResetButtonComponent, TableComponent, TableToolbarComponent, TableToolbarActionsComponent, TableColumnComponent, RESETTABLE_TOKEN, FilterType } from '@fundamental-ngx/platform/table';
12
12
  import { selectStrategy, TemplateDirective } from '@fundamental-ngx/cdk/utils';
13
13
  import { CdkScrollable } from '@angular/cdk/overlay';
14
14
  import * as i1$2 from '@angular/forms';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, computed, ElementRef, Component, ChangeDetectionStrategy, Optional, Input, Output, ViewChild, NgModule } from '@angular/core';
2
+ import { EventEmitter, computed, ElementRef, ViewChild, Output, Input, Optional, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
3
3
  import * as i1 from '@fundamental-ngx/cdk/utils';
4
4
  import { ButtonComponent } from '@fundamental-ngx/core/button';
5
5
  import { FD_DEFAULT_ICON_FONT_FAMILY } from '@fundamental-ngx/core/icon';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, InjectionToken, signal, computed, Injectable, inject, DestroyRef, Inject, Directive, Optional, Input, Output, NgZone, ChangeDetectorRef, forwardRef, HostBinding, ElementRef, Pipe, NgModule } from '@angular/core';
2
+ import { EventEmitter, InjectionToken, signal, computed, Injectable, inject, DestroyRef, Inject, Input, Optional, Directive, Output, NgZone, ChangeDetectorRef, forwardRef, HostBinding, ElementRef, Pipe, NgModule } from '@angular/core';
3
3
  import equal from 'fast-deep-equal';
4
4
  import { toSignal, takeUntilDestroyed } from '@angular/core/rxjs-interop';
5
5
  import * as i2 from '@fundamental-ngx/cdk/utils';
@@ -1,19 +1,19 @@
1
1
  import { DOWN_ARROW, UP_ARROW, SPACE } from '@angular/cdk/keycodes';
2
2
  import * as i0 from '@angular/core';
3
- import { Component, ChangeDetectionStrategy, ViewEncapsulation, InjectionToken, Inject, signal, inject, DestroyRef, Input, ViewChild, ViewChildren, computed, Optional, Host, ContentChild, EventEmitter, Output, forwardRef, Pipe, TemplateRef, Directive, ContentChildren, HostBinding, ChangeDetectorRef, NgZone, ElementRef, booleanAttribute, NgModule } from '@angular/core';
3
+ import { ViewEncapsulation, ChangeDetectionStrategy, Component, InjectionToken, Inject, signal, inject, DestroyRef, ViewChild, ViewChildren, Input, computed, Optional, ContentChild, Host, EventEmitter, Output, forwardRef, Pipe, TemplateRef, Directive, ContentChildren, HostBinding, ChangeDetectorRef, NgZone, ElementRef, booleanAttribute, NgModule } from '@angular/core';
4
4
  import * as i3 from '@angular/common';
5
5
  import { NgTemplateOutlet, AsyncPipe, DOCUMENT, NgStyle, CommonModule, NgClass } from '@angular/common';
6
6
  import * as i2 from '@fundamental-ngx/cdk/utils';
7
- import { TemplateDirective, InitialFocusDirective, DisabledBehaviorDirective, FDK_FOCUSABLE_LIST_DIRECTIVE, FDK_FOCUSABLE_ITEM_DIRECTIVE, RtlService, ValueByPathPipe, uuidv4, destroyObservable, KeyUtil, RangeSelector, resizeObservable, FDK_FOCUSABLE_GRID_DIRECTIVE, DndListDirective, DragAndDropModule, RepeatDirective, IntersectionSpyDirective, FocusableGridDirective } from '@fundamental-ngx/cdk/utils';
7
+ import { TemplateDirective, InitialFocusDirective, DisabledBehaviorDirective, FDK_FOCUSABLE_ITEM_DIRECTIVE, FDK_FOCUSABLE_LIST_DIRECTIVE, RtlService, ValueByPathPipe, uuidv4, destroyObservable, KeyUtil, RangeSelector, resizeObservable, DragAndDropModule, RepeatDirective, IntersectionSpyDirective, FDK_FOCUSABLE_GRID_DIRECTIVE, DndListDirective, FocusableGridDirective } from '@fundamental-ngx/cdk/utils';
8
8
  import { BusyIndicatorComponent } from '@fundamental-ngx/core/busy-indicator';
9
9
  import * as i1$3 from '@fundamental-ngx/core/content-density';
10
10
  import { ContentDensityDirective, contentDensityObserverProviders, ContentDensityObserver, ContentDensityMode } from '@fundamental-ngx/core/content-density';
11
11
  import { SkeletonComponent } from '@fundamental-ngx/core/skeleton';
12
- import { TablePopoverDirective, TableIconDirective, TableRowDirective, TableCellDirective, TableStatusIndicatorDirective, TableTextDirective, TableService as TableService$1, TableComponent as TableComponent$1, TableHeaderDirective, TableBodyDirective } from '@fundamental-ngx/core/table';
12
+ import { TablePopoverDirective, TableIconDirective, TableRowDirective, TableCellDirective, TableStatusIndicatorDirective, TableTextDirective, TableComponent as TableComponent$1, TableHeaderDirective, TableBodyDirective, TableService as TableService$1 } from '@fundamental-ngx/core/table';
13
13
  import { FdTranslatePipe } from '@fundamental-ngx/i18n';
14
14
  import { isJsObject, FDP_PRESET_MANAGED_COMPONENT } from '@fundamental-ngx/platform/shared';
15
15
  import * as i1 from '@fundamental-ngx/platform/table-helpers';
16
- import { SortDirection, TableService, Table, FilterableColumnDataType, FILTER_STRING_STRATEGY, ColumnAlign, TableColumn, FdpCellDef, FdpEditableCellDef, FdpHeaderCellDef, TableCellHeaderPopoverDirective, getFilterStrategiesBasedOnDataType, FILTER_STRATEGY, FILTER_STRATEGY_LABEL, getUniqueListValuesByKey, FdpViewSettingsFilterCustomDef, FilterType, TableDataSourceDirective, SelectionMode, TableColumnResizeService, TableRowService, PlatformTableCellResizableDirective, SelectionCellStylesPipe, TableCellStylesPipe, ColumnResizableSidePipe, TableColumnSortingDirectionPipe, isTreeRow, isTreeRowFirstCell, EditableTableCell, TableDraggableDirective, DEFAULT_HIGHLIGHTING_KEY, SEMANTIC_HIGHLIGHTING_COLUMN_WIDTH, ROW_HEIGHT, TABLE_COLUMN_MIN_WIDTH, FDP_TABLE_STATE_DIRECTIVE, FDP_TABLE_VIRTUAL_SCROLL_DIRECTIVE, FDP_TABLE_DRAGGABLE_DIRECTIVE, TableHeaderResizerDirective, isRowNavigatable, TableRowType, buildNewRowSkeleton, EDITABLE_ROW_SEMANTIC_STATE, SaveRowsEvent, getSelectableRows, TableCellActivateEvent, TableRowActivateEvent, TableRowToggleOpenStateEvent, findRowChildren, getRowParents, TableSortChangeEvent, TablePageChangeEvent, TableGroupChangeEvent, TableColumnFreezeEvent, TableFilterChangeEvent, TableColumnsChangeEvent, convertObjectsToTableRows, isTableRow, convertTreeTableRowToFlatList, convertTreeObjectsToTableRows, getFreezableColumns, getFreezableEndColumns, applySelectionToChildren, SELECTION_COLUMN_WIDTH, TableScrollDispatcherService, TableResponsiveService, TableScrollableDirective, RowClassesPipe, TableHelpersModule } from '@fundamental-ngx/platform/table-helpers';
16
+ import { SortDirection, TableService, Table, FILTER_STRING_STRATEGY, FilterableColumnDataType, ColumnAlign, TableColumn, FdpCellDef, FdpEditableCellDef, FdpHeaderCellDef, TableCellHeaderPopoverDirective, getFilterStrategiesBasedOnDataType, FILTER_STRATEGY, FILTER_STRATEGY_LABEL, getUniqueListValuesByKey, FdpViewSettingsFilterCustomDef, FilterType, TableDataSourceDirective, SelectionMode, TableColumnResizeService, TableRowService, PlatformTableCellResizableDirective, SelectionCellStylesPipe, TableCellStylesPipe, ColumnResizableSidePipe, TableColumnSortingDirectionPipe, isTreeRow, isTreeRowFirstCell, EditableTableCell, TableDraggableDirective, DEFAULT_HIGHLIGHTING_KEY, SEMANTIC_HIGHLIGHTING_COLUMN_WIDTH, ROW_HEIGHT, TABLE_COLUMN_MIN_WIDTH, FDP_TABLE_STATE_DIRECTIVE, FDP_TABLE_VIRTUAL_SCROLL_DIRECTIVE, FDP_TABLE_DRAGGABLE_DIRECTIVE, TableHeaderResizerDirective, isRowNavigatable, TableRowType, buildNewRowSkeleton, EDITABLE_ROW_SEMANTIC_STATE, SaveRowsEvent, getSelectableRows, TableCellActivateEvent, TableRowActivateEvent, TableRowToggleOpenStateEvent, findRowChildren, getRowParents, TableSortChangeEvent, TablePageChangeEvent, TableGroupChangeEvent, TableColumnFreezeEvent, TableFilterChangeEvent, TableColumnsChangeEvent, convertObjectsToTableRows, isTableRow, convertTreeTableRowToFlatList, convertTreeObjectsToTableRows, getFreezableColumns, getFreezableEndColumns, applySelectionToChildren, SELECTION_COLUMN_WIDTH, TableScrollableDirective, RowClassesPipe, TableScrollDispatcherService, TableResponsiveService, TableHelpersModule } from '@fundamental-ngx/platform/table-helpers';
17
17
  export * from '@fundamental-ngx/platform/table-helpers';
18
18
  import equal$1 from 'fast-deep-equal';
19
19
  import { set, uniq } from 'lodash-es';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Input, Directive, EventEmitter, ViewEncapsulation, ChangeDetectionStrategy, Output, inject, DestroyRef, ViewChild, TemplateRef, ContentChild, input, computed, Optional, ContentChildren, NgModule } from '@angular/core';
2
+ import { Input, Component, Directive, EventEmitter, Output, ChangeDetectionStrategy, ViewEncapsulation, inject, DestroyRef, ViewChild, TemplateRef, ContentChild, input, computed, ContentChildren, Optional, NgModule } from '@angular/core';
3
3
  import { BehaviorSubject, Subject, of, startWith, tap, filter, take as take$1, Subscription, isObservable } from 'rxjs';
4
4
  import { take } from 'rxjs/operators';
5
5
  import { BaseDataProvider, DataProvider, isDataSource } from '@fundamental-ngx/platform/shared';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, Component, ViewEncapsulation, ChangeDetectionStrategy, ViewChild, InjectionToken, EventEmitter, inject, effect, booleanAttribute, Input, Output, ContentChild, HostBinding, DestroyRef, ContentChildren, NgModule } from '@angular/core';
2
+ import { Directive, ViewChild, ChangeDetectionStrategy, ViewEncapsulation, Component, InjectionToken, EventEmitter, inject, effect, booleanAttribute, HostBinding, ContentChild, Output, Input, DestroyRef, ContentChildren, NgModule } from '@angular/core';
3
3
  import { NgTemplateOutlet, AsyncPipe, NgClass } from '@angular/common';
4
4
  import { FilterStringsPipe } from '@fundamental-ngx/cdk/utils';
5
5
  import { ButtonBarComponent, BarComponent, BarLeftDirective, BarElementDirective, BarRightDirective } from '@fundamental-ngx/core/bar';
@@ -17,7 +17,7 @@ import equal from 'fast-deep-equal';
17
17
  import { BehaviorSubject, startWith, filter, Subscription } from 'rxjs';
18
18
  import { CdkScrollable } from '@angular/cdk/overlay';
19
19
  import * as i2 from '@angular/forms';
20
- import { Validators, FormGroupDirective, FormsModule, ReactiveFormsModule } from '@angular/forms';
20
+ import { Validators, FormsModule, ReactiveFormsModule, FormGroupDirective } from '@angular/forms';
21
21
  import { ScrollbarDirective } from '@fundamental-ngx/core/scrollbar';
22
22
  import { FormGroupComponent, FormFieldComponent, InputComponent, CheckboxComponent, FormFieldErrorDirective } from '@fundamental-ngx/platform/form';
23
23
  import { IconComponent } from '@fundamental-ngx/core/icon';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, EventEmitter, inject, DestroyRef, ChangeDetectorRef, Directive, Input, Output, Component, ViewEncapsulation, ChangeDetectionStrategy, ViewChildren, ViewChild, TemplateRef, ContentChild, NgModule } from '@angular/core';
2
+ import { Injectable, EventEmitter, inject, DestroyRef, ChangeDetectorRef, Output, Input, Directive, ViewChildren, ChangeDetectionStrategy, ViewEncapsulation, Component, ViewChild, TemplateRef, ContentChild, NgModule } from '@angular/core';
3
3
  import { take, map, debounceTime, finalize, filter } from 'rxjs/operators';
4
4
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
5
5
  import { ContentDensityMode, ContentDensityDirective } from '@fundamental-ngx/core/content-density';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/platform",
3
- "version": "0.54.2",
3
+ "version": "0.54.4",
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.54.2",
17
- "@fundamental-ngx/core": "0.54.2",
18
- "@fundamental-ngx/i18n": "0.54.2"
16
+ "@fundamental-ngx/cdk": "0.54.4",
17
+ "@fundamental-ngx/core": "0.54.4",
18
+ "@fundamental-ngx/i18n": "0.54.4"
19
19
  },
20
20
  "dependencies": {
21
21
  "fast-deep-equal": "3.1.3",
@@ -32,7 +32,7 @@ function callCoreSchematic(options) {
32
32
  (0, dependencies_1.addPackageJsonDependency)(tree, {
33
33
  type: dependencies_1.NodeDependencyType.Default,
34
34
  // Will be replaced with the real version during sync-version script run
35
- version: `0.54.2`,
35
+ version: `0.54.4`,
36
36
  name: '@fundamental-ngx/core'
37
37
  });
38
38
  const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({