@blueking/date-picker 0.0.7 → 0.0.8

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.
@@ -51876,10 +51876,10 @@ const xZ = {
51876
51876
  format: this.format || e.format,
51877
51877
  modelValue: this.modelValue || e.modelValue,
51878
51878
  "onUpdate:modelValue"() {
51879
- t("update:modelValue", ...arguments);
51879
+ t("update:modelValue", ...arguments), t("change", ...arguments);
51880
51880
  },
51881
51881
  "onUpdate:timezone"() {
51882
- t("update:timezone", ...arguments);
51882
+ t("update:timezone", ...arguments), t("timezoneChange", ...arguments);
51883
51883
  },
51884
51884
  timezone: this.timezone || e.timezone,
51885
51885
  version: this.version || e.version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/date-picker",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "packageManager": "pnpm@8.5.0",
5
5
  "description": "蓝鲸监控平台日期时间选择",
6
6
  "license": "MIT",