@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.
- package/dist/vue2-full.es.js +1 -0
- package/dist/vue2-light.es.js +1 -0
- package/package.json +1 -1
package/dist/vue2-full.es.js
CHANGED
|
@@ -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
|
},
|
package/dist/vue2-light.es.js
CHANGED
|
@@ -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
|
},
|