@blueking/date-picker 3.0.0-beta.2 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/date-picker",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.3",
4
4
  "description": "蓝鲸监控平台日期时间选择",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
@@ -28988,9 +28988,9 @@ const TimeZonePicker = {
28988
28988
  render() {
28989
28989
  timezonePickerInstance = this;
28990
28990
  return h$1(_sfc_main$b, {
28991
- modelValue: props2.value,
28992
28991
  ...attrs,
28993
- "onUpdate:modelValue"() {
28992
+ value: props2.value,
28993
+ "onUpdate:value"() {
28994
28994
  emit("update:value", ...arguments);
28995
28995
  emit("change", ...arguments);
28996
28996
  }
@@ -36591,9 +36591,9 @@ ${$(r2)}`), n2;
36591
36591
  render() {
36592
36592
  timezonePickerInstance = this;
36593
36593
  return h$1(_sfc_main$b, {
36594
- modelValue: props2.value,
36595
36594
  ...attrs,
36596
- "onUpdate:modelValue"() {
36595
+ value: props2.value,
36596
+ "onUpdate:value"() {
36597
36597
  emit2("update:value", ...arguments);
36598
36598
  emit2("change", ...arguments);
36599
36599
  }
@@ -29003,9 +29003,9 @@ ${$(r2)}`), n2;
29003
29003
  render() {
29004
29004
  timezonePickerInstance = this;
29005
29005
  return __WEBPACK_EXTERNAL_MODULE_vue__.h(_sfc_main$b, {
29006
- modelValue: props2.value,
29007
29006
  ...attrs,
29008
- "onUpdate:modelValue"() {
29007
+ value: props2.value,
29008
+ "onUpdate:value"() {
29009
29009
  emit("update:value", ...arguments);
29010
29010
  emit("change", ...arguments);
29011
29011
  }