123
This commit is contained in:
parent
c7194eb604
commit
5c68a21ac2
@ -1783,7 +1783,6 @@ const _sfc_main = defineComponent({
|
|||||||
if (dropdownRef.value)
|
if (dropdownRef.value)
|
||||||
dropdownRef.value.hide();
|
dropdownRef.value.hide();
|
||||||
$emits("update:modelValue", dateValue.value);
|
$emits("update:modelValue", dateValue.value);
|
||||||
$emits("change", dateValue.value);
|
|
||||||
};
|
};
|
||||||
provide("datePicker", {
|
provide("datePicker", {
|
||||||
currentYear,
|
currentYear,
|
||||||
|
@ -45963,7 +45963,6 @@ const _sfc_main$8 = defineComponent({
|
|||||||
if (dropdownRef.value)
|
if (dropdownRef.value)
|
||||||
dropdownRef.value.hide();
|
dropdownRef.value.hide();
|
||||||
$emits("update:modelValue", dateValue.value);
|
$emits("update:modelValue", dateValue.value);
|
||||||
$emits("change", dateValue.value);
|
|
||||||
};
|
};
|
||||||
provide("datePicker", {
|
provide("datePicker", {
|
||||||
currentYear,
|
currentYear,
|
||||||
|
@ -20,7 +20,8 @@
|
|||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./es/index.js"
|
"import": "./es/index.js",
|
||||||
|
"types": "./types/index.d.ts"
|
||||||
},
|
},
|
||||||
"./lib/": "./lib/",
|
"./lib/": "./lib/",
|
||||||
"./es/": "./es/"
|
"./es/": "./es/"
|
||||||
|
@ -396,7 +396,6 @@ const onChange = () => {
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
dropdownRef.value.hide();
|
dropdownRef.value.hide();
|
||||||
$emits("update:modelValue", dateValue.value);
|
$emits("update:modelValue", dateValue.value);
|
||||||
$emits("change", dateValue.value);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
provide("datePicker", {
|
provide("datePicker", {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user