@blueking/date-picker 2.0.0-beta.29 → 2.0.0-beta.30

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": "2.0.0-beta.29",
3
+ "version": "2.0.0-beta.30",
4
4
  "description": "蓝鲸监控平台日期时间选择",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
@@ -27034,7 +27034,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
27034
27034
  if (enterTimer) return;
27035
27035
  enterTimer = setTimeout(() => {
27036
27036
  tooltipsShow.value = true;
27037
- tooltipsDetail.value = new DateRange(dateDetail.value.dateValue, format.value);
27037
+ tooltipsDetail.value = new DateRange(
27038
+ dateDetail.value.dateValue,
27039
+ format.value,
27040
+ props2.timezone || dayjs.tz.guess()
27041
+ );
27038
27042
  enterTimer = null;
27039
27043
  }, 100);
27040
27044
  }
@@ -34055,7 +34055,11 @@ ${$(r2)}`), n2;
34055
34055
  if (enterTimer) return;
34056
34056
  enterTimer = setTimeout(() => {
34057
34057
  tooltipsShow.value = true;
34058
- tooltipsDetail.value = new DateRange(dateDetail.value.dateValue, format.value);
34058
+ tooltipsDetail.value = new DateRange(
34059
+ dateDetail.value.dateValue,
34060
+ format.value,
34061
+ props2.timezone || dayjs.tz.guess()
34062
+ );
34059
34063
  enterTimer = null;
34060
34064
  }, 100);
34061
34065
  }
@@ -27049,7 +27049,11 @@ ${$(r2)}`), n2;
27049
27049
  if (enterTimer) return;
27050
27050
  enterTimer = setTimeout(() => {
27051
27051
  tooltipsShow.value = true;
27052
- tooltipsDetail.value = new DateRange(dateDetail.value.dateValue, format.value);
27052
+ tooltipsDetail.value = new DateRange(
27053
+ dateDetail.value.dateValue,
27054
+ format.value,
27055
+ props2.timezone || dayjs.tz.guess()
27056
+ );
27053
27057
  enterTimer = null;
27054
27058
  }, 100);
27055
27059
  }
@@ -4119,7 +4119,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
4119
4119
  if (enterTimer) return;
4120
4120
  enterTimer = setTimeout(() => {
4121
4121
  tooltipsShow.value = true;
4122
- tooltipsDetail.value = new DateRange(dateDetail.value.dateValue, format.value);
4122
+ tooltipsDetail.value = new DateRange(
4123
+ dateDetail.value.dateValue,
4124
+ format.value,
4125
+ props.timezone || dayjs.tz.guess()
4126
+ );
4123
4127
  enterTimer = null;
4124
4128
  }, 100);
4125
4129
  }
@@ -27655,7 +27655,11 @@ ${$(r2)}`), n2;
27655
27655
  if (enterTimer) return;
27656
27656
  enterTimer = setTimeout(() => {
27657
27657
  tooltipsShow.value = true;
27658
- tooltipsDetail.value = new DateRange(dateDetail.value.dateValue, format.value);
27658
+ tooltipsDetail.value = new DateRange(
27659
+ dateDetail.value.dateValue,
27660
+ format.value,
27661
+ props2.timezone || dayjs.tz.guess()
27662
+ );
27659
27663
  enterTimer = null;
27660
27664
  }, 100);
27661
27665
  }
@@ -4115,7 +4115,11 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
4115
4115
  if (enterTimer) return;
4116
4116
  enterTimer = setTimeout(() => {
4117
4117
  tooltipsShow.value = true;
4118
- tooltipsDetail.value = new DateRange(dateDetail.value.dateValue, format.value);
4118
+ tooltipsDetail.value = new DateRange(
4119
+ dateDetail.value.dateValue,
4120
+ format.value,
4121
+ props.timezone || dayjs.tz.guess()
4122
+ );
4119
4123
  enterTimer = null;
4120
4124
  }, 100);
4121
4125
  }