vue-devui 1.6.4-markdown.1 → 1.6.4-select.0
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/pagination/index.es.js +3 -0
- package/pagination/index.umd.js +1 -1
- package/select/index.es.js +3 -0
- package/select/index.umd.js +8 -8
- package/time-select/index.es.js +3 -0
- package/time-select/index.umd.js +6 -6
- package/vue-devui.es.js +4 -1
- package/vue-devui.umd.js +2 -2
package/vue-devui.es.js
CHANGED
|
@@ -42287,6 +42287,9 @@ function useSelect$2(props, selectRef, ctx2, focus, blur2, isSelectFocus, t) {
|
|
|
42287
42287
|
(_a2 = dropdownRef.value) == null ? void 0 : _a2.updatePosition();
|
|
42288
42288
|
}
|
|
42289
42289
|
}, { flush: "post" });
|
|
42290
|
+
onMounted(() => {
|
|
42291
|
+
nextTick(updateInjectOptionsStatus);
|
|
42292
|
+
});
|
|
42290
42293
|
return {
|
|
42291
42294
|
selectDisabled,
|
|
42292
42295
|
selectSize,
|
|
@@ -54198,7 +54201,7 @@ const installs = [
|
|
|
54198
54201
|
VirtualListInstall
|
|
54199
54202
|
];
|
|
54200
54203
|
var vueDevui = {
|
|
54201
|
-
version: "1.6.4-
|
|
54204
|
+
version: "1.6.4-select.0",
|
|
54202
54205
|
install(app) {
|
|
54203
54206
|
installs.forEach((p) => app.use(p));
|
|
54204
54207
|
}
|