@blueking/date-picker 3.0.0-beta.1 → 3.0.0-beta.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/date-picker",
3
- "version": "3.0.0-beta.1",
3
+ "version": "3.0.0-beta.2",
4
4
  "description": "蓝鲸监控平台日期时间选择",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
@@ -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;
@@ -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;
@@ -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;
@@ -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, provideGlobalConfig } from "bkui-vue";
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;
@@ -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;
@@ -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;