vue-intergrall-plugins 1.0.95 → 1.0.97

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.
@@ -1924,9 +1924,6 @@ var createPopper = /*#__PURE__*/popperGenerator({
1924
1924
  //
1925
1925
  //
1926
1926
  //
1927
- //
1928
- //
1929
- //
1930
1927
 
1931
1928
  var script$B = {
1932
1929
  data() {
@@ -2467,7 +2464,7 @@ var __vue_render__$B = function () {
2467
2464
  value: {
2468
2465
  placement: 'right'
2469
2466
  },
2470
- expression: "{placement: 'right'}"
2467
+ expression: "{ placement: 'right' }"
2471
2468
  }],
2472
2469
  class: "color-" + _vm.headerFiles[0].current_color,
2473
2470
  attrs: {
@@ -2486,7 +2483,7 @@ var __vue_render__$B = function () {
2486
2483
  value: {
2487
2484
  placement: 'right'
2488
2485
  },
2489
- expression: "{placement: 'right'}"
2486
+ expression: "{ placement: 'right' }"
2490
2487
  }],
2491
2488
  staticClass: "select-image",
2492
2489
  attrs: {
@@ -2498,6 +2495,115 @@ var __vue_render__$B = function () {
2498
2495
  return _vm.triggerInputFile("header-" + pIndex);
2499
2496
  }
2500
2497
  }
2498
+ })], 2) : param.type == 'document' ? _c('div', {
2499
+ staticClass: "ts-image-type"
2500
+ }, [_c('input', {
2501
+ ref: "ts-input-header-" + pIndex,
2502
+ refInFor: true,
2503
+ staticClass: "d-none",
2504
+ attrs: {
2505
+ "type": "file",
2506
+ "accept": _vm.acceptedExtensions
2507
+ },
2508
+ on: {
2509
+ "change": function ($event) {
2510
+ return _vm.fileUpload($event);
2511
+ }
2512
+ }
2513
+ }), _vm._v(" "), _vm.headerFiles[0] ? [_c('fa-icon', {
2514
+ directives: [{
2515
+ name: "tippy",
2516
+ rawName: "v-tippy",
2517
+ value: {
2518
+ placement: 'right'
2519
+ },
2520
+ expression: "{ placement: 'right' }"
2521
+ }],
2522
+ class: "color-" + _vm.headerFiles[0].current_color,
2523
+ attrs: {
2524
+ "icon": ['fas', _vm.headerFiles[0].current_icon],
2525
+ "content": _vm.headerFiles[0].name
2526
+ },
2527
+ on: {
2528
+ "click": function ($event) {
2529
+ return _vm.triggerInputFile("header-" + pIndex);
2530
+ }
2531
+ }
2532
+ })] : _c('fa-icon', {
2533
+ directives: [{
2534
+ name: "tippy",
2535
+ rawName: "v-tippy",
2536
+ value: {
2537
+ placement: 'right'
2538
+ },
2539
+ expression: "{ placement: 'right' }"
2540
+ }],
2541
+ staticClass: "select-image",
2542
+ attrs: {
2543
+ "icon": ['fas', 'file-alt'],
2544
+ "content": "Selecionar anexo"
2545
+ },
2546
+ on: {
2547
+ "click": function ($event) {
2548
+ return _vm.triggerInputFile("header-" + pIndex);
2549
+ }
2550
+ }
2551
+ })], 2) : param.type == 'video' ? _c('div', {
2552
+ staticClass: "ts-image-type"
2553
+ }, [_c('input', {
2554
+ ref: "ts-input-header-" + pIndex,
2555
+ refInFor: true,
2556
+ staticClass: "d-none",
2557
+ attrs: {
2558
+ "type": "file",
2559
+ "accept": _vm.acceptedExtensions
2560
+ },
2561
+ on: {
2562
+ "change": function ($event) {
2563
+ return _vm.fileUpload($event);
2564
+ }
2565
+ }
2566
+ }), _vm._v(" "), _vm.headerFiles[0] ? [_c('fa-icon', {
2567
+ directives: [{
2568
+ name: "tippy",
2569
+ rawName: "v-tippy",
2570
+ value: {
2571
+ placement: 'right'
2572
+ },
2573
+ expression: "{ placement: 'right' }"
2574
+ }],
2575
+ class: "color-" + _vm.headerFiles[0].current_color,
2576
+ attrs: {
2577
+ "icon": ['fas', _vm.headerFiles[0].current_icon],
2578
+ "content": _vm.headerFiles[0].name
2579
+ },
2580
+ on: {
2581
+ "click": function ($event) {
2582
+ return _vm.triggerInputFile("header-" + pIndex);
2583
+ }
2584
+ }
2585
+ })] : _c('fa-icon', {
2586
+ directives: [{
2587
+ name: "tippy",
2588
+ rawName: "v-tippy",
2589
+ value: {
2590
+ placement: 'right'
2591
+ },
2592
+ expression: "{ placement: 'right' }"
2593
+ }],
2594
+ staticClass: "select-image",
2595
+ staticStyle: {
2596
+ "font-size": "1.2rem"
2597
+ },
2598
+ attrs: {
2599
+ "icon": ['fas', 'video'],
2600
+ "content": "Selecionar anexo"
2601
+ },
2602
+ on: {
2603
+ "click": function ($event) {
2604
+ return _vm.triggerInputFile("header-" + pIndex);
2605
+ }
2606
+ }
2501
2607
  })], 2) : _vm._e()], 2);
2502
2608
  }), 0) : _vm._e(), _vm._v(" "), component.type === 'body' ? _c('section', {
2503
2609
  class: (_vm.template.components.length == 1 ? 'border-radius-5 custom-border-gray' : '') + " " + (!_vm.hasButtonOrFooterComponent ? 'custom-footer-style custom-box-shadow-bottom custom-border-gray' : ''),
@@ -2562,7 +2668,7 @@ var __vue_render__$B = function () {
2562
2668
  attrs: {
2563
2669
  "icon": ['fas', 'paper-plane']
2564
2670
  }
2565
- }), _vm._v("\n " + _vm._s(_vm.dictionary.btn_contatar_clientes) + " \n ")] : _c('fa-icon', {
2671
+ }), _vm._v("\n " + _vm._s(_vm.dictionary.btn_contatar_clientes) + "\n ")] : _c('fa-icon', {
2566
2672
  attrs: {
2567
2673
  "icon": ['fas', 'paper-plane']
2568
2674
  }
@@ -2582,7 +2688,7 @@ var __vue_render__$B = function () {
2582
2688
  attrs: {
2583
2689
  "icon": ['fas', 'paper-plane']
2584
2690
  }
2585
- }), _vm._v("\n " + _vm._s(_vm.dictionary.btn_contatar_clientes_com_bot) + " \n ")] : _c('fa-icon', {
2691
+ }), _vm._v("\n " + _vm._s(_vm.dictionary.btn_contatar_clientes_com_bot) + "\n ")] : _c('fa-icon', {
2586
2692
  attrs: {
2587
2693
  "icon": ['fas', 'paper-plane']
2588
2694
  }
@@ -2593,7 +2699,7 @@ var __vue_staticRenderFns__$B = [];
2593
2699
  /* style */
2594
2700
  const __vue_inject_styles__$B = function (inject) {
2595
2701
  if (!inject) return;
2596
- inject("data-v-43cc7945_0", {
2702
+ inject("data-v-18b271ca_0", {
2597
2703
  source: ".btn-red button{background-color:red}.btn-red svg{color:#b60000}.container-btns{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}",
2598
2704
  map: undefined,
2599
2705
  media: undefined
@@ -4956,6 +5062,13 @@ var script$n = {
4956
5062
  if (data) {
4957
5063
  if (data.msg_ret) {
4958
5064
  if (data.error) throw new Error(data.msg_ret);
5065
+ if (selectionIndex == 2) {
5066
+ this.$toasted.global.defaultInfo({
5067
+ msg: data.msg_ret
5068
+ });
5069
+ this.$emit("close-blocker-standard-message");
5070
+ return this.closeStandardMessages();
5071
+ }
4959
5072
  return this.$toasted.global.defaultInfo({
4960
5073
  msg: data.msg_ret
4961
5074
  });
@@ -5163,7 +5276,7 @@ var __vue_staticRenderFns__$n = [];
5163
5276
  /* style */
5164
5277
  const __vue_inject_styles__$n = function (inject) {
5165
5278
  if (!inject) return;
5166
- inject("data-v-7abf5d83_0", {
5279
+ inject("data-v-31da8e93_0", {
5167
5280
  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
5281
  map: undefined,
5169
5282
  media: undefined