@acontplus/ng-components 2.1.21 → 2.1.22

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.21",
3
+ "version": "2.1.22",
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",
@@ -755,7 +755,7 @@ declare class DynamicSelect implements OnInit, OnDestroy {
755
755
  clearable: _angular_core.InputSignal<boolean>;
756
756
  searchable: _angular_core.InputSignal<boolean>;
757
757
  virtualScroll: _angular_core.InputSignal<boolean>;
758
- dropdownPosition: _angular_core.InputSignal<"top" | "bottom" | "auto">;
758
+ dropdownPosition: _angular_core.InputSignal<"auto" | "top" | "bottom">;
759
759
  closeOnSelect: _angular_core.InputSignal<boolean>;
760
760
  hideSelected: _angular_core.InputSignal<boolean>;
761
761
  multiple: _angular_core.InputSignal<boolean>;