@ws-ui/store 0.1.29 → 0.1.30

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.es.js CHANGED
@@ -5841,7 +5841,7 @@ function Gc(e) {
5841
5841
  const { name: n, type: t, path: a } = e, i = a.split(".").at(-1);
5842
5842
  switch (t) {
5843
5843
  case j.WEBFORM:
5844
- return `${n}.WebForm`;
5844
+ return `${n}`;
5845
5845
  case j.METHOD:
5846
5846
  case j.CLASS:
5847
5847
  return i ? `${n}.${i}` : n;