bkui-vue 0.0.1-beta.162 → 0.0.1-beta.163
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/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/lib/date-picker/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -23985,7 +23985,7 @@ var DateRangePanel = defineComponent({
|
|
23985
23985
|
if (shortcut.onClick) {
|
23986
23986
|
shortcut.onClick(shortcut, index);
|
23987
23987
|
}
|
23988
|
-
emit("pick", typeof shortcut.value === "function" ? shortcut.value() : shortcut.value, false,
|
23988
|
+
emit("pick", typeof shortcut.value === "function" ? shortcut.value() : shortcut.value, false, "shortcut", shortcut);
|
23989
23989
|
if (props2.shortcutClose) {
|
23990
23990
|
emit("pick-success");
|
23991
23991
|
}
|