bk-magic-vue 2.5.6-beta.1 → 2.5.6-beta.3
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/bk-magic-vue.js +8 -1
- package/dist/bk-magic-vue.min.js +1 -1
- package/dist/bk-magic-vue.min.js.gz +0 -0
- package/dist/bk-magic-vue.min.js.map +1 -1
- package/lib/cascade.js +7 -0
- package/lib/dialog.js +7 -0
- package/lib/info-box.js +7 -0
- package/lib/pagination.js +7 -0
- package/lib/popconfirm.js +7 -0
- package/lib/popover.js +7 -0
- package/lib/search-select.js +1 -1
- package/lib/select.js +7 -0
- package/lib/sideslider.js +7 -0
- package/lib/table.js +7 -0
- package/lib/tag-input.js +7 -0
- package/lib/utils/pop-manager.js +7 -0
- package/lib/version-detail.js +7 -0
- package/package.json +2 -2
package/dist/bk-magic-vue.js
CHANGED
|
@@ -12359,6 +12359,13 @@
|
|
|
12359
12359
|
instance.ins.remove();
|
|
12360
12360
|
}
|
|
12361
12361
|
}
|
|
12362
|
+
},
|
|
12363
|
+
isMaskShown: function isMaskShown() {
|
|
12364
|
+
var mask = document.querySelector('[data-bkpop-mask]');
|
|
12365
|
+
if (mask) {
|
|
12366
|
+
return mask.classList.contains('show-active');
|
|
12367
|
+
}
|
|
12368
|
+
return false;
|
|
12362
12369
|
}
|
|
12363
12370
|
};
|
|
12364
12371
|
defineProperty$1(popManager, 'container', {
|
|
@@ -52233,7 +52240,7 @@
|
|
|
52233
52240
|
_this11.handleEnter(_this11.input.value, (_this11$handleEnter2 = {}, _defineProperty(_this11$handleEnter2, _this11.primaryKey, _this11.input.value), _defineProperty(_this11$handleEnter2, _this11.displayKey, _this11.input.value), _this11$handleEnter2), false, needShowPopover);
|
|
52234
52241
|
}
|
|
52235
52242
|
resolve();
|
|
52236
|
-
},
|
|
52243
|
+
}, 10);
|
|
52237
52244
|
}
|
|
52238
52245
|
});
|
|
52239
52246
|
case 2:
|