reneco-hierarchized-picker 0.4.1 → 0.4.2-beta.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/cjs/reneco-hierarchized-picker_2.cjs.entry.js +1 -6
- package/dist/collection/components/hierarchized-picker/hierarchized-picker.css +1 -0
- package/dist/collection/components/hierarchized-picker/hierarchized-picker.js +1 -6
- package/dist/custom-elements/index.js +1 -6
- package/dist/esm/reneco-hierarchized-picker_2.entry.js +1 -6
- package/dist/esm-es5/reneco-hierarchized-picker_2.entry.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-4b86160a.entry.js → p-06c158f6.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/p-73168a50.system.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-665c45cc.system.entry.js → p-a2c067f5.system.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/reneco-hierarchized-picker.esm.js +1 -1
- package/package.json +1 -1
|
@@ -19015,12 +19015,7 @@ const HierarchizedPickerComponent = class {
|
|
|
19015
19015
|
if (this.theOptions.origin == 'classification') {
|
|
19016
19016
|
// WS Call
|
|
19017
19017
|
this.rawDataManager.getFromClassification(this.getApiSearchURL(), {
|
|
19018
|
-
|
|
19019
|
-
StartNodeID: this.theOptions.options.startNode,
|
|
19020
|
-
lng: this.theOptions.options.lng,
|
|
19021
|
-
deprecated: this.theOptions.options.IsDeprecated,
|
|
19022
|
-
searchedValue: searched,
|
|
19023
|
-
}
|
|
19018
|
+
searchedValue: searched
|
|
19024
19019
|
})
|
|
19025
19020
|
.then((data) => {
|
|
19026
19021
|
displayResults(data);
|
|
@@ -465,6 +465,7 @@ reneco-hierarchized-picker input[title] {
|
|
|
465
465
|
white-space: nowrap;
|
|
466
466
|
}
|
|
467
467
|
|
|
468
|
+
/* TODO For now, the readonly status is ignored for the mode tree, probably need a rework sometime */
|
|
468
469
|
/* .hierarchized-picker-raw-tree-area.readonly li.treejs-node{
|
|
469
470
|
cursor: initial;
|
|
470
471
|
pointer-events: none;
|
|
@@ -479,12 +479,7 @@ export class HierarchizedPickerComponent {
|
|
|
479
479
|
if (this.theOptions.origin == 'classification') {
|
|
480
480
|
// WS Call
|
|
481
481
|
this.rawDataManager.getFromClassification(this.getApiSearchURL(), {
|
|
482
|
-
|
|
483
|
-
StartNodeID: this.theOptions.options.startNode,
|
|
484
|
-
lng: this.theOptions.options.lng,
|
|
485
|
-
deprecated: this.theOptions.options.IsDeprecated,
|
|
486
|
-
searchedValue: searched,
|
|
487
|
-
}
|
|
482
|
+
searchedValue: searched
|
|
488
483
|
})
|
|
489
484
|
.then((data) => {
|
|
490
485
|
displayResults(data);
|
|
@@ -19013,12 +19013,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
|
|
|
19013
19013
|
if (this.theOptions.origin == 'classification') {
|
|
19014
19014
|
// WS Call
|
|
19015
19015
|
this.rawDataManager.getFromClassification(this.getApiSearchURL(), {
|
|
19016
|
-
|
|
19017
|
-
StartNodeID: this.theOptions.options.startNode,
|
|
19018
|
-
lng: this.theOptions.options.lng,
|
|
19019
|
-
deprecated: this.theOptions.options.IsDeprecated,
|
|
19020
|
-
searchedValue: searched,
|
|
19021
|
-
}
|
|
19016
|
+
searchedValue: searched
|
|
19022
19017
|
})
|
|
19023
19018
|
.then((data) => {
|
|
19024
19019
|
displayResults(data);
|
|
@@ -19011,12 +19011,7 @@ const HierarchizedPickerComponent = class {
|
|
|
19011
19011
|
if (this.theOptions.origin == 'classification') {
|
|
19012
19012
|
// WS Call
|
|
19013
19013
|
this.rawDataManager.getFromClassification(this.getApiSearchURL(), {
|
|
19014
|
-
|
|
19015
|
-
StartNodeID: this.theOptions.options.startNode,
|
|
19016
|
-
lng: this.theOptions.options.lng,
|
|
19017
|
-
deprecated: this.theOptions.options.IsDeprecated,
|
|
19018
|
-
searchedValue: searched,
|
|
19019
|
-
}
|
|
19014
|
+
searchedValue: searched
|
|
19020
19015
|
})
|
|
19021
19016
|
.then((data) => {
|
|
19022
19017
|
displayResults(data);
|