@blueking/date-picker 2.0.0-beta.38 → 2.0.0-beta.39
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 +1 -1
- package/vue2/index.es.min.js +5 -0
- package/vue2/index.iife.min.js +5 -0
- package/vue2/index.umd.min.js +5 -0
package/package.json
CHANGED
package/vue2/index.es.min.js
CHANGED
|
@@ -39846,6 +39846,7 @@ const vue2 = {
|
|
|
39846
39846
|
needTimezone: props2.needTimezone,
|
|
39847
39847
|
minDuration: props2.minDuration,
|
|
39848
39848
|
maxDuration: props2.maxDuration,
|
|
39849
|
+
enableFormatClick: props2.enableFormatClick,
|
|
39849
39850
|
"onUpdate:modelValue"() {
|
|
39850
39851
|
emit("update:modelValue", ...arguments);
|
|
39851
39852
|
emit("change", ...arguments);
|
|
@@ -39854,6 +39855,10 @@ const vue2 = {
|
|
|
39854
39855
|
emit("update:timezone", ...arguments);
|
|
39855
39856
|
emit("timezoneChange", ...arguments);
|
|
39856
39857
|
},
|
|
39858
|
+
"update:format"() {
|
|
39859
|
+
emit("update:format", ...arguments);
|
|
39860
|
+
emit("formatChange", ...arguments);
|
|
39861
|
+
},
|
|
39857
39862
|
ref: "datePickerRef",
|
|
39858
39863
|
timezone: props2.timezone,
|
|
39859
39864
|
validDateRange: props2.validDateRange,
|
package/vue2/index.iife.min.js
CHANGED
|
@@ -46867,6 +46867,7 @@ ${$(r2)}`), n2;
|
|
|
46867
46867
|
needTimezone: props2.needTimezone,
|
|
46868
46868
|
minDuration: props2.minDuration,
|
|
46869
46869
|
maxDuration: props2.maxDuration,
|
|
46870
|
+
enableFormatClick: props2.enableFormatClick,
|
|
46870
46871
|
"onUpdate:modelValue"() {
|
|
46871
46872
|
emit2("update:modelValue", ...arguments);
|
|
46872
46873
|
emit2("change", ...arguments);
|
|
@@ -46875,6 +46876,10 @@ ${$(r2)}`), n2;
|
|
|
46875
46876
|
emit2("update:timezone", ...arguments);
|
|
46876
46877
|
emit2("timezoneChange", ...arguments);
|
|
46877
46878
|
},
|
|
46879
|
+
"update:format"() {
|
|
46880
|
+
emit2("update:format", ...arguments);
|
|
46881
|
+
emit2("formatChange", ...arguments);
|
|
46882
|
+
},
|
|
46878
46883
|
ref: "datePickerRef",
|
|
46879
46884
|
timezone: props2.timezone,
|
|
46880
46885
|
validDateRange: props2.validDateRange,
|
package/vue2/index.umd.min.js
CHANGED
|
@@ -39861,6 +39861,7 @@ ${$(r2)}`), n2;
|
|
|
39861
39861
|
needTimezone: props2.needTimezone,
|
|
39862
39862
|
minDuration: props2.minDuration,
|
|
39863
39863
|
maxDuration: props2.maxDuration,
|
|
39864
|
+
enableFormatClick: props2.enableFormatClick,
|
|
39864
39865
|
"onUpdate:modelValue"() {
|
|
39865
39866
|
emit("update:modelValue", ...arguments);
|
|
39866
39867
|
emit("change", ...arguments);
|
|
@@ -39869,6 +39870,10 @@ ${$(r2)}`), n2;
|
|
|
39869
39870
|
emit("update:timezone", ...arguments);
|
|
39870
39871
|
emit("timezoneChange", ...arguments);
|
|
39871
39872
|
},
|
|
39873
|
+
"update:format"() {
|
|
39874
|
+
emit("update:format", ...arguments);
|
|
39875
|
+
emit("formatChange", ...arguments);
|
|
39876
|
+
},
|
|
39872
39877
|
ref: "datePickerRef",
|
|
39873
39878
|
timezone: props2.timezone,
|
|
39874
39879
|
validDateRange: props2.validDateRange,
|