reneco-hierarchized-picker 0.5.2 → 0.5.3
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/cjs/reneco-hierarchized-picker_2.cjs.entry.js +8 -1
- package/dist/collection/components/hierarchized-picker/hierarchized-picker.js +5 -1
- package/dist/collection/components/treejs/index.js +0 -8
- package/dist/collection/features/tree/tree-utils.js +3 -0
- package/dist/custom-elements/index.js +8 -1
- package/dist/esm/reneco-hierarchized-picker_2.entry.js +8 -1
- package/dist/esm-es5/reneco-hierarchized-picker_2.entry.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-46ea1347.system.entry.js → p-1b64032b.system.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/p-73168a50.system.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-c6448e95.entry.js → p-9c17a8ab.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/reneco-hierarchized-picker.esm.js +1 -1
- package/dist/types/features/tree/tree-utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as r}from"./p-9bcf4c87.js";export{s as setNonce}from"./p-9bcf4c87.js";(()=>{const r=import.meta.url,a={};return""!==r&&(a.resourcesUrl=new URL(".",r).href),e(a)})().then((e=>r([["p-
|
|
1
|
+
import{p as e,b as r}from"./p-9bcf4c87.js";export{s as setNonce}from"./p-9bcf4c87.js";(()=>{const r=import.meta.url,a={};return""!==r&&(a.resourcesUrl=new URL(".",r).href),e(a)})().then((e=>r([["p-9c17a8ab",[[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],getError:[64],clearPicker:[64],showSelectedNodes:[64],scrollToNodeWithId:[64]}],[0,"search-input",{placeholder:[1],setFocus:[64]}]]]],e)));
|
|
@@ -9,7 +9,7 @@ export declare function findNodeById(tree: any, nodeId: string): any;
|
|
|
9
9
|
/**
|
|
10
10
|
* Fills the tree with nodes based on the provided object.
|
|
11
11
|
*/
|
|
12
|
-
export declare function fillTreeWithObject(tree: any[], myObject: any
|
|
12
|
+
export declare function fillTreeWithObject(tree: any[], myObject: any, searched: string | null, options: any): any[];
|
|
13
13
|
/**
|
|
14
14
|
* Updates the current tree with new nodes.
|
|
15
15
|
*/
|