@vcmap/module-selector 2.0.5 → 2.0.6

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/index.js CHANGED
@@ -56,7 +56,7 @@ var ro = function e(o, i) {
56
56
  }
57
57
  return o !== o && i !== i;
58
58
  };
59
- const ge = /* @__PURE__ */ no(ro), z = "@vcmap/module-selector", so = "2.0.5", uo = "^6.0";
59
+ const ge = /* @__PURE__ */ no(ro), z = "@vcmap/module-selector", so = "2.0.6", uo = "^6.0";
60
60
  async function $e(e, o) {
61
61
  const i = await fetch(e, {
62
62
  method: "GET"
@@ -2567,7 +2567,9 @@ function Xo(e) {
2567
2567
  state: {
2568
2568
  headerIcon: "mdi-view-grid",
2569
2569
  headerTitle: this.config.windowTitle,
2570
- infoUrlCallback: o.getHelpUrlCallback("/tools/moduleSelector.html")
2570
+ infoUrlCallback: o.getHelpUrlCallback(
2571
+ "/components/genericFunctions.html#id_moduleSelector"
2572
+ )
2571
2573
  },
2572
2574
  props: {
2573
2575
  modules: this.config.modules,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vcmap/module-selector",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/src/index.ts CHANGED
@@ -94,7 +94,9 @@ export default function plugin(
94
94
  state: {
95
95
  headerIcon: 'mdi-view-grid',
96
96
  headerTitle: this.config.windowTitle,
97
- infoUrlCallback: app.getHelpUrlCallback('/tools/moduleSelector.html'),
97
+ infoUrlCallback: app.getHelpUrlCallback(
98
+ '/components/genericFunctions.html#id_moduleSelector',
99
+ ),
98
100
  },
99
101
  props: {
100
102
  modules: this.config.modules,