xianniu-ui 0.8.52 → 0.8.53
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/xianniu-ui.common.js +99 -70
- package/lib/xianniu-ui.umd.js +99 -70
- package/lib/xianniu-ui.umd.min.js +2 -2
- package/package.json +1 -1
- package/packages/upload/main.vue +36 -12
- package/src/oss/index.js +90 -99
package/lib/xianniu-ui.common.js
CHANGED
|
@@ -22555,7 +22555,7 @@ module.exports = DESCRIPTORS ? function (object, key, value) {
|
|
|
22555
22555
|
/***/ "9224":
|
|
22556
22556
|
/***/ (function(module) {
|
|
22557
22557
|
|
|
22558
|
-
module.exports = JSON.parse("{\"name\":\"xianniu-ui\",\"version\":\"0.8.
|
|
22558
|
+
module.exports = JSON.parse("{\"name\":\"xianniu-ui\",\"version\":\"0.8.53\",\"private\":false,\"main\":\"lib/xianniu-ui.umd.min.js\",\"scripts\":{\"dev\":\"cross-env NODE_ENV=development vue-cli-service serve\",\"build\":\"cross-env NODE_ENV=production vue-cli-service build\",\"build:lib\":\"npm run style && cross-env NODE_ENV=production vue-cli-service build --target lib --name xianniu-ui --dest lib src/index.js && cp-cli packages/style/lib lib/style && cp-cli packages/style/src/theme lib/style/theme\",\"style\":\"gulp --gulpfile ./packages/style/gulpfile.js\",\"play\":\"cross-env NODE_ENV=development PLAY_ENV=true vue-cli-service serve\",\"deploy\":\"bash deploy.sh\",\"lint\":\"vue-cli-service lint\",\"release\":\"node ./build/release.js\"},\"license\":\"MIT\",\"files\":[\"lib\",\"src\",\"packages\",\"plugins\",\"public\"],\"dependencies\":{\"ali-oss\":\"^6.17.1\",\"core-js\":\"^3.6.5\",\"uuid\":\"^9.0.0\",\"vue\":\"^2.7.14\",\"vue-lottie\":\"^0.2.1\",\"vue-router\":\"^3.2.0\",\"vuex\":\"^3.6.2\"},\"devDependencies\":{\"@babel/preset-env\":\"^7.16.7\",\"@vue/cli-plugin-babel\":\"~4.5.0\",\"@vue/cli-plugin-eslint\":\"~4.5.0\",\"@vue/cli-plugin-router\":\"~4.5.0\",\"@vue/cli-service\":\"~4.5.0\",\"@vue/component-compiler-utils\":\"^2.6.0\",\"babel-eslint\":\"^10.1.0\",\"babel-plugin-component\":\"^1.1.1\",\"babel-plugin-module-resolver\":\"^2.7.1\",\"babel-plugin-transform-remove-console\":\"^6.9.4\",\"copy-webpack-plugin\":\"^5.1.2\",\"cp-cli\":\"^2.0.0\",\"cross-env\":\"^7.0.3\",\"element-ui\":\"^2.15.13\",\"eslint\":\"^6.7.2\",\"eslint-plugin-vue\":\"^6.2.2\",\"highlight.js\":\"^9.3.0\",\"html-loader\":\"^3.0.1\",\"inquirer\":\"^8.2.6\",\"markdown-it\":\"^8.4.2\",\"markdown-it-anchor\":\"^5.3.0\",\"markdown-it-chain\":\"^1.3.0\",\"markdown-it-container\":\"^2.0.0\",\"markdown-loader\":\"^6.0.0\",\"mini-css-extract-plugin\":\"^0.4.1\",\"sass\":\"^1.32.6\",\"sass-loader\":\"^8.0.2\",\"shelljs\":\"^0.8.5\",\"transliteration\":\"^1.1.11\",\"vue-template-compiler\":\"^2.7.14\"}}");
|
|
22559
22559
|
|
|
22560
22560
|
/***/ }),
|
|
22561
22561
|
|
|
@@ -68420,7 +68420,7 @@ if (typeof window !== 'undefined') {
|
|
|
68420
68420
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
68421
68421
|
var es_function_name = __webpack_require__("b0c0");
|
|
68422
68422
|
|
|
68423
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68423
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/main.vue?vue&type=template&id=05f3027a&scoped=true&
|
|
68424
68424
|
var mainvue_type_template_id_05f3027a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',_vm._g(_vm._b({attrs:{"title":_vm.title,"visible":_vm.show,"width":_vm.width ? _vm.width : _vm._width,"before-close":_vm.beforeClose,"top":_vm.top},on:{"update:visible":function($event){_vm.show=$event},"open":function($event){return _vm.$emit('on-open')},"opened":function($event){return _vm.$emit('on-opened')}}},'el-dialog',_vm.$attrs,false),_vm.$listeners),[_vm._t("default"),_c('span',{attrs:{"slot":"footer"},slot:"footer"},[_vm._t("footer",function(){return [(_vm.$attrs['show-cancel'] !== false)?_c('el-button',{on:{"click":_vm.onClose}},[_vm._v("取消")]):_vm._e(),(_vm.$attrs['show-confirm'] !== false)?_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.onConfirm}},[_vm._v(_vm._s(_vm.$attrs["confirm-text"] || "提交"))]):_vm._e()]})],2)],2)}
|
|
68425
68425
|
var staticRenderFns = []
|
|
68426
68426
|
|
|
@@ -68662,7 +68662,7 @@ main.install = function (Vue) {
|
|
|
68662
68662
|
};
|
|
68663
68663
|
|
|
68664
68664
|
/* harmony default export */ var dialog = (main);
|
|
68665
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68665
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/table/main.vue?vue&type=template&id=2f9c7a86&
|
|
68666
68666
|
var mainvue_type_template_id_2f9c7a86_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-table-box"},[_c('div',{staticClass:"xn-table-box-tools",class:{ 'is-border': !_vm.border }},[_c('div',{staticClass:"flex justify-content-between align-items-center"},[_c('div',{staticClass:"fz-12",class:{ 'pb-10': _vm.isSelection }},[(_vm.isSelection && _vm.selectedData.length>0)?[_c('span',[_vm._v("已选择 "+_vm._s(_vm.selectedData.length)+" 项")]),_c('el-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.selectedData.length),expression:"selectedData.length"}],staticClass:"ml-5 pt-0 pb-0",attrs:{"type":"text","size":"mini"},on:{"click":_vm.clearSelection}},[_vm._v("取消")])]:_vm._e()],2),_c('div',{staticClass:"flex justify-content-between align-items-center",class:{ 'pb-10': _vm.$slots.tools || _vm.tools.length }},[_vm._t("tools",function(){return [_c('div',_vm._l((_vm.tools),function(item,idx){return _c('el-tooltip',{key:idx,attrs:{"content":item.label,"placement":"bottom","effect":"dark"}},[_c('el-button',{attrs:{"size":"mini","type":"primary","plain":"","icon":item.icon},on:{"click":function($event){return _vm.handleToolsItem(item, idx)}}},[_vm._v(" "+_vm._s(item.label)+" ")])],1)}),1)]}),_c('el-tooltip',{staticClass:"ml-10",attrs:{"content":"刷新","placement":"bottom","effect":"dark"}},[(_vm.showRefresh)?_c('el-button',{attrs:{"size":"mini","type":"primary","icon":"el-icon-refresh","plain":""},on:{"click":function($event){return _vm.$emit('on-refresh')}}}):_vm._e()],1)],2)])]),_c('el-table',_vm._g(_vm._b({ref:"table",class:{ 'disabled-all-selection': _vm.isRadio },attrs:{"data":_vm.data,"border":_vm.border,"stripe":_vm.stripe,"header-row-class-name":_vm.headerRowClassName,"row-class-name":_vm.tableRowClassName},on:{"row-click":_vm.singleElection,"selection-change":_vm.selectionChange},scopedSlots:_vm._u([(_vm.$slots.append)?{key:"append",fn:function(){return [_vm._t("append")]},proxy:true}:null],null,true)},'el-table',_vm.$attrs,false),_vm.$listeners),[(_vm.isSelection && _vm.data.length)?_c('el-table-column',_vm._b({attrs:{"type":"selection","width":"50px","align":"center","selectable":_vm.handleSelectable}},'el-table-column',_vm.$attrs,false)):_vm._e(),(_vm.isRadio)?_c('el-table-column',_vm._b({attrs:{"width":"40px","align":"center"},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
68667
68667
|
var row = ref.row;
|
|
68668
68668
|
return [_c('el-radio',{attrs:{"label":row[_vm.idKey]},model:{value:(_vm.radioSelected),callback:function ($$v) {_vm.radioSelected=$$v},expression:"radioSelected"}},[_vm._v(" ")])]}}],null,false,3131684412)},'el-table-column',_vm.$attrs,false)):_vm._e(),(_vm.index && _vm.data.length)?_c('el-table-column',{attrs:{"width":"50px","label":"序号","type":"index"}}):_vm._e(),_vm._t("default",function(){return _vm._l((_vm.columns),function(item,idx){return _c('column',_vm._b({directives:[{name:"show",rawName:"v-show",value:(item.checked === true),expression:"item.checked === true"}],key:idx},'column',item,false))})})],2),(!_vm.$utils.isEmpty(_vm.page))?[_c('xn-page',_vm._b({attrs:{"total":_vm.page.total,"pageNum":_vm.page.pageNum,"pageSize":_vm.page.pageSize,"layout":"total, prev, pager, next, jumper"},on:{"update:pageNum":function($event){return _vm.$set(_vm.page, "pageNum", $event)},"update:page-num":function($event){return _vm.$set(_vm.page, "pageNum", $event)},"update:pageSize":function($event){return _vm.$set(_vm.page, "pageSize", $event)},"update:page-size":function($event){return _vm.$set(_vm.page, "pageSize", $event)},"pagination":_vm.getList}},'xn-page',_vm.$attrs,false))]:_vm._e()],2)}
|
|
@@ -68692,7 +68692,7 @@ var es_regexp_exec = __webpack_require__("ac1f");
|
|
|
68692
68692
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.test.js
|
|
68693
68693
|
var es_regexp_test = __webpack_require__("00b4");
|
|
68694
68694
|
|
|
68695
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68695
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/table/column.vue?vue&type=template&id=c53c75fa&
|
|
68696
68696
|
var columnvue_type_template_id_c53c75fa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.isShowColumn(_vm.$attrs))?_c('el-table-column',_vm._g(_vm._b({attrs:{"show-overflow-tooltip":_vm.showOverflowTooltip(_vm.$attrs)},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
68697
68697
|
var row = ref.row;
|
|
68698
68698
|
var $index = ref.$index;
|
|
@@ -69217,7 +69217,7 @@ table_main.install = function (Vue) {
|
|
|
69217
69217
|
};
|
|
69218
69218
|
|
|
69219
69219
|
/* harmony default export */ var table = (table_main);
|
|
69220
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69220
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/page/main.vue?vue&type=template&id=5a4c4945&
|
|
69221
69221
|
var mainvue_type_template_id_5a4c4945_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-page",class:{ 'is-hidden': _vm.hidden }},[_c('el-pagination',_vm._b({attrs:{"small":_vm.isSmall,"current-page":_vm.currentPage,"page-size":_vm._pageSize,"layout":_vm.smallLayout,"total":_vm.total,"page-sizes":_vm.pageSizes},on:{"update:currentPage":function($event){_vm.currentPage=$event},"update:current-page":function($event){_vm.currentPage=$event},"update:pageSize":function($event){_vm._pageSize=$event},"update:page-size":function($event){_vm._pageSize=$event},"size-change":_vm.handleSizeChange,"current-change":_vm.handleCurrentChange}},'el-pagination',_vm.$attrs,false))],1)}
|
|
69222
69222
|
var mainvue_type_template_id_5a4c4945_staticRenderFns = []
|
|
69223
69223
|
|
|
@@ -69421,7 +69421,7 @@ page_main.install = function (Vue) {
|
|
|
69421
69421
|
};
|
|
69422
69422
|
|
|
69423
69423
|
/* harmony default export */ var page = (page_main);
|
|
69424
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69424
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/search/main.vue?vue&type=template&id=66551f33&
|
|
69425
69425
|
var mainvue_type_template_id_66551f33_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-search"},[_c('el-form',{ref:"form",attrs:{"inline":"","model":_vm.form,"label-width":_vm.labelWidth},nativeOn:{"submit":function($event){$event.preventDefault();},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onSearch.apply(null, arguments)}}},[_c('el-row',{staticClass:"xn-search--row",attrs:{"gutter":0}},[_vm._l((_vm.form.value),function(item,idx){return [_c('el-col',_vm._b({directives:[{name:"show",rawName:"v-show",value:(item.isShow || _vm.isColl),expression:"item.isShow || isColl"}],key:idx},'el-col',Object.assign({}, _vm.col),false),[(item.type === 'city')?_c('el-form-item',{key:idx,staticClass:"xn-search--row_col",attrs:{"label":item.label,"prop":item.prop}},[_c('xn-city',_vm._b({key:item.prop,attrs:{"data-level":(item.options && item.options.dataLevel) || 2},on:{"on-city":_vm.handleChangeCity},model:{value:(item.modelVal),callback:function ($$v) {_vm.$set(item, "modelVal", $$v)},expression:"item.modelVal"}},'xn-city',item.options ? Object.assign({}, item.options) : {},false))],1):_vm._e(),(item.type === 'cascader')?_c('el-form-item',{key:idx,staticClass:"xn-search--row_col",attrs:{"label":item.label,"prop":item.prop}},[_c('el-cascader',_vm._b({staticStyle:{"width":"100%"},attrs:{"options":item.data},on:{"change":function($event){return _vm.onChangeCascader($event, item)}},model:{value:(item.modelVal),callback:function ($$v) {_vm.$set(item, "modelVal", $$v)},expression:"item.modelVal"}},'el-cascader',item.options ? Object.assign({}, item.options) : {},false))],1):_vm._e(),(item.type === 'input')?_c('el-form-item',{key:idx,staticClass:"xn-search--row_col",attrs:{"label":item.label,"prop":item.prop}},[_c('el-input',_vm._b({key:item.prop,staticStyle:{"width":"100%"},attrs:{"clearable":item.clearable || true,"placeholder":item.placeholder || '请填写' + item.label},model:{value:(item.modelVal),callback:function ($$v) {_vm.$set(item, "modelVal", (typeof $$v === 'string'? $$v.trim(): $$v))},expression:"item.modelVal"}},'el-input',item.options ? Object.assign({}, item.options) : {},false))],1):_vm._e(),(item.type === 'select')?_c('el-form-item',{key:idx,staticClass:"xn-search--row_col",attrs:{"label":item.label,"prop":item.prop}},[_c('el-select',_vm._b({key:item.prop,staticStyle:{"width":"100%"},attrs:{"placeholder":item.placeholder || '请选择' + item.label,"clearable":item.clearable || true,"filterable":"","remote":_vm.isRemote(item.remote),"reserve-keyword":_vm.isRemote(item.remote),"default-first-option":_vm.isRemote(item.remote),"remote-method":item.remote},model:{value:(item.modelVal),callback:function ($$v) {_vm.$set(item, "modelVal", $$v)},expression:"item.modelVal"}},'el-select',item.options ? Object.assign({}, item.options) : {},false),_vm._l((item.data),function(itemData,idxData){return _c('el-option',{key:idxData,attrs:{"label":itemData[(item.options && item.options.labelKey) || 'label'],"value":itemData[(item.options && item.options.valueKey) || 'value']}})}),1)],1):_vm._e(),(_vm.isDate(item.type))?_c('el-form-item',{key:idx,staticClass:"xn-search--row_col",attrs:{"label":item.label,"prop":item.prop}},[_c('xn-date',{key:item.prop,attrs:{"mode":item.mode || 'range',"type":item.type || 'daterange',"is-shortcut":_vm.showShortcut(item),"placeholder":item.placeholder,"startPlaceholder":item.options && item.options.startPlaceholder,"endPlaceholder":item.options && item.options.endPlaceholder,"clearable":item.clearable || true,"default-time":_vm.isRange(item.type) && item.defaultTime == undefined
|
|
69426
69426
|
? ['00:00:00', '23:59:59']
|
|
69427
69427
|
: item.defaultTime},on:{"on-change":function($event){item.change && item.change($event, item.prop)},"on-format":_vm.onChangeDateFormat},model:{value:(item.modelVal),callback:function ($$v) {_vm.$set(item, "modelVal", $$v)},expression:"item.modelVal"}})],1):_vm._e()],1)]}),_c('el-col',_vm._b({},'el-col',Object.assign({}, _vm.col),false),[_c('el-form-item',{staticClass:"xn-search-searchbtn",style:({
|
|
@@ -69971,7 +69971,7 @@ search_main.install = function (Vue) {
|
|
|
69971
69971
|
};
|
|
69972
69972
|
|
|
69973
69973
|
/* harmony default export */ var search = (search_main);
|
|
69974
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69974
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/date/main.vue?vue&type=template&id=707282cc&
|
|
69975
69975
|
var mainvue_type_template_id_707282cc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-date"},[(_vm.mode === 'range')?[_c('el-date-picker',_vm._g(_vm._b({style:(_vm.styles),attrs:{"value":_vm.value,"type":_vm.type,"align":"right","placeholder":_vm.placeholder,"start-placeholder":_vm.startPlaceholder,"end-placeholder":_vm.endPlaceholder,"picker-options":_vm.pickerOpts,"format":_vm.format ? _vm.format : _vm._format.format,"value-format":_vm.valueFormat ? _vm.valueFormat : _vm._format.valueFormat,"default-time":_vm.defaultTime,"disabled":_vm.disabled,"readonly":_vm.readonly,"clearable":_vm.clearable},on:{"input":_vm.onChange}},'el-date-picker',_vm.$attrs,false),_vm.$listeners))]:_vm._e(),(_vm.mode === 'group')?[_c('div',{staticClass:"xn-date-group"},[_c('el-date-picker',_vm._g(_vm._b({staticClass:"xn-date-group--item",attrs:{"type":_vm.type,"placeholder":"开始日期","disabled":_vm.disabled,"readonly":_vm.readonly,"clearable":_vm.clearable,"format":_vm.format ? _vm.format : _vm._format.format,"value-format":_vm.valueFormat ? _vm.valueFormat : _vm._format.valueFormat,"picker-options":_vm.groupPickerOptions},on:{"change":_vm.onChangeStart},model:{value:(_vm.startTime),callback:function ($$v) {_vm.startTime=$$v},expression:"startTime"}},'el-date-picker',_vm.$attrs,false),_vm.$listeners)),_c('span',{staticClass:"xn-date-group--separator"},[_vm._v("-")]),_c('el-date-picker',_vm._g(_vm._b({staticClass:"xn-date-group--item",attrs:{"type":_vm.type,"placeholder":"结束日期","disabled":_vm.disabled,"readonly":_vm.readonly,"clearable":_vm.clearable,"picker-options":_vm.groupEndPickerOptions,"format":_vm.format ? _vm.format : _vm._format.format,"value-format":_vm.valueFormat ? _vm.valueFormat : _vm._format.valueFormat},on:{"change":_vm.onChangeEnd},model:{value:(_vm.endTime),callback:function ($$v) {_vm.endTime=$$v},expression:"endTime"}},'el-date-picker',_vm.$attrs,false),_vm.$listeners))],1)]:_vm._e()],2)}
|
|
69976
69976
|
var mainvue_type_template_id_707282cc_staticRenderFns = []
|
|
69977
69977
|
|
|
@@ -70371,24 +70371,26 @@ date_main.install = function (Vue) {
|
|
|
70371
70371
|
};
|
|
70372
70372
|
|
|
70373
70373
|
/* harmony default export */ var date = (date_main);
|
|
70374
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70375
|
-
var
|
|
70374
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/upload/main.vue?vue&type=template&id=42afaaef&
|
|
70375
|
+
var mainvue_type_template_id_42afaaef_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-upload',_vm._b({ref:"upload",staticClass:"xn-upload",class:{
|
|
70376
70376
|
'is-disabled': _vm.$attrs.disabled != undefined,
|
|
70377
70377
|
'is-hidden': _vm.preview || _vm.hideUpload || _vm.isHidden,
|
|
70378
70378
|
'is-idcard': _vm.listType === 'idcard',
|
|
70379
|
-
},style:(Object.assign({}, _vm.styles, _vm.idCardSizeData)),attrs:{"action":"###","limit":_vm.limit,"list-type":_vm.listType === 'idcard' ? 'picture-card' : _vm.listType,"file-list":_vm.fileList,"http-request":_vm.onHttpUpload,"
|
|
70379
|
+
},style:(Object.assign({}, _vm.styles, _vm.idCardSizeData)),attrs:{"action":"###","limit":_vm.limit,"list-type":_vm.listType === 'idcard' ? 'picture-card' : _vm.listType,"file-list":_vm.fileList,"http-request":_vm.onHttpUpload,"before-upload":_vm.onBeforeUpload,"on-exceed":_vm.onExceed,"on-change":_vm.onChange,"on-preview":_vm.onPreviewFile},on:{"update:fileList":function($event){_vm.fileList=$event},"update:file-list":function($event){_vm.fileList=$event}},scopedSlots:_vm._u([{key:"file",fn:function(ref){
|
|
70380
70380
|
var file = ref.file;
|
|
70381
|
-
return _c('div',{class:{
|
|
70381
|
+
return _c('div',{class:{
|
|
70382
|
+
'xn-upload--slot': ['picture-card', 'idcard'].includes(_vm.listType),
|
|
70383
|
+
}},[(['list'].includes(_vm.listType))?[(_vm.$utils.isImg(file))?_c('a',{staticClass:"el-upload-list__item-name",on:{"click":function($event){return _vm.handlePictureCardPreview(file)}}},[_c('i',{staticClass:"el-icon-document"}),_vm._v(_vm._s(file.name)+" ")]):(_vm.$utils.isAV(file))?_c('a',{staticClass:"el-upload-list__item-name",on:{"click":function($event){return _vm.handleAVPreview(file)}}},[_c('i',{staticClass:"el-icon-document"}),_vm._v(_vm._s(file.name)+" ")]):_c('a',{staticClass:"el-upload-list__item-name",on:{"click":function($event){return _vm.handleDownload(file)}}},[_c('i',{staticClass:"el-icon-document"}),_vm._v(_vm._s(file.name)+" ")]),(file.status === 'uploading')?_c('a',{staticClass:"el-upload-list__item-name"},[_c('i',{staticClass:"el-icon-document"}),_vm._v(_vm._s(file.name)+" ")]):_vm._e(),(file.status === 'uploading')?_c('el-progress',{attrs:{"type":"line","stroke-width":2,"percentage":_vm.process(file.percentage || 0)}}):_vm._e(),(file.status === 'success')?_c('label',{staticClass:"el-upload-list__item-status-label"},[_c('i',{class:{
|
|
70382
70384
|
'el-icon-upload-success': true,
|
|
70383
70385
|
'el-icon-circle-check': true,
|
|
70384
70386
|
}})]):_vm._e(),(
|
|
70385
70387
|
_vm.allowDelete || (_vm.$attrs.disabled == null && !_vm.preview) || _vm.hideUpload
|
|
70386
|
-
)?_c('i',{staticClass:"el-icon-close",on:{"click":function($event){return _vm.handleRemove(file, _vm.fileList)}}}):_vm._e()]:_vm._e(),(['picture-card', 'idcard'].includes(_vm.listType))?[_c('uploadPop',{attrs:{"file":file},on:{"on-download":function($event){return _vm.handleDownload(file)}}}),(_vm.$utils.isImg(file))?[_c('el-image',{staticClass:"el-upload-list__item-thumbnail",attrs:{"src":file.url,"fit":"cover"}})]:(_vm.$utils.isAV(file))?[_c('el-image',{staticClass:"el-upload-list__item-thumbnail",attrs:{"src":file.url +
|
|
70388
|
+
)?_c('i',{staticClass:"el-icon-close",on:{"click":function($event){return _vm.handleRemove(file, _vm.fileList)}}}):_vm._e()]:_vm._e(),(['picture-card', 'idcard'].includes(_vm.listType))?[_c('uploadPop',{attrs:{"file":file},on:{"on-download":function($event){return _vm.handleDownload(file)}}}),(file.status === 'fail')?_c('div',[_vm._v("失败")]):_vm._e(),(_vm.$utils.isImg(file))?[_c('el-image',{staticClass:"el-upload-list__item-thumbnail",attrs:{"src":file.url,"fit":"cover"}})]:(_vm.$utils.isAV(file))?[_c('el-image',{staticClass:"el-upload-list__item-thumbnail",attrs:{"src":file.url +
|
|
70387
70389
|
'?x-oss-process=video/snapshot,t_0,f_jpg,w_0,h_0,m_fast,ar_auto',"fit":"cover"}})]:[_c('div',{staticClass:"xn-upload-list__item-file"},[_c('div',{staticClass:"annex"},[_c('i',{staticClass:"el-icon el-icon-folder"}),_c('span',{staticClass:"label"},[_vm._v("附件")])]),_c('div',{staticClass:"file-name"},[_vm._v(_vm._s(file.name))])])],(file.status === 'uploading')?_c('div',{staticClass:"process"},[_c('el-progress',{attrs:{"status":file.percentage === 100 && !_vm.isUploading ? 'success' : null,"type":"circle","percentage":_vm.process(file.percentage || 0),"stroke-width":6}})],1):_vm._e(),_c('span',{staticClass:"el-upload-list__item-actions"},[(_vm.$utils.isImg(file))?_c('span',{staticClass:"el-upload-list__item-preview",on:{"click":function($event){return _vm.handlePictureCardPreview(file)}}},[_c('i',{staticClass:"fz-16 el-icon-zoom-in"})]):_vm._e(),(_vm.$utils.isAV(file))?_c('span',{staticClass:"el-upload-list__item-preview ml-5",on:{"click":function($event){return _vm.handleAVPreview(file)}}},[_c('i',{staticClass:"fz-16 el-icon-video-play"})]):_vm._e(),_c('span',{staticClass:"el-upload-list__item-delete icon ml-5",on:{"click":function($event){return _vm.handleDownload(file, _vm.fileList)}}},[_c('i',{staticClass:"fz-16 el-icon-download"})]),(_vm.allowDelete || (!_vm.$attrs.disabled && !_vm.preview) || _vm.hideUpload)?_c('span',{staticClass:"el-upload-list__item-delete icon ml-5",on:{"click":function($event){return _vm.handleRemove(file, _vm.fileList)}}},[_c('i',{staticClass:"fz-16 el-icon-delete"})]):_vm._e()])]:_vm._e()],2)}}])},'el-upload',_vm.$attrs,false),[(_vm.listType === 'idcard')?[_c('template',{slot:"trigger"},[_c('idCard',{ref:"idcard",attrs:{"type":_vm.type}})],1)]:(_vm.listType === 'picture-card')?[_c('div',{staticClass:"upload-limit",attrs:{"slot":"trigger"},slot:"trigger"},[_c('i',{staticClass:"el-icon el-icon-plus"})])]:[_vm._t("default",function(){return [_c('el-button',{attrs:{"icon":"el-icon-upload","disabled":_vm.$attrs.disabled}},[_vm._v("上传")])]})],(_vm.tip !== '')?_c('div',{staticClass:"el-upload__tip",attrs:{"slot":"tip"},slot:"tip"},[_vm._v(_vm._s(_vm.tip))]):_vm._e(),(_vm.isShowImageView)?_c('el-image-viewer',{attrs:{"on-close":_vm.closeViewer,"z-index":999999,"url-list":[_vm.imageView]}}):_vm._e(),_c('AV',{attrs:{"show":_vm.isShowAV,"url":_vm.avUrl},on:{"update:show":function($event){_vm.isShowAV=$event}}})],2)}
|
|
70388
|
-
var
|
|
70390
|
+
var mainvue_type_template_id_42afaaef_staticRenderFns = []
|
|
70389
70391
|
|
|
70390
70392
|
|
|
70391
|
-
// CONCATENATED MODULE: ./packages/upload/main.vue?vue&type=template&id=
|
|
70393
|
+
// CONCATENATED MODULE: ./packages/upload/main.vue?vue&type=template&id=42afaaef&
|
|
70392
70394
|
|
|
70393
70395
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
|
70394
70396
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
@@ -70435,7 +70437,7 @@ var es_promise = __webpack_require__("e6cf");
|
|
|
70435
70437
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.splice.js
|
|
70436
70438
|
var es_array_splice = __webpack_require__("a434");
|
|
70437
70439
|
|
|
70438
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70440
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./node_modules/element-ui/packages/image/src/image-viewer.vue?vue&type=template&id=fda3c9b4&
|
|
70439
70441
|
var image_viewervue_type_template_id_fda3c9b4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":"viewer-fade"}},[_c('div',{ref:"el-image-viewer__wrapper",staticClass:"el-image-viewer__wrapper",style:({ 'z-index': _vm.viewerZIndex }),attrs:{"tabindex":"-1"}},[_c('div',{staticClass:"el-image-viewer__mask",on:{"click":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.handleMaskClick.apply(null, arguments)}}}),_c('span',{staticClass:"el-image-viewer__btn el-image-viewer__close",on:{"click":_vm.hide}},[_c('i',{staticClass:"el-icon-close"})]),(!_vm.isSingle)?[_c('span',{staticClass:"el-image-viewer__btn el-image-viewer__prev",class:{ 'is-disabled': !_vm.infinite && _vm.isFirst },on:{"click":_vm.prev}},[_c('i',{staticClass:"el-icon-arrow-left"})]),_c('span',{staticClass:"el-image-viewer__btn el-image-viewer__next",class:{ 'is-disabled': !_vm.infinite && _vm.isLast },on:{"click":_vm.next}},[_c('i',{staticClass:"el-icon-arrow-right"})])]:_vm._e(),_c('div',{staticClass:"el-image-viewer__btn el-image-viewer__actions"},[_c('div',{staticClass:"el-image-viewer__actions__inner"},[_c('i',{staticClass:"el-icon-zoom-out",on:{"click":function($event){return _vm.handleActions('zoomOut')}}}),_c('i',{staticClass:"el-icon-zoom-in",on:{"click":function($event){return _vm.handleActions('zoomIn')}}}),_c('i',{staticClass:"el-image-viewer__actions__divider"}),_c('i',{class:_vm.mode.icon,on:{"click":_vm.toggleMode}}),_c('i',{staticClass:"el-image-viewer__actions__divider"}),_c('i',{staticClass:"el-icon-refresh-left",on:{"click":function($event){return _vm.handleActions('anticlocelise')}}}),_c('i',{staticClass:"el-icon-refresh-right",on:{"click":function($event){return _vm.handleActions('clocelise')}}})])]),_c('div',{staticClass:"el-image-viewer__canvas"},_vm._l((_vm.urlList),function(url,i){return (i === _vm.index)?_c('img',{key:url,ref:"img",refInFor:true,staticClass:"el-image-viewer__img",style:(_vm.imgStyle),attrs:{"src":_vm.currentImg,"referrerpolicy":"no-referrer"},on:{"load":_vm.handleImgLoad,"error":_vm.handleImgError,"mousedown":_vm.handleMouseDown}}):_vm._e()}),0)],2)])}
|
|
70440
70442
|
var image_viewervue_type_template_id_fda3c9b4_staticRenderFns = []
|
|
70441
70443
|
|
|
@@ -71823,7 +71825,7 @@ class oss_Client {
|
|
|
71823
71825
|
isImg(file) {
|
|
71824
71826
|
return file.type.indexOf('image') > -1
|
|
71825
71827
|
}
|
|
71826
|
-
isAV(file){
|
|
71828
|
+
isAV(file) {
|
|
71827
71829
|
return file.type.indexOf('audio') > -1 || file.type.indexOf('video') > -1
|
|
71828
71830
|
}
|
|
71829
71831
|
getFileNameUUID() {
|
|
@@ -71907,15 +71909,15 @@ class oss_Client {
|
|
|
71907
71909
|
accessorySize: currentFile.size
|
|
71908
71910
|
}
|
|
71909
71911
|
this.setFileId(obj).then((res) => {
|
|
71910
|
-
resolve({ ...obj, fileId: res.fileId })
|
|
71912
|
+
resolve({ ...obj, fileId: res.fileId, file: currentFile })
|
|
71911
71913
|
}).catch((err) => {
|
|
71912
71914
|
file.onError();
|
|
71913
|
-
reject(err)
|
|
71915
|
+
reject({ file, fileName: currentFile.name, err })
|
|
71914
71916
|
})
|
|
71915
71917
|
|
|
71916
71918
|
}).catch(err => {
|
|
71917
71919
|
file.onError();
|
|
71918
|
-
reject(err)
|
|
71920
|
+
reject({ file, fileName: currentFile.name, err })
|
|
71919
71921
|
})
|
|
71920
71922
|
})
|
|
71921
71923
|
}
|
|
@@ -71923,7 +71925,7 @@ class oss_Client {
|
|
|
71923
71925
|
|
|
71924
71926
|
|
|
71925
71927
|
/* harmony default export */ var oss = (oss_Client);
|
|
71926
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
71928
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/upload/upload-pop.vue?vue&type=template&id=d4c02f20&
|
|
71927
71929
|
var upload_popvue_type_template_id_d4c02f20_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-popover',{attrs:{"width":"300","trigger":"hover"}},[_c('el-form',{attrs:{"label-width":"80px","size":"mini"}},[_c('el-form-item',{staticClass:"mb-5",attrs:{"label":"文件名"}},[_c('div',{staticClass:"tip-filename",attrs:{"title":_vm.file.name}},[_vm._v(" "+_vm._s(_vm.file.name)+" ")])]),_c('el-form-item',{staticClass:"mb-0",attrs:{"label":"文件大小"}},[_vm._v(" "+_vm._s(_vm.$format.bytesToSize(_vm.file.size))+" ")]),_c('el-form-item',{staticClass:"mb-0",attrs:{"label":"文件格式"}},[_vm._v(" "+_vm._s(_vm.file.ext)+" ")]),_c('el-form-item',{staticClass:"mb-0",attrs:{"label":"操作"}},[_c('el-link',{attrs:{"type":"primary","underline":false,"icon":"el-icon-download"},on:{"click":function($event){return _vm.handleDownload(_vm.file)}}},[_vm._v("下载")])],1)],1),(_vm.file.ext)?_c('div',{staticClass:"xn-upload--slot__ext",attrs:{"slot":"reference"},slot:"reference"},[_vm._v(_vm._s(_vm.file.ext))]):_vm._e()],1)}
|
|
71928
71930
|
var upload_popvue_type_template_id_d4c02f20_staticRenderFns = []
|
|
71929
71931
|
|
|
@@ -71997,7 +71999,7 @@ var upload_pop_component = normalizeComponent(
|
|
|
71997
71999
|
)
|
|
71998
72000
|
|
|
71999
72001
|
/* harmony default export */ var upload_pop = (upload_pop_component.exports);
|
|
72000
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72002
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/upload/idCard.vue?vue&type=template&id=3fcb7672&scoped=true&
|
|
72001
72003
|
var idCardvue_type_template_id_3fcb7672_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-idcard",style:(_vm.objStyle)},[(_vm.type === 'front' && _vm.url === '')?_c('img',{attrs:{"src":"data:image/jpeg;base64,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"}}):_vm._e(),(_vm.type === 'back' && _vm.url === '')?_c('img',{attrs:{"src":"data:image/jpeg;base64,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"}}):_vm._e(),(_vm.url)?_c('div',{staticClass:"xn-idcard-img"},[_c('img',{attrs:{"src":_vm.url,"alt":""}})]):_vm._e(),(_vm.url === '')?_c('div',{staticClass:"tip"},[_c('i',{staticClass:"el-icon-upload"}),_c('span',[_vm._v("点击上传"+_vm._s(_vm.type === "front" ? "人像" : "国徽")+"面")])]):_vm._e(),_c('el-dialog',{attrs:{"title":"查看","append-to-body":"","visible":_vm.isShowView,"width":"650px"},on:{"update:visible":function($event){_vm.isShowView=$event}}},[_c('div',{staticClass:"xn-idcard-rotate",style:(_vm.rotateSty)},[_c('el-image',{staticStyle:{"width":"100%"},attrs:{"src":_vm.previewUrl,"fit":"cover"}})],1),_c('div',{staticClass:"text-center",staticStyle:{"position":"relative"}},[_c('el-button',{attrs:{"type":"primary","icon":"el-icon-refresh-left"},on:{"click":function($event){return _vm.onRotate(1)}}}),_c('el-button',{attrs:{"type":"primary","icon":"el-icon-refresh-right"},on:{"click":function($event){return _vm.onRotate(2)}}})],1)])],1)}
|
|
72002
72004
|
var idCardvue_type_template_id_3fcb7672_scoped_true_staticRenderFns = []
|
|
72003
72005
|
|
|
@@ -72133,7 +72135,7 @@ var idCard_component = normalizeComponent(
|
|
|
72133
72135
|
)
|
|
72134
72136
|
|
|
72135
72137
|
/* harmony default export */ var idCard = (idCard_component.exports);
|
|
72136
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72138
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/upload/AV.vue?vue&type=template&id=30754ea6&scoped=true&
|
|
72137
72139
|
var AVvue_type_template_id_30754ea6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"title":"预览","visible":_vm.show,"width":"640px","before-close":_vm.onClose,"append-to-body":""},on:{"update:visible":function($event){_vm.show=$event}}},[_c('div',[_c('video',{ref:"video",staticStyle:{"width":"100%"},attrs:{"controls":""}},[_c('source',{attrs:{"src":_vm.url,"type":"video/mp4"}})])]),_c('div',{attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.onClose}},[_vm._v("关闭")])],1)])}
|
|
72138
72140
|
var AVvue_type_template_id_30754ea6_scoped_true_staticRenderFns = []
|
|
72139
72141
|
|
|
@@ -72395,6 +72397,12 @@ var AV_component = normalizeComponent(
|
|
|
72395
72397
|
//
|
|
72396
72398
|
//
|
|
72397
72399
|
//
|
|
72400
|
+
//
|
|
72401
|
+
//
|
|
72402
|
+
//
|
|
72403
|
+
//
|
|
72404
|
+
//
|
|
72405
|
+
//
|
|
72398
72406
|
|
|
72399
72407
|
|
|
72400
72408
|
|
|
@@ -72470,7 +72478,6 @@ var AV_component = normalizeComponent(
|
|
|
72470
72478
|
imageView: "",
|
|
72471
72479
|
isHidden: false,
|
|
72472
72480
|
viewList: [],
|
|
72473
|
-
files: [],
|
|
72474
72481
|
successFiles: [],
|
|
72475
72482
|
isUploading: false,
|
|
72476
72483
|
file: {},
|
|
@@ -72478,7 +72485,9 @@ var AV_component = normalizeComponent(
|
|
|
72478
72485
|
client: null,
|
|
72479
72486
|
idCardSizeData: {},
|
|
72480
72487
|
isShowAV: false,
|
|
72481
|
-
avUrl: ""
|
|
72488
|
+
avUrl: "",
|
|
72489
|
+
realFileList: [],
|
|
72490
|
+
reUploadFile: {}
|
|
72482
72491
|
};
|
|
72483
72492
|
},
|
|
72484
72493
|
computed: {
|
|
@@ -72489,12 +72498,15 @@ var AV_component = normalizeComponent(
|
|
|
72489
72498
|
},
|
|
72490
72499
|
fileSize: function fileSize() {
|
|
72491
72500
|
return this.$format.bytesToSize(this.file.size);
|
|
72501
|
+
},
|
|
72502
|
+
isMultiple: function isMultiple() {
|
|
72503
|
+
return this.$attrs.multiple;
|
|
72492
72504
|
}
|
|
72493
72505
|
},
|
|
72494
72506
|
watch: {
|
|
72495
72507
|
fileList: {
|
|
72496
72508
|
handler: function handler(n) {
|
|
72497
|
-
this.successFiles = n;
|
|
72509
|
+
// this.successFiles = n;
|
|
72498
72510
|
this.isHidden = this.limit === n.length;
|
|
72499
72511
|
},
|
|
72500
72512
|
immediate: true
|
|
@@ -72617,7 +72629,7 @@ var AV_component = normalizeComponent(
|
|
|
72617
72629
|
});
|
|
72618
72630
|
},
|
|
72619
72631
|
onChange: function onChange(file, fileList) {
|
|
72620
|
-
this.
|
|
72632
|
+
this.realFileList = fileList;
|
|
72621
72633
|
},
|
|
72622
72634
|
onHttpUpload: function onHttpUpload(file) {
|
|
72623
72635
|
var _this6 = this;
|
|
@@ -72627,27 +72639,9 @@ var AV_component = normalizeComponent(
|
|
|
72627
72639
|
while (1) {
|
|
72628
72640
|
switch (_context4.prev = _context4.next) {
|
|
72629
72641
|
case 0:
|
|
72630
|
-
_this6.
|
|
72631
|
-
|
|
72632
|
-
_this6.$emit("on-uploaded", false);
|
|
72633
|
-
|
|
72634
|
-
_this6.oss.upload(file).then(function (res) {
|
|
72635
|
-
_this6.successFiles.push(res);
|
|
72642
|
+
_this6.handleUpload(file);
|
|
72636
72643
|
|
|
72637
|
-
|
|
72638
|
-
|
|
72639
|
-
_this6.$emit("on-file", _this6.res);
|
|
72640
|
-
|
|
72641
|
-
_this6.$emit("on-success", _this6.successFiles);
|
|
72642
|
-
|
|
72643
|
-
_this6.$emit("on-uploaded", true);
|
|
72644
|
-
|
|
72645
|
-
_this6.isUploading = false;
|
|
72646
|
-
}).catch(function () {
|
|
72647
|
-
_this6.$emit("update:fileList", _this6.successFiles);
|
|
72648
|
-
});
|
|
72649
|
-
|
|
72650
|
-
case 3:
|
|
72644
|
+
case 1:
|
|
72651
72645
|
case "end":
|
|
72652
72646
|
return _context4.stop();
|
|
72653
72647
|
}
|
|
@@ -72655,9 +72649,44 @@ var AV_component = normalizeComponent(
|
|
|
72655
72649
|
}, _callee4);
|
|
72656
72650
|
}))();
|
|
72657
72651
|
},
|
|
72658
|
-
|
|
72659
|
-
this
|
|
72652
|
+
handleUpload: function handleUpload(file) {
|
|
72653
|
+
var _this7 = this;
|
|
72654
|
+
|
|
72655
|
+
this.isUploading = true;
|
|
72656
|
+
this.$emit("on-uploaded", false);
|
|
72657
|
+
this.oss.upload(file).then(function (res) {
|
|
72658
|
+
_this7.successFiles.push(res);
|
|
72659
|
+
|
|
72660
|
+
_this7.realFileList.forEach(function (item, idx) {
|
|
72661
|
+
if (item.uid === res.file.uid) {
|
|
72662
|
+
delete res.file;
|
|
72663
|
+
|
|
72664
|
+
_this7.$set(_this7.realFileList, idx, res);
|
|
72665
|
+
}
|
|
72666
|
+
});
|
|
72667
|
+
|
|
72668
|
+
_this7.$emit("update:fileList", _this7.realFileList);
|
|
72669
|
+
|
|
72670
|
+
_this7.$emit("on-file", _this7.res);
|
|
72671
|
+
|
|
72672
|
+
_this7.$emit("on-success", _this7.successFiles);
|
|
72673
|
+
|
|
72674
|
+
_this7.$emit("on-uploaded", true);
|
|
72675
|
+
|
|
72676
|
+
_this7.isUploading = false;
|
|
72677
|
+
}).catch(function (_ref) {
|
|
72678
|
+
var fileName = _ref.fileName;
|
|
72679
|
+
|
|
72680
|
+
_this7.$notify.error({
|
|
72681
|
+
title: "上传失败",
|
|
72682
|
+
dangerouslyUseHTMLString: true,
|
|
72683
|
+
message: "<div><p>\u6587\u4EF6\u540D\uFF1A</p>".concat(fileName, "</div>")
|
|
72684
|
+
});
|
|
72685
|
+
});
|
|
72660
72686
|
},
|
|
72687
|
+
// onError() {
|
|
72688
|
+
// this.$message.error("上传失败,请重试");
|
|
72689
|
+
// },
|
|
72661
72690
|
onSubmitUpload: function onSubmitUpload() {
|
|
72662
72691
|
this.$refs.upload.submit();
|
|
72663
72692
|
},
|
|
@@ -72668,23 +72697,23 @@ var AV_component = normalizeComponent(
|
|
|
72668
72697
|
this.$message.warning("\u4E0A\u4F20\u603B\u6570\u4E0D\u80FD\u8D85\u8FC7\u3010".concat(this.limit, "\u3011\u4E2A"));
|
|
72669
72698
|
},
|
|
72670
72699
|
handlePictureCardPreview: function handlePictureCardPreview(file) {
|
|
72671
|
-
var
|
|
72700
|
+
var _this8 = this;
|
|
72672
72701
|
|
|
72673
72702
|
this.isShowImageView = true;
|
|
72674
72703
|
this.$nextTick(function () {
|
|
72675
|
-
|
|
72704
|
+
_this8.imageView = file.url;
|
|
72676
72705
|
});
|
|
72677
72706
|
},
|
|
72678
72707
|
handleAVPreview: function handleAVPreview(file) {
|
|
72679
|
-
var
|
|
72708
|
+
var _this9 = this;
|
|
72680
72709
|
|
|
72681
72710
|
this.isShowAV = true;
|
|
72682
72711
|
this.$nextTick(function () {
|
|
72683
|
-
|
|
72712
|
+
_this9.avUrl = file.url;
|
|
72684
72713
|
});
|
|
72685
72714
|
},
|
|
72686
72715
|
handleDownload: function handleDownload(file) {
|
|
72687
|
-
var
|
|
72716
|
+
var _this10 = this;
|
|
72688
72717
|
|
|
72689
72718
|
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee5() {
|
|
72690
72719
|
var url, name;
|
|
@@ -72693,7 +72722,7 @@ var AV_component = normalizeComponent(
|
|
|
72693
72722
|
switch (_context5.prev = _context5.next) {
|
|
72694
72723
|
case 0:
|
|
72695
72724
|
url = file.url, name = file.name;
|
|
72696
|
-
return _context5.abrupt("return",
|
|
72725
|
+
return _context5.abrupt("return", _this10.$utils.download({
|
|
72697
72726
|
url: url,
|
|
72698
72727
|
name: name
|
|
72699
72728
|
}));
|
|
@@ -72707,7 +72736,7 @@ var AV_component = normalizeComponent(
|
|
|
72707
72736
|
}))();
|
|
72708
72737
|
},
|
|
72709
72738
|
handleRemove: function handleRemove(file, fileList) {
|
|
72710
|
-
var
|
|
72739
|
+
var _this11 = this;
|
|
72711
72740
|
|
|
72712
72741
|
fileList.forEach(function (item, idx) {
|
|
72713
72742
|
if (file.uid === item.uid) {
|
|
@@ -72718,7 +72747,7 @@ var AV_component = normalizeComponent(
|
|
|
72718
72747
|
if (this.viewList.length) {
|
|
72719
72748
|
this.viewList.forEach(function (item, idx) {
|
|
72720
72749
|
if (item.url === file.url) {
|
|
72721
|
-
|
|
72750
|
+
_this11.viewList.splice(idx, 1);
|
|
72722
72751
|
}
|
|
72723
72752
|
});
|
|
72724
72753
|
}
|
|
@@ -72754,8 +72783,8 @@ var AV_component = normalizeComponent(
|
|
|
72754
72783
|
|
|
72755
72784
|
var upload_main_component = normalizeComponent(
|
|
72756
72785
|
packages_upload_mainvue_type_script_lang_js_,
|
|
72757
|
-
|
|
72758
|
-
|
|
72786
|
+
mainvue_type_template_id_42afaaef_render,
|
|
72787
|
+
mainvue_type_template_id_42afaaef_staticRenderFns,
|
|
72759
72788
|
false,
|
|
72760
72789
|
null,
|
|
72761
72790
|
null,
|
|
@@ -72774,7 +72803,7 @@ upload_main.install = function (Vue) {
|
|
|
72774
72803
|
};
|
|
72775
72804
|
|
|
72776
72805
|
/* harmony default export */ var upload = (upload_main);
|
|
72777
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72806
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/city/main.vue?vue&type=template&id=3cc0dee0&
|
|
72778
72807
|
var mainvue_type_template_id_3cc0dee0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-city"},[_c('el-cascader',_vm._g(_vm._b({ref:"xnCity",staticStyle:{"width":"100%"},attrs:{"placeholder":"请选择城市","filterable":"","options":_vm.cityList,"clearable":""},on:{"change":_vm.handleChange},model:{value:(_vm.cityValue),callback:function ($$v) {_vm.cityValue=$$v},expression:"cityValue"}},'el-cascader',_vm.propsConf(),false),_vm.$listeners))],1)}
|
|
72779
72808
|
var mainvue_type_template_id_3cc0dee0_staticRenderFns = []
|
|
72780
72809
|
|
|
@@ -73372,7 +73401,7 @@ city_main.install = function (Vue) {
|
|
|
73372
73401
|
};
|
|
73373
73402
|
|
|
73374
73403
|
/* harmony default export */ var city = (city_main);
|
|
73375
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73404
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/tip/main.vue?vue&type=template&id=71f6755e&
|
|
73376
73405
|
var mainvue_type_template_id_71f6755e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-tip",class:[("xn-tip--" + _vm.type)]},[_vm._t("default")],2)}
|
|
73377
73406
|
var mainvue_type_template_id_71f6755e_staticRenderFns = []
|
|
73378
73407
|
|
|
@@ -73431,7 +73460,7 @@ tip_main.install = function (Vue) {
|
|
|
73431
73460
|
};
|
|
73432
73461
|
|
|
73433
73462
|
/* harmony default export */ var tip = (tip_main);
|
|
73434
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73463
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/drawer/main.vue?vue&type=template&id=bbe13628&
|
|
73435
73464
|
var mainvue_type_template_id_bbe13628_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-drawer',_vm._g(_vm._b({attrs:{"title":_vm.title,"visible":_vm.show,"direction":"rtl","size":_vm.size,"custom-class":"drawer-body","before-close":_vm.beforeClose},on:{"update:visible":function($event){_vm.show=$event},"open":function($event){return _vm.$emit('on-open')},"opened":function($event){return _vm.$emit('on-opened')}}},'el-drawer',_vm.$attrs,false),_vm.$listeners),[_c('div',{staticClass:"drawer-content"},[_vm._t("default")],2),_c('div',{staticClass:"drawer-footer",class:("text-" + _vm.align)},[_vm._t("footer",function(){return [_c('el-button',{on:{"click":_vm.onClose}},[_vm._v("关闭")])]})],2)])}
|
|
73436
73465
|
var mainvue_type_template_id_bbe13628_staticRenderFns = []
|
|
73437
73466
|
|
|
@@ -73530,7 +73559,7 @@ drawer_main.install = function (Vue) {
|
|
|
73530
73559
|
};
|
|
73531
73560
|
|
|
73532
73561
|
/* harmony default export */ var drawer = (drawer_main);
|
|
73533
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73562
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/tree/main.vue?vue&type=template&id=12c0b064&
|
|
73534
73563
|
var mainvue_type_template_id_12c0b064_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-tree"},[_c('el-tree',{ref:"tree",staticClass:"xn-tree-main",attrs:{"data":_vm.data,"indent":0,"default-expand-all":"","check-strictly":true,"props":_vm.defaultProps,"node-key":_vm.nodeKey,"show-checkbox":"","render-content":_vm.renderContent},on:{"check":_vm.clickDeal}})],1)}
|
|
73535
73564
|
var mainvue_type_template_id_12c0b064_staticRenderFns = []
|
|
73536
73565
|
|
|
@@ -73758,7 +73787,7 @@ tree_main.install = function (Vue) {
|
|
|
73758
73787
|
};
|
|
73759
73788
|
|
|
73760
73789
|
/* harmony default export */ var tree = (tree_main);
|
|
73761
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73790
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/import/main.vue?vue&type=template&id=9a9f2520&
|
|
73762
73791
|
var mainvue_type_template_id_9a9f2520_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('xn-dialog',_vm._g(_vm._b({attrs:{"title":_vm.title,"show":_vm.show,"before-close":_vm.onClose,"size":"small"},on:{"update:show":function($event){_vm.show=$event},"on-confirm":_vm.handleConfirm}},'xn-dialog',_vm.$attrs,false),_vm.$listeners),[_c('div',{staticClass:"xn-import"},[_vm._t("form"),(_vm.templateConfig.url)?_c('el-link',{staticClass:"mb-20",attrs:{"type":"success","icon":"el-icon-download","underline":false},on:{"click":_vm.handleDownload}},[_vm._v("下载模板")]):_vm._e(),_c('el-upload',_vm._g(_vm._b({ref:"import",staticClass:"xn-import-upload",attrs:{"action":"###","drag":"","limit":_vm.limit,"file-list":_vm.fileList,"auto-upload":_vm.autoUpload,"http-request":_vm.onSubmitUpload,"before-upload":_vm.handleUploadBefore,"on-exceed":_vm.onExceed,"on-change":_vm.onChange,"on-remove":_vm.onRemove,"accept":_vm.accept}},'el-upload',_vm.$attrs,false),_vm.$listeners),[_c('template',{slot:"trigger"},[_c('div',{staticClass:"xn-import-trigger"},[_c('i',{staticClass:"xn-import-trigger__icon el-icon-upload"}),_c('span',{staticClass:"xn-import-trigger__text"},[_c('span',[_vm._v("将文件拖到此处,或")]),_c('em',[_vm._v("点击上传")])])])]),(_vm.tip)?_c('div',{staticClass:"el-upload__tip",attrs:{"slot":"tip"},slot:"tip"},[_vm._v(_vm._s(_vm.tip))]):_vm._e()],2),(_vm.showDesc)?_vm._t("desc",function(){return [_c('el-alert',{staticClass:"mt-10",attrs:{"title":"注:","type":"warning"}},[_c('div',[_c('p',[_vm._v(" 1、非系统模板的文件会导入失败,请务必使用系统模板,点击上方按钮进行下载 ")]),_c('p',[_vm._v("2、导入期间请勿进行其他操作")]),_c('p',[_vm._v("3、导入为替换操作,请谨慎操作")])])])]}):_vm._e()],2)])}
|
|
73763
73792
|
var mainvue_type_template_id_9a9f2520_staticRenderFns = []
|
|
73764
73793
|
|
|
@@ -74067,7 +74096,7 @@ import_main.install = function (Vue) {
|
|
|
74067
74096
|
};
|
|
74068
74097
|
|
|
74069
74098
|
/* harmony default export */ var packages_import = (import_main);
|
|
74070
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74099
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/export/main.vue?vue&type=template&id=6c927033&
|
|
74071
74100
|
var mainvue_type_template_id_6c927033_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('xn-dialog',{attrs:{"title":_vm.title,"confirm-text":_vm.isExporting ? '正在导出...' : '导出',"show":_vm.show,"before-close":_vm.onClose,"width":"460px"},on:{"update:show":function($event){_vm.show=$event},"on-confirm":_vm.onExport}},[_c('el-form',{ref:"form",attrs:{"model":_vm.form,"label-width":"100px"}},[_c('el-form-item',{attrs:{"label":"导出文件名","prop":"name"}},[_c('el-input',{attrs:{"placeholder":"请填写导出文件名","clearable":""},model:{value:(_vm.form.name),callback:function ($$v) {_vm.$set(_vm.form, "name", $$v)},expression:"form.name"}})],1)],1)],1)}
|
|
74072
74101
|
var mainvue_type_template_id_6c927033_staticRenderFns = []
|
|
74073
74102
|
|
|
@@ -74225,7 +74254,7 @@ export_main.install = function (Vue) {
|
|
|
74225
74254
|
};
|
|
74226
74255
|
|
|
74227
74256
|
/* harmony default export */ var packages_export = (export_main);
|
|
74228
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74257
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/footer/main.vue?vue&type=template&id=244dfd76&scoped=true&
|
|
74229
74258
|
var mainvue_type_template_id_244dfd76_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('footer',{staticClass:"xn-footer"},[_c('div',{staticClass:"xn-footer-main"},[_vm._t("default")],2)])}
|
|
74230
74259
|
var mainvue_type_template_id_244dfd76_scoped_true_staticRenderFns = []
|
|
74231
74260
|
|
|
@@ -74276,7 +74305,7 @@ footer_main.install = function (Vue) {
|
|
|
74276
74305
|
};
|
|
74277
74306
|
|
|
74278
74307
|
/* harmony default export */ var footer = (footer_main);
|
|
74279
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74308
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/empty/main.vue?vue&type=template&id=4f86f6cf&scoped=true&
|
|
74280
74309
|
var mainvue_type_template_id_4f86f6cf_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-empty"},[_c('el-empty',_vm._g(_vm._b({attrs:{"image-size":_vm.size,"description":_vm.desc,"image":_vm.image}},'el-empty',_vm.$attrs,false),_vm.$listeners),[_vm._t("default"),_vm._t("image"),_vm._t("description")],2)],1)}
|
|
74281
74310
|
var mainvue_type_template_id_4f86f6cf_scoped_true_staticRenderFns = []
|
|
74282
74311
|
|
|
@@ -74490,7 +74519,7 @@ tag_main.install = function (Vue) {
|
|
|
74490
74519
|
};
|
|
74491
74520
|
|
|
74492
74521
|
/* harmony default export */ var packages_tag = (tag_main);
|
|
74493
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74522
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/ellipsis/main.vue?vue&type=template&id=bdaf0816&scoped=true&
|
|
74494
74523
|
var mainvue_type_template_id_bdaf0816_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{"width":"100%"}},[_c('div',{ref:"root",staticClass:"xn-ellipsis",on:{"mouseover":_vm.onMouseUp,"mouseleave":_vm.onMouseLeave}},[_vm._t("default",function(){return [(_vm.showAction)?[_c('span',[_vm._v(_vm._s(_vm.expanded ? _vm.content : _vm.text))]),(_vm.hasAction)?_c('span',{staticClass:"xn-ellipsis__action",on:{"click":_vm.onClickAction}},[_vm._v(_vm._s(_vm.expanded ? _vm.collapseText : _vm.expandText)+" ")]):_vm._e()]:[(_vm.hasAction)?[_c('el-tooltip',_vm._b({attrs:{"effect":"dark","content":_vm.content,"popper-class":"xn-ellipsis__tooltip","disabled":_vm.showAction && _vm.hasAction,"placement":"bottom-start"}},'el-tooltip',_vm.$attrs,false),[_c('span',{staticClass:"xn-ellipsis__text"},[_vm._v(_vm._s(_vm.text))])])]:[_c('span',[_vm._v(_vm._s(_vm.content == undefined || _vm.content === "" ? _vm.emptyText : _vm.content))])]]]})],2)])}
|
|
74495
74524
|
var mainvue_type_template_id_bdaf0816_scoped_true_staticRenderFns = []
|
|
74496
74525
|
|
|
@@ -74735,7 +74764,7 @@ ellipsis_main.install = function (Vue) {
|
|
|
74735
74764
|
};
|
|
74736
74765
|
|
|
74737
74766
|
/* harmony default export */ var ellipsis = (ellipsis_main);
|
|
74738
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74767
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/card/main.vue?vue&type=template&id=09bd75ce&
|
|
74739
74768
|
var mainvue_type_template_id_09bd75ce_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-card"},[(_vm.title || _vm.$slots.title || _vm.$slots.more)?_c('div',{staticClass:"xn-card-header flex justify-content-between"},[_vm._t("title",function(){return [_c('h3',[_c('span',[_vm._v(_vm._s(_vm.title))])])]}),_c('div',{staticClass:"xn-card-header__more"},[_vm._t("more")],2)],2):_vm._e(),_c('div',{staticClass:"xn-card-body",style:(_vm.styles)},[_vm._t("default")],2)])}
|
|
74740
74769
|
var mainvue_type_template_id_09bd75ce_staticRenderFns = []
|
|
74741
74770
|
|
|
@@ -74814,7 +74843,7 @@ card_main.install = function (Vue) {
|
|
|
74814
74843
|
};
|
|
74815
74844
|
|
|
74816
74845
|
/* harmony default export */ var card = (card_main);
|
|
74817
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74846
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/description/main.vue?vue&type=template&id=67af2600&scoped=true&
|
|
74818
74847
|
var mainvue_type_template_id_67af2600_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"xn-desc",class:{ 'xn-desc-border': _vm.border }},[(_vm.title || _vm.$slots.more)?_c('div',{staticClass:"xn-desc-header flex justify-content-between align-items-center"},[(_vm.title)?_c('h1',{staticClass:"xn-desc-title",domProps:{"innerHTML":_vm._s(_vm.title)}}):_vm._e(),(_vm.$slots.more)?_c('div',{staticClass:"xn-desc__more"},[_vm._t("more")],2):_vm._e()]):_vm._e(),_vm._t("title"),_c('el-row',{staticClass:"xn-desc__row",style:(_vm.bodyStyle)},[_vm._t("default")],2)],2)}
|
|
74819
74848
|
var mainvue_type_template_id_67af2600_scoped_true_staticRenderFns = []
|
|
74820
74849
|
|
|
@@ -74937,7 +74966,7 @@ description_main.install = function (Vue) {
|
|
|
74937
74966
|
};
|
|
74938
74967
|
|
|
74939
74968
|
/* harmony default export */ var description = (description_main);
|
|
74940
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74969
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"445950a2-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./packages/descriptionItem/main.vue?vue&type=template&id=1ea65672&
|
|
74941
74970
|
var mainvue_type_template_id_1ea65672_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-col',{staticClass:"xn-desc-item",attrs:{"span":_vm.computedSpan}},[_c('div',{staticClass:"xn-desc-item__content",class:_vm.size},[_c('label',{staticClass:"xn-desc-item__label",class:{ 'has-colon': _vm.colon },style:(Object.assign({}, {width: _vm.labelWidth}, _vm.middleStyl)),domProps:{"innerHTML":_vm._s(_vm.label)}}),_c('div',{staticClass:"xn-desc-item__value",style:(_vm.middleStyl)},[_vm._t("default")],2)])])}
|
|
74942
74971
|
var mainvue_type_template_id_1ea65672_staticRenderFns = []
|
|
74943
74972
|
|