@hotelinking/ui 10.44.1 → 10.44.2

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/dist/ui.d.ts CHANGED
@@ -625,6 +625,7 @@ optionSelected: (v: UiDropdownItemType) => any;
625
625
  onOptionSelected?: ((v: UiDropdownItemType) => any) | undefined;
626
626
  }>, {
627
627
  position: "left" | "right";
628
+ verticalPosition: "top" | "bottom";
628
629
  loading: boolean;
629
630
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
630
631
 
@@ -638,6 +639,8 @@ export declare interface UiDropdownInterface {
638
639
  items: UiDropdownItemType[];
639
640
  /** Set dropdown to left or right */
640
641
  position?: "left" | "right";
642
+ /** Set dropdown vertical position */
643
+ verticalPosition?: "top" | "bottom";
641
644
  /** Is disabled or not */
642
645
  disabled?: boolean;
643
646
  /** Top label of Dropdown */