@uzum-tech/ui 2.0.8 → 2.0.9

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
@@ -108401,7 +108401,8 @@
108401
108401
  vue.onMounted(() => {
108402
108402
  contentElRef.value = contentInstRef.value.$el;
108403
108403
  });
108404
- function handleSwitcherClick() {
108404
+ function handleSwitcherClick(e) {
108405
+ e?.stopPropagation();
108405
108406
  const callback = () => {
108406
108407
  const { tmNode } = props;
108407
108408
  if (!tmNode.isLeaf && !tmNode.shallowLoaded) {
@@ -113245,7 +113246,7 @@
113245
113246
  });
113246
113247
  }
113247
113248
 
113248
- var version = "2.0.8";
113249
+ var version = "2.0.9";
113249
113250
 
113250
113251
  function create({
113251
113252
  componentPrefix = "U",
package/dist/index.mjs CHANGED
@@ -108397,7 +108397,8 @@ const TreeNode = defineComponent({
108397
108397
  onMounted(() => {
108398
108398
  contentElRef.value = contentInstRef.value.$el;
108399
108399
  });
108400
- function handleSwitcherClick() {
108400
+ function handleSwitcherClick(e) {
108401
+ e?.stopPropagation();
108401
108402
  const callback = () => {
108402
108403
  const { tmNode } = props;
108403
108404
  if (!tmNode.isLeaf && !tmNode.shallowLoaded) {
@@ -113241,7 +113242,7 @@ function useThemeVars() {
113241
113242
  });
113242
113243
  }
113243
113244
 
113244
- var version = "2.0.8";
113245
+ var version = "2.0.9";
113245
113246
 
113246
113247
  function create({
113247
113248
  componentPrefix = "U",