bkui-vue 0.0.1-beta.369 → 0.0.1-beta.370
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/License.txt +14 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +6 -4
- package/dist/index.umd.js +2 -2
- package/lib/modal/index.js +1 -1
- package/lib/tag-input/index.js +1 -1
- package/package.json +1 -1
- package/LICENSE.txt +0 -22
package/dist/index.esm.js
CHANGED
@@ -10436,10 +10436,10 @@ var Component$u = defineComponent({
|
|
10436
10436
|
visible: {
|
10437
10437
|
handler(val) {
|
10438
10438
|
if (val) {
|
10439
|
-
bkPopIndexManager.onMaskClick((_e) => {
|
10440
|
-
this.handleClickOutSide();
|
10441
|
-
}, this.$el);
|
10442
10439
|
this.$nextTick(() => {
|
10440
|
+
bkPopIndexManager.onMaskClick((_e) => {
|
10441
|
+
this.handleClickOutSide();
|
10442
|
+
}, this.$el);
|
10443
10443
|
const hideMaskStyle = {
|
10444
10444
|
"background-color": "rgba(0,0,0,0)"
|
10445
10445
|
};
|
@@ -20124,7 +20124,7 @@ function useFlatList(props2) {
|
|
20124
20124
|
acc[item[saveKey.value]] = item;
|
20125
20125
|
return acc;
|
20126
20126
|
}, {});
|
20127
|
-
}, { immediate: true });
|
20127
|
+
}, { immediate: true, deep: true });
|
20128
20128
|
return {
|
20129
20129
|
flatList,
|
20130
20130
|
saveKeyMap
|
@@ -20383,6 +20383,8 @@ var Component$d = defineComponent({
|
|
20383
20383
|
nextTick(() => {
|
20384
20384
|
initData();
|
20385
20385
|
});
|
20386
|
+
}, {
|
20387
|
+
deep: true
|
20386
20388
|
});
|
20387
20389
|
watch(() => props2.modelValue, (val) => {
|
20388
20390
|
var _a;
|