@opentinyvue/vue-form 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
@@ -145,7 +145,7 @@ var Form = defineComponent({
145
145
  });
146
146
  }
147
147
  });
148
- var version = "3.23.0";
148
+ var version = "3.undefined";
149
149
  Form.install = function(Vue) {
150
150
  Vue.component(Form.name, Form);
151
151
  };
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-form",
3
- "version": "3.23.0",
3
+ "version": "3.24.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-common": "~3.23.0",
11
- "@opentinyvue/vue-renderless": "~3.23.0",
12
- "@opentinyvue/vue-tooltip": "~3.23.0",
13
- "@opentinyvue/vue-theme": "~3.23.0"
10
+ "@opentinyvue/vue-common": "~3.24.0",
11
+ "@opentinyvue/vue-renderless": "~3.24.0",
12
+ "@opentinyvue/vue-tooltip": "~3.24.0",
13
+ "@opentinyvue/vue-theme": "~3.24.0"
14
14
  },
15
15
  "license": "MIT",
16
16
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -103,6 +103,7 @@ export declare const formProps: {
103
103
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
104
104
  tiny_renderless: FunctionConstructor;
105
105
  tiny_theme: StringConstructor;
106
+ tiny_mcp_config: ObjectConstructor;
106
107
  tiny_chart_theme: ObjectConstructor;
107
108
  };
108
109
  declare const _default: import("@vue/runtime-core").DefineComponent<{
@@ -210,6 +211,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
210
211
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
211
212
  tiny_renderless: FunctionConstructor;
212
213
  tiny_theme: StringConstructor;
214
+ tiny_mcp_config: ObjectConstructor;
213
215
  tiny_chart_theme: ObjectConstructor;
214
216
  }, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
215
217
  [key: string]: any;
@@ -318,6 +320,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
318
320
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
319
321
  tiny_renderless: FunctionConstructor;
320
322
  tiny_theme: StringConstructor;
323
+ tiny_mcp_config: ObjectConstructor;
321
324
  tiny_chart_theme: ObjectConstructor;
322
325
  }>>, {
323
326
  disabled: boolean;
@@ -10,6 +10,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
10
10
  _constants?: any;
11
11
  tiny_theme?: any;
12
12
  tiny_chart_theme?: any;
13
+ tiny_mcp_config?: any;
13
14
  model?: any;
14
15
  popperOptions?: any;
15
16
  displayOnly?: any;
@@ -42,6 +43,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
42
43
  _constants?: any;
43
44
  tiny_theme?: any;
44
45
  tiny_chart_theme?: any;
46
+ tiny_mcp_config?: any;
45
47
  model?: any;
46
48
  popperOptions?: any;
47
49
  displayOnly?: any;
@@ -74,6 +76,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
74
76
  readonly _constants?: any;
75
77
  readonly tiny_theme?: any;
76
78
  readonly tiny_chart_theme?: any;
79
+ readonly tiny_mcp_config?: any;
77
80
  readonly model?: any;
78
81
  readonly popperOptions?: any;
79
82
  readonly displayOnly?: any;
package/src/pc.vue.d.ts CHANGED
@@ -11,6 +11,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
11
11
  _constants?: any;
12
12
  tiny_theme?: any;
13
13
  tiny_chart_theme?: any;
14
+ tiny_mcp_config?: any;
14
15
  model?: any;
15
16
  popperOptions?: any;
16
17
  displayOnly?: any;
@@ -47,6 +48,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
47
48
  _constants?: any;
48
49
  tiny_theme?: any;
49
50
  tiny_chart_theme?: any;
51
+ tiny_mcp_config?: any;
50
52
  model?: any;
51
53
  popperOptions?: any;
52
54
  displayOnly?: any;
@@ -83,6 +85,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
83
85
  readonly _constants?: any;
84
86
  readonly tiny_theme?: any;
85
87
  readonly tiny_chart_theme?: any;
88
+ readonly tiny_mcp_config?: any;
86
89
  readonly model?: any;
87
90
  readonly popperOptions?: any;
88
91
  readonly displayOnly?: any;