ecinc-cloud-yoabase 9.6.313 → 9.6.314
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/ecyoabase.common.js +22 -8
- package/lib/ecyoabase.umd.js +23 -9
- package/lib/ecyoabase.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/ecyoabase.common.js
CHANGED
|
@@ -16078,7 +16078,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".right-bar[data-v-283ad174]{float:righ
|
|
|
16078
16078
|
|
|
16079
16079
|
/***/ }),
|
|
16080
16080
|
|
|
16081
|
-
/***/
|
|
16081
|
+
/***/ 5821:
|
|
16082
16082
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
16083
16083
|
|
|
16084
16084
|
"use strict";
|
|
@@ -78884,7 +78884,7 @@ var update = add("e85daa56", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
78884
78884
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
78885
78885
|
|
|
78886
78886
|
// load the styles
|
|
78887
|
-
var content = __webpack_require__(
|
|
78887
|
+
var content = __webpack_require__(5821);
|
|
78888
78888
|
if(content.__esModule) content = content.default;
|
|
78889
78889
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
78890
78890
|
if(content.locals) module.exports = content.locals;
|
|
@@ -210438,8 +210438,8 @@ var menuMgr_component = normalizeComponent(
|
|
|
210438
210438
|
)
|
|
210439
210439
|
|
|
210440
210440
|
/* harmony default export */ var menuMgr = (menuMgr_component.exports);
|
|
210441
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/sysLog/index.vue?vue&type=template&id=
|
|
210442
|
-
var
|
|
210441
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/sysLog/index.vue?vue&type=template&id=0b190f5c
|
|
210442
|
+
var sysLogvue_type_template_id_0b190f5c_render = function render() {
|
|
210443
210443
|
var _vm = this,
|
|
210444
210444
|
_c = _vm._self._c;
|
|
210445
210445
|
return _c('div', {
|
|
@@ -210480,10 +210480,18 @@ var sysLogvue_type_template_id_30192db2_render = function render() {
|
|
|
210480
210480
|
}])
|
|
210481
210481
|
})], 1);
|
|
210482
210482
|
};
|
|
210483
|
-
var
|
|
210483
|
+
var sysLogvue_type_template_id_0b190f5c_staticRenderFns = [];
|
|
210484
210484
|
|
|
210485
210485
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/sysLog/index.vue?vue&type=script&lang=js
|
|
210486
210486
|
/* harmony default export */ var sysLogvue_type_script_lang_js = ({
|
|
210487
|
+
props: {
|
|
210488
|
+
apiUrl: {
|
|
210489
|
+
type: String,
|
|
210490
|
+
default: function _default() {
|
|
210491
|
+
return '';
|
|
210492
|
+
}
|
|
210493
|
+
}
|
|
210494
|
+
},
|
|
210487
210495
|
data: function data() {
|
|
210488
210496
|
return {
|
|
210489
210497
|
i18npkg: 'base',
|
|
@@ -210887,7 +210895,13 @@ var sysLogvue_type_template_id_30192db2_staticRenderFns = [];
|
|
|
210887
210895
|
}]
|
|
210888
210896
|
};
|
|
210889
210897
|
},
|
|
210890
|
-
mounted: function mounted() {
|
|
210898
|
+
mounted: function mounted() {
|
|
210899
|
+
if (this.apiUrl) {
|
|
210900
|
+
this.moduleInfo.getByIdUrl = apiUrl + '/getById';
|
|
210901
|
+
this.moduleInfo.listDataUrl = apiUrl + '/listdata';
|
|
210902
|
+
this.moduleInfo.delUrl = apiUrl + '/delete';
|
|
210903
|
+
}
|
|
210904
|
+
},
|
|
210891
210905
|
methods: {
|
|
210892
210906
|
/**
|
|
210893
210907
|
* 加载数据准备,qparams为查询参数对象,不需要返回值
|
|
@@ -210969,8 +210983,8 @@ var sysLogvue_type_template_id_30192db2_staticRenderFns = [];
|
|
|
210969
210983
|
;
|
|
210970
210984
|
var sysLog_component = normalizeComponent(
|
|
210971
210985
|
src_sysLogvue_type_script_lang_js,
|
|
210972
|
-
|
|
210973
|
-
|
|
210986
|
+
sysLogvue_type_template_id_0b190f5c_render,
|
|
210987
|
+
sysLogvue_type_template_id_0b190f5c_staticRenderFns,
|
|
210974
210988
|
false,
|
|
210975
210989
|
null,
|
|
210976
210990
|
null,
|
package/lib/ecyoabase.umd.js
CHANGED
|
@@ -54759,7 +54759,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
54759
54759
|
|
|
54760
54760
|
/***/ }),
|
|
54761
54761
|
|
|
54762
|
-
/***/
|
|
54762
|
+
/***/ 9837:
|
|
54763
54763
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
54764
54764
|
|
|
54765
54765
|
//! moment.js locale configuration
|
|
@@ -55580,8 +55580,8 @@ var map = {
|
|
|
55580
55580
|
"./vi.js": 1135,
|
|
55581
55581
|
"./x-pseudo": 4051,
|
|
55582
55582
|
"./x-pseudo.js": 4051,
|
|
55583
|
-
"./yo":
|
|
55584
|
-
"./yo.js":
|
|
55583
|
+
"./yo": 9837,
|
|
55584
|
+
"./yo.js": 9837,
|
|
55585
55585
|
"./zh-cn": 2648,
|
|
55586
55586
|
"./zh-cn.js": 2648,
|
|
55587
55587
|
"./zh-hk": 1632,
|
|
@@ -210448,8 +210448,8 @@ var menuMgr_component = normalizeComponent(
|
|
|
210448
210448
|
)
|
|
210449
210449
|
|
|
210450
210450
|
/* harmony default export */ var menuMgr = (menuMgr_component.exports);
|
|
210451
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/sysLog/index.vue?vue&type=template&id=
|
|
210452
|
-
var
|
|
210451
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/sysLog/index.vue?vue&type=template&id=0b190f5c
|
|
210452
|
+
var sysLogvue_type_template_id_0b190f5c_render = function render() {
|
|
210453
210453
|
var _vm = this,
|
|
210454
210454
|
_c = _vm._self._c;
|
|
210455
210455
|
return _c('div', {
|
|
@@ -210490,10 +210490,18 @@ var sysLogvue_type_template_id_30192db2_render = function render() {
|
|
|
210490
210490
|
}])
|
|
210491
210491
|
})], 1);
|
|
210492
210492
|
};
|
|
210493
|
-
var
|
|
210493
|
+
var sysLogvue_type_template_id_0b190f5c_staticRenderFns = [];
|
|
210494
210494
|
|
|
210495
210495
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/sysLog/index.vue?vue&type=script&lang=js
|
|
210496
210496
|
/* harmony default export */ var sysLogvue_type_script_lang_js = ({
|
|
210497
|
+
props: {
|
|
210498
|
+
apiUrl: {
|
|
210499
|
+
type: String,
|
|
210500
|
+
default: function _default() {
|
|
210501
|
+
return '';
|
|
210502
|
+
}
|
|
210503
|
+
}
|
|
210504
|
+
},
|
|
210497
210505
|
data: function data() {
|
|
210498
210506
|
return {
|
|
210499
210507
|
i18npkg: 'base',
|
|
@@ -210897,7 +210905,13 @@ var sysLogvue_type_template_id_30192db2_staticRenderFns = [];
|
|
|
210897
210905
|
}]
|
|
210898
210906
|
};
|
|
210899
210907
|
},
|
|
210900
|
-
mounted: function mounted() {
|
|
210908
|
+
mounted: function mounted() {
|
|
210909
|
+
if (this.apiUrl) {
|
|
210910
|
+
this.moduleInfo.getByIdUrl = apiUrl + '/getById';
|
|
210911
|
+
this.moduleInfo.listDataUrl = apiUrl + '/listdata';
|
|
210912
|
+
this.moduleInfo.delUrl = apiUrl + '/delete';
|
|
210913
|
+
}
|
|
210914
|
+
},
|
|
210901
210915
|
methods: {
|
|
210902
210916
|
/**
|
|
210903
210917
|
* 加载数据准备,qparams为查询参数对象,不需要返回值
|
|
@@ -210979,8 +210993,8 @@ var sysLogvue_type_template_id_30192db2_staticRenderFns = [];
|
|
|
210979
210993
|
;
|
|
210980
210994
|
var sysLog_component = normalizeComponent(
|
|
210981
210995
|
src_sysLogvue_type_script_lang_js,
|
|
210982
|
-
|
|
210983
|
-
|
|
210996
|
+
sysLogvue_type_template_id_0b190f5c_render,
|
|
210997
|
+
sysLogvue_type_template_id_0b190f5c_staticRenderFns,
|
|
210984
210998
|
false,
|
|
210985
210999
|
null,
|
|
210986
211000
|
null,
|