@brickclay-org/ui 0.1.23 → 0.1.24
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/index.d.ts
CHANGED
|
@@ -790,7 +790,7 @@ declare class BkSelect implements ControlValueAccessor {
|
|
|
790
790
|
disabled: i0.ModelSignal<boolean>;
|
|
791
791
|
loading: i0.InputSignal<boolean>;
|
|
792
792
|
closeOnSelect: i0.InputSignal<boolean>;
|
|
793
|
-
dropdownPosition: i0.InputSignal<"
|
|
793
|
+
dropdownPosition: i0.InputSignal<"top" | "bottom">;
|
|
794
794
|
hasError: boolean;
|
|
795
795
|
errorMessage: string;
|
|
796
796
|
appendToBody: i0.InputSignal<boolean>;
|
|
@@ -1825,7 +1825,7 @@ declare class BkHierarchicalSelect implements ControlValueAccessor {
|
|
|
1825
1825
|
/** When true, dropdown is positioned fixed and sized to the trigger (use inside modals/popups). */
|
|
1826
1826
|
appendToBody: i0.InputSignal<boolean>;
|
|
1827
1827
|
/** Open above or below the trigger (also used when appendToBody is true for fixed coordinates). */
|
|
1828
|
-
dropdownPosition: i0.InputSignal<"
|
|
1828
|
+
dropdownPosition: i0.InputSignal<"top" | "bottom">;
|
|
1829
1829
|
/** Key for option color (e.g. "color"). When set, option label and selected value use this color. */
|
|
1830
1830
|
colorKey: i0.InputSignal<string>;
|
|
1831
1831
|
/** Whether to show clear button when a value is selected. */
|