@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.
@@ -51,7 +51,7 @@ declare const TreeNode: import("vue").DefineComponent<import("vue").ExtractPropT
51
51
  handleDragLeave: (e: DragEvent) => void;
52
52
  handleLineClick: (e: PointerEvent) => void;
53
53
  handleContentClick: (e: PointerEvent) => void;
54
- handleSwitcherClick: () => void;
54
+ handleSwitcherClick: (e?: MouseEvent) => void;
55
55
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
56
56
  clsPrefix: {
57
57
  type: StringConstructor;
@@ -61,7 +61,8 @@ const TreeNode = defineComponent({
61
61
  onMounted(() => {
62
62
  contentElRef.value = contentInstRef.value.$el;
63
63
  });
64
- function handleSwitcherClick() {
64
+ function handleSwitcherClick(e) {
65
+ e === null || e === void 0 ? void 0 : e.stopPropagation();
65
66
  const callback = () => {
66
67
  const {
67
68
  tmNode
package/es/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "2.0.8";
1
+ declare const _default: "2.0.9";
2
2
  export default _default;
package/es/version.mjs CHANGED
@@ -1 +1 @@
1
- export default '2.0.8';
1
+ export default '2.0.9';
@@ -51,7 +51,7 @@ declare const TreeNode: import("vue").DefineComponent<import("vue").ExtractPropT
51
51
  handleDragLeave: (e: DragEvent) => void;
52
52
  handleLineClick: (e: PointerEvent) => void;
53
53
  handleContentClick: (e: PointerEvent) => void;
54
- handleSwitcherClick: () => void;
54
+ handleSwitcherClick: (e?: MouseEvent) => void;
55
55
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
56
56
  clsPrefix: {
57
57
  type: StringConstructor;
@@ -46,7 +46,8 @@ const TreeNode = (0, vue_1.defineComponent)({
46
46
  (0, vue_1.onMounted)(() => {
47
47
  contentElRef.value = contentInstRef.value.$el;
48
48
  });
49
- function handleSwitcherClick() {
49
+ function handleSwitcherClick(e) {
50
+ e === null || e === void 0 ? void 0 : e.stopPropagation();
50
51
  const callback = () => {
51
52
  const { tmNode } = props;
52
53
  if (!tmNode.isLeaf && !tmNode.shallowLoaded) {
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "2.0.8";
1
+ declare const _default: "2.0.9";
2
2
  export default _default;
package/lib/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '2.0.8';
3
+ exports.default = '2.0.9';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uzum-tech/ui",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "packageManager": "pnpm@10.33.0",
5
5
  "description": "A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast",
6
6
  "author": {
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "@uzum-tech/ui",
5
- "version": "2.0.8",
5
+ "version": "2.0.9",
6
6
  "js-types-syntax": "typescript",
7
7
  "contributions": {
8
8
  "html": {