@brickclay-org/ui 0.1.42 → 0.1.44

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
@@ -859,7 +859,7 @@ declare class BkSelect implements ControlValueAccessor {
859
859
  disabled: i0.ModelSignal<boolean>;
860
860
  loading: i0.InputSignal<boolean>;
861
861
  closeOnSelect: i0.InputSignal<boolean>;
862
- dropdownPosition: i0.InputSignal<"bottom" | "top">;
862
+ dropdownPosition: i0.InputSignal<"top" | "bottom">;
863
863
  hasError: boolean;
864
864
  errorMessage: string;
865
865
  appendToBody: i0.InputSignal<boolean>;
@@ -934,6 +934,7 @@ declare class BkSelect implements ControlValueAccessor {
934
934
  }[]>;
935
935
  resolveColor(item: any): string | null;
936
936
  getRemainingItems(): string[];
937
+ getTooltipIfEllipsed(el: HTMLElement, text: string): string;
937
938
  static ɵfac: i0.ɵɵFactoryDeclaration<BkSelect, never>;
938
939
  static ɵcmp: i0.ɵɵComponentDeclaration<BkSelect, "bk-select", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "bindLabel": { "alias": "bindLabel"; "required": false; "isSignal": true; }; "bindValue": { "alias": "bindValue"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "notFoundText": { "alias": "notFoundText"; "required": false; "isSignal": true; }; "loadingText": { "alias": "loadingText"; "required": false; "isSignal": true; }; "clearAllText": { "alias": "clearAllText"; "required": false; "isSignal": true; }; "groupBy": { "alias": "groupBy"; "required": false; "isSignal": true; }; "colorKey": { "alias": "colorKey"; "required": false; "isSignal": true; }; "iconAlt": { "alias": "iconAlt"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "variation": { "alias": "variation"; "required": false; }; "iconSrc": { "alias": "iconSrc"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "maxLabels": { "alias": "maxLabels"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "allSelect": { "alias": "allSelect"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; "isSignal": true; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; "isSignal": true; }; "hasError": { "alias": "hasError"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "appendToBody": { "alias": "appendToBody"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "open": "open"; "close": "close"; "focus": "focus"; "blur": "blur"; "search": "search"; "clear": "clear"; "change": "change"; "scrollToEnd": "scrollToEnd"; }, never, never, true, never>;
939
940
  }
@@ -1914,7 +1915,7 @@ declare class BkHierarchicalSelect implements ControlValueAccessor {
1914
1915
  /** When true, dropdown is positioned fixed and sized to the trigger (use inside modals/popups). */
1915
1916
  appendToBody: i0.InputSignal<boolean>;
1916
1917
  /** Open above or below the trigger (also used when appendToBody is true for fixed coordinates). */
1917
- dropdownPosition: i0.InputSignal<"bottom" | "top">;
1918
+ dropdownPosition: i0.InputSignal<"top" | "bottom">;
1918
1919
  /** Key for option color (e.g. "color"). When set, option label and selected value use this color. */
1919
1920
  colorKey: i0.InputSignal<string>;
1920
1921
  /** Whether to show clear button when a value is selected. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.1.42",
3
+ "version": "0.1.44",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"