@blueking/date-picker 0.0.28 → 0.0.29

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.
@@ -26635,6 +26635,7 @@ const eT = {
26635
26635
  disabled: this.disabled || e.disabled,
26636
26636
  format: this.format || e.format,
26637
26637
  modelValue: this.modelValue || e.modelValue,
26638
+ needTimezone: this.needTimezone || e.needTimezone,
26638
26639
  "onUpdate:modelValue"() {
26639
26640
  t("update:modelValue", ...arguments), t("change", ...arguments);
26640
26641
  },
@@ -26034,6 +26034,7 @@ const Gx = {
26034
26034
  disabled: this.disabled || e.disabled,
26035
26035
  format: this.format || e.format,
26036
26036
  modelValue: this.modelValue || e.modelValue,
26037
+ needTimezone: this.needTimezone || e.needTimezone,
26037
26038
  "onUpdate:modelValue"() {
26038
26039
  t("update:modelValue", ...arguments), t("change", ...arguments);
26039
26040
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/date-picker",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "蓝鲸监控平台日期时间选择",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",