reneco-hierarchized-picker 0.4.3-beta.16 → 0.4.3-beta.17
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 -1
- package/dist/collection/components/hierarchized-picker/hierarchized-picker.js +1 -1
- package/dist/custom-elements/index.js +1 -1
- package/dist/esm/reneco-hierarchized-picker_2.entry.js +1 -1
- package/dist/esm-es5/reneco-hierarchized-picker_2.entry.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-af6e9eb8.entry.js → p-6a3abc16.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/p-73168a50.system.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-aec62c8e.system.entry.js → p-8ed96f20.system.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/reneco-hierarchized-picker.esm.js +1 -1
- package/package.json +1 -1
|
@@ -19085,7 +19085,7 @@ const HierarchizedPickerComponent = class {
|
|
|
19085
19085
|
this.optionsManager.getOptions().defaultValue = defaultFromFullpaths;
|
|
19086
19086
|
}
|
|
19087
19087
|
if (this.optionsManager.getOptions().options) {
|
|
19088
|
-
if (
|
|
19088
|
+
if (this.optionsManager.getOptions().defaultValue.length > 0) {
|
|
19089
19089
|
if (autoAssignReach) {
|
|
19090
19090
|
this.optionsManager.getOptions().options.Reach = this.optionsManager.getOptions().defaultValue.map(element => {
|
|
19091
19091
|
return Number(element);
|
|
@@ -360,7 +360,7 @@ export class HierarchizedPickerComponent {
|
|
|
360
360
|
this.optionsManager.getOptions().defaultValue = defaultFromFullpaths;
|
|
361
361
|
}
|
|
362
362
|
if (this.optionsManager.getOptions().options) {
|
|
363
|
-
if (
|
|
363
|
+
if (this.optionsManager.getOptions().defaultValue.length > 0) {
|
|
364
364
|
if (autoAssignReach) {
|
|
365
365
|
this.optionsManager.getOptions().options.Reach = this.optionsManager.getOptions().defaultValue.map(element => {
|
|
366
366
|
return Number(element);
|
|
@@ -19083,7 +19083,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
|
|
|
19083
19083
|
this.optionsManager.getOptions().defaultValue = defaultFromFullpaths;
|
|
19084
19084
|
}
|
|
19085
19085
|
if (this.optionsManager.getOptions().options) {
|
|
19086
|
-
if (
|
|
19086
|
+
if (this.optionsManager.getOptions().defaultValue.length > 0) {
|
|
19087
19087
|
if (autoAssignReach) {
|
|
19088
19088
|
this.optionsManager.getOptions().options.Reach = this.optionsManager.getOptions().defaultValue.map(element => {
|
|
19089
19089
|
return Number(element);
|
|
@@ -19081,7 +19081,7 @@ const HierarchizedPickerComponent = class {
|
|
|
19081
19081
|
this.optionsManager.getOptions().defaultValue = defaultFromFullpaths;
|
|
19082
19082
|
}
|
|
19083
19083
|
if (this.optionsManager.getOptions().options) {
|
|
19084
|
-
if (
|
|
19084
|
+
if (this.optionsManager.getOptions().defaultValue.length > 0) {
|
|
19085
19085
|
if (autoAssignReach) {
|
|
19086
19086
|
this.optionsManager.getOptions().options.Reach = this.optionsManager.getOptions().defaultValue.map(element => {
|
|
19087
19087
|
return Number(element);
|