@acontplus/ng-components 2.1.24 → 2.1.26

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.24",
3
+ "version": "2.1.26",
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",
@@ -720,7 +720,7 @@ declare class DynamicSelect implements OnInit, OnDestroy {
720
720
  clearable: _angular_core.InputSignal<boolean>;
721
721
  searchable: _angular_core.InputSignal<boolean>;
722
722
  virtualScroll: _angular_core.InputSignal<boolean>;
723
- dropdownPosition: _angular_core.InputSignal<"top" | "bottom" | "auto">;
723
+ dropdownPosition: _angular_core.InputSignal<"auto" | "top" | "bottom">;
724
724
  closeOnSelect: _angular_core.InputSignal<boolean>;
725
725
  hideSelected: _angular_core.InputSignal<boolean>;
726
726
  multiple: _angular_core.InputSignal<boolean>;