@acontplus/ng-components 2.1.15 → 2.1.16

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acontplus/ng-components",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "Comprehensive Angular Material UI component library featuring dynamic Tabulator tables, theme toggle with dark mode, dialog wrappers, autocomplete components, cards, buttons, icons, input chips, spinners, directives, pipes, and SCSS styling utilities.",
5
5
  "peerDependencies": {
6
6
  "@acontplus/ui-kit": "^1.0.2",
@@ -529,7 +529,6 @@ interface AlertDialogOptions {
529
529
  animation?: 'fade' | 'slide' | 'bounce' | 'zoom' | 'none';
530
530
  animationDuration?: number;
531
531
  toastMode?: boolean;
532
- toastPosition?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'top-center' | 'bottom-center';
533
532
  autoClose?: boolean;
534
533
  progressBar?: boolean;
535
534
  component?: Type<any>;
@@ -681,8 +680,6 @@ declare class AlertDialogService {
681
680
  getActiveToastCount(): number;
682
681
  private getDialogPosition;
683
682
  private getPanelClasses;
684
- private getToastPosition;
685
- private getToastDialogPosition;
686
683
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AlertDialogService, never>;
687
684
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AlertDialogService>;
688
685
  }
@@ -752,7 +749,7 @@ declare class DynamicSelect implements OnInit, OnDestroy {
752
749
  clearable: _angular_core.InputSignal<boolean>;
753
750
  searchable: _angular_core.InputSignal<boolean>;
754
751
  virtualScroll: _angular_core.InputSignal<boolean>;
755
- dropdownPosition: _angular_core.InputSignal<"auto" | "top" | "bottom">;
752
+ dropdownPosition: _angular_core.InputSignal<"top" | "bottom" | "auto">;
756
753
  closeOnSelect: _angular_core.InputSignal<boolean>;
757
754
  hideSelected: _angular_core.InputSignal<boolean>;
758
755
  multiple: _angular_core.InputSignal<boolean>;