@opentinyvue/vue-grid-toolbar 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
@@ -4565,7 +4565,7 @@ var GridToolbar = defineComponent({
4565
4565
  }
4566
4566
  }
4567
4567
  });
4568
- var version = "3.23.0";
4568
+ var version = "3.undefined";
4569
4569
  GridToolbar.install = function(Vue) {
4570
4570
  Vue.component(GridToolbar.name, GridToolbar);
4571
4571
  };
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-grid-toolbar",
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-alert": "~3.23.0",
13
- "@opentinyvue/vue-button": "~3.23.0",
14
- "@opentinyvue/vue-checkbox": "~3.23.0",
15
- "@opentinyvue/vue-checkbox-group": "~3.23.0",
16
- "@opentinyvue/vue-col": "~3.23.0",
17
- "@opentinyvue/vue-common": "~3.23.0",
18
- "@opentinyvue/vue-dialog-box": "~3.23.0",
19
- "@opentinyvue/vue-directive": "~3.23.0",
20
- "@opentinyvue/vue-dropdown": "~3.23.0",
21
- "@opentinyvue/vue-dropdown-item": "~3.23.0",
22
- "@opentinyvue/vue-dropdown-menu": "~3.23.0",
23
- "@opentinyvue/vue-grid": "~3.23.0",
24
- "@opentinyvue/vue-icon": "~3.23.0",
25
- "@opentinyvue/vue-input": "~3.23.0",
26
- "@opentinyvue/vue-layout": "~3.23.0",
27
- "@opentinyvue/vue-locale": "~3.23.0",
28
- "@opentinyvue/vue-modal": "~3.23.0",
29
- "@opentinyvue/vue-option": "~3.23.0",
30
- "@opentinyvue/vue-popover": "~3.23.0",
31
- "@opentinyvue/vue-radio": "~3.23.0",
32
- "@opentinyvue/vue-radio-group": "~3.23.0",
33
- "@opentinyvue/vue-renderless": "~3.23.0",
34
- "@opentinyvue/vue-row": "~3.23.0",
35
- "@opentinyvue/vue-search": "~3.23.0",
36
- "@opentinyvue/vue-select": "~3.23.0",
37
- "@opentinyvue/vue-split": "~3.23.0",
38
- "@opentinyvue/vue-tab-item": "~3.23.0",
39
- "@opentinyvue/vue-tabs": "~3.23.0",
40
- "@opentinyvue/vue-theme": "~3.23.0",
41
- "@opentinyvue/vue-tooltip": "~3.23.0",
42
- "@opentinyvue/vue-tree": "~3.23.0"
11
+ "@opentinyvue/utils": "~3.24.0",
12
+ "@opentinyvue/vue-alert": "~3.24.0",
13
+ "@opentinyvue/vue-button": "~3.24.0",
14
+ "@opentinyvue/vue-checkbox": "~3.24.0",
15
+ "@opentinyvue/vue-checkbox-group": "~3.24.0",
16
+ "@opentinyvue/vue-col": "~3.24.0",
17
+ "@opentinyvue/vue-common": "~3.24.0",
18
+ "@opentinyvue/vue-dialog-box": "~3.24.0",
19
+ "@opentinyvue/vue-directive": "~3.24.0",
20
+ "@opentinyvue/vue-dropdown": "~3.24.0",
21
+ "@opentinyvue/vue-dropdown-item": "~3.24.0",
22
+ "@opentinyvue/vue-dropdown-menu": "~3.24.0",
23
+ "@opentinyvue/vue-grid": "~3.24.0",
24
+ "@opentinyvue/vue-icon": "~3.24.0",
25
+ "@opentinyvue/vue-input": "~3.24.0",
26
+ "@opentinyvue/vue-layout": "~3.24.0",
27
+ "@opentinyvue/vue-locale": "~3.24.0",
28
+ "@opentinyvue/vue-modal": "~3.24.0",
29
+ "@opentinyvue/vue-option": "~3.24.0",
30
+ "@opentinyvue/vue-popover": "~3.24.0",
31
+ "@opentinyvue/vue-radio": "~3.24.0",
32
+ "@opentinyvue/vue-radio-group": "~3.24.0",
33
+ "@opentinyvue/vue-renderless": "~3.24.0",
34
+ "@opentinyvue/vue-row": "~3.24.0",
35
+ "@opentinyvue/vue-search": "~3.24.0",
36
+ "@opentinyvue/vue-select": "~3.24.0",
37
+ "@opentinyvue/vue-split": "~3.24.0",
38
+ "@opentinyvue/vue-tab-item": "~3.24.0",
39
+ "@opentinyvue/vue-tabs": "~3.24.0",
40
+ "@opentinyvue/vue-theme": "~3.24.0",
41
+ "@opentinyvue/vue-tooltip": "~3.24.0",
42
+ "@opentinyvue/vue-tree": "~3.24.0"
43
43
  },
44
44
  "types": "index.d.ts",
45
45
  "scripts": {
@@ -17,6 +17,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
17
17
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
18
18
  tiny_renderless: FunctionConstructor;
19
19
  tiny_theme: StringConstructor;
20
+ tiny_mcp_config: ObjectConstructor;
20
21
  tiny_chart_theme: ObjectConstructor;
21
22
  }, unknown, {
22
23
  IconSave: import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
@@ -86,6 +87,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
86
87
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
87
88
  tiny_renderless: FunctionConstructor;
88
89
  tiny_theme: StringConstructor;
90
+ tiny_mcp_config: ObjectConstructor;
89
91
  tiny_chart_theme: ObjectConstructor;
90
92
  }>> & {
91
93
  "onInit-storage"?: ((...args: any[]) => any) | undefined;
@@ -36,6 +36,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
36
36
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
37
37
  tiny_renderless: FunctionConstructor;
38
38
  tiny_theme: StringConstructor;
39
+ tiny_mcp_config: ObjectConstructor;
39
40
  tiny_chart_theme: ObjectConstructor;
40
41
  }, unknown, {
41
42
  activeName: string;
@@ -147,6 +148,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
147
148
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
148
149
  tiny_renderless: FunctionConstructor;
149
150
  tiny_theme: StringConstructor;
151
+ tiny_mcp_config: ObjectConstructor;
150
152
  tiny_chart_theme: ObjectConstructor;
151
153
  }>> & {
152
154
  onInput?: ((...args: any[]) => any) | undefined;
package/src/index.d.ts CHANGED
@@ -42,6 +42,7 @@ declare const _default: hooks.DefineComponent<{
42
42
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
43
43
  tiny_renderless: FunctionConstructor;
44
44
  tiny_theme: StringConstructor;
45
+ tiny_mcp_config: ObjectConstructor;
45
46
  tiny_chart_theme: ObjectConstructor;
46
47
  }, {
47
48
  slots: Readonly<{
@@ -182,6 +183,7 @@ declare const _default: hooks.DefineComponent<{
182
183
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
183
184
  tiny_renderless: FunctionConstructor;
184
185
  tiny_theme: StringConstructor;
186
+ tiny_mcp_config: ObjectConstructor;
185
187
  tiny_chart_theme: ObjectConstructor;
186
188
  }>>, {
187
189
  loading: boolean;