reneco-hierarchized-picker 0.4.0-beta.3 → 0.4.0-beta.4
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 +2 -2
- package/dist/collection/components/hierarchized-picker/hierarchized-picker.js +2 -2
- package/dist/custom-elements/index.js +2 -2
- package/dist/esm/reneco-hierarchized-picker_2.entry.js +2 -2
- package/dist/esm-es5/reneco-hierarchized-picker_2.entry.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-9485bc58.entry.js → p-42488027.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/p-73168a50.system.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-4e500d45.system.entry.js → p-9cdaaa71.system.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/reneco-hierarchized-picker.esm.js +1 -1
- package/package.json +1 -1
|
@@ -18970,7 +18970,7 @@ const HierarchizedPickerComponent = class {
|
|
|
18970
18970
|
if (this.theOptions.source == 'webservice') {
|
|
18971
18971
|
if (this.theOptions.origin == 'classification') {
|
|
18972
18972
|
// WS Call
|
|
18973
|
-
console.log("FLAG 01");
|
|
18973
|
+
console.log("FLAG 01", this.theOptions);
|
|
18974
18974
|
this.rawDataManager.getFromClassification(this.getApiSearchURL(), {
|
|
18975
18975
|
search: {
|
|
18976
18976
|
StartNodeID: this.theOptions.options.startNode,
|
|
@@ -19320,7 +19320,7 @@ const HierarchizedPickerComponent = class {
|
|
|
19320
19320
|
loadDataForTree(init, loader) {
|
|
19321
19321
|
if (this.optionsManager.getOptions().source == 'webservice') {
|
|
19322
19322
|
if (this.optionsManager.getOptions().origin == 'classification') {
|
|
19323
|
-
console.log("FLAG 02", this.optionsManager.getOptions()
|
|
19323
|
+
console.log("FLAG 02", this.optionsManager.getOptions());
|
|
19324
19324
|
this.rawDataManager.getFromClassification(this.optionsManager.getOptions().url, this.optionsManager.getOptions().options, loader);
|
|
19325
19325
|
}
|
|
19326
19326
|
else {
|
|
@@ -468,7 +468,7 @@ export class HierarchizedPickerComponent {
|
|
|
468
468
|
if (this.theOptions.source == 'webservice') {
|
|
469
469
|
if (this.theOptions.origin == 'classification') {
|
|
470
470
|
// WS Call
|
|
471
|
-
console.log("FLAG 01");
|
|
471
|
+
console.log("FLAG 01", this.theOptions);
|
|
472
472
|
this.rawDataManager.getFromClassification(this.getApiSearchURL(), {
|
|
473
473
|
search: {
|
|
474
474
|
StartNodeID: this.theOptions.options.startNode,
|
|
@@ -818,7 +818,7 @@ export class HierarchizedPickerComponent {
|
|
|
818
818
|
loadDataForTree(init, loader) {
|
|
819
819
|
if (this.optionsManager.getOptions().source == 'webservice') {
|
|
820
820
|
if (this.optionsManager.getOptions().origin == 'classification') {
|
|
821
|
-
console.log("FLAG 02", this.optionsManager.getOptions()
|
|
821
|
+
console.log("FLAG 02", this.optionsManager.getOptions());
|
|
822
822
|
this.rawDataManager.getFromClassification(this.optionsManager.getOptions().url, this.optionsManager.getOptions().options, loader);
|
|
823
823
|
}
|
|
824
824
|
else {
|
|
@@ -18968,7 +18968,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
|
|
|
18968
18968
|
if (this.theOptions.source == 'webservice') {
|
|
18969
18969
|
if (this.theOptions.origin == 'classification') {
|
|
18970
18970
|
// WS Call
|
|
18971
|
-
console.log("FLAG 01");
|
|
18971
|
+
console.log("FLAG 01", this.theOptions);
|
|
18972
18972
|
this.rawDataManager.getFromClassification(this.getApiSearchURL(), {
|
|
18973
18973
|
search: {
|
|
18974
18974
|
StartNodeID: this.theOptions.options.startNode,
|
|
@@ -19318,7 +19318,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
|
|
|
19318
19318
|
loadDataForTree(init, loader) {
|
|
19319
19319
|
if (this.optionsManager.getOptions().source == 'webservice') {
|
|
19320
19320
|
if (this.optionsManager.getOptions().origin == 'classification') {
|
|
19321
|
-
console.log("FLAG 02", this.optionsManager.getOptions()
|
|
19321
|
+
console.log("FLAG 02", this.optionsManager.getOptions());
|
|
19322
19322
|
this.rawDataManager.getFromClassification(this.optionsManager.getOptions().url, this.optionsManager.getOptions().options, loader);
|
|
19323
19323
|
}
|
|
19324
19324
|
else {
|
|
@@ -18966,7 +18966,7 @@ const HierarchizedPickerComponent = class {
|
|
|
18966
18966
|
if (this.theOptions.source == 'webservice') {
|
|
18967
18967
|
if (this.theOptions.origin == 'classification') {
|
|
18968
18968
|
// WS Call
|
|
18969
|
-
console.log("FLAG 01");
|
|
18969
|
+
console.log("FLAG 01", this.theOptions);
|
|
18970
18970
|
this.rawDataManager.getFromClassification(this.getApiSearchURL(), {
|
|
18971
18971
|
search: {
|
|
18972
18972
|
StartNodeID: this.theOptions.options.startNode,
|
|
@@ -19316,7 +19316,7 @@ const HierarchizedPickerComponent = class {
|
|
|
19316
19316
|
loadDataForTree(init, loader) {
|
|
19317
19317
|
if (this.optionsManager.getOptions().source == 'webservice') {
|
|
19318
19318
|
if (this.optionsManager.getOptions().origin == 'classification') {
|
|
19319
|
-
console.log("FLAG 02", this.optionsManager.getOptions()
|
|
19319
|
+
console.log("FLAG 02", this.optionsManager.getOptions());
|
|
19320
19320
|
this.rawDataManager.getFromClassification(this.optionsManager.getOptions().url, this.optionsManager.getOptions().options, loader);
|
|
19321
19321
|
}
|
|
19322
19322
|
else {
|