@opentinyvue/vue-dialog-box 2.23.0 → 2.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
@@ -200,7 +200,7 @@ var DialogBox = defineComponent({
200
200
  });
201
201
  }
202
202
  });
203
- var version = "2.23.0";
203
+ var version = "2.undefined";
204
204
  DialogBox.install = function(Vue) {
205
205
  Vue.component(DialogBox.name, DialogBox);
206
206
  };
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-dialog-box",
3
- "version": "2.23.0",
3
+ "version": "2.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": "~2.23.0",
11
- "@opentinyvue/vue-icon": "~2.23.0",
12
- "@opentinyvue/vue-action-sheet": "~2.23.0",
13
- "@opentinyvue/vue-renderless": "~3.23.0",
14
- "@opentinyvue/vue-theme": "~3.23.0"
10
+ "@opentinyvue/vue-common": "~2.24.0",
11
+ "@opentinyvue/vue-icon": "~2.24.0",
12
+ "@opentinyvue/vue-action-sheet": "~2.24.0",
13
+ "@opentinyvue/vue-renderless": "~3.24.0",
14
+ "@opentinyvue/vue-theme": "~3.24.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -140,6 +140,7 @@ export declare const dialogBoxProps: {
140
140
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
141
141
  tiny_renderless: FunctionConstructor;
142
142
  tiny_theme: StringConstructor;
143
+ tiny_mcp_config: ObjectConstructor;
143
144
  tiny_chart_theme: ObjectConstructor;
144
145
  };
145
146
  declare const _default: any;