@opentinyvue/vue-drop-times 3.21.0 → 3.22.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 +2 -2
- package/package.json +6 -6
- package/src/index.d.ts +2 -2
- package/src/pc.vue.d.ts +6 -6
package/lib/index.js
CHANGED
|
@@ -7,7 +7,7 @@ function _extends() {
|
|
|
7
7
|
return n;
|
|
8
8
|
}, _extends.apply(null, arguments);
|
|
9
9
|
}
|
|
10
|
-
import { defineComponent, $
|
|
10
|
+
import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
|
|
11
11
|
import PcTemplate from "./pc.js";
|
|
12
12
|
import "@opentinyvue/vue-theme/drop-times/index.css";
|
|
13
13
|
var template = function template2(mode) {
|
|
@@ -54,7 +54,7 @@ var DropTimes = defineComponent({
|
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
});
|
|
57
|
-
var version = "3.
|
|
57
|
+
var version = "3.22.0";
|
|
58
58
|
DropTimes.model = {
|
|
59
59
|
prop: "modelValue",
|
|
60
60
|
event: "update:modelValue"
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-drop-times",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.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.
|
|
11
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
12
|
-
"@opentinyvue/vue-select": "~3.
|
|
13
|
-
"@opentinyvue/vue-option": "~3.
|
|
14
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
12
|
+
"@opentinyvue/vue-select": "~3.22.0",
|
|
13
|
+
"@opentinyvue/vue-option": "~3.22.0",
|
|
14
|
+
"@opentinyvue/vue-theme": "~3.22.0"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -69,12 +69,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
69
69
|
tiny_theme: StringConstructor;
|
|
70
70
|
tiny_chart_theme: ObjectConstructor;
|
|
71
71
|
}>>, {
|
|
72
|
+
start: number;
|
|
73
|
+
end: number;
|
|
72
74
|
tiny_mode_root: boolean;
|
|
73
75
|
tabindex: string;
|
|
74
76
|
popperAppendToBody: boolean;
|
|
75
77
|
placeholder: string;
|
|
76
|
-
start: number;
|
|
77
|
-
end: number;
|
|
78
78
|
step: number;
|
|
79
79
|
}, {}>;
|
|
80
80
|
export default _default;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
2
|
size?: any;
|
|
3
|
+
start?: any;
|
|
4
|
+
end?: any;
|
|
3
5
|
tiny_mode?: any;
|
|
4
6
|
tiny_mode_root?: any;
|
|
5
7
|
tiny_template?: any;
|
|
@@ -12,8 +14,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
12
14
|
popperClass?: any;
|
|
13
15
|
popperAppendToBody?: any;
|
|
14
16
|
placeholder?: any;
|
|
15
|
-
start?: any;
|
|
16
|
-
end?: any;
|
|
17
17
|
step?: any;
|
|
18
18
|
}>, {
|
|
19
19
|
t: (this: any, path: any, options?: any) => any;
|
|
@@ -26,6 +26,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
26
26
|
m: (...cssClasses: any[]) => string;
|
|
27
27
|
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("visible-change" | "change" | "clear" | "update:modelValue")[], "visible-change" | "change" | "clear" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
28
28
|
size?: any;
|
|
29
|
+
start?: any;
|
|
30
|
+
end?: any;
|
|
29
31
|
tiny_mode?: any;
|
|
30
32
|
tiny_mode_root?: any;
|
|
31
33
|
tiny_template?: any;
|
|
@@ -38,8 +40,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
38
40
|
popperClass?: any;
|
|
39
41
|
popperAppendToBody?: any;
|
|
40
42
|
placeholder?: any;
|
|
41
|
-
start?: any;
|
|
42
|
-
end?: any;
|
|
43
43
|
step?: any;
|
|
44
44
|
}>>> & {
|
|
45
45
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -48,6 +48,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
48
48
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
49
49
|
}, {
|
|
50
50
|
readonly size?: any;
|
|
51
|
+
readonly start?: any;
|
|
52
|
+
readonly end?: any;
|
|
51
53
|
readonly tiny_mode?: any;
|
|
52
54
|
readonly tiny_mode_root?: any;
|
|
53
55
|
readonly tiny_template?: any;
|
|
@@ -60,8 +62,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
60
62
|
readonly popperClass?: any;
|
|
61
63
|
readonly popperAppendToBody?: any;
|
|
62
64
|
readonly placeholder?: any;
|
|
63
|
-
readonly start?: any;
|
|
64
|
-
readonly end?: any;
|
|
65
65
|
readonly step?: any;
|
|
66
66
|
}, {}>;
|
|
67
67
|
export default _default;
|