@opentinyvue/vue-flowchart 3.23.0 → 3.24.0

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/lib/index.js CHANGED
@@ -723,7 +723,7 @@ var resizeMixin = function resizeMixin2(_ref) {
723
723
  }
724
724
  };
725
725
  };
726
- var version = "3.23.0";
726
+ var version = "3.undefined";
727
727
  Flowchart.install = function(Vue) {
728
728
  Vue.component(Flowchart.name, Flowchart);
729
729
  };
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-flowchart",
3
3
  "type": "module",
4
- "version": "3.23.0",
4
+ "version": "3.24.0",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
10
10
  "dependencies": {
11
- "@opentinyvue/utils": "~3.23.0",
12
- "@opentinyvue/vue-common": "~3.23.0",
13
- "@opentinyvue/vue-directive": "~3.23.0",
14
- "@opentinyvue/vue-icon": "~3.23.0",
15
- "@opentinyvue/vue-popover": "~3.23.0",
16
- "@opentinyvue/vue-renderless": "~3.23.0",
17
- "@opentinyvue/vue-theme": "~3.23.0"
11
+ "@opentinyvue/utils": "~3.24.0",
12
+ "@opentinyvue/vue-common": "~3.24.0",
13
+ "@opentinyvue/vue-directive": "~3.24.0",
14
+ "@opentinyvue/vue-icon": "~3.24.0",
15
+ "@opentinyvue/vue-popover": "~3.24.0",
16
+ "@opentinyvue/vue-renderless": "~3.24.0",
17
+ "@opentinyvue/vue-theme": "~3.24.0"
18
18
  },
19
19
  "types": "index.d.ts",
20
20
  "scripts": {
package/src/index.d.ts CHANGED
@@ -88,6 +88,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
88
88
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
89
89
  tiny_renderless: FunctionConstructor;
90
90
  tiny_theme: StringConstructor;
91
+ tiny_mcp_config: ObjectConstructor;
91
92
  tiny_chart_theme: ObjectConstructor;
92
93
  }, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
93
94
  [key: string]: any;
@@ -103,6 +104,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
103
104
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
104
105
  tiny_renderless: FunctionConstructor;
105
106
  tiny_theme: StringConstructor;
107
+ tiny_mcp_config: ObjectConstructor;
106
108
  tiny_chart_theme: ObjectConstructor;
107
109
  }>>, {
108
110
  tiny_mode_root: boolean;
@@ -7,6 +7,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
7
7
  _constants?: any;
8
8
  tiny_theme?: any;
9
9
  tiny_chart_theme?: any;
10
+ tiny_mcp_config?: any;
10
11
  config?: any;
11
12
  }>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("click-node" | "click-link" | "click-blank" | "click-group")[], "click-node" | "click-link" | "click-blank" | "click-group", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
12
13
  data?: any;
@@ -17,6 +18,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
17
18
  _constants?: any;
18
19
  tiny_theme?: any;
19
20
  tiny_chart_theme?: any;
21
+ tiny_mcp_config?: any;
20
22
  config?: any;
21
23
  }>>> & {
22
24
  "onClick-node"?: ((...args: any[]) => any) | undefined;
@@ -32,6 +34,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
32
34
  readonly _constants?: any;
33
35
  readonly tiny_theme?: any;
34
36
  readonly tiny_chart_theme?: any;
37
+ readonly tiny_mcp_config?: any;
35
38
  readonly config?: any;
36
39
  }, {}>;
37
40
  export default _default;
package/src/node.vue.d.ts CHANGED
@@ -6,6 +6,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
6
6
  _constants?: any;
7
7
  tiny_theme?: any;
8
8
  tiny_chart_theme?: any;
9
+ tiny_mcp_config?: any;
9
10
  titleClass?: any;
10
11
  config?: any;
11
12
  node?: any;
@@ -18,6 +19,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
18
19
  _constants?: any;
19
20
  tiny_theme?: any;
20
21
  tiny_chart_theme?: any;
22
+ tiny_mcp_config?: any;
21
23
  titleClass?: any;
22
24
  config?: any;
23
25
  node?: any;
@@ -30,6 +32,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
30
32
  readonly _constants?: any;
31
33
  readonly tiny_theme?: any;
32
34
  readonly tiny_chart_theme?: any;
35
+ readonly tiny_mcp_config?: any;
33
36
  readonly titleClass?: any;
34
37
  readonly config?: any;
35
38
  readonly node?: any;
package/src/pc.vue.d.ts CHANGED
@@ -7,6 +7,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
7
7
  _constants?: any;
8
8
  tiny_theme?: any;
9
9
  tiny_chart_theme?: any;
10
+ tiny_mcp_config?: any;
10
11
  config?: any;
11
12
  }>, {
12
13
  t: (this: any, path: any, options?: any) => any;
@@ -26,6 +27,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
26
27
  _constants?: any;
27
28
  tiny_theme?: any;
28
29
  tiny_chart_theme?: any;
30
+ tiny_mcp_config?: any;
29
31
  config?: any;
30
32
  }>>> & {
31
33
  "onClick-node"?: ((...args: any[]) => any) | undefined;
@@ -40,6 +42,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
40
42
  readonly _constants?: any;
41
43
  readonly tiny_theme?: any;
42
44
  readonly tiny_chart_theme?: any;
45
+ readonly tiny_mcp_config?: any;
43
46
  readonly config?: any;
44
47
  }, {}>;
45
48
  export default _default;