eoss-ui 0.7.80 → 0.7.81

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.
@@ -99021,8 +99021,8 @@ form_src_table.install = function (Vue) {
99021
99021
  };
99022
99022
 
99023
99023
  /* harmony default export */ var table_form = (form_src_table);
99024
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=13219ac4&
99025
- var mainvue_type_template_id_13219ac4_render = function () {
99024
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=632f4b1e&
99025
+ var mainvue_type_template_id_632f4b1e_render = function () {
99026
99026
  var _vm = this
99027
99027
  var _h = _vm.$createElement
99028
99028
  var _c = _vm._self._c || _h
@@ -99403,11 +99403,11 @@ var mainvue_type_template_id_13219ac4_render = function () {
99403
99403
  )
99404
99404
  : _vm._e()
99405
99405
  }
99406
- var mainvue_type_template_id_13219ac4_staticRenderFns = []
99407
- mainvue_type_template_id_13219ac4_render._withStripped = true
99406
+ var mainvue_type_template_id_632f4b1e_staticRenderFns = []
99407
+ mainvue_type_template_id_632f4b1e_render._withStripped = true
99408
99408
 
99409
99409
 
99410
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=13219ac4&
99410
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=632f4b1e&
99411
99411
 
99412
99412
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
99413
99413
  /* harmony default export */ var picture = ({
@@ -100225,7 +100225,7 @@ var mainvue_type_script_lang_js_props;
100225
100225
  var suffix = file.suffix;
100226
100226
  suffix = suffix.toLowerCase();
100227
100227
  if (this.dochubConfig.previewDocumentUrl) {
100228
- if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
100228
+ if (suffix.includes('jpeg') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
100229
100229
  this.imgUrl = res.url && utils_util.startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.dochubConfig.downloadDocumentUrl + '?documentId=' + file.adjunctId);
100230
100230
  this.title = file.originalName;
100231
100231
  this.showImg = true;
@@ -100254,7 +100254,7 @@ var mainvue_type_script_lang_js_props;
100254
100254
  } else {
100255
100255
  utils_util.win.open(this.host + (url ? url : previewAdjunct2) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
100256
100256
  }
100257
- } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
100257
+ } else if (suffix.includes('jpeg') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
100258
100258
  this.imgUrl = res.url && utils_util.startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
100259
100259
  this.title = file.originalName;
100260
100260
  this.showImg = true;
@@ -100566,8 +100566,8 @@ var mainvue_type_script_lang_js_props;
100566
100566
 
100567
100567
  var upload_src_main_component = normalizeComponent(
100568
100568
  packages_upload_src_mainvue_type_script_lang_js_,
100569
- mainvue_type_template_id_13219ac4_render,
100570
- mainvue_type_template_id_13219ac4_staticRenderFns,
100569
+ mainvue_type_template_id_632f4b1e_render,
100570
+ mainvue_type_template_id_632f4b1e_staticRenderFns,
100571
100571
  false,
100572
100572
  null,
100573
100573
  null,
@@ -101068,7 +101068,7 @@ if (typeof window !== 'undefined' && window.Vue) {
101068
101068
  }
101069
101069
 
101070
101070
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
101071
- version: '0.7.80',
101071
+ version: '0.7.81',
101072
101072
  install: install,
101073
101073
  Button: packages_button,
101074
101074
  ButtonGroup: button_group,