vxe-table 4.7.0-alpha.12 → 4.7.0-alpha.13
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/ui/index.js +1 -9
- package/lib/index.umd.js +3 -13
- package/lib/index.umd.min.js +1 -1
- package/lib/ui/index.js +1 -14
- package/lib/ui/index.min.js +1 -1
- package/package.json +2 -2
- package/packages/ui/index.ts +1 -11
package/es/ui/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VxeUI, setConfig, setIcon
|
|
1
|
+
import { VxeUI, setConfig, setIcon } from '@vxe-ui/core';
|
|
2
2
|
VxeUI.tableVersion = process.env.VUE_APP_VXE_TABLE_VERSION;
|
|
3
3
|
setConfig({
|
|
4
4
|
emptyCell: ' ',
|
|
@@ -221,14 +221,6 @@ setIcon({
|
|
|
221
221
|
TOOLBAR_TOOLS_FIXED_RIGHT: iconPrefix + 'fixed-right',
|
|
222
222
|
TOOLBAR_TOOLS_FIXED_RIGHT_ACTIVE: iconPrefix + 'fixed-right-fill'
|
|
223
223
|
});
|
|
224
|
-
export function config(options) {
|
|
225
|
-
log.warn('vxe.error.delFunc', ['config', 'setConfig']);
|
|
226
|
-
return setConfig(options);
|
|
227
|
-
}
|
|
228
|
-
export function setup(options) {
|
|
229
|
-
log.warn('vxe.error.delFunc', ['setup', 'setConfig']);
|
|
230
|
-
return setConfig(options);
|
|
231
|
-
}
|
|
232
224
|
// 兼容老版本
|
|
233
225
|
export const VXETable = VxeUI;
|
|
234
226
|
export * from '@vxe-ui/core';
|
package/lib/index.umd.js
CHANGED
|
@@ -21084,17 +21084,15 @@ const Toolbar = VxeToolbar;
|
|
|
21084
21084
|
|
|
21085
21085
|
__webpack_require__.r(__webpack_exports__);
|
|
21086
21086
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
21087
|
-
/* harmony export */ VXETable: function() { return /* binding */ VXETable; }
|
|
21088
|
-
/* harmony export */ config: function() { return /* binding */ config; },
|
|
21089
|
-
/* harmony export */ setup: function() { return /* binding */ setup; }
|
|
21087
|
+
/* harmony export */ VXETable: function() { return /* binding */ VXETable; }
|
|
21090
21088
|
/* harmony export */ });
|
|
21091
21089
|
/* harmony import */ var _vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8514);
|
|
21092
21090
|
/* harmony import */ var _vxe_ui_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__);
|
|
21093
21091
|
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
21094
|
-
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__) if(["default","
|
|
21092
|
+
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__) if(["default","VXETable"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = function(key) { return _vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__[key]; }.bind(0, __WEBPACK_IMPORT_KEY__)
|
|
21095
21093
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
21096
21094
|
|
|
21097
|
-
_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.VxeUI.tableVersion = ({"NODE_ENV":"production","VUE_APP_VXE_ENV":"development","VUE_APP_VXE_VERSION":"4.7.0-alpha.
|
|
21095
|
+
_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.VxeUI.tableVersion = ({"NODE_ENV":"production","VUE_APP_VXE_ENV":"development","VUE_APP_VXE_VERSION":"4.7.0-alpha.13","BASE_URL":"/"}).VUE_APP_VXE_TABLE_VERSION;
|
|
21098
21096
|
(0,_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.setConfig)({
|
|
21099
21097
|
emptyCell: ' ',
|
|
21100
21098
|
table: {
|
|
@@ -21316,14 +21314,6 @@ const iconPrefix = 'vxe-icon-';
|
|
|
21316
21314
|
TOOLBAR_TOOLS_FIXED_RIGHT: iconPrefix + 'fixed-right',
|
|
21317
21315
|
TOOLBAR_TOOLS_FIXED_RIGHT_ACTIVE: iconPrefix + 'fixed-right-fill'
|
|
21318
21316
|
});
|
|
21319
|
-
function config(options) {
|
|
21320
|
-
_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.log.warn('vxe.error.delFunc', ['config', 'setConfig']);
|
|
21321
|
-
return (0,_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.setConfig)(options);
|
|
21322
|
-
}
|
|
21323
|
-
function setup(options) {
|
|
21324
|
-
_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.log.warn('vxe.error.delFunc', ['setup', 'setConfig']);
|
|
21325
|
-
return (0,_vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.setConfig)(options);
|
|
21326
|
-
}
|
|
21327
21317
|
// 兼容老版本
|
|
21328
21318
|
const VXETable = _vxe_ui_core__WEBPACK_IMPORTED_MODULE_0__.VxeUI;
|
|
21329
21319
|
|