vue-intergrall-plugins 1.0.18 → 1.0.19

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.
@@ -6975,20 +6975,20 @@ var __vue_staticRenderFns__$g = [];
6975
6975
  /* style */
6976
6976
  var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
6977
6977
  if (!inject) return;
6978
- inject("data-v-7478840d_0", {
6978
+ inject("data-v-48a62d45_0", {
6979
6979
  source: ".fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}",
6980
6980
  map: undefined,
6981
6981
  media: undefined
6982
- }), inject("data-v-7478840d_1", {
6983
- source: ".file-item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item-transition{max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item .req-loader{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.file-item-transition img{max-width:45px;max-height:45px}.file-item a{margin-left:5px;text-decoration:none;color:#333}.file-icon{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.file-icon:hover{opacity:1}.file-icon:visited{color:inherit}.file-icon.pdf{position:relative}.file-icon.pdf svg{color:#e74c3c}.file-icon.pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.file-icon.doc{color:#15517f}.file-icon.doc::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.file-img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.file-img:hover{opacity:1}.file-img img{width:95%}",
6982
+ }), inject("data-v-48a62d45_1", {
6983
+ source: ".file-item[data-v-48a62d45]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item-transition[data-v-48a62d45]{max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item .req-loader[data-v-48a62d45]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.file-item-transition img[data-v-48a62d45]{max-width:45px;max-height:45px}.file-item a[data-v-48a62d45]{margin-left:5px;text-decoration:none;color:#333}.file-icon[data-v-48a62d45]{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.file-icon[data-v-48a62d45]:hover{opacity:1}.file-icon[data-v-48a62d45]:visited{color:inherit}.file-icon.pdf[data-v-48a62d45]{position:relative}.file-icon.pdf svg[data-v-48a62d45]{color:#e74c3c}.file-icon.pdf[data-v-48a62d45]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.file-icon.doc[data-v-48a62d45]{color:#15517f}.file-icon.doc[data-v-48a62d45]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.file-img[data-v-48a62d45]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.file-img[data-v-48a62d45]:hover{opacity:1}.file-img img[data-v-48a62d45]{width:95%}",
6984
6984
  map: undefined,
6985
6985
  media: undefined
6986
6986
  });
6987
6987
  };
6988
6988
  /* scoped */
6989
- var __vue_scope_id__$g = undefined;
6989
+ var __vue_scope_id__$g = "data-v-48a62d45";
6990
6990
  /* module identifier */
6991
- var __vue_module_identifier__$g = "data-v-7478840d";
6991
+ var __vue_module_identifier__$g = "data-v-48a62d45";
6992
6992
  /* functional template */
6993
6993
  var __vue_is_functional_template__$g = false;
6994
6994
  /* style inject shadow dom */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-intergrall-plugins",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "main": "dist/vue-intergrall-plugins.ssr.js",
6
6
  "browser": "dist/vue-intergrall-plugins.esm.js",
@@ -57,7 +57,7 @@ export default {
57
57
  }
58
58
  </script>
59
59
 
60
- <style>
60
+ <style scoped>
61
61
  .file-item {
62
62
  width: 100%;
63
63
  height: 100%;