bkui-vue 1.0.3-beta.21 → 1.0.3-beta.22
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 +38 -38
- package/dist/index.esm.js +3167 -3167
- package/dist/index.umd.js +39 -39
- package/lib/date-picker/index.js +4 -1
- package/lib/image/index.js +5 -2
- package/package.json +1 -1
package/lib/date-picker/index.js
CHANGED
@@ -5517,6 +5517,9 @@ function time_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
|
|
5517
5517
|
return ((_this$$slots$shortcut = (_this$$slots = _this.$slots).shortcuts) === null || _this$$slots$shortcut === void 0 ? void 0 : _this$$slots$shortcut.call(_this$$slots)) || null;
|
5518
5518
|
}
|
5519
5519
|
} : {};
|
5520
|
+
var teleportTo = (0,external_vue_namespaceObject.computed)(function () {
|
5521
|
+
return (0,shared_namespaceObject.getFullscreenRoot)();
|
5522
|
+
});
|
5520
5523
|
return (0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("div", {
|
5521
5524
|
"class": [this.resolveClassName('date-picker'), this.type === 'datetimerange' ? 'long' : '', this.longWidthCls]
|
5522
5525
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
@@ -5525,7 +5528,7 @@ function time_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
|
|
5525
5528
|
"onMouseenter": this.handleInputMouseenter,
|
5526
5529
|
"onMouseleave": this.handleInputMouseleave
|
5527
5530
|
}, [(_this$$slots$trigger = (_this$$slots$trigger2 = (_this$$slots2 = this.$slots).trigger) === null || _this$$slots$trigger2 === void 0 ? void 0 : _this$$slots$trigger2.call(_this$$slots2, this.displayValue)) !== null && _this$$slots$trigger !== void 0 ? _this$$slots$trigger : defaultTrigger]), (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Teleport, {
|
5528
|
-
"to":
|
5531
|
+
"to": teleportTo.value,
|
5529
5532
|
"disabled": !this.appendToBody
|
5530
5533
|
}, {
|
5531
5534
|
"default": function _default() {
|
package/lib/image/index.js
CHANGED
@@ -40,7 +40,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
40
40
|
;// CONCATENATED MODULE: external "../shared"
|
41
41
|
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
42
42
|
var y = x => () => x
|
43
|
-
const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
|
43
|
+
const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["getFullscreenRoot"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.getFullscreenRoot, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
|
44
44
|
;// CONCATENATED MODULE: external "vue"
|
45
45
|
var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
46
46
|
var external_vue_y = x => () => x
|
@@ -524,9 +524,12 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
524
524
|
}
|
525
525
|
var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
|
526
526
|
resolveClassName = _usePrefix.resolveClassName;
|
527
|
+
var teleportTo = (0,external_vue_namespaceObject.computed)(function () {
|
528
|
+
return (0,shared_namespaceObject.getFullscreenRoot)();
|
529
|
+
});
|
527
530
|
return function () {
|
528
531
|
return (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Teleport, {
|
529
|
-
"to":
|
532
|
+
"to": teleportTo.value
|
530
533
|
}, {
|
531
534
|
"default": function _default() {
|
532
535
|
return [(0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Transition, null, {
|