doway-coms 1.1.11 → 1.1.14
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/doway-coms.common.js +16 -0
- package/lib/doway-coms.umd.js +16 -0
- package/lib/doway-coms.umd.min.js +45 -45
- package/package.json +1 -1
package/lib/doway-coms.common.js
CHANGED
|
@@ -75437,6 +75437,7 @@ __webpack_require__.d(__webpack_exports__, "BaseIntervalInput", function() { ret
|
|
|
75437
75437
|
__webpack_require__.d(__webpack_exports__, "BaseForm", function() { return /* reexport */ BaseForm; });
|
|
75438
75438
|
__webpack_require__.d(__webpack_exports__, "UtilFilters", function() { return /* reexport */ /* Cannot get final name for export "default" in "./packages/utils/filters.js" (known exports: timeAgo parseTime formatTime momentTime nFormatter html2Text toThousandslsFilter popupDisplayFilter displayFieldValueFilter displaySelectCaption displaySelectMultiCaption displayCaptionFilter splitFieldValueFilter dropdownDisplayFilter dateformat secondDisplayTime, known reexports: ) */ undefined; });
|
|
75439
75439
|
__webpack_require__.d(__webpack_exports__, "UtilStore", function() { return /* reexport */ utils_store; });
|
|
75440
|
+
__webpack_require__.d(__webpack_exports__, "request", function() { return /* reexport */ request; });
|
|
75440
75441
|
|
|
75441
75442
|
// NAMESPACE OBJECT: ./node_modules/_vee-validate@3.4.14@vee-validate/dist/rules.js
|
|
75442
75443
|
var rules_namespaceObject = {};
|
|
@@ -105933,8 +105934,22 @@ BaseForm_src.install = function(Vue) {
|
|
|
105933
105934
|
};
|
|
105934
105935
|
// 默认导出组件
|
|
105935
105936
|
/* harmony default export */ var BaseForm = (BaseForm_src);
|
|
105937
|
+
// CONCATENATED MODULE: ./packages/utils/api.js
|
|
105938
|
+
|
|
105939
|
+
const apiUmsUrl = Object({"NODE_ENV":"production","BASE_URL":"/"}).VUE_APP_UMS_SERVICE_URL + '/v1/module'
|
|
105940
|
+
function loadViewInfo(moduleCode) {
|
|
105941
|
+
return /* Cannot get final name for export "request" in "./packages/utils/request.js" (known exports: default, known reexports: ) */ undefined({
|
|
105942
|
+
url: apiUmsUrl + '/loadViewInfo',
|
|
105943
|
+
method: 'get',
|
|
105944
|
+
params: {
|
|
105945
|
+
moduleCode: moduleCode
|
|
105946
|
+
}
|
|
105947
|
+
})
|
|
105948
|
+
}
|
|
105949
|
+
|
|
105936
105950
|
// CONCATENATED MODULE: ./packages/utils/store.js
|
|
105937
105951
|
|
|
105952
|
+
|
|
105938
105953
|
const store_store = {
|
|
105939
105954
|
state: {
|
|
105940
105955
|
token: '',
|
|
@@ -106785,6 +106800,7 @@ var rules_double = {
|
|
|
106785
106800
|
|
|
106786
106801
|
|
|
106787
106802
|
|
|
106803
|
+
|
|
106788
106804
|
|
|
106789
106805
|
// import BaseGridView from './BaseGridView/index';
|
|
106790
106806
|
|
package/lib/doway-coms.umd.js
CHANGED
|
@@ -75446,6 +75446,7 @@ __webpack_require__.d(__webpack_exports__, "BaseIntervalInput", function() { ret
|
|
|
75446
75446
|
__webpack_require__.d(__webpack_exports__, "BaseForm", function() { return /* reexport */ BaseForm; });
|
|
75447
75447
|
__webpack_require__.d(__webpack_exports__, "UtilFilters", function() { return /* reexport */ /* Cannot get final name for export "default" in "./packages/utils/filters.js" (known exports: timeAgo parseTime formatTime momentTime nFormatter html2Text toThousandslsFilter popupDisplayFilter displayFieldValueFilter displaySelectCaption displaySelectMultiCaption displayCaptionFilter splitFieldValueFilter dropdownDisplayFilter dateformat secondDisplayTime, known reexports: ) */ undefined; });
|
|
75448
75448
|
__webpack_require__.d(__webpack_exports__, "UtilStore", function() { return /* reexport */ utils_store; });
|
|
75449
|
+
__webpack_require__.d(__webpack_exports__, "request", function() { return /* reexport */ request; });
|
|
75449
75450
|
|
|
75450
75451
|
// NAMESPACE OBJECT: ./node_modules/_vee-validate@3.4.14@vee-validate/dist/rules.js
|
|
75451
75452
|
var rules_namespaceObject = {};
|
|
@@ -105942,8 +105943,22 @@ BaseForm_src.install = function(Vue) {
|
|
|
105942
105943
|
};
|
|
105943
105944
|
// 默认导出组件
|
|
105944
105945
|
/* harmony default export */ var BaseForm = (BaseForm_src);
|
|
105946
|
+
// CONCATENATED MODULE: ./packages/utils/api.js
|
|
105947
|
+
|
|
105948
|
+
const apiUmsUrl = Object({"NODE_ENV":"production","BASE_URL":"/"}).VUE_APP_UMS_SERVICE_URL + '/v1/module'
|
|
105949
|
+
function loadViewInfo(moduleCode) {
|
|
105950
|
+
return /* Cannot get final name for export "request" in "./packages/utils/request.js" (known exports: default, known reexports: ) */ undefined({
|
|
105951
|
+
url: apiUmsUrl + '/loadViewInfo',
|
|
105952
|
+
method: 'get',
|
|
105953
|
+
params: {
|
|
105954
|
+
moduleCode: moduleCode
|
|
105955
|
+
}
|
|
105956
|
+
})
|
|
105957
|
+
}
|
|
105958
|
+
|
|
105945
105959
|
// CONCATENATED MODULE: ./packages/utils/store.js
|
|
105946
105960
|
|
|
105961
|
+
|
|
105947
105962
|
const store_store = {
|
|
105948
105963
|
state: {
|
|
105949
105964
|
token: '',
|
|
@@ -106794,6 +106809,7 @@ var rules_double = {
|
|
|
106794
106809
|
|
|
106795
106810
|
|
|
106796
106811
|
|
|
106812
|
+
|
|
106797
106813
|
|
|
106798
106814
|
// import BaseGridView from './BaseGridView/index';
|
|
106799
106815
|
|