@opentinyvue/vue-fluent-editor 3.22.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-fluent-editor",
3
- "version": "3.22.1",
3
+ "version": "3.24.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -9,11 +9,11 @@
9
9
  "type": "module",
10
10
  "dependencies": {
11
11
  "@opentiny/fluent-editor": "^3.24.0",
12
- "@opentinyvue/vue-common": "~3.22.0",
13
- "@opentinyvue/vue-icon": "~3.22.0",
14
- "@opentinyvue/vue-image-viewer": "~3.22.0",
15
- "@opentinyvue/vue-renderless": "~3.22.0",
16
- "@opentinyvue/vue-theme": "~3.22.0"
12
+ "@opentinyvue/vue-common": "~3.24.0",
13
+ "@opentinyvue/vue-icon": "~3.24.0",
14
+ "@opentinyvue/vue-image-viewer": "~3.24.0",
15
+ "@opentinyvue/vue-renderless": "~3.24.0",
16
+ "@opentinyvue/vue-theme": "~3.24.0"
17
17
  },
18
18
  "types": "index.d.ts",
19
19
  "scripts": {
package/src/index.d.ts CHANGED
@@ -58,6 +58,7 @@ export declare const fluentEditorProps: {
58
58
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
59
59
  tiny_renderless: FunctionConstructor;
60
60
  tiny_theme: StringConstructor;
61
+ tiny_mcp_config: ObjectConstructor;
61
62
  tiny_chart_theme: ObjectConstructor;
62
63
  };
63
64
  declare const _default: import("@vue/runtime-core").DefineComponent<{
@@ -120,6 +121,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
120
121
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
121
122
  tiny_renderless: FunctionConstructor;
122
123
  tiny_theme: StringConstructor;
124
+ tiny_mcp_config: ObjectConstructor;
123
125
  tiny_chart_theme: ObjectConstructor;
124
126
  }, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
125
127
  [key: string]: any;
@@ -183,6 +185,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
183
185
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
184
186
  tiny_renderless: FunctionConstructor;
185
187
  tiny_theme: StringConstructor;
188
+ tiny_mcp_config: ObjectConstructor;
186
189
  tiny_chart_theme: ObjectConstructor;
187
190
  }>>, {
188
191
  disabled: boolean;
@@ -9,6 +9,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
9
9
  _constants?: any;
10
10
  tiny_theme?: any;
11
11
  tiny_chart_theme?: any;
12
+ tiny_mcp_config?: any;
12
13
  modelValue?: any;
13
14
  content?: any;
14
15
  mentionObj?: any;
@@ -40,6 +41,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
40
41
  _constants?: any;
41
42
  tiny_theme?: any;
42
43
  tiny_chart_theme?: any;
44
+ tiny_mcp_config?: any;
43
45
  modelValue?: any;
44
46
  content?: any;
45
47
  mentionObj?: any;
@@ -68,6 +70,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
68
70
  readonly _constants?: any;
69
71
  readonly tiny_theme?: any;
70
72
  readonly tiny_chart_theme?: any;
73
+ readonly tiny_mcp_config?: any;
71
74
  readonly modelValue?: any;
72
75
  readonly content?: any;
73
76
  readonly mentionObj?: any;
package/src/pc.vue.d.ts CHANGED
@@ -9,6 +9,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
9
9
  _constants?: any;
10
10
  tiny_theme?: any;
11
11
  tiny_chart_theme?: any;
12
+ tiny_mcp_config?: any;
12
13
  modelValue?: any;
13
14
  content?: any;
14
15
  mentionObj?: any;
@@ -31,6 +32,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
31
32
  _constants?: any;
32
33
  tiny_theme?: any;
33
34
  tiny_chart_theme?: any;
35
+ tiny_mcp_config?: any;
34
36
  modelValue?: any;
35
37
  content?: any;
36
38
  mentionObj?: any;
@@ -59,6 +61,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
59
61
  readonly _constants?: any;
60
62
  readonly tiny_theme?: any;
61
63
  readonly tiny_chart_theme?: any;
64
+ readonly tiny_mcp_config?: any;
62
65
  readonly modelValue?: any;
63
66
  readonly content?: any;
64
67
  readonly mentionObj?: any;