custom-vxe-table 0.1.24 → 0.1.25
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/lib/index.common.js +19 -9
- package/lib/index.css +1 -1
- package/lib/index.umd.js +19 -9
- package/lib/index.umd.min.js +4 -4
- package/package.json +1 -1
package/lib/index.common.js
CHANGED
|
@@ -24474,6 +24474,13 @@ var searchTree = helperCreateTreeFunc(function (parent, obj, iterate, context, p
|
|
|
24474
24474
|
module.exports = searchTree
|
|
24475
24475
|
|
|
24476
24476
|
|
|
24477
|
+
/***/ }),
|
|
24478
|
+
|
|
24479
|
+
/***/ "778e":
|
|
24480
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
24481
|
+
|
|
24482
|
+
// extracted by mini-css-extract-plugin
|
|
24483
|
+
|
|
24477
24484
|
/***/ }),
|
|
24478
24485
|
|
|
24479
24486
|
/***/ "77f9":
|
|
@@ -32884,7 +32891,7 @@ __webpack_require__.d(__webpack_exports__, "CustomFileUpload", function() { retu
|
|
|
32884
32891
|
// NAMESPACE OBJECT: ./node_modules/vxe-table/es/all.js
|
|
32885
32892
|
var all_namespaceObject = {};
|
|
32886
32893
|
__webpack_require__.r(all_namespaceObject);
|
|
32887
|
-
__webpack_require__.d(all_namespaceObject, "install", function() { return
|
|
32894
|
+
__webpack_require__.d(all_namespaceObject, "install", function() { return all_install; });
|
|
32888
32895
|
__webpack_require__.d(all_namespaceObject, "use", function() { return use; });
|
|
32889
32896
|
__webpack_require__.d(all_namespaceObject, "t", function() { return v_x_e_table_t; });
|
|
32890
32897
|
__webpack_require__.d(all_namespaceObject, "_t", function() { return _t; });
|
|
@@ -60407,7 +60414,7 @@ setup_setup({
|
|
|
60407
60414
|
i18n: (key, args) => xe_utils_default.a.toFormatString(xe_utils_default.a.get(zh_CN, key), args)
|
|
60408
60415
|
});
|
|
60409
60416
|
// 默认安装
|
|
60410
|
-
function
|
|
60417
|
+
function all_install(app, options) {
|
|
60411
60418
|
if (xe_utils_default.a.isPlainObject(options)) {
|
|
60412
60419
|
setup_setup(options);
|
|
60413
60420
|
}
|
|
@@ -67502,6 +67509,9 @@ CustomFileUpload.install = function (app) {
|
|
|
67502
67509
|
};
|
|
67503
67510
|
|
|
67504
67511
|
/* harmony default export */ var packages_CustomFileUpload = (CustomFileUpload);
|
|
67512
|
+
// EXTERNAL MODULE: ./node_modules/vxe-table/lib/style.css
|
|
67513
|
+
var lib_style = __webpack_require__("778e");
|
|
67514
|
+
|
|
67505
67515
|
// CONCATENATED MODULE: ./packages/index.ts
|
|
67506
67516
|
|
|
67507
67517
|
|
|
@@ -67510,19 +67520,19 @@ CustomFileUpload.install = function (app) {
|
|
|
67510
67520
|
|
|
67511
67521
|
// import setupAtnd from './plugins/Ant'
|
|
67512
67522
|
// import i18n from './plugins/lang'
|
|
67513
|
-
|
|
67514
|
-
// import './antd-variables.less'
|
|
67515
|
-
|
|
67516
|
-
|
|
67517
|
-
// 所有组件列表
|
|
67523
|
+
|
|
67524
|
+
// import './antd-variables.less'
|
|
67525
|
+
|
|
67526
|
+
|
|
67527
|
+
// 所有组件列表
|
|
67518
67528
|
|
|
67519
67529
|
var packages_components = [packages_CustomTable, packages_CustomButtons, packages_CustomSelect, packages_CustomFileUpload]; // 定义 install 方法, App 作为参数
|
|
67520
67530
|
|
|
67521
67531
|
var packages_install = function install(app) {
|
|
67522
|
-
// app.use(
|
|
67523
|
-
// app.use(i18n);
|
|
67532
|
+
app.use(index_esm); // app.use(i18n);
|
|
67524
67533
|
// setupAtnd(app);
|
|
67525
67534
|
// 遍历注册所有组件
|
|
67535
|
+
|
|
67526
67536
|
packages_components.map(function (component) {
|
|
67527
67537
|
return app.component(component.name, component);
|
|
67528
67538
|
});
|