vue-intergrall-plugins 1.0.94 → 1.0.96

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.
@@ -4956,6 +4956,13 @@ var script$n = {
4956
4956
  if (data) {
4957
4957
  if (data.msg_ret) {
4958
4958
  if (data.error) throw new Error(data.msg_ret);
4959
+ if (selectionIndex == 2) {
4960
+ this.$toasted.global.defaultInfo({
4961
+ msg: data.msg_ret
4962
+ });
4963
+ this.$emit("close-blocker-standard-message");
4964
+ return this.closeStandardMessages();
4965
+ }
4959
4966
  return this.$toasted.global.defaultInfo({
4960
4967
  msg: data.msg_ret
4961
4968
  });
@@ -5163,7 +5170,7 @@ var __vue_staticRenderFns__$n = [];
5163
5170
  /* style */
5164
5171
  const __vue_inject_styles__$n = function (inject) {
5165
5172
  if (!inject) return;
5166
- inject("data-v-7abf5d83_0", {
5173
+ inject("data-v-31da8e93_0", {
5167
5174
  source: ".transition-selects{min-height:80px;display:flex;flex-direction:column;width:100%}.loader-select{position:relative;min-height:35px;background:#fff;width:100%;border:1px solid #ccc;border-radius:5px;z-index:1}.loading-message{background-color:#555!important}",
5168
5175
  map: undefined,
5169
5176
  media: undefined
@@ -6457,6 +6464,10 @@ var script$j = {
6457
6464
  type: Boolean,
6458
6465
  required: false
6459
6466
  },
6467
+ externalFiles: {
6468
+ type: Array,
6469
+ required: false
6470
+ },
6460
6471
  buttons: {
6461
6472
  type: Object,
6462
6473
  default: () => {
@@ -6693,6 +6704,12 @@ var script$j = {
6693
6704
  console.error("Erro ao inserir emoji");
6694
6705
  console.error(e);
6695
6706
  }
6707
+ },
6708
+ openFileSystem() {
6709
+ this.$emit("open-file-system");
6710
+ },
6711
+ resetFileSystem() {
6712
+ this.$emit("reset-file-system");
6696
6713
  }
6697
6714
  }
6698
6715
  };
@@ -6777,11 +6794,20 @@ var __vue_render__$j = function () {
6777
6794
  attrs: {
6778
6795
  "textId": _vm.identifier,
6779
6796
  "dictionary": _vm.dictionary,
6780
- "fileSettings": _vm.fileSettings
6797
+ "fileSettings": _vm.fileSettings,
6798
+ "externalFiles": _vm.externalFiles
6781
6799
  },
6782
6800
  on: {
6783
6801
  "set-file-vars": _vm.setFileVars,
6784
- "open-image": _vm.openImage
6802
+ "open-image": _vm.openImage,
6803
+ "open-file-system": _vm.openFileSystem,
6804
+ "reset-file-system": _vm.resetFileSystem,
6805
+ "handle-file-preview": function ($event) {
6806
+ return _vm.$emit('handle-file-preview');
6807
+ },
6808
+ "handle-file-click": function ($event) {
6809
+ return _vm.$emit('handle-file-click');
6810
+ }
6785
6811
  }
6786
6812
  }) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 2);
6787
6813
  };
@@ -6790,7 +6816,7 @@ var __vue_staticRenderFns__$j = [];
6790
6816
  /* style */
6791
6817
  const __vue_inject_styles__$j = function (inject) {
6792
6818
  if (!inject) return;
6793
- inject("data-v-10a72dda_0", {
6819
+ inject("data-v-dfb9c5ae_0", {
6794
6820
  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
6821
  map: undefined,
6796
6822
  media: undefined