woodao-pc-ui 0.0.56 → 0.0.58
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/package.json
CHANGED
|
@@ -46766,6 +46766,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
46766
46766
|
"default": function() { return /* binding */ entry_lib; }
|
|
46767
46767
|
});
|
|
46768
46768
|
|
|
46769
|
+
// UNUSED EXPORTS: BaseForm, BaseFormItem, BaseGrid, CommentListCustom, GoVxeGrid, ImportWin, PigButton, RadioVxeGrid, SelPeople, SelPerson, SelectByParentCode, SelectBySystemCode, SysConfigUtils, TableBody, TableConfig, TableFooter, TableHeader, UploadFile, setApiConfig, setNiftyUrl
|
|
46770
|
+
|
|
46769
46771
|
// NAMESPACE OBJECT: ./node_modules/echarts/lib/util/graphic.js
|
|
46770
46772
|
var graphic_namespaceObject = {};
|
|
46771
46773
|
__webpack_require__.r(graphic_namespaceObject);
|
|
@@ -161257,7 +161259,7 @@ function useEcharts(dom, theme) {
|
|
|
161257
161259
|
return instance;
|
|
161258
161260
|
}
|
|
161259
161261
|
;// ./package.json
|
|
161260
|
-
var package_namespaceObject = {"rE":"0.0.
|
|
161262
|
+
var package_namespaceObject = {"rE":"0.0.58"};
|
|
161261
161263
|
;// ./src/setting/index.ts
|
|
161262
161264
|
|
|
161263
161265
|
const primaryColors = (/* unused pure expression or super */ null && (["#409eff", "#13C2C2", "#F5222D", "#722ED1", "#f7acbc", "#ef5b9c", "#bd6758", "#f47920", "#2e3a1f", "#b2d235", "#121a2a", "#6a6da9", "#867892", "#fcaf17", "#76becc", "#1b315e", "#b4532a", "#008792"]));
|
|
@@ -165679,26 +165681,41 @@ const sysConfigUtils_SysConfigUtils = {
|
|
|
165679
165681
|
return `${window.ipAddress}${window.port}/#`; //开发 正式的时候用这个
|
|
165680
165682
|
})(),
|
|
165681
165683
|
// 动态更新配置的方法
|
|
165682
|
-
updateConfig: config
|
|
165683
|
-
Object.assign(
|
|
165684
|
+
updateConfig: function (config) {
|
|
165685
|
+
Object.assign(this, config);
|
|
165684
165686
|
// 同时更新全局配置
|
|
165685
165687
|
if (window.SysConfigUtils) {
|
|
165686
165688
|
Object.assign(window.SysConfigUtils, config);
|
|
165687
165689
|
}
|
|
165688
165690
|
},
|
|
165689
165691
|
// 获取当前配置的方法
|
|
165690
|
-
getConfig: ()
|
|
165692
|
+
getConfig: function () {
|
|
165691
165693
|
return {
|
|
165692
|
-
niftyUrl:
|
|
165693
|
-
niftyRelUrl:
|
|
165694
|
-
staticUrl:
|
|
165695
|
-
loginUrl:
|
|
165696
|
-
mobileBaseUrl:
|
|
165697
|
-
pcRouter_url:
|
|
165698
|
-
isWeiFuWu:
|
|
165694
|
+
niftyUrl: this.niftyUrl,
|
|
165695
|
+
niftyRelUrl: this.niftyRelUrl,
|
|
165696
|
+
staticUrl: this.staticUrl,
|
|
165697
|
+
loginUrl: this.loginUrl,
|
|
165698
|
+
mobileBaseUrl: this.mobileBaseUrl,
|
|
165699
|
+
pcRouter_url: this.pcRouter_url,
|
|
165700
|
+
isWeiFuWu: this.isWeiFuWu
|
|
165699
165701
|
};
|
|
165700
165702
|
}
|
|
165701
165703
|
};
|
|
165704
|
+
// 添加静态方法,方便外部调用
|
|
165705
|
+
sysConfigUtils_SysConfigUtils.setNiftyUrl = function (url) {
|
|
165706
|
+
sysConfigUtils_SysConfigUtils.niftyUrl = url;
|
|
165707
|
+
sysConfigUtils_SysConfigUtils.niftyRelUrl = url;
|
|
165708
|
+
if (window.SysConfigUtils) {
|
|
165709
|
+
window.SysConfigUtils.niftyUrl = url;
|
|
165710
|
+
window.SysConfigUtils.niftyRelUrl = url;
|
|
165711
|
+
}
|
|
165712
|
+
};
|
|
165713
|
+
sysConfigUtils_SysConfigUtils.setApiConfig = function (config) {
|
|
165714
|
+
Object.assign(sysConfigUtils_SysConfigUtils, config);
|
|
165715
|
+
if (window.SysConfigUtils) {
|
|
165716
|
+
Object.assign(window.SysConfigUtils, config);
|
|
165717
|
+
}
|
|
165718
|
+
};
|
|
165702
165719
|
window.SysConfigUtils = sysConfigUtils_SysConfigUtils;
|
|
165703
165720
|
/* harmony default export */ var sysConfigUtils = (sysConfigUtils_SysConfigUtils);
|
|
165704
165721
|
// EXTERNAL MODULE: ./node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.mjs + 1 modules
|
|
@@ -242693,6 +242710,9 @@ const CommentListCustom_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(
|
|
|
242693
242710
|
// 文件上传组件
|
|
242694
242711
|
// 文件上传组件
|
|
242695
242712
|
|
|
242713
|
+
// 导入工具类
|
|
242714
|
+
|
|
242715
|
+
|
|
242696
242716
|
// 所有组件集合
|
|
242697
242717
|
const coms = [PigButton, BaseForm, BaseFormItem, SelectBySystemCode, SelectByParentCode, BaseGrid, GoVxeGrid, RadioVxeGrid, ImportWin, SelPeople, SelPerson, TableBody, TableConfig, TableFooter, TableHeader, UploadFile,
|
|
242698
242718
|
// 评论组件
|
|
@@ -242704,6 +242724,13 @@ const package_install = function (Vue) {
|
|
|
242704
242724
|
Vue.component(com.name, com);
|
|
242705
242725
|
});
|
|
242706
242726
|
};
|
|
242727
|
+
|
|
242728
|
+
// 导出所有组件和工具类
|
|
242729
|
+
|
|
242730
|
+
|
|
242731
|
+
// 导出便捷方法
|
|
242732
|
+
const setNiftyUrl = sysConfigUtils.setNiftyUrl;
|
|
242733
|
+
const setApiConfig = sysConfigUtils.setApiConfig;
|
|
242707
242734
|
/* harmony default export */ var src_package = (package_install); // 这个方法以后再使用的时候可以被use调用
|
|
242708
242735
|
;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
242709
242736
|
|
|
@@ -46766,6 +46766,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
46766
46766
|
"default": function() { return /* binding */ entry_lib; }
|
|
46767
46767
|
});
|
|
46768
46768
|
|
|
46769
|
+
// UNUSED EXPORTS: BaseForm, BaseFormItem, BaseGrid, CommentListCustom, GoVxeGrid, ImportWin, PigButton, RadioVxeGrid, SelPeople, SelPerson, SelectByParentCode, SelectBySystemCode, SysConfigUtils, TableBody, TableConfig, TableFooter, TableHeader, UploadFile, setApiConfig, setNiftyUrl
|
|
46770
|
+
|
|
46769
46771
|
// NAMESPACE OBJECT: ./node_modules/echarts/lib/util/graphic.js
|
|
46770
46772
|
var graphic_namespaceObject = {};
|
|
46771
46773
|
__webpack_require__.r(graphic_namespaceObject);
|
|
@@ -161257,7 +161259,7 @@ function useEcharts(dom, theme) {
|
|
|
161257
161259
|
return instance;
|
|
161258
161260
|
}
|
|
161259
161261
|
;// ./package.json
|
|
161260
|
-
var package_namespaceObject = {"rE":"0.0.
|
|
161262
|
+
var package_namespaceObject = {"rE":"0.0.58"};
|
|
161261
161263
|
;// ./src/setting/index.ts
|
|
161262
161264
|
|
|
161263
161265
|
const primaryColors = (/* unused pure expression or super */ null && (["#409eff", "#13C2C2", "#F5222D", "#722ED1", "#f7acbc", "#ef5b9c", "#bd6758", "#f47920", "#2e3a1f", "#b2d235", "#121a2a", "#6a6da9", "#867892", "#fcaf17", "#76becc", "#1b315e", "#b4532a", "#008792"]));
|
|
@@ -165679,26 +165681,41 @@ const sysConfigUtils_SysConfigUtils = {
|
|
|
165679
165681
|
return `${window.ipAddress}${window.port}/#`; //开发 正式的时候用这个
|
|
165680
165682
|
})(),
|
|
165681
165683
|
// 动态更新配置的方法
|
|
165682
|
-
updateConfig: config
|
|
165683
|
-
Object.assign(
|
|
165684
|
+
updateConfig: function (config) {
|
|
165685
|
+
Object.assign(this, config);
|
|
165684
165686
|
// 同时更新全局配置
|
|
165685
165687
|
if (window.SysConfigUtils) {
|
|
165686
165688
|
Object.assign(window.SysConfigUtils, config);
|
|
165687
165689
|
}
|
|
165688
165690
|
},
|
|
165689
165691
|
// 获取当前配置的方法
|
|
165690
|
-
getConfig: ()
|
|
165692
|
+
getConfig: function () {
|
|
165691
165693
|
return {
|
|
165692
|
-
niftyUrl:
|
|
165693
|
-
niftyRelUrl:
|
|
165694
|
-
staticUrl:
|
|
165695
|
-
loginUrl:
|
|
165696
|
-
mobileBaseUrl:
|
|
165697
|
-
pcRouter_url:
|
|
165698
|
-
isWeiFuWu:
|
|
165694
|
+
niftyUrl: this.niftyUrl,
|
|
165695
|
+
niftyRelUrl: this.niftyRelUrl,
|
|
165696
|
+
staticUrl: this.staticUrl,
|
|
165697
|
+
loginUrl: this.loginUrl,
|
|
165698
|
+
mobileBaseUrl: this.mobileBaseUrl,
|
|
165699
|
+
pcRouter_url: this.pcRouter_url,
|
|
165700
|
+
isWeiFuWu: this.isWeiFuWu
|
|
165699
165701
|
};
|
|
165700
165702
|
}
|
|
165701
165703
|
};
|
|
165704
|
+
// 添加静态方法,方便外部调用
|
|
165705
|
+
sysConfigUtils_SysConfigUtils.setNiftyUrl = function (url) {
|
|
165706
|
+
sysConfigUtils_SysConfigUtils.niftyUrl = url;
|
|
165707
|
+
sysConfigUtils_SysConfigUtils.niftyRelUrl = url;
|
|
165708
|
+
if (window.SysConfigUtils) {
|
|
165709
|
+
window.SysConfigUtils.niftyUrl = url;
|
|
165710
|
+
window.SysConfigUtils.niftyRelUrl = url;
|
|
165711
|
+
}
|
|
165712
|
+
};
|
|
165713
|
+
sysConfigUtils_SysConfigUtils.setApiConfig = function (config) {
|
|
165714
|
+
Object.assign(sysConfigUtils_SysConfigUtils, config);
|
|
165715
|
+
if (window.SysConfigUtils) {
|
|
165716
|
+
Object.assign(window.SysConfigUtils, config);
|
|
165717
|
+
}
|
|
165718
|
+
};
|
|
165702
165719
|
window.SysConfigUtils = sysConfigUtils_SysConfigUtils;
|
|
165703
165720
|
/* harmony default export */ var sysConfigUtils = (sysConfigUtils_SysConfigUtils);
|
|
165704
165721
|
// EXTERNAL MODULE: ./node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.mjs + 1 modules
|
|
@@ -242693,6 +242710,9 @@ const CommentListCustom_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(
|
|
|
242693
242710
|
// 文件上传组件
|
|
242694
242711
|
// 文件上传组件
|
|
242695
242712
|
|
|
242713
|
+
// 导入工具类
|
|
242714
|
+
|
|
242715
|
+
|
|
242696
242716
|
// 所有组件集合
|
|
242697
242717
|
const coms = [PigButton, BaseForm, BaseFormItem, SelectBySystemCode, SelectByParentCode, BaseGrid, GoVxeGrid, RadioVxeGrid, ImportWin, SelPeople, SelPerson, TableBody, TableConfig, TableFooter, TableHeader, UploadFile,
|
|
242698
242718
|
// 评论组件
|
|
@@ -242704,6 +242724,13 @@ const package_install = function (Vue) {
|
|
|
242704
242724
|
Vue.component(com.name, com);
|
|
242705
242725
|
});
|
|
242706
242726
|
};
|
|
242727
|
+
|
|
242728
|
+
// 导出所有组件和工具类
|
|
242729
|
+
|
|
242730
|
+
|
|
242731
|
+
// 导出便捷方法
|
|
242732
|
+
const setNiftyUrl = sysConfigUtils.setNiftyUrl;
|
|
242733
|
+
const setApiConfig = sysConfigUtils.setApiConfig;
|
|
242707
242734
|
/* harmony default export */ var src_package = (package_install); // 这个方法以后再使用的时候可以被use调用
|
|
242708
242735
|
;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
242709
242736
|
|
|
@@ -46766,6 +46766,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
46766
46766
|
"default": function() { return /* binding */ entry_lib; }
|
|
46767
46767
|
});
|
|
46768
46768
|
|
|
46769
|
+
// UNUSED EXPORTS: BaseForm, BaseFormItem, BaseGrid, CommentListCustom, GoVxeGrid, ImportWin, PigButton, RadioVxeGrid, SelPeople, SelPerson, SelectByParentCode, SelectBySystemCode, SysConfigUtils, TableBody, TableConfig, TableFooter, TableHeader, UploadFile, setApiConfig, setNiftyUrl
|
|
46770
|
+
|
|
46769
46771
|
// NAMESPACE OBJECT: ./node_modules/echarts/lib/util/graphic.js
|
|
46770
46772
|
var graphic_namespaceObject = {};
|
|
46771
46773
|
__webpack_require__.r(graphic_namespaceObject);
|
|
@@ -161257,7 +161259,7 @@ function useEcharts(dom, theme) {
|
|
|
161257
161259
|
return instance;
|
|
161258
161260
|
}
|
|
161259
161261
|
;// ./package.json
|
|
161260
|
-
var package_namespaceObject = {"rE":"0.0.
|
|
161262
|
+
var package_namespaceObject = {"rE":"0.0.58"};
|
|
161261
161263
|
;// ./src/setting/index.ts
|
|
161262
161264
|
|
|
161263
161265
|
const primaryColors = (/* unused pure expression or super */ null && (["#409eff", "#13C2C2", "#F5222D", "#722ED1", "#f7acbc", "#ef5b9c", "#bd6758", "#f47920", "#2e3a1f", "#b2d235", "#121a2a", "#6a6da9", "#867892", "#fcaf17", "#76becc", "#1b315e", "#b4532a", "#008792"]));
|
|
@@ -165679,26 +165681,41 @@ const sysConfigUtils_SysConfigUtils = {
|
|
|
165679
165681
|
return `${window.ipAddress}${window.port}/#`; //开发 正式的时候用这个
|
|
165680
165682
|
})(),
|
|
165681
165683
|
// 动态更新配置的方法
|
|
165682
|
-
updateConfig: config
|
|
165683
|
-
Object.assign(
|
|
165684
|
+
updateConfig: function (config) {
|
|
165685
|
+
Object.assign(this, config);
|
|
165684
165686
|
// 同时更新全局配置
|
|
165685
165687
|
if (window.SysConfigUtils) {
|
|
165686
165688
|
Object.assign(window.SysConfigUtils, config);
|
|
165687
165689
|
}
|
|
165688
165690
|
},
|
|
165689
165691
|
// 获取当前配置的方法
|
|
165690
|
-
getConfig: ()
|
|
165692
|
+
getConfig: function () {
|
|
165691
165693
|
return {
|
|
165692
|
-
niftyUrl:
|
|
165693
|
-
niftyRelUrl:
|
|
165694
|
-
staticUrl:
|
|
165695
|
-
loginUrl:
|
|
165696
|
-
mobileBaseUrl:
|
|
165697
|
-
pcRouter_url:
|
|
165698
|
-
isWeiFuWu:
|
|
165694
|
+
niftyUrl: this.niftyUrl,
|
|
165695
|
+
niftyRelUrl: this.niftyRelUrl,
|
|
165696
|
+
staticUrl: this.staticUrl,
|
|
165697
|
+
loginUrl: this.loginUrl,
|
|
165698
|
+
mobileBaseUrl: this.mobileBaseUrl,
|
|
165699
|
+
pcRouter_url: this.pcRouter_url,
|
|
165700
|
+
isWeiFuWu: this.isWeiFuWu
|
|
165699
165701
|
};
|
|
165700
165702
|
}
|
|
165701
165703
|
};
|
|
165704
|
+
// 添加静态方法,方便外部调用
|
|
165705
|
+
sysConfigUtils_SysConfigUtils.setNiftyUrl = function (url) {
|
|
165706
|
+
sysConfigUtils_SysConfigUtils.niftyUrl = url;
|
|
165707
|
+
sysConfigUtils_SysConfigUtils.niftyRelUrl = url;
|
|
165708
|
+
if (window.SysConfigUtils) {
|
|
165709
|
+
window.SysConfigUtils.niftyUrl = url;
|
|
165710
|
+
window.SysConfigUtils.niftyRelUrl = url;
|
|
165711
|
+
}
|
|
165712
|
+
};
|
|
165713
|
+
sysConfigUtils_SysConfigUtils.setApiConfig = function (config) {
|
|
165714
|
+
Object.assign(sysConfigUtils_SysConfigUtils, config);
|
|
165715
|
+
if (window.SysConfigUtils) {
|
|
165716
|
+
Object.assign(window.SysConfigUtils, config);
|
|
165717
|
+
}
|
|
165718
|
+
};
|
|
165702
165719
|
window.SysConfigUtils = sysConfigUtils_SysConfigUtils;
|
|
165703
165720
|
/* harmony default export */ var sysConfigUtils = (sysConfigUtils_SysConfigUtils);
|
|
165704
165721
|
// EXTERNAL MODULE: ./node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.mjs + 1 modules
|
|
@@ -242693,6 +242710,9 @@ const CommentListCustom_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(
|
|
|
242693
242710
|
// 文件上传组件
|
|
242694
242711
|
// 文件上传组件
|
|
242695
242712
|
|
|
242713
|
+
// 导入工具类
|
|
242714
|
+
|
|
242715
|
+
|
|
242696
242716
|
// 所有组件集合
|
|
242697
242717
|
const coms = [PigButton, BaseForm, BaseFormItem, SelectBySystemCode, SelectByParentCode, BaseGrid, GoVxeGrid, RadioVxeGrid, ImportWin, SelPeople, SelPerson, TableBody, TableConfig, TableFooter, TableHeader, UploadFile,
|
|
242698
242718
|
// 评论组件
|
|
@@ -242704,6 +242724,13 @@ const package_install = function (Vue) {
|
|
|
242704
242724
|
Vue.component(com.name, com);
|
|
242705
242725
|
});
|
|
242706
242726
|
};
|
|
242727
|
+
|
|
242728
|
+
// 导出所有组件和工具类
|
|
242729
|
+
|
|
242730
|
+
|
|
242731
|
+
// 导出便捷方法
|
|
242732
|
+
const setNiftyUrl = sysConfigUtils.setNiftyUrl;
|
|
242733
|
+
const setApiConfig = sysConfigUtils.setApiConfig;
|
|
242707
242734
|
/* harmony default export */ var src_package = (package_install); // 这个方法以后再使用的时候可以被use调用
|
|
242708
242735
|
;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
242709
242736
|
|