@opentinyvue/vue-hrapprover 3.23.0 → 3.25.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
@@ -49,7 +49,7 @@ var Hrapprover = defineComponent({
49
49
  });
50
50
  }
51
51
  });
52
- var version = "3.23.0";
52
+ var version = "3.undefined";
53
53
  Hrapprover.model = {
54
54
  prop: "modelValue",
55
55
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-hrapprover",
3
- "version": "3.23.0",
3
+ "version": "3.25.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-dept": "~3.23.0",
13
- "@opentinyvue/vue-radio": "~3.23.0",
14
- "@opentinyvue/vue-locale": "~3.23.0",
15
- "@opentinyvue/vue-loading": "~3.23.0",
16
- "@opentinyvue/vue-modal": "~3.23.0",
17
- "@opentinyvue/vue-theme": "~3.23.0"
10
+ "@opentinyvue/vue-common": "~3.25.0",
11
+ "@opentinyvue/vue-renderless": "~3.25.0",
12
+ "@opentinyvue/vue-dept": "~3.25.0",
13
+ "@opentinyvue/vue-radio": "~3.25.0",
14
+ "@opentinyvue/vue-locale": "~3.25.0",
15
+ "@opentinyvue/vue-loading": "~3.25.0",
16
+ "@opentinyvue/vue-modal": "~3.25.0",
17
+ "@opentinyvue/vue-theme": "~3.25.0"
18
18
  },
19
19
  "license": "MIT",
20
20
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -26,6 +26,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
26
26
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
27
27
  tiny_renderless: FunctionConstructor;
28
28
  tiny_theme: StringConstructor;
29
+ tiny_mcp_config: ObjectConstructor;
29
30
  tiny_chart_theme: ObjectConstructor;
30
31
  }, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
31
32
  [key: string]: any;
@@ -57,6 +58,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
57
58
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
58
59
  tiny_renderless: FunctionConstructor;
59
60
  tiny_theme: StringConstructor;
61
+ tiny_mcp_config: ObjectConstructor;
60
62
  tiny_chart_theme: ObjectConstructor;
61
63
  }>>, {
62
64
  disabled: boolean;
package/src/pc.vue.d.ts CHANGED
@@ -8,6 +8,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
8
8
  _constants?: any;
9
9
  tiny_theme?: any;
10
10
  tiny_chart_theme?: any;
11
+ tiny_mcp_config?: any;
11
12
  modelValue?: any;
12
13
  displayOnly?: any;
13
14
  fetchDeptList?: any;
@@ -37,6 +38,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
37
38
  _constants?: any;
38
39
  tiny_theme?: any;
39
40
  tiny_chart_theme?: any;
41
+ tiny_mcp_config?: any;
40
42
  modelValue?: any;
41
43
  displayOnly?: any;
42
44
  fetchDeptList?: any;
@@ -58,6 +60,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
58
60
  readonly _constants?: any;
59
61
  readonly tiny_theme?: any;
60
62
  readonly tiny_chart_theme?: any;
63
+ readonly tiny_mcp_config?: any;
61
64
  readonly modelValue?: any;
62
65
  readonly displayOnly?: any;
63
66
  readonly fetchDeptList?: any;