vxe-pc-ui 1.7.0 → 1.7.2
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/es/components.js +3 -0
- package/es/form-design/render/index.js +4 -4
- package/es/icon/style/{iconfont.1716467772060.ttf → iconfont.1716540802393.ttf} +0 -0
- package/es/icon/style/iconfont.1716540802393.woff +0 -0
- package/es/icon/style/iconfont.1716540802393.woff2 +0 -0
- package/es/icon/style.css +61 -544
- package/es/icon/style.min.css +1 -1
- package/{lib/icon/style/iconfont.1716467772060.ttf → es/iconfont.1716540802393.ttf} +0 -0
- package/es/iconfont.1716540802393.woff +0 -0
- package/es/iconfont.1716540802393.woff2 +0 -0
- package/es/link/src/link.js +34 -15
- package/es/menu/src/menu.js +2 -2
- package/es/menu/style.css +6 -5
- package/es/menu/style.min.css +1 -1
- package/es/modal/style.css +1 -1
- package/es/modal/style.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/tips/index.js +10 -0
- package/es/tips/src/tips.js +79 -0
- package/es/tips/style.css +80 -0
- package/es/tips/style.min.css +1 -0
- package/es/ui/index.js +4 -1
- package/es/vxe-icon/style.css +61 -544
- package/es/vxe-icon/style.min.css +1 -1
- package/es/vxe-menu/style.css +6 -5
- package/es/vxe-menu/style.min.css +1 -1
- package/es/vxe-modal/style.css +1 -1
- package/es/vxe-modal/style.min.css +1 -1
- package/es/vxe-tips/index.js +3 -0
- package/es/vxe-tips/style.css +80 -0
- package/es/vxe-tips/style.min.css +1 -0
- package/lib/components.js +13 -1
- package/lib/components.min.js +1 -1
- package/lib/form-design/render/index.js +4 -4
- package/lib/form-design/render/index.min.js +1 -1
- package/lib/{iconfont.1716467772060.ttf → icon/style/iconfont.1716540802393.ttf} +0 -0
- package/lib/icon/style/iconfont.1716540802393.woff +0 -0
- package/lib/icon/style/iconfont.1716540802393.woff2 +0 -0
- package/lib/icon/style/style.css +61 -544
- package/lib/icon/style/style.min.css +61 -544
- package/{es/iconfont.1716467772060.ttf → lib/iconfont.1716540802393.ttf} +0 -0
- package/lib/iconfont.1716540802393.woff +0 -0
- package/lib/iconfont.1716540802393.woff2 +0 -0
- package/lib/index.umd.js +166 -31
- package/lib/index.umd.min.js +1 -1
- package/lib/link/src/link.js +33 -12
- package/lib/link/src/link.min.js +1 -1
- package/lib/menu/src/menu.js +2 -3
- package/lib/menu/src/menu.min.js +1 -1
- package/lib/menu/style/style.css +6 -5
- package/lib/menu/style/style.min.css +1 -1
- package/lib/modal/style/style.css +1 -1
- package/lib/modal/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/tips/index.js +17 -0
- package/lib/tips/index.min.js +1 -0
- package/lib/tips/src/tips.js +79 -0
- package/lib/tips/src/tips.min.js +1 -0
- package/lib/tips/style/index.js +1 -0
- package/lib/tips/style/style.css +80 -0
- package/lib/tips/style/style.min.css +1 -0
- package/lib/ui/index.js +4 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/vxe-icon/style/style.css +61 -544
- package/lib/vxe-icon/style/style.min.css +1 -1
- package/lib/vxe-menu/style/style.css +6 -5
- package/lib/vxe-menu/style/style.min.css +1 -1
- package/lib/vxe-modal/style/style.css +1 -1
- package/lib/vxe-modal/style/style.min.css +1 -1
- package/lib/vxe-tips/index.js +22 -0
- package/lib/vxe-tips/index.min.js +1 -0
- package/lib/vxe-tips/style/index.js +1 -0
- package/lib/vxe-tips/style/style.css +80 -0
- package/lib/vxe-tips/style/style.min.css +1 -0
- package/package.json +2 -2
- package/packages/components.ts +3 -0
- package/packages/form-design/render/index.ts +4 -4
- package/packages/link/src/link.ts +35 -15
- package/packages/menu/src/menu.ts +2 -2
- package/packages/tips/index.ts +14 -0
- package/packages/tips/src/tips.ts +94 -0
- package/packages/ui/index.ts +3 -0
- package/styles/all.scss +1 -0
- package/styles/components/icon.scss +61 -4
- package/styles/components/menu.scss +11 -5
- package/styles/components/modal.scss +1 -1
- package/styles/components/tips.scss +83 -0
- package/styles/icon/iconfont.ttf +0 -0
- package/styles/icon/iconfont.woff +0 -0
- package/styles/icon/iconfont.woff2 +0 -0
- package/styles/theme/base.scss +13 -5
- package/types/all.d.ts +3 -0
- package/types/components/tips.d.ts +79 -0
- package/types/ui/global-config.d.ts +2 -0
- package/es/icon/style/iconfont.1716467772060.woff +0 -0
- package/es/icon/style/iconfont.1716467772060.woff2 +0 -0
- package/es/iconfont.1716467772060.woff +0 -0
- package/es/iconfont.1716467772060.woff2 +0 -0
- package/lib/icon/style/iconfont.1716467772060.woff +0 -0
- package/lib/icon/style/iconfont.1716467772060.woff2 +0 -0
- package/lib/iconfont.1716467772060.woff +0 -0
- package/lib/iconfont.1716467772060.woff2 +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.umd.js
CHANGED
|
@@ -1997,10 +1997,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1997
1997
|
/* harmony export */ TabPane: function() { return /* reexport safe */ _tab_pane__WEBPACK_IMPORTED_MODULE_48__.m; },
|
|
1998
1998
|
/* harmony export */ Tabs: function() { return /* reexport safe */ _tabs__WEBPACK_IMPORTED_MODULE_49__.t; },
|
|
1999
1999
|
/* harmony export */ Textarea: function() { return /* reexport safe */ _textarea__WEBPACK_IMPORTED_MODULE_50__.TM; },
|
|
2000
|
-
/* harmony export */
|
|
2001
|
-
/* harmony export */
|
|
2002
|
-
/* harmony export */
|
|
2003
|
-
/* harmony export */
|
|
2000
|
+
/* harmony export */ Tips: function() { return /* reexport safe */ _tips__WEBPACK_IMPORTED_MODULE_51__.V; },
|
|
2001
|
+
/* harmony export */ Tooltip: function() { return /* reexport safe */ _tooltip__WEBPACK_IMPORTED_MODULE_52__.m; },
|
|
2002
|
+
/* harmony export */ Tree: function() { return /* reexport safe */ _tree__WEBPACK_IMPORTED_MODULE_53__.P; },
|
|
2003
|
+
/* harmony export */ TreeSelect: function() { return /* reexport safe */ _tree_select__WEBPACK_IMPORTED_MODULE_54__.f; },
|
|
2004
|
+
/* harmony export */ Upload: function() { return /* reexport safe */ _upload__WEBPACK_IMPORTED_MODULE_55__._; },
|
|
2004
2005
|
/* harmony export */ VxeCheckbox: function() { return /* reexport safe */ _checkbox__WEBPACK_IMPORTED_MODULE_9__.RZ; },
|
|
2005
2006
|
/* harmony export */ VxeCheckboxGroup: function() { return /* reexport safe */ _checkbox_group__WEBPACK_IMPORTED_MODULE_10__.uT; },
|
|
2006
2007
|
/* harmony export */ VxeDrawer: function() { return /* reexport safe */ _drawer__WEBPACK_IMPORTED_MODULE_15__.Lk; },
|
|
@@ -2076,13 +2077,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2076
2077
|
/* harmony import */ var _tab_pane__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(1914);
|
|
2077
2078
|
/* harmony import */ var _tabs__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(3710);
|
|
2078
2079
|
/* harmony import */ var _textarea__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(6460);
|
|
2079
|
-
/* harmony import */ var
|
|
2080
|
-
/* harmony import */ var
|
|
2081
|
-
/* harmony import */ var
|
|
2082
|
-
/* harmony import */ var
|
|
2083
|
-
/* harmony import */ var
|
|
2080
|
+
/* harmony import */ var _tips__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(6601);
|
|
2081
|
+
/* harmony import */ var _tooltip__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(3033);
|
|
2082
|
+
/* harmony import */ var _tree__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(3629);
|
|
2083
|
+
/* harmony import */ var _tree_select__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(2616);
|
|
2084
|
+
/* harmony import */ var _upload__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(5321);
|
|
2085
|
+
/* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(2084);
|
|
2084
2086
|
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
2085
|
-
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in
|
|
2087
|
+
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _ui__WEBPACK_IMPORTED_MODULE_56__) if(["default","install"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = function(key) { return _ui__WEBPACK_IMPORTED_MODULE_56__[key]; }.bind(0, __WEBPACK_IMPORT_KEY__)
|
|
2086
2088
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
2087
2089
|
|
|
2088
2090
|
|
|
@@ -2139,7 +2141,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2139
2141
|
|
|
2140
2142
|
|
|
2141
2143
|
|
|
2142
|
-
|
|
2144
|
+
|
|
2145
|
+
const components = [_anchor__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .A, _anchor_link__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .A, _breadcrumb__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .A, _breadcrumb_item__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .A, _button__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .A, _button_group__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .A, _calendar__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .A, _card__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .A, _checkbox__WEBPACK_IMPORTED_MODULE_9__/* ["default"] */ .Ay, _checkbox_group__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .Ay, _col__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .A, _collapse__WEBPACK_IMPORTED_MODULE_12__/* ["default"] */ .A, _collapse_pane__WEBPACK_IMPORTED_MODULE_13__/* ["default"] */ .A, _date_input__WEBPACK_IMPORTED_MODULE_14__/* ["default"] */ .A, _drawer__WEBPACK_IMPORTED_MODULE_15__/* ["default"] */ .Ay, _form__WEBPACK_IMPORTED_MODULE_16__/* ["default"] */ .Ay, _form_design__WEBPACK_IMPORTED_MODULE_17__/* ["default"] */ .A, _form_gather__WEBPACK_IMPORTED_MODULE_18__/* ["default"] */ .Ay, _form_item__WEBPACK_IMPORTED_MODULE_19__/* ["default"] */ .Ay, _form_view__WEBPACK_IMPORTED_MODULE_20__/* ["default"] */ .Ay, _icon__WEBPACK_IMPORTED_MODULE_21__/* ["default"] */ .A, _input__WEBPACK_IMPORTED_MODULE_22__/* ["default"] */ .Ay, _layout_aside__WEBPACK_IMPORTED_MODULE_23__/* ["default"] */ .A, _layout_body__WEBPACK_IMPORTED_MODULE_24__/* ["default"] */ .A, _layout_container__WEBPACK_IMPORTED_MODULE_25__/* ["default"] */ .A, _layout_footer__WEBPACK_IMPORTED_MODULE_26__/* ["default"] */ .A, _layout_header__WEBPACK_IMPORTED_MODULE_27__/* ["default"] */ .A, _link__WEBPACK_IMPORTED_MODULE_28__/* ["default"] */ .A, _list_design__WEBPACK_IMPORTED_MODULE_29__/* ["default"] */ .A, _list_view__WEBPACK_IMPORTED_MODULE_30__/* ["default"] */ .Ay, _list__WEBPACK_IMPORTED_MODULE_31__/* ["default"] */ .Ay, _loading__WEBPACK_IMPORTED_MODULE_32__/* ["default"] */ .A, _menu__WEBPACK_IMPORTED_MODULE_33__/* ["default"] */ .A, _modal__WEBPACK_IMPORTED_MODULE_34__/* ["default"] */ .Ay, _number_input__WEBPACK_IMPORTED_MODULE_35__/* ["default"] */ .A, _optgroup__WEBPACK_IMPORTED_MODULE_36__/* ["default"] */ .Ay, _option__WEBPACK_IMPORTED_MODULE_37__/* ["default"] */ .Ay, _pager__WEBPACK_IMPORTED_MODULE_38__/* ["default"] */ .Ay, _password_input__WEBPACK_IMPORTED_MODULE_39__/* ["default"] */ .A, _print__WEBPACK_IMPORTED_MODULE_40__/* ["default"] */ .A, _pulldown__WEBPACK_IMPORTED_MODULE_41__/* ["default"] */ .Ay, _radio__WEBPACK_IMPORTED_MODULE_42__/* ["default"] */ .Ay, _radio_button__WEBPACK_IMPORTED_MODULE_43__/* ["default"] */ .Ay, _radio_group__WEBPACK_IMPORTED_MODULE_44__/* ["default"] */ .Ay, _row__WEBPACK_IMPORTED_MODULE_45__/* ["default"] */ .A, _select__WEBPACK_IMPORTED_MODULE_46__/* ["default"] */ .Ay, _switch__WEBPACK_IMPORTED_MODULE_47__/* ["default"] */ .Ay, _tab_pane__WEBPACK_IMPORTED_MODULE_48__/* ["default"] */ .A, _tabs__WEBPACK_IMPORTED_MODULE_49__/* ["default"] */ .A, _textarea__WEBPACK_IMPORTED_MODULE_50__/* ["default"] */ .Ay, _tips__WEBPACK_IMPORTED_MODULE_51__/* ["default"] */ .A, _tooltip__WEBPACK_IMPORTED_MODULE_52__/* ["default"] */ .A, _tree__WEBPACK_IMPORTED_MODULE_53__/* ["default"] */ .A, _tree_select__WEBPACK_IMPORTED_MODULE_54__/* ["default"] */ .A, _upload__WEBPACK_IMPORTED_MODULE_55__/* ["default"] */ .A];
|
|
2143
2146
|
function install(app, options) {
|
|
2144
2147
|
(0,_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.setConfig)(options);
|
|
2145
2148
|
components.forEach(component => app.use(component));
|
|
@@ -2199,6 +2202,7 @@ function install(app, options) {
|
|
|
2199
2202
|
|
|
2200
2203
|
|
|
2201
2204
|
|
|
2205
|
+
|
|
2202
2206
|
|
|
2203
2207
|
|
|
2204
2208
|
/***/ }),
|
|
@@ -5033,7 +5037,7 @@ const defaultFormDesignWidgetName = params => {
|
|
|
5033
5037
|
core_.renderer.mixin({
|
|
5034
5038
|
row: {
|
|
5035
5039
|
formDesignWidgetName: defaultFormDesignWidgetName,
|
|
5036
|
-
formDesignWidgetIcon: 'vxe-icon-
|
|
5040
|
+
formDesignWidgetIcon: 'vxe-icon-row-col',
|
|
5037
5041
|
formDesignWidgetGroup: 'layout',
|
|
5038
5042
|
renderFormDesignWidgetEdit(renderOpts, renderParams) {
|
|
5039
5043
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)(WidgetRowEditComponent, {
|
|
@@ -5057,7 +5061,7 @@ core_.renderer.mixin({
|
|
|
5057
5061
|
},
|
|
5058
5062
|
input: {
|
|
5059
5063
|
formDesignWidgetName: defaultFormDesignWidgetName,
|
|
5060
|
-
formDesignWidgetIcon: 'vxe-icon-
|
|
5064
|
+
formDesignWidgetIcon: 'vxe-icon-input',
|
|
5061
5065
|
renderFormDesignWidgetView(renderOpts, renderParams) {
|
|
5062
5066
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)(WidgetInputViewComponent, {
|
|
5063
5067
|
renderOpts,
|
|
@@ -5075,7 +5079,7 @@ core_.renderer.mixin({
|
|
|
5075
5079
|
},
|
|
5076
5080
|
textarea: {
|
|
5077
5081
|
formDesignWidgetName: defaultFormDesignWidgetName,
|
|
5078
|
-
formDesignWidgetIcon: 'vxe-icon-
|
|
5082
|
+
formDesignWidgetIcon: 'vxe-icon-textarea',
|
|
5079
5083
|
renderFormDesignWidgetView(renderOpts, renderParams) {
|
|
5080
5084
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)(WidgetTextareaViewComponent, {
|
|
5081
5085
|
renderOpts,
|
|
@@ -5092,7 +5096,7 @@ core_.renderer.mixin({
|
|
|
5092
5096
|
},
|
|
5093
5097
|
select: {
|
|
5094
5098
|
formDesignWidgetName: defaultFormDesignWidgetName,
|
|
5095
|
-
formDesignWidgetIcon: 'vxe-icon-
|
|
5099
|
+
formDesignWidgetIcon: 'vxe-icon-select',
|
|
5096
5100
|
renderFormDesignWidgetView(renderOpts, renderParams) {
|
|
5097
5101
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)(WidgetSelectViewComponent, {
|
|
5098
5102
|
renderOpts,
|
|
@@ -10631,7 +10635,7 @@ var vn = __webpack_require__(65);
|
|
|
10631
10635
|
status: String,
|
|
10632
10636
|
title: [String, Number],
|
|
10633
10637
|
icon: String,
|
|
10634
|
-
routerLink:
|
|
10638
|
+
routerLink: Object,
|
|
10635
10639
|
underline: {
|
|
10636
10640
|
type: Boolean,
|
|
10637
10641
|
default: () => (0,core_.getConfig)().link.underline
|
|
@@ -10658,6 +10662,21 @@ var vn = __webpack_require__(65);
|
|
|
10658
10662
|
getRefMaps: () => refMaps,
|
|
10659
10663
|
getComputeMaps: () => computeMaps
|
|
10660
10664
|
};
|
|
10665
|
+
const renderContent = () => {
|
|
10666
|
+
const {
|
|
10667
|
+
icon,
|
|
10668
|
+
content
|
|
10669
|
+
} = props;
|
|
10670
|
+
const defaultSlot = slots.default;
|
|
10671
|
+
const iconSlot = slots.icon;
|
|
10672
|
+
return [iconSlot || icon ? (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('span', {
|
|
10673
|
+
class: 'vxe-link--icon'
|
|
10674
|
+
}, iconSlot ? (0,vn/* getSlotVNs */.OW)(iconSlot({})) : [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('i', {
|
|
10675
|
+
class: icon
|
|
10676
|
+
})]) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('span', {
|
|
10677
|
+
class: 'vxe-link--content'
|
|
10678
|
+
}, defaultSlot ? defaultSlot({}) : external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().toValueString(content))];
|
|
10679
|
+
};
|
|
10661
10680
|
const renderVN = () => {
|
|
10662
10681
|
const {
|
|
10663
10682
|
status,
|
|
@@ -10665,11 +10684,23 @@ var vn = __webpack_require__(65);
|
|
|
10665
10684
|
href,
|
|
10666
10685
|
title,
|
|
10667
10686
|
underline,
|
|
10668
|
-
|
|
10669
|
-
content
|
|
10687
|
+
routerLink
|
|
10670
10688
|
} = props;
|
|
10671
|
-
|
|
10672
|
-
|
|
10689
|
+
if (routerLink) {
|
|
10690
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)('router-link'), {
|
|
10691
|
+
class: ['vxe-link', {
|
|
10692
|
+
'is--underline': underline,
|
|
10693
|
+
[`theme--${status}`]: status
|
|
10694
|
+
}],
|
|
10695
|
+
title,
|
|
10696
|
+
target,
|
|
10697
|
+
to: routerLink
|
|
10698
|
+
}, {
|
|
10699
|
+
default() {
|
|
10700
|
+
return renderContent();
|
|
10701
|
+
}
|
|
10702
|
+
});
|
|
10703
|
+
}
|
|
10673
10704
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('a', {
|
|
10674
10705
|
ref: refElem,
|
|
10675
10706
|
href,
|
|
@@ -10679,13 +10710,7 @@ var vn = __webpack_require__(65);
|
|
|
10679
10710
|
'is--underline': underline,
|
|
10680
10711
|
[`theme--${status}`]: status
|
|
10681
10712
|
}]
|
|
10682
|
-
},
|
|
10683
|
-
class: 'vxe-link--icon'
|
|
10684
|
-
}, iconSlot ? (0,vn/* getSlotVNs */.OW)(iconSlot({})) : [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('i', {
|
|
10685
|
-
class: icon
|
|
10686
|
-
})]) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('span', {
|
|
10687
|
-
class: 'vxe-link--content'
|
|
10688
|
-
}, defaultSlot ? defaultSlot({}) : external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().toValueString(content))]);
|
|
10713
|
+
}, renderContent());
|
|
10689
10714
|
};
|
|
10690
10715
|
$xeLink.renderVN = renderVN;
|
|
10691
10716
|
return $xeLink;
|
|
@@ -11549,8 +11574,7 @@ var core_ = __webpack_require__(8514);
|
|
|
11549
11574
|
isExactActive,
|
|
11550
11575
|
isExpand,
|
|
11551
11576
|
routerLink,
|
|
11552
|
-
childList
|
|
11553
|
-
childHeight
|
|
11577
|
+
childList
|
|
11554
11578
|
} = item;
|
|
11555
11579
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {
|
|
11556
11580
|
key: itemKey,
|
|
@@ -11575,7 +11599,7 @@ var core_ = __webpack_require__(8514);
|
|
|
11575
11599
|
}, renderMenuTitle(item)), hasChild ? (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {
|
|
11576
11600
|
class: 'vxe-menu--item-group',
|
|
11577
11601
|
style: {
|
|
11578
|
-
height: `${childHeight}px`
|
|
11602
|
+
// height: `${childHeight}px`
|
|
11579
11603
|
}
|
|
11580
11604
|
}, childList.map(child => renderChildren(child))) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)()]);
|
|
11581
11605
|
};
|
|
@@ -17225,6 +17249,114 @@ let autoTxtElem;
|
|
|
17225
17249
|
|
|
17226
17250
|
/***/ }),
|
|
17227
17251
|
|
|
17252
|
+
/***/ 6601:
|
|
17253
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17254
|
+
|
|
17255
|
+
|
|
17256
|
+
// EXPORTS
|
|
17257
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
17258
|
+
V: function() { return /* binding */ Tips; },
|
|
17259
|
+
A: function() { return /* binding */ packages_tips; }
|
|
17260
|
+
});
|
|
17261
|
+
|
|
17262
|
+
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
17263
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(9274);
|
|
17264
|
+
// EXTERNAL MODULE: external {"root":"XEUtils","commonjs":"xe-utils","commonjs2":"xe-utils","amd":"xe-utils"}
|
|
17265
|
+
var external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_ = __webpack_require__(8871);
|
|
17266
|
+
var external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default = /*#__PURE__*/__webpack_require__.n(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_);
|
|
17267
|
+
// EXTERNAL MODULE: external {"root":"VxeCore","commonjs":"@vxe-ui/core","commonjs2":"@vxe-ui/core","amd":"@vxe-ui/core"}
|
|
17268
|
+
var core_ = __webpack_require__(8514);
|
|
17269
|
+
// EXTERNAL MODULE: ./packages/ui/src/vn.ts
|
|
17270
|
+
var vn = __webpack_require__(65);
|
|
17271
|
+
;// CONCATENATED MODULE: ./packages/tips/src/tips.ts
|
|
17272
|
+
|
|
17273
|
+
|
|
17274
|
+
|
|
17275
|
+
|
|
17276
|
+
/* harmony default export */ var tips = ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.defineComponent)({
|
|
17277
|
+
name: 'VxeTips',
|
|
17278
|
+
props: {
|
|
17279
|
+
title: {
|
|
17280
|
+
type: [String, Number],
|
|
17281
|
+
default: () => (0,core_.getConfig)().tips.title
|
|
17282
|
+
},
|
|
17283
|
+
content: [String, Number],
|
|
17284
|
+
status: String,
|
|
17285
|
+
icon: {
|
|
17286
|
+
type: String,
|
|
17287
|
+
default: () => (0,core_.getConfig)().tips.icon
|
|
17288
|
+
}
|
|
17289
|
+
},
|
|
17290
|
+
emits: [],
|
|
17291
|
+
setup(props, context) {
|
|
17292
|
+
const {
|
|
17293
|
+
slots
|
|
17294
|
+
} = context;
|
|
17295
|
+
const xID = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().uniqueId();
|
|
17296
|
+
const refElem = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)();
|
|
17297
|
+
const reactData = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.reactive)({});
|
|
17298
|
+
const refMaps = {
|
|
17299
|
+
refElem
|
|
17300
|
+
};
|
|
17301
|
+
const computeMaps = {};
|
|
17302
|
+
const $xeTips = {
|
|
17303
|
+
xID,
|
|
17304
|
+
props,
|
|
17305
|
+
context,
|
|
17306
|
+
reactData,
|
|
17307
|
+
getRefMaps: () => refMaps,
|
|
17308
|
+
getComputeMaps: () => computeMaps
|
|
17309
|
+
};
|
|
17310
|
+
const renderVN = () => {
|
|
17311
|
+
const {
|
|
17312
|
+
status,
|
|
17313
|
+
content,
|
|
17314
|
+
icon,
|
|
17315
|
+
title
|
|
17316
|
+
} = props;
|
|
17317
|
+
const defaultSlot = slots.default;
|
|
17318
|
+
const titleSlot = slots.title;
|
|
17319
|
+
const iconSlot = slots.icon;
|
|
17320
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {
|
|
17321
|
+
ref: refElem,
|
|
17322
|
+
class: ['vxe-tips', {
|
|
17323
|
+
[`theme--${status}`]: status
|
|
17324
|
+
}]
|
|
17325
|
+
}, [iconSlot || icon ? (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {
|
|
17326
|
+
class: 'vxe-tips--icon'
|
|
17327
|
+
}, iconSlot ? (0,vn/* getSlotVNs */.OW)(iconSlot({})) : [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('i', {
|
|
17328
|
+
class: icon
|
|
17329
|
+
})]) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {
|
|
17330
|
+
class: 'vxe-tips--body'
|
|
17331
|
+
}, [titleSlot || title ? (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {
|
|
17332
|
+
class: 'vxe-tips--title'
|
|
17333
|
+
}, titleSlot ? (0,vn/* getSlotVNs */.OW)(titleSlot({})) : external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().toValueString(title)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {
|
|
17334
|
+
class: 'vxe-tips--content'
|
|
17335
|
+
}, defaultSlot ? (0,vn/* getSlotVNs */.OW)(defaultSlot({})) : external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().toValueString(content))])]);
|
|
17336
|
+
};
|
|
17337
|
+
$xeTips.renderVN = renderVN;
|
|
17338
|
+
return $xeTips;
|
|
17339
|
+
},
|
|
17340
|
+
render() {
|
|
17341
|
+
return this.renderVN();
|
|
17342
|
+
}
|
|
17343
|
+
}));
|
|
17344
|
+
// EXTERNAL MODULE: ./packages/dynamics/index.ts
|
|
17345
|
+
var dynamics = __webpack_require__(8088);
|
|
17346
|
+
;// CONCATENATED MODULE: ./packages/tips/index.ts
|
|
17347
|
+
|
|
17348
|
+
|
|
17349
|
+
const VxeTips = Object.assign({}, tips, {
|
|
17350
|
+
install(app) {
|
|
17351
|
+
app.component(tips.name, tips);
|
|
17352
|
+
}
|
|
17353
|
+
});
|
|
17354
|
+
dynamics/* dynamicApp */.DR.component(tips.name, tips);
|
|
17355
|
+
const Tips = VxeTips;
|
|
17356
|
+
/* harmony default export */ var packages_tips = (VxeTips);
|
|
17357
|
+
|
|
17358
|
+
/***/ }),
|
|
17359
|
+
|
|
17228
17360
|
/***/ 3033:
|
|
17229
17361
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17230
17362
|
|
|
@@ -17826,7 +17958,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17826
17958
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
17827
17959
|
|
|
17828
17960
|
|
|
17829
|
-
_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.VxeUI.uiVersion = "1.7.
|
|
17961
|
+
_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.VxeUI.uiVersion = "1.7.2";
|
|
17830
17962
|
_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.VxeUI.tableVersion = '';
|
|
17831
17963
|
_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.VxeUI.dynamicApp = _dynamics__WEBPACK_IMPORTED_MODULE_1__/* .dynamicApp */ .DR;
|
|
17832
17964
|
(0,_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.setConfig)({
|
|
@@ -17956,6 +18088,9 @@ _vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.VxeUI.dynamicApp = _dynamics__WEBPACK_
|
|
|
17956
18088
|
tabs: {},
|
|
17957
18089
|
textarea: {},
|
|
17958
18090
|
toolbar: {},
|
|
18091
|
+
tips: {
|
|
18092
|
+
title: 'Tip'
|
|
18093
|
+
},
|
|
17959
18094
|
tooltip: {
|
|
17960
18095
|
// size: null,
|
|
17961
18096
|
trigger: 'hover',
|