@opentinyvue/vue-date-picker-mobile-first 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
@@ -819,7 +819,7 @@ var DatePickerMobile = defineComponent({
819
819
  });
820
820
  }
821
821
  });
822
- var version = "3.23.0";
822
+ var version = "3.undefined";
823
823
  DatePickerMobile.model = {
824
824
  prop: "modelValue",
825
825
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-date-picker-mobile-first",
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-action-sheet": "~3.23.0",
11
- "@opentinyvue/vue-button": "~3.23.0",
12
- "@opentinyvue/vue-common": "~3.23.0",
13
- "@opentinyvue/vue-time-picker-mobile": "~3.23.0",
14
- "@opentinyvue/vue-renderless": "~3.23.0",
15
- "@opentinyvue/vue-locale": "~3.23.0",
16
- "@opentinyvue/vue-recycle-scroller": "~3.23.0"
10
+ "@opentinyvue/vue-action-sheet": "~3.25.0",
11
+ "@opentinyvue/vue-button": "~3.25.0",
12
+ "@opentinyvue/vue-common": "~3.25.0",
13
+ "@opentinyvue/vue-time-picker-mobile": "~3.25.0",
14
+ "@opentinyvue/vue-renderless": "~3.25.0",
15
+ "@opentinyvue/vue-locale": "~3.25.0",
16
+ "@opentinyvue/vue-recycle-scroller": "~3.25.0"
17
17
  },
18
18
  "license": "MIT",
19
19
  "types": "index.d.ts",
@@ -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
  modelValue?: any;
14
15
  lockScroll?: any;
15
16
  clearable?: any;
@@ -39,6 +40,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
39
40
  _constants?: any;
40
41
  tiny_theme?: any;
41
42
  tiny_chart_theme?: any;
43
+ tiny_mcp_config?: any;
42
44
  modelValue?: any;
43
45
  lockScroll?: any;
44
46
  clearable?: any;
@@ -65,6 +67,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
65
67
  readonly _constants?: any;
66
68
  readonly tiny_theme?: any;
67
69
  readonly tiny_chart_theme?: any;
70
+ readonly tiny_mcp_config?: any;
68
71
  readonly modelValue?: any;
69
72
  readonly lockScroll?: any;
70
73
  readonly clearable?: any;
@@ -9,6 +9,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
9
9
  _constants?: any;
10
10
  tiny_theme?: any;
11
11
  tiny_chart_theme?: any;
12
+ tiny_mcp_config?: any;
12
13
  modelValue?: any;
13
14
  lockScroll?: any;
14
15
  pickerOptions?: any;
@@ -32,6 +33,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
32
33
  _constants?: any;
33
34
  tiny_theme?: any;
34
35
  tiny_chart_theme?: any;
36
+ tiny_mcp_config?: any;
35
37
  modelValue?: any;
36
38
  lockScroll?: any;
37
39
  pickerOptions?: any;
@@ -52,6 +54,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
52
54
  readonly _constants?: any;
53
55
  readonly tiny_theme?: any;
54
56
  readonly tiny_chart_theme?: any;
57
+ readonly tiny_mcp_config?: any;
55
58
  readonly modelValue?: any;
56
59
  readonly lockScroll?: any;
57
60
  readonly pickerOptions?: any;