@blueking/date-picker 3.0.0-beta.1 → 3.0.0-beta.3
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
CHANGED
package/vue2/index.es.min.js
CHANGED
|
@@ -25887,6 +25887,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
25887
25887
|
},
|
|
25888
25888
|
emits: ["update:value"],
|
|
25889
25889
|
setup(__props, { emit: __emit }) {
|
|
25890
|
+
__webpack_exports__provideGlobalConfig({
|
|
25891
|
+
prefix: "time-range"
|
|
25892
|
+
});
|
|
25890
25893
|
const emits = __emit;
|
|
25891
25894
|
const $attrs = useAttrs();
|
|
25892
25895
|
const props2 = __props;
|
|
@@ -28985,9 +28988,9 @@ const TimeZonePicker = {
|
|
|
28985
28988
|
render() {
|
|
28986
28989
|
timezonePickerInstance = this;
|
|
28987
28990
|
return h$1(_sfc_main$b, {
|
|
28988
|
-
modelValue: props2.value,
|
|
28989
28991
|
...attrs,
|
|
28990
|
-
|
|
28992
|
+
value: props2.value,
|
|
28993
|
+
"onUpdate:value"() {
|
|
28991
28994
|
emit("update:value", ...arguments);
|
|
28992
28995
|
emit("change", ...arguments);
|
|
28993
28996
|
}
|
package/vue2/index.iife.min.js
CHANGED
|
@@ -33458,6 +33458,9 @@ ${$(r2)}`), n2;
|
|
|
33458
33458
|
},
|
|
33459
33459
|
emits: ["update:value"],
|
|
33460
33460
|
setup(__props, { emit: __emit }) {
|
|
33461
|
+
__webpack_exports__provideGlobalConfig({
|
|
33462
|
+
prefix: "time-range"
|
|
33463
|
+
});
|
|
33461
33464
|
const emits = __emit;
|
|
33462
33465
|
const $attrs = useAttrs();
|
|
33463
33466
|
const props2 = __props;
|
|
@@ -36588,9 +36591,9 @@ ${$(r2)}`), n2;
|
|
|
36588
36591
|
render() {
|
|
36589
36592
|
timezonePickerInstance = this;
|
|
36590
36593
|
return h$1(_sfc_main$b, {
|
|
36591
|
-
modelValue: props2.value,
|
|
36592
36594
|
...attrs,
|
|
36593
|
-
|
|
36595
|
+
value: props2.value,
|
|
36596
|
+
"onUpdate:value"() {
|
|
36594
36597
|
emit2("update:value", ...arguments);
|
|
36595
36598
|
emit2("change", ...arguments);
|
|
36596
36599
|
}
|
package/vue2/index.umd.min.js
CHANGED
|
@@ -25902,6 +25902,9 @@ ${$(r2)}`), n2;
|
|
|
25902
25902
|
},
|
|
25903
25903
|
emits: ["update:value"],
|
|
25904
25904
|
setup(__props, { emit: __emit }) {
|
|
25905
|
+
__webpack_exports__provideGlobalConfig({
|
|
25906
|
+
prefix: "time-range"
|
|
25907
|
+
});
|
|
25905
25908
|
const emits = __emit;
|
|
25906
25909
|
const $attrs = __WEBPACK_EXTERNAL_MODULE_vue__.useAttrs();
|
|
25907
25910
|
const props2 = __props;
|
|
@@ -29000,9 +29003,9 @@ ${$(r2)}`), n2;
|
|
|
29000
29003
|
render() {
|
|
29001
29004
|
timezonePickerInstance = this;
|
|
29002
29005
|
return __WEBPACK_EXTERNAL_MODULE_vue__.h(_sfc_main$b, {
|
|
29003
|
-
modelValue: props2.value,
|
|
29004
29006
|
...attrs,
|
|
29005
|
-
|
|
29007
|
+
value: props2.value,
|
|
29008
|
+
"onUpdate:value"() {
|
|
29006
29009
|
emit("update:value", ...arguments);
|
|
29007
29010
|
emit("change", ...arguments);
|
|
29008
29011
|
}
|
package/vue3/index.es.min.js
CHANGED
|
@@ -8,7 +8,7 @@ import localizedFormat from "dayjs/plugin/localizedFormat";
|
|
|
8
8
|
import tz from "dayjs/plugin/timezone";
|
|
9
9
|
import utc from "dayjs/plugin/utc";
|
|
10
10
|
import { defineComponent, useAttrs, useSlots, openBlock, createBlock, resolveDynamicComponent, h, renderSlot, effectScope, getCurrentScope, onScopeDispose, provide, inject, createElementBlock, createVNode, unref, withCtx, Fragment, renderList, ref, customRef, normalizeClass, toDisplayString, createElementVNode, createTextVNode, createCommentVNode, shallowRef, watch, withModifiers, computed, onActivated, normalizeStyle, withDirectives, withKeys, onMounted, vShow, nextTick, KeepAlive, onBeforeUnmount } from "vue";
|
|
11
|
-
import { Select, Tab, Exception, $bkPopover, Popover, Button, Checkbox, clickoutside, PopConfirm, Input
|
|
11
|
+
import { provideGlobalConfig, Select, Tab, Exception, $bkPopover, Popover, Button, Checkbox, clickoutside, PopConfirm, Input } from "bkui-vue";
|
|
12
12
|
import { AngleDoubleLeft, AngleLeft, AngleRight, AngleDoubleRight, Close, Transfer, Del } from "bkui-vue/lib/icon";
|
|
13
13
|
import en from "dayjs/locale/en";
|
|
14
14
|
import cn from "dayjs/locale/zh-cn";
|
|
@@ -1505,6 +1505,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
1505
1505
|
},
|
|
1506
1506
|
emits: ["update:value"],
|
|
1507
1507
|
setup(__props, { emit: __emit }) {
|
|
1508
|
+
provideGlobalConfig({
|
|
1509
|
+
prefix: "bk"
|
|
1510
|
+
});
|
|
1508
1511
|
const emits = __emit;
|
|
1509
1512
|
const $attrs = useAttrs();
|
|
1510
1513
|
const props = __props;
|
package/vue3/index.iife.min.js
CHANGED
|
@@ -26476,6 +26476,9 @@ ${$(r2)}`), n2;
|
|
|
26476
26476
|
},
|
|
26477
26477
|
emits: ["update:value"],
|
|
26478
26478
|
setup(__props, { emit: __emit }) {
|
|
26479
|
+
__webpack_exports__provideGlobalConfig({
|
|
26480
|
+
prefix: "time-range"
|
|
26481
|
+
});
|
|
26479
26482
|
const emits = __emit;
|
|
26480
26483
|
const $attrs = __WEBPACK_EXTERNAL_MODULE_vue__.useAttrs();
|
|
26481
26484
|
const props2 = __props;
|
package/vue3/index.umd.min.js
CHANGED
|
@@ -1501,6 +1501,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1501
1501
|
},
|
|
1502
1502
|
emits: ["update:value"],
|
|
1503
1503
|
setup(__props, { emit: __emit }) {
|
|
1504
|
+
bkuiVue.provideGlobalConfig({
|
|
1505
|
+
prefix: "bk"
|
|
1506
|
+
});
|
|
1504
1507
|
const emits = __emit;
|
|
1505
1508
|
const $attrs = vue.useAttrs();
|
|
1506
1509
|
const props = __props;
|