@blueking/date-picker 2.0.0-beta.10 → 2.0.0-beta.12
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/package.json +18 -18
- package/typings/components/panel-wrapper.vue.d.ts +1 -1
- package/typings/date-picker.vue.d.ts +3 -4
- package/vue2/index.es.min.js +21258 -16682
- package/vue2/index.iife.min.js +34304 -76
- package/vue2/index.umd.min.js +27262 -57
- package/vue2/vue2.css +3132 -1
- package/vue3/index.es.min.js +1896 -1361
- package/vue3/index.iife.min.js +27837 -57
- package/vue3/index.umd.min.js +3849 -2
- package/vue3/vue3.css +675 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blueking/date-picker",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.12",
|
|
4
4
|
"description": "蓝鲸监控平台日期时间选择",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Tencent BlueKing",
|
|
@@ -49,25 +49,25 @@
|
|
|
49
49
|
"registry": "https://registry.npmjs.org/"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@blueking/bkui-library": "
|
|
53
|
-
"bkui-vue": "
|
|
52
|
+
"@blueking/bkui-library": "^0.0.0-beta.4",
|
|
53
|
+
"bkui-vue": "^1.0.3-beta.38",
|
|
54
54
|
"dayjs": "^1.11.10",
|
|
55
|
-
"vue": "
|
|
55
|
+
"vue": "^3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@types/node": "^20.12.
|
|
58
|
+
"@types/node": "^20.12.7",
|
|
59
59
|
"@types/prompts": "^2.4.9",
|
|
60
60
|
"@types/semver": "^7.5.8",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
62
|
-
"@typescript-eslint/parser": "^7.
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
62
|
+
"@typescript-eslint/parser": "^7.6.0",
|
|
63
63
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
64
|
-
"eslint": "^
|
|
64
|
+
"eslint": "^9.0.0",
|
|
65
65
|
"eslint-config-prettier": "^9.1.0",
|
|
66
66
|
"eslint-config-tencent": "^1.0.4",
|
|
67
|
-
"eslint-plugin-codecc": "
|
|
68
|
-
"eslint-plugin-perfectionist": "^2.
|
|
67
|
+
"eslint-plugin-codecc": "1.0.0-beta.1",
|
|
68
|
+
"eslint-plugin-perfectionist": "^2.8.0",
|
|
69
69
|
"eslint-plugin-prettier": "^5.1.3",
|
|
70
|
-
"eslint-plugin-vue": "^9.24.
|
|
70
|
+
"eslint-plugin-vue": "^9.24.1",
|
|
71
71
|
"execa": "^8.0.1",
|
|
72
72
|
"less": "^4.2.0",
|
|
73
73
|
"lint-staged": "^15.2.2",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"postcss-scss": "^4.0.9",
|
|
78
78
|
"prettier": "^3.2.5",
|
|
79
79
|
"prompts": "^2.4.2",
|
|
80
|
-
"sass": "^1.
|
|
80
|
+
"sass": "^1.74.1",
|
|
81
81
|
"semver": "^7.6.0",
|
|
82
82
|
"simple-git-hooks": "^2.11.1",
|
|
83
83
|
"stylelint": "^16.3.1",
|
|
@@ -86,17 +86,17 @@
|
|
|
86
86
|
"stylelint-config-standard": "^36.0.0",
|
|
87
87
|
"stylelint-order": "^6.0.4",
|
|
88
88
|
"stylelint-scss": "^6.2.1",
|
|
89
|
-
"terser": "^5.30.
|
|
89
|
+
"terser": "^5.30.3",
|
|
90
90
|
"ts-node": "^10.9.2",
|
|
91
91
|
"tslib": "^2.6.2",
|
|
92
|
-
"tsx": "^4.7.
|
|
93
|
-
"typescript": "^5.4.
|
|
94
|
-
"vite": "^5.2.
|
|
92
|
+
"tsx": "^4.7.2",
|
|
93
|
+
"typescript": "^5.4.5",
|
|
94
|
+
"vite": "^5.2.8",
|
|
95
95
|
"vite-bundle-visualizer": "^1.1.0",
|
|
96
96
|
"vite-plugin-css-injected-by-js": "^3.5.0",
|
|
97
97
|
"vite-plugin-inspect": "^0.8.3",
|
|
98
98
|
"vue-eslint-parser": "^9.4.2",
|
|
99
|
-
"vue-tsc": "^2.0.
|
|
99
|
+
"vue-tsc": "^2.0.12",
|
|
100
100
|
"zip-a-folder": "^3.1.6"
|
|
101
101
|
},
|
|
102
102
|
"engines": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"not dead"
|
|
110
110
|
],
|
|
111
111
|
"simple-git-hooks": {
|
|
112
|
-
"pre-commit": "lint-staged",
|
|
112
|
+
"pre-commit": "npx lint-staged",
|
|
113
113
|
"commit-msg": "node scripts/verify.commit.mjs"
|
|
114
114
|
},
|
|
115
115
|
"lint-staged": {
|
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
|
13
13
|
needTimezone?: boolean | undefined;
|
|
14
14
|
timezone?: string | undefined;
|
|
15
15
|
}>>> & {
|
|
16
|
-
"onUpdate:timezone"?: ((value: string, timezoneInfo: ITimezoneItem) => any) | undefined;
|
|
17
16
|
onChange?: ((value: DateValue) => any) | undefined;
|
|
17
|
+
"onUpdate:timezone"?: ((value: string, timezoneInfo: ITimezoneItem) => any) | undefined;
|
|
18
18
|
}, {}, {}>;
|
|
19
19
|
export default _default;
|
|
20
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import 'bkui-vue/lib/styles/reset.css';
|
|
2
1
|
import dayjs from 'dayjs';
|
|
3
2
|
import { type DateValue, type IDatePickerProps } from './utils';
|
|
4
3
|
import { type ITimezoneItem } from './utils/timezone';
|
|
@@ -30,11 +29,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
30
29
|
}[]) => any) | undefined;
|
|
31
30
|
"onUpdate:timezone"?: ((value: string, timezoneInfo: ITimezoneItem) => any) | undefined;
|
|
32
31
|
}, {
|
|
33
|
-
|
|
34
|
-
commonUseList: DateValue[];
|
|
32
|
+
version: string | number;
|
|
35
33
|
format: string;
|
|
34
|
+
behavior: "normal" | "simplicity";
|
|
36
35
|
needTimezone: boolean;
|
|
37
|
-
|
|
36
|
+
commonUseList: DateValue[];
|
|
38
37
|
}, {}>;
|
|
39
38
|
export default _default;
|
|
40
39
|
type __VLS_WithDefaults<P, D> = {
|