@acontplus/ng-components 2.1.16 → 2.1.18

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.16",
3
+ "version": "2.1.18",
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",
@@ -522,13 +522,13 @@ interface AlertDialogOptions {
522
522
  layout?: 'default' | 'modern' | 'toast';
523
523
  iconPosition?: 'left' | 'center' | 'top';
524
524
  contentAlignment?: 'left' | 'center' | 'right';
525
+ actionsAlignment?: 'start' | 'center' | 'end';
525
526
  showCloseButton?: boolean;
526
527
  closeButtonPosition?: 'top-right' | 'top-left';
527
528
  draggable?: boolean;
528
529
  dragHandle?: string;
529
530
  animation?: 'fade' | 'slide' | 'bounce' | 'zoom' | 'none';
530
531
  animationDuration?: number;
531
- toastMode?: boolean;
532
532
  autoClose?: boolean;
533
533
  progressBar?: boolean;
534
534
  component?: Type<any>;
@@ -749,7 +749,7 @@ declare class DynamicSelect implements OnInit, OnDestroy {
749
749
  clearable: _angular_core.InputSignal<boolean>;
750
750
  searchable: _angular_core.InputSignal<boolean>;
751
751
  virtualScroll: _angular_core.InputSignal<boolean>;
752
- dropdownPosition: _angular_core.InputSignal<"top" | "bottom" | "auto">;
752
+ dropdownPosition: _angular_core.InputSignal<"auto" | "top" | "bottom">;
753
753
  closeOnSelect: _angular_core.InputSignal<boolean>;
754
754
  hideSelected: _angular_core.InputSignal<boolean>;
755
755
  multiple: _angular_core.InputSignal<boolean>;