@blueking/date-picker 0.0.25 → 0.0.27
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/dist/vue3-light.es.js +7 -7
- package/package.json +15 -15
package/dist/vue3-light.es.js
CHANGED
|
@@ -6,7 +6,7 @@ import Ea from "dayjs/plugin/timezone";
|
|
|
6
6
|
import za from "dayjs/plugin/utc";
|
|
7
7
|
import { provide as Ha, inject as Ra, defineComponent as G, openBlock as g, createElementBlock as S, createVNode as w, unref as t, withCtx as C, Fragment as $, renderList as R, createBlock as H, createTextVNode as K, toDisplayString as k, createCommentVNode as da, shallowRef as W, watch as ca, createElementVNode as s, normalizeClass as ea, withModifiers as Sa, ref as B, withDirectives as ia, withKeys as Aa, computed as Z, vShow as fa, KeepAlive as La, resolveDynamicComponent as Ka, onBeforeUnmount as qa, normalizeStyle as Ua } from "vue";
|
|
8
8
|
import aa from "bkui-vue/lib/popover";
|
|
9
|
-
import "bkui-vue/lib/popover/popover.
|
|
9
|
+
import "bkui-vue/lib/popover/popover.css";
|
|
10
10
|
import { provideGlobalConfig as Fa } from "bkui-vue/lib/config-provider";
|
|
11
11
|
import { clickoutside as ua } from "bkui-vue/lib/directives";
|
|
12
12
|
import { AngleDoubleLeft as Ga, AngleLeft as Pa, AngleRight as Da, AngleDoubleRight as Oa, Close as Ja } from "bkui-vue/lib/icon";
|
|
@@ -14,17 +14,17 @@ import "bkui-vue/lib/styles/reset.css";
|
|
|
14
14
|
import Wa from "dayjs/locale/en";
|
|
15
15
|
import Za from "dayjs/locale/zh-cn";
|
|
16
16
|
import ma from "bkui-vue/lib/button";
|
|
17
|
-
import "bkui-vue/lib/button/button.
|
|
17
|
+
import "bkui-vue/lib/button/button.css";
|
|
18
18
|
import Qa from "bkui-vue/lib/exception";
|
|
19
|
-
import "bkui-vue/lib/exception/exception.
|
|
19
|
+
import "bkui-vue/lib/exception/exception.css";
|
|
20
20
|
import ga from "bkui-vue/lib/tab";
|
|
21
|
-
import "bkui-vue/lib/tab/tab.
|
|
21
|
+
import "bkui-vue/lib/tab/tab.css";
|
|
22
22
|
import Xa from "bkui-vue/lib/checkbox";
|
|
23
|
-
import "bkui-vue/lib/checkbox/checkbox.
|
|
23
|
+
import "bkui-vue/lib/checkbox/checkbox.css";
|
|
24
24
|
import Ca from "bkui-vue/lib/input";
|
|
25
|
-
import "bkui-vue/lib/input/input.
|
|
25
|
+
import "bkui-vue/lib/input/input.css";
|
|
26
26
|
import U from "bkui-vue/lib/select";
|
|
27
|
-
import "bkui-vue/lib/select/select.
|
|
27
|
+
import "bkui-vue/lib/select/select.css";
|
|
28
28
|
const ae = (i) => {
|
|
29
29
|
const e = document.cookie.match(new RegExp(`(^| )${i}=([^;]*)(;|$)`));
|
|
30
30
|
return e ? e[2] : "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blueking/date-picker",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"description": "蓝鲸监控平台日期时间选择",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Tencent BlueKing",
|
|
@@ -17,27 +17,27 @@
|
|
|
17
17
|
"exports": {
|
|
18
18
|
".": {
|
|
19
19
|
"types": "./dist/vue3.d.ts",
|
|
20
|
-
"import": "./dist/vue3-light.js",
|
|
21
|
-
"require": "./dist/vue3-light.js",
|
|
22
|
-
"default": "./dist/vue3-light.js"
|
|
20
|
+
"import": "./dist/vue3-light.es.js",
|
|
21
|
+
"require": "./dist/vue3-light.es.js",
|
|
22
|
+
"default": "./dist/vue3-light.es.js"
|
|
23
23
|
},
|
|
24
24
|
"./vue3": {
|
|
25
25
|
"types": "./dist/vue3.d.ts",
|
|
26
|
-
"import": "./dist/vue3-full.js",
|
|
27
|
-
"require": "./dist/vue3-full.js",
|
|
28
|
-
"default": "./dist/vue3-full.js"
|
|
26
|
+
"import": "./dist/vue3-full.es.js",
|
|
27
|
+
"require": "./dist/vue3-full.es.js",
|
|
28
|
+
"default": "./dist/vue3-full.es.js"
|
|
29
29
|
},
|
|
30
30
|
"./vue2": {
|
|
31
31
|
"types": "./dist/vue2.d.ts",
|
|
32
|
-
"import": "./dist/vue2-light.js",
|
|
33
|
-
"require": "./dist/vue2-light.js",
|
|
34
|
-
"default": "./dist/vue2-light.js"
|
|
32
|
+
"import": "./dist/vue2-light.es.js",
|
|
33
|
+
"require": "./dist/vue2-light.es.js",
|
|
34
|
+
"default": "./dist/vue2-light.es.js"
|
|
35
35
|
},
|
|
36
36
|
"./vue2.full": {
|
|
37
37
|
"types": "./dist/vue2.d.ts",
|
|
38
|
-
"import": "./dist/vue2-full.js",
|
|
39
|
-
"require": "./dist/vue2-full.js",
|
|
40
|
-
"default": "./dist/vue2-full.js"
|
|
38
|
+
"import": "./dist/vue2-full.es.js",
|
|
39
|
+
"require": "./dist/vue2-full.es.js",
|
|
40
|
+
"default": "./dist/vue2-full.es.js"
|
|
41
41
|
},
|
|
42
42
|
"./dist/*": "./dist/*"
|
|
43
43
|
},
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"types": "./dist/vue3.d.ts",
|
|
61
|
-
"main": "dist/vue3-light.js",
|
|
62
|
-
"unpkg": "dist/vue3-full.js",
|
|
61
|
+
"main": "dist/vue3-light.es.js",
|
|
62
|
+
"unpkg": "dist/vue3-full.es.js",
|
|
63
63
|
"files": [
|
|
64
64
|
"dist"
|
|
65
65
|
],
|