@blueking/date-picker 2.0.0-beta.22 → 2.0.0-beta.23

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.22",
3
+ "version": "2.0.0-beta.23",
4
4
  "description": "蓝鲸监控平台日期时间选择",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
@@ -27246,12 +27246,12 @@ const vue2 = {
27246
27246
  render() {
27247
27247
  datePickerInstance = this;
27248
27248
  return h$1(_sfc_main, {
27249
- behavior: this.behavior || props2.behavior,
27250
- commonUseList: this.commonUseList || props2.commonUseList,
27251
- disabled: this.disabled || props2.disabled,
27252
- format: this.format || props2.format,
27253
- modelValue: this.modelValue || props2.modelValue,
27254
- needTimezone: this.needTimezone || props2.needTimezone,
27249
+ behavior: props2.behavior,
27250
+ commonUseList: props2.commonUseList,
27251
+ disabled: props2.disabled,
27252
+ format: props2.format,
27253
+ modelValue: props2.modelValue,
27254
+ needTimezone: props2.needTimezone,
27255
27255
  "onUpdate:modelValue"() {
27256
27256
  emit("update:modelValue", ...arguments);
27257
27257
  emit("change", ...arguments);
@@ -27261,9 +27261,9 @@ const vue2 = {
27261
27261
  emit("timezoneChange", ...arguments);
27262
27262
  },
27263
27263
  ref: "datePickerRef",
27264
- timezone: this.timezone || props2.timezone,
27265
- validDateRange: this.validDateRange || props2.validDateRange,
27266
- version: this.version || props2.version
27264
+ timezone: props2.timezone,
27265
+ validDateRange: props2.validDateRange,
27266
+ version: props2.version
27267
27267
  });
27268
27268
  }
27269
27269
  });
@@ -34263,12 +34263,12 @@ ${$(r2)}`), n2;
34263
34263
  render() {
34264
34264
  datePickerInstance = this;
34265
34265
  return h$1(_sfc_main, {
34266
- behavior: this.behavior || props2.behavior,
34267
- commonUseList: this.commonUseList || props2.commonUseList,
34268
- disabled: this.disabled || props2.disabled,
34269
- format: this.format || props2.format,
34270
- modelValue: this.modelValue || props2.modelValue,
34271
- needTimezone: this.needTimezone || props2.needTimezone,
34266
+ behavior: props2.behavior,
34267
+ commonUseList: props2.commonUseList,
34268
+ disabled: props2.disabled,
34269
+ format: props2.format,
34270
+ modelValue: props2.modelValue,
34271
+ needTimezone: props2.needTimezone,
34272
34272
  "onUpdate:modelValue"() {
34273
34273
  emit2("update:modelValue", ...arguments);
34274
34274
  emit2("change", ...arguments);
@@ -34278,9 +34278,9 @@ ${$(r2)}`), n2;
34278
34278
  emit2("timezoneChange", ...arguments);
34279
34279
  },
34280
34280
  ref: "datePickerRef",
34281
- timezone: this.timezone || props2.timezone,
34282
- validDateRange: this.validDateRange || props2.validDateRange,
34283
- version: this.version || props2.version
34281
+ timezone: props2.timezone,
34282
+ validDateRange: props2.validDateRange,
34283
+ version: props2.version
34284
34284
  });
34285
34285
  }
34286
34286
  });
@@ -27261,12 +27261,12 @@ ${$(r2)}`), n2;
27261
27261
  render() {
27262
27262
  datePickerInstance = this;
27263
27263
  return __WEBPACK_EXTERNAL_MODULE_vue__.h(_sfc_main, {
27264
- behavior: this.behavior || props2.behavior,
27265
- commonUseList: this.commonUseList || props2.commonUseList,
27266
- disabled: this.disabled || props2.disabled,
27267
- format: this.format || props2.format,
27268
- modelValue: this.modelValue || props2.modelValue,
27269
- needTimezone: this.needTimezone || props2.needTimezone,
27264
+ behavior: props2.behavior,
27265
+ commonUseList: props2.commonUseList,
27266
+ disabled: props2.disabled,
27267
+ format: props2.format,
27268
+ modelValue: props2.modelValue,
27269
+ needTimezone: props2.needTimezone,
27270
27270
  "onUpdate:modelValue"() {
27271
27271
  emit("update:modelValue", ...arguments);
27272
27272
  emit("change", ...arguments);
@@ -27276,9 +27276,9 @@ ${$(r2)}`), n2;
27276
27276
  emit("timezoneChange", ...arguments);
27277
27277
  },
27278
27278
  ref: "datePickerRef",
27279
- timezone: this.timezone || props2.timezone,
27280
- validDateRange: this.validDateRange || props2.validDateRange,
27281
- version: this.version || props2.version
27279
+ timezone: props2.timezone,
27280
+ validDateRange: props2.validDateRange,
27281
+ version: props2.version
27282
27282
  });
27283
27283
  }
27284
27284
  });