@fundamental-ngx/btp 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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { inject, ElementRef, Component, Input, HostBinding, Directive, ViewEncapsulation, ContentChild, ChangeDetectionStrategy, NgModule } from '@angular/core';
2
+ import { inject, ElementRef, HostBinding, Input, Component, Directive, ContentChild, ViewEncapsulation, ChangeDetectionStrategy, NgModule } from '@angular/core';
3
3
  import * as i1 from '@fundamental-ngx/cdk/utils';
4
4
  import { FDK_FOCUSABLE_ITEM_DIRECTIVE, IndirectFocusableItemDirective, FocusableListDirective } from '@fundamental-ngx/cdk/utils';
5
5
  import { FD_DEFAULT_ICON_FONT_FAMILY, IconComponent } from '@fundamental-ngx/core/icon';
@@ -1,7 +1,7 @@
1
1
  import * as i1$1 from '@angular/common';
2
2
  import { NgTemplateOutlet, CommonModule, NgClass } from '@angular/common';
3
3
  import * as i0 from '@angular/core';
4
- import { signal, inject, DestroyRef, computed, Injectable, EventEmitter, booleanAttribute, Component, ViewEncapsulation, ChangeDetectionStrategy, Input, HostBinding, Output, HostListener, ContentChildren, Injector, Directive, TemplateRef, ElementRef, NgZone, effect, ContentChild, ViewChild, ChangeDetectorRef } from '@angular/core';
4
+ import { signal, inject, DestroyRef, computed, Injectable, EventEmitter, booleanAttribute, HostListener, Output, Input, HostBinding, ChangeDetectionStrategy, ViewEncapsulation, Component, ContentChildren, Injector, Directive, TemplateRef, ElementRef, NgZone, effect, ViewChild, ContentChild, ChangeDetectorRef } from '@angular/core';
5
5
  import { takeUntilDestroyed, toSignal, toObservable } from '@angular/core/rxjs-interop';
6
6
  import { Subject, startWith, observeOn, asyncScheduler, filter, of, take, debounceTime, merge, switchMap, isObservable, map } from 'rxjs';
7
7
  import { FocusKeyManager } from '@angular/cdk/a11y';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, inject, ElementRef, signal, DestroyRef, Component, ViewEncapsulation, Input, Output, ViewChild } from '@angular/core';
2
+ import { EventEmitter, inject, ElementRef, signal, DestroyRef, ViewChild, Output, Input, ViewEncapsulation, Component } from '@angular/core';
3
3
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
4
4
  import * as i2 from '@angular/forms';
5
5
  import { FormsModule } from '@angular/forms';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, inject, DestroyRef, TemplateRef, Component, ViewEncapsulation, ChangeDetectionStrategy, Optional, Inject, Input, Output, ViewChild, ContentChildren, InjectionToken, Pipe, HostBinding, HostListener, SkipSelf, NgModule } from '@angular/core';
2
+ import { EventEmitter, inject, DestroyRef, TemplateRef, ViewChild, Output, Input, Optional, Inject, ChangeDetectionStrategy, ViewEncapsulation, Component, ContentChildren, InjectionToken, Pipe, HostListener, HostBinding, SkipSelf, NgModule } from '@angular/core';
3
3
  import { ButtonComponent } from '@fundamental-ngx/core/button';
4
4
  import { FdTranslatePipe } from '@fundamental-ngx/i18n';
5
5
  import { Subject, fromEvent, throttleTime, Subscription } from 'rxjs';
@@ -1,10 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
- import { booleanAttribute, Directive, Input, TemplateRef, Component, ViewChild, inject, ElementRef, signal, computed, EventEmitter, NgZone, Injector, ChangeDetectionStrategy, ViewEncapsulation, Output, ContentChildren, ContentChild, HostListener } from '@angular/core';
2
+ import { booleanAttribute, Input, Directive, TemplateRef, ViewChild, Component, inject, ElementRef, signal, computed, EventEmitter, NgZone, Injector, HostListener, ContentChild, ContentChildren, Output, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
3
3
  import * as i1 from '@fundamental-ngx/btp/button';
4
4
  import { ToolHeaderButtonDirective } from '@fundamental-ngx/btp/button';
5
5
  import { ButtonComponent } from '@fundamental-ngx/core/button';
6
6
  import { BasePopoverClass, PopoverBodyComponent, PopoverComponent, PopoverControlComponent, PopoverBodyDirective } from '@fundamental-ngx/core/popover';
7
- import { FD_PRODUCT_SWITCH_COMPONENT, ProductSwitchComponent, ProductSwitchButtonDirective } from '@fundamental-ngx/core/product-switch';
7
+ import { ProductSwitchComponent, ProductSwitchButtonDirective, FD_PRODUCT_SWITCH_COMPONENT } from '@fundamental-ngx/core/product-switch';
8
8
  import { FdTranslatePipe } from '@fundamental-ngx/i18n';
9
9
  import { PortalModule } from '@angular/cdk/portal';
10
10
  import { NgTemplateOutlet, AsyncPipe } from '@angular/common';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, inject, ElementRef, Input, HostBinding, Component, ViewEncapsulation, ChangeDetectionStrategy, NgModule } from '@angular/core';
2
+ import { Directive, inject, ElementRef, Input, HostBinding, ChangeDetectionStrategy, ViewEncapsulation, Component, NgModule } from '@angular/core';
3
3
  import { __decorate, __metadata } from 'tslib';
4
4
  import { applyCssClass } from '@fundamental-ngx/cdk/utils';
5
5
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/btp",
3
- "version": "0.54.2",
3
+ "version": "0.54.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
7
- "@fundamental-ngx/cdk": "0.54.2",
8
- "@fundamental-ngx/core": "0.54.2"
7
+ "@fundamental-ngx/cdk": "0.54.4",
8
+ "@fundamental-ngx/core": "0.54.4"
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0"