@acontplus/ng-components 2.1.17 → 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.
|
|
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",
|
|
@@ -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<"
|
|
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>;
|