@opentinyvue/vue-currency 3.27.0 → 3.28.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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/src/pc.vue.d.ts +3 -3
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-currency",
3
- "version": "3.27.0",
3
+ "version": "3.28.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.27.0",
11
- "@opentinyvue/vue-renderless": "~3.27.0",
12
- "@opentinyvue/vue-select": "~3.27.0",
13
- "@opentinyvue/vue-option": "~3.27.0",
14
- "@opentinyvue/vue-theme": "~3.27.0",
15
- "@opentinyvue/vue-select-mobile": "~3.27.0",
16
- "@opentinyvue/vue-icon": "~3.27.0"
10
+ "@opentinyvue/vue-common": "~3.28.0",
11
+ "@opentinyvue/vue-renderless": "~3.28.0",
12
+ "@opentinyvue/vue-select": "~3.28.0",
13
+ "@opentinyvue/vue-option": "~3.28.0",
14
+ "@opentinyvue/vue-theme": "~3.28.0",
15
+ "@opentinyvue/vue-select-mobile": "~3.28.0",
16
+ "@opentinyvue/vue-icon": "~3.28.0"
17
17
  },
18
18
  "license": "MIT",
19
19
  "types": "index.d.ts",
package/src/pc.vue.d.ts CHANGED
@@ -10,6 +10,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
10
10
  tiny_theme?: any;
11
11
  tiny_chart_theme?: any;
12
12
  tiny_mcp_config?: any;
13
+ shape?: any;
13
14
  modelValue?: any;
14
15
  popperClass?: any;
15
16
  popperAppendToBody?: any;
@@ -23,7 +24,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
23
24
  fetchDefaultCurrency?: any;
24
25
  setDefaultCurrency?: any;
25
26
  dropStyle?: any;
26
- shape?: any;
27
27
  }>, {
28
28
  t: (this: any, path: any, options?: any) => any;
29
29
  vm: any;
@@ -45,6 +45,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
45
45
  tiny_theme?: any;
46
46
  tiny_chart_theme?: any;
47
47
  tiny_mcp_config?: any;
48
+ shape?: any;
48
49
  modelValue?: any;
49
50
  popperClass?: any;
50
51
  popperAppendToBody?: any;
@@ -58,7 +59,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
58
59
  fetchDefaultCurrency?: any;
59
60
  setDefaultCurrency?: any;
60
61
  dropStyle?: any;
61
- shape?: any;
62
62
  }>>> & {
63
63
  onChange?: ((...args: any[]) => any) | undefined;
64
64
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
@@ -76,6 +76,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
76
76
  readonly tiny_theme?: any;
77
77
  readonly tiny_chart_theme?: any;
78
78
  readonly tiny_mcp_config?: any;
79
+ readonly shape?: any;
79
80
  readonly modelValue?: any;
80
81
  readonly popperClass?: any;
81
82
  readonly popperAppendToBody?: any;
@@ -89,6 +90,5 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
89
90
  readonly fetchDefaultCurrency?: any;
90
91
  readonly setDefaultCurrency?: any;
91
92
  readonly dropStyle?: any;
92
- readonly shape?: any;
93
93
  }, {}>;
94
94
  export default _default;