reneco-hierarchized-picker 0.4.3-beta.3 → 0.4.3-beta.5

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.
@@ -1 +1 @@
1
- import{p as e,b as a}from"./p-9bcf4c87.js";export{s as setNonce}from"./p-9bcf4c87.js";(()=>{const a=import.meta.url,r={};return""!==a&&(r.resourcesUrl=new URL(".",a).href),e(r)})().then((e=>a([["p-1eb26381",[[0,"reneco-hierarchized-picker",{options:[1],valueChangeCallback:[16],disabled:[4],newoptions:[1],newfilter:[1],activatedDragAndDrop:[4,"activated-drag-and-drop"],isDisabled:[32],componentID:[32],rawData:[32],pickerClass:[32],displayedValue:[32],value:[32],shownTree:[32],searchResultData:[32],hasFocus:[32],errorToLog:[32],getValue:[64],refreshPicker:[64],setOptions:[64],getSearchResult:[64],filterTree:[64],clearPicker:[64],showSelectedNodes:[64]}],[0,"search-input",{placeholder:[1],setFocus:[64]}]]]],e)));
1
+ import{p as e,b as a}from"./p-9bcf4c87.js";export{s as setNonce}from"./p-9bcf4c87.js";(()=>{const a=import.meta.url,r={};return""!==a&&(r.resourcesUrl=new URL(".",a).href),e(r)})().then((e=>a([["p-452c37d2",[[0,"reneco-hierarchized-picker",{options:[1],valueChangeCallback:[16],disabled:[4],newoptions:[1],newfilter:[1],activatedDragAndDrop:[4,"activated-drag-and-drop"],isDisabled:[32],componentID:[32],rawData:[32],pickerClass:[32],displayedValue:[32],value:[32],shownTree:[32],searchResultData:[32],hasFocus:[32],errorToLog:[32],getValue:[64],refreshPicker:[64],setOptions:[64],getSearchResult:[64],filterTree:[64],clearPicker:[64],showSelectedNodes:[64]}],[0,"search-input",{placeholder:[1],setFocus:[64]}]]]],e)));
@@ -6,6 +6,8 @@ export declare class HierarchizedPickerComponent {
6
6
  loader: HTMLDivElement;
7
7
  private rawDataManager;
8
8
  private optionsManager;
9
+ private modaleHeight;
10
+ private modalePosition;
9
11
  /**
10
12
  * The component's options as described in the IConf interface
11
13
  */
@@ -141,5 +143,6 @@ export declare class HierarchizedPickerComponent {
141
143
  checkFields(values: any, allowSetValueOnClick?: boolean): void;
142
144
  formatDefaultValue(): void;
143
145
  getFullpathTooltip(): string;
146
+ shouldOpenModalAbove(inputElement: any, modaleHeight: any): boolean;
144
147
  render(): any;
145
148
  }
@@ -24,4 +24,7 @@ export declare const defaultPickerTheme: {
24
24
  fontWeight: string;
25
25
  };
26
26
  };
27
+ modale: {
28
+ height: string;
29
+ };
27
30
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reneco-hierarchized-picker",
3
- "version": "0.4.3-beta.3",
3
+ "version": "0.4.3-beta.5",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",