vue-intergrall-plugins 1.0.94 → 1.0.95

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.
@@ -6457,6 +6457,10 @@ var script$j = {
6457
6457
  type: Boolean,
6458
6458
  required: false
6459
6459
  },
6460
+ externalFiles: {
6461
+ type: Array,
6462
+ required: false
6463
+ },
6460
6464
  buttons: {
6461
6465
  type: Object,
6462
6466
  default: () => {
@@ -6693,6 +6697,12 @@ var script$j = {
6693
6697
  console.error("Erro ao inserir emoji");
6694
6698
  console.error(e);
6695
6699
  }
6700
+ },
6701
+ openFileSystem() {
6702
+ this.$emit("open-file-system");
6703
+ },
6704
+ resetFileSystem() {
6705
+ this.$emit("reset-file-system");
6696
6706
  }
6697
6707
  }
6698
6708
  };
@@ -6777,11 +6787,20 @@ var __vue_render__$j = function () {
6777
6787
  attrs: {
6778
6788
  "textId": _vm.identifier,
6779
6789
  "dictionary": _vm.dictionary,
6780
- "fileSettings": _vm.fileSettings
6790
+ "fileSettings": _vm.fileSettings,
6791
+ "externalFiles": _vm.externalFiles
6781
6792
  },
6782
6793
  on: {
6783
6794
  "set-file-vars": _vm.setFileVars,
6784
- "open-image": _vm.openImage
6795
+ "open-image": _vm.openImage,
6796
+ "open-file-system": _vm.openFileSystem,
6797
+ "reset-file-system": _vm.resetFileSystem,
6798
+ "handle-file-preview": function ($event) {
6799
+ return _vm.$emit('handle-file-preview');
6800
+ },
6801
+ "handle-file-click": function ($event) {
6802
+ return _vm.$emit('handle-file-click');
6803
+ }
6785
6804
  }
6786
6805
  }) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 2);
6787
6806
  };
@@ -6790,7 +6809,7 @@ var __vue_staticRenderFns__$j = [];
6790
6809
  /* style */
6791
6810
  const __vue_inject_styles__$j = function (inject) {
6792
6811
  if (!inject) return;
6793
- inject("data-v-10a72dda_0", {
6812
+ inject("data-v-dfb9c5ae_0", {
6794
6813
  source: ".expand-textarea{position:relative;width:90%;height:90%;z-index:1}.expand-textarea-content{overflow-x:hidden;overflow-y:auto;background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column}.expand-textarea-title{padding:2.5px 8px;min-height:38px;display:flex;align-items:center;width:100%;font-size:20.8px;background-color:#222;color:#fff}.expand-textarea-content textarea{padding:10px;flex:1;width:100%;border:unset;resize:none;outline:0;overflow-x:hidden}.expand-textarea-content textarea:active,.expand-textarea-content textarea:hover{outline:0}.expand-textarea-footer{display:flex;justify-content:flex-end;align-items:center;padding:10px;background-color:#f7f7f7;position:relative}.expand-textarea-footer .old-footer-preview-container{position:absolute;top:-200px;right:145px;height:200px;background:#f7f7f7}.expand-textarea-footer .text-footer-actions--btn{width:36px;height:36px;border-radius:50%;background-color:rgba(255,255,255,0);color:#333;padding:2.5px;margin:0 15px 0 10px;display:flex;justify-content:center;align-items:center;font-size:20.8px;cursor:pointer;opacity:.9;transition:all .3s}.expand-textarea-footer .text-footer-actions--btn:hover{opacity:1;background-color:rgba(30,30,30,.1)}.expand-textarea-button{width:125px;height:30px;display:flex;justify-content:center;align-items:center;transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;padding:5px 10px;border-radius:2.5px;position:relative}.expand-textarea-button.green{background-color:#2a963a;color:#fff;margin-right:10px}.expand-textarea-button.red{background-color:#e74c3c;color:#fff}.expand-textarea-button:hover{opacity:1}.expand-textarea-button:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.expand-textarea-button.carregando{background-color:#777}",
6795
6814
  map: undefined,
6796
6815
  media: undefined