@scenetechnology/cj_element_table 0.0.4 → 0.0.6
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/cj_element_table.common.js +10 -19
- package/dist/cj_element_table.common.js.map +1 -1
- package/dist/cj_element_table.umd.js +10 -19
- package/dist/cj_element_table.umd.js.map +1 -1
- package/dist/cj_element_table.umd.min.js +2 -2
- package/dist/cj_element_table.umd.min.js.map +1 -1
- package/package.json +42 -43
- package/packages/index.js +9 -10
- package/public/index.html +17 -17
- package/src/config/axios/service.ts +2 -8
- package/src/main.ts +13 -13
- package/.bablerc +0 -3
|
@@ -6061,7 +6061,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6061
6061
|
|
|
6062
6062
|
// EXPORTS
|
|
6063
6063
|
__webpack_require__.d(__webpack_exports__, {
|
|
6064
|
-
"default": function() { return /* binding */ entry_lib_entry_lib; }
|
|
6064
|
+
"default": function() { return /* binding */ entry_lib_entry_lib; },
|
|
6065
|
+
install: function() { return /* reexport */ entry_lib_packages_install; }
|
|
6065
6066
|
});
|
|
6066
6067
|
|
|
6067
6068
|
// NAMESPACE OBJECT: ./node_modules/axios/lib/platform/common/utils.js
|
|
@@ -61536,13 +61537,9 @@ var entry_lib_lib_default = /*#__PURE__*/__webpack_require__.n(entry_lib_lib);
|
|
|
61536
61537
|
|
|
61537
61538
|
var entry_lib_result_code = entry_lib_config_config.result_code,
|
|
61538
61539
|
entry_lib_base_url = entry_lib_config_config.base_url;
|
|
61539
|
-
var entry_lib_requestUrl = '';
|
|
61540
|
-
if (false) {} else {
|
|
61541
|
-
entry_lib_requestUrl = entry_lib_base_url.pro;
|
|
61542
|
-
}
|
|
61543
61540
|
// 要修改
|
|
61544
|
-
|
|
61545
|
-
|
|
61541
|
+
// export const PATH_URL = base_url[import.meta.env.VITE_API_BASEPATH as keyof typeof base_url]
|
|
61542
|
+
var entry_lib_PATH_URL = '192.168.1.229:92';
|
|
61546
61543
|
// import { resetRouter } from '@/router'
|
|
61547
61544
|
// import { useRouter } from 'vue-router'
|
|
61548
61545
|
// 创建axios实例
|
|
@@ -66510,21 +66507,15 @@ const entry_lib_components_exports_ = /*#__PURE__*/(0,entry_lib_exportHelper/* d
|
|
|
66510
66507
|
|
|
66511
66508
|
/* harmony default export */ var entry_lib_components = (entry_lib_components_exports_);
|
|
66512
66509
|
;// ./packages/index.js
|
|
66513
|
-
// 引入组件
|
|
66510
|
+
// // 引入组件
|
|
66514
66511
|
|
|
66515
|
-
const
|
|
66516
|
-
|
|
66517
|
-
// 全局注册所有的组件
|
|
66518
|
-
entry_lib_packages_components.forEach(item => {
|
|
66519
|
-
Vue.component(item.name, item);
|
|
66520
|
-
});
|
|
66512
|
+
const entry_lib_packages_install = app => {
|
|
66513
|
+
app.component('cj_element_table', entry_lib_components);
|
|
66521
66514
|
};
|
|
66522
|
-
if (typeof window !== 'undefined' && window.Vue) {
|
|
66523
|
-
entry_lib_packages_install(window.Vue);
|
|
66524
|
-
}
|
|
66525
|
-
// 导出 install (如果作为一个包,一定要有install !!!)
|
|
66526
66515
|
/* harmony default export */ var entry_lib_packages_0 = ({
|
|
66527
|
-
|
|
66516
|
+
version: '0.0.6',
|
|
66517
|
+
install: entry_lib_packages_install,
|
|
66518
|
+
cj_element_table: entry_lib_components
|
|
66528
66519
|
});
|
|
66529
66520
|
;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
66530
66521
|
|