bkui-vue 0.0.1-beta.424 → 0.0.1-beta.425
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 +4 -0
- package/dist/index.umd.js +1 -1
- package/lib/input/index.d.ts +49 -49
- package/lib/input/input.d.ts +9 -9
- package/lib/loading/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -9900,9 +9900,13 @@ const vBkloading = {
|
|
9900
9900
|
}
|
9901
9901
|
},
|
9902
9902
|
updated(el, binding) {
|
9903
|
+
var _a, _b, _c;
|
9903
9904
|
const instance = el[INSTANCE_KEY];
|
9904
9905
|
const { value } = binding;
|
9905
9906
|
updateOptions(value, instance.options);
|
9907
|
+
if ((_c = (_b = (_a = instance == null ? void 0 : instance.vm) == null ? void 0 : _a.$el) == null ? void 0 : _b.parentNode) == null ? void 0 : _c.style) {
|
9908
|
+
instance.vm.$el.parentNode.style.display = value.loading ? "" : "none";
|
9909
|
+
}
|
9906
9910
|
},
|
9907
9911
|
unmounted(el) {
|
9908
9912
|
var _a, _b, _c;
|