@opentinyvue/vue-date-picker-mobile-first 3.21.0 → 3.22.1
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 +1 -1
- package/package.json +8 -8
- package/src/normal.vue.d.ts +6 -6
- package/src/year-month-range.vue.d.ts +3 -3
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-date-picker-mobile-first",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.1",
|
|
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.
|
|
11
|
-
"@opentinyvue/vue-button": "~3.
|
|
12
|
-
"@opentinyvue/vue-common": "~3.
|
|
13
|
-
"@opentinyvue/vue-time-picker-mobile": "~3.
|
|
14
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
15
|
-
"@opentinyvue/vue-locale": "~3.
|
|
16
|
-
"@opentinyvue/vue-recycle-scroller": "~3.
|
|
10
|
+
"@opentinyvue/vue-action-sheet": "~3.22.0",
|
|
11
|
+
"@opentinyvue/vue-button": "~3.22.0",
|
|
12
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
13
|
+
"@opentinyvue/vue-time-picker-mobile": "~3.22.0",
|
|
14
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
15
|
+
"@opentinyvue/vue-locale": "~3.22.0",
|
|
16
|
+
"@opentinyvue/vue-recycle-scroller": "~3.22.0"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"types": "index.d.ts",
|
package/src/normal.vue.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
2
|
type?: any;
|
|
3
3
|
title?: any;
|
|
4
|
+
visible?: any;
|
|
5
|
+
customClass?: any;
|
|
4
6
|
tiny_mode?: any;
|
|
5
7
|
tiny_mode_root?: any;
|
|
6
8
|
tiny_template?: any;
|
|
@@ -9,8 +11,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
9
11
|
tiny_theme?: any;
|
|
10
12
|
tiny_chart_theme?: any;
|
|
11
13
|
modelValue?: any;
|
|
12
|
-
visible?: any;
|
|
13
|
-
customClass?: any;
|
|
14
14
|
lockScroll?: any;
|
|
15
15
|
clearable?: any;
|
|
16
16
|
rangeSeparator?: any;
|
|
@@ -30,6 +30,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
30
30
|
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("click" | "update:modelValue" | "update:visible" | "confirm" | "time-confirm")[], "click" | "update:modelValue" | "update:visible" | "confirm" | "time-confirm", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
31
31
|
type?: any;
|
|
32
32
|
title?: any;
|
|
33
|
+
visible?: any;
|
|
34
|
+
customClass?: any;
|
|
33
35
|
tiny_mode?: any;
|
|
34
36
|
tiny_mode_root?: any;
|
|
35
37
|
tiny_template?: any;
|
|
@@ -38,8 +40,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
38
40
|
tiny_theme?: any;
|
|
39
41
|
tiny_chart_theme?: any;
|
|
40
42
|
modelValue?: any;
|
|
41
|
-
visible?: any;
|
|
42
|
-
customClass?: any;
|
|
43
43
|
lockScroll?: any;
|
|
44
44
|
clearable?: any;
|
|
45
45
|
rangeSeparator?: any;
|
|
@@ -56,6 +56,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
56
56
|
}, {
|
|
57
57
|
readonly type?: any;
|
|
58
58
|
readonly title?: any;
|
|
59
|
+
readonly visible?: any;
|
|
60
|
+
readonly customClass?: any;
|
|
59
61
|
readonly tiny_mode?: any;
|
|
60
62
|
readonly tiny_mode_root?: any;
|
|
61
63
|
readonly tiny_template?: any;
|
|
@@ -64,8 +66,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
64
66
|
readonly tiny_theme?: any;
|
|
65
67
|
readonly tiny_chart_theme?: any;
|
|
66
68
|
readonly modelValue?: any;
|
|
67
|
-
readonly visible?: any;
|
|
68
|
-
readonly customClass?: any;
|
|
69
69
|
readonly lockScroll?: any;
|
|
70
70
|
readonly clearable?: any;
|
|
71
71
|
readonly rangeSeparator?: any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
2
|
type?: any;
|
|
3
3
|
title?: any;
|
|
4
|
+
visible?: any;
|
|
4
5
|
tiny_mode?: any;
|
|
5
6
|
tiny_mode_root?: any;
|
|
6
7
|
tiny_template?: any;
|
|
@@ -9,7 +10,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
9
10
|
tiny_theme?: any;
|
|
10
11
|
tiny_chart_theme?: any;
|
|
11
12
|
modelValue?: any;
|
|
12
|
-
visible?: any;
|
|
13
13
|
lockScroll?: any;
|
|
14
14
|
pickerOptions?: any;
|
|
15
15
|
}>, {
|
|
@@ -24,6 +24,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
24
24
|
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("click" | "update:modelValue" | "update:visible" | "confirm" | "time-confirm")[], "click" | "update:modelValue" | "update:visible" | "confirm" | "time-confirm", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
25
25
|
type?: any;
|
|
26
26
|
title?: any;
|
|
27
|
+
visible?: any;
|
|
27
28
|
tiny_mode?: any;
|
|
28
29
|
tiny_mode_root?: any;
|
|
29
30
|
tiny_template?: any;
|
|
@@ -32,7 +33,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
32
33
|
tiny_theme?: any;
|
|
33
34
|
tiny_chart_theme?: any;
|
|
34
35
|
modelValue?: any;
|
|
35
|
-
visible?: any;
|
|
36
36
|
lockScroll?: any;
|
|
37
37
|
pickerOptions?: any;
|
|
38
38
|
}>>> & {
|
|
@@ -44,6 +44,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
44
44
|
}, {
|
|
45
45
|
readonly type?: any;
|
|
46
46
|
readonly title?: any;
|
|
47
|
+
readonly visible?: any;
|
|
47
48
|
readonly tiny_mode?: any;
|
|
48
49
|
readonly tiny_mode_root?: any;
|
|
49
50
|
readonly tiny_template?: any;
|
|
@@ -52,7 +53,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
52
53
|
readonly tiny_theme?: any;
|
|
53
54
|
readonly tiny_chart_theme?: any;
|
|
54
55
|
readonly modelValue?: any;
|
|
55
|
-
readonly visible?: any;
|
|
56
56
|
readonly lockScroll?: any;
|
|
57
57
|
readonly pickerOptions?: any;
|
|
58
58
|
}, {}>;
|