@brickclay-org/ui 0.1.82 → 0.1.83

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -5
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1108,7 +1108,7 @@ declare class BkSelect implements ControlValueAccessor, AfterViewInit, OnDestroy
1108
1108
  disabled: _angular_core.ModelSignal<boolean>;
1109
1109
  loading: _angular_core.InputSignal<boolean>;
1110
1110
  closeOnSelect: _angular_core.InputSignal<boolean>;
1111
- dropdownPosition: _angular_core.InputSignal<"bottom" | "top">;
1111
+ dropdownPosition: _angular_core.InputSignal<"top" | "bottom">;
1112
1112
  hasError: boolean;
1113
1113
  errorMessage: string;
1114
1114
  appendToBody: _angular_core.InputSignal<boolean>;
@@ -1138,7 +1138,7 @@ declare class BkSelect implements ControlValueAccessor, AfterViewInit, OnDestroy
1138
1138
  private gridDraftOptions;
1139
1139
  searchTerm: _angular_core.WritableSignal<string>;
1140
1140
  markedIndex: _angular_core.WritableSignal<number>;
1141
- placement: _angular_core.WritableSignal<"bottom" | "top">;
1141
+ placement: _angular_core.WritableSignal<"top" | "bottom">;
1142
1142
  private originalPanelParent;
1143
1143
  private originalPanelAnchor;
1144
1144
  private panelInBody;
@@ -2324,7 +2324,7 @@ declare class BkHierarchicalSelect implements ControlValueAccessor, AfterViewIni
2324
2324
  /** When true, dropdown is positioned fixed and sized to the trigger (use inside modals/popups). */
2325
2325
  appendToBody: _angular_core.InputSignal<boolean>;
2326
2326
  /** Open above or below the trigger (also used when appendToBody is true for fixed coordinates). */
2327
- dropdownPosition: _angular_core.InputSignal<"bottom" | "top">;
2327
+ dropdownPosition: _angular_core.InputSignal<"top" | "bottom">;
2328
2328
  /** Key for option color (e.g. "color"). When set, option label and selected value use this color. */
2329
2329
  colorKey: _angular_core.InputSignal<string>;
2330
2330
  /**
@@ -2353,7 +2353,7 @@ declare class BkHierarchicalSelect implements ControlValueAccessor, AfterViewIni
2353
2353
  controlWrapper: ElementRef<HTMLDivElement>;
2354
2354
  dropdownPanel?: ElementRef<HTMLDivElement>;
2355
2355
  private el;
2356
- placement: _angular_core.WritableSignal<"bottom" | "top">;
2356
+ placement: _angular_core.WritableSignal<"top" | "bottom">;
2357
2357
  private originalPanelParent;
2358
2358
  private originalPanelAnchor;
2359
2359
  private panelInBody;
@@ -3895,7 +3895,7 @@ declare class BkTd extends BkCellBase implements AfterViewInit, OnDestroy {
3895
3895
  */
3896
3896
  protected readonly truncatedTooltip: _angular_core.WritableSignal<string>;
3897
3897
  /** Forwarded to the content wrapper's `bkTooltip`. Override on a column whose default 'right' would run into its neighbour. */
3898
- tooltipPosition: _angular_core.InputSignal<"bottom" | "top" | "left" | "right">;
3898
+ tooltipPosition: _angular_core.InputSignal<"left" | "right" | "top" | "bottom">;
3899
3899
  /** Only present when `ellipsis()` is true — see the `@else` branch in the template. */
3900
3900
  private ellipsisTextRef?;
3901
3901
  checkbox: _angular_core.InputSignal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"