vue-intergrall-plugins 1.0.91 → 1.0.93

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.
@@ -10928,6 +10928,9 @@ var script$1 = {
10928
10928
  },
10929
10929
  customButtons: {
10930
10930
  type: Array
10931
+ },
10932
+ customActionButtons: {
10933
+ type: Array
10931
10934
  }
10932
10935
  },
10933
10936
  data() {
@@ -11312,6 +11315,49 @@ var __vue_render__$1 = function () {
11312
11315
  "innerHTML": _vm._s(button.svgIcon)
11313
11316
  }
11314
11317
  })], 1);
11318
+ }), 0) : _vm._e(), _vm._v(" "), _vm.customActionButtons && _vm.customActionButtons.length ? _c('div', {
11319
+ staticClass: "email-custom-action-buttons",
11320
+ on: {
11321
+ "click": function ($event) {
11322
+ $event.stopPropagation();
11323
+ }
11324
+ }
11325
+ }, _vm._l(_vm.customActionButtons, function (button, index) {
11326
+ return _c('button', {
11327
+ directives: [{
11328
+ name: "show",
11329
+ rawName: "v-show",
11330
+ value: button.use,
11331
+ expression: "button.use"
11332
+ }, {
11333
+ name: "tippy",
11334
+ rawName: "v-tippy"
11335
+ }],
11336
+ key: button.id || index,
11337
+ class: "" + (button.customClass || 'email-custom-action-button'),
11338
+ attrs: {
11339
+ "content": button.tippyContent
11340
+ },
11341
+ on: {
11342
+ "click": function ($event) {
11343
+ button.callback(_vm.returnParams(button.params));
11344
+ }
11345
+ }
11346
+ }, [!button.svgIcon ? _c('fa-icon', {
11347
+ attrs: {
11348
+ "icon": ['fas', button.icon || 'question-circle']
11349
+ }
11350
+ }) : _c('span', {
11351
+ class: button.svgClass ? button.svgClass : '',
11352
+ domProps: {
11353
+ "innerHTML": _vm._s(button.svgIcon)
11354
+ }
11355
+ }), _vm._v(" "), button.label ? _c('span', {
11356
+ staticClass: "email-custom-action-label",
11357
+ domProps: {
11358
+ "textContent": _vm._s(button.label)
11359
+ }
11360
+ }) : _vm._e()], 1);
11315
11361
  }), 0) : _vm._e(), _vm._v(" "), _c('div', {
11316
11362
  staticClass: "email-header",
11317
11363
  on: {
@@ -11498,18 +11544,18 @@ var __vue_staticRenderFns__$1 = [];
11498
11544
  /* style */
11499
11545
  const __vue_inject_styles__$1 = function (inject) {
11500
11546
  if (!inject) return;
11501
- inject("data-v-4778c0ea_0", {
11502
- source: ".show-y-top-enter-active[data-v-4778c0ea],.show-y-top-leave-enter[data-v-4778c0ea]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-4778c0ea],.show-y-top-leave-to[data-v-4778c0ea]{opacity:0;transform:translateY(-2%)}",
11547
+ inject("data-v-64f18177_0", {
11548
+ source: ".show-y-top-enter-active[data-v-64f18177],.show-y-top-leave-enter[data-v-64f18177]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-64f18177],.show-y-top-leave-to[data-v-64f18177]{opacity:0;transform:translateY(-2%)}",
11503
11549
  map: undefined,
11504
11550
  media: undefined
11505
- }), inject("data-v-4778c0ea_1", {
11506
- source: "@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);.visibility-hidden{visibility:hidden}.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)}.bg-dark-white-2{background-color:#f7f7f7}.bg-white{background-color:#fff}.cursor-pointer{cursor:pointer}.email-overlay{width:100%;height:100%;background-color:transparent;z-index:1;position:absolute;top:0;left:0}.email-item{font-family:Roboto,sans-serif;flex:1;margin:0 0 10px 0;color:#222;min-height:60px;display:flex;flex-wrap:wrap;padding:10px;border-radius:5px;transition:all 150ms ease-in-out;max-width:100%;width:100%;overflow:hidden;position:relative}.email-item.outros{border-left:3px solid #33b8df}.email-author-name{margin:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-author.outros{color:#33b8df}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:#ebb552}.email-author.main{font-size:1.025rem}.email-item.principal{border-left:3px solid #ebb552}.email-item.info-open{overflow:visible}.email-header{width:100%;display:flex;flex-direction:column;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px;position:relative;overflow:visible}.header-container{display:flex;overflow:hidden;position:relative}.email-header-content{display:flex;align-items:center;flex:1;min-width:250px}.email-header-infos{display:flex;flex-direction:column;flex:1}.email-subject{margin:5px 0 0 0;font-size:1.025rem;cursor:pointer}.email-date{--width:245px;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;right:0;top:0;min-width:var(--width);width:var(--width);max-width:var(--width);display:flex;justify-content:flex-end;gap:3px;align-items:center}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;position:relative;max-width:100%}.email-actions{align-self:flex-end;display:flex;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:5px 7px;background-color:#ddd;position:absolute;right:0;top:30px;z-index:1}.email-actions.main{top:10px}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:4px;height:4px;min-width:4px;min-height:4px;max-width:4px;max-height:4px;background-color:#222;border-radius:50%}.email-actions-list{position:absolute;right:45px;width:250px;top:5px;margin:0;list-style-type:none;padding:0;border-radius:5px;z-index:1}.email-action{background-color:#dfdfdf;padding:5px 10px;cursor:pointer;transition:background-color 150ms ease-in-out;font-size:.9rem;user-select:none}.email-action:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px}.email-action:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.email-action:hover{background-color:#ccc}.email-html{width:100%;min-width:300px;max-width:100%;border:none;overflow:auto}.email-raw{width:100%;max-width:100%;padding:15px;font-size:.9rem;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%;margin-top:5px}.email-header-content,.email-header-infos{max-width:100%;overflow:hidden}.email-to-from-container{margin-bottom:5px;max-width:100%;min-width:250px;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap;flex:1;gap:5px}.email-to-btn{padding:0 5px;font-size:.9rem;cursor:pointer;color:#666}.email-to-infos{position:absolute;bottom:-325px;border:1px solid #ccc;z-index:2;padding:10px;background-color:#fff;max-height:300px;overflow-y:auto;overflow-x:hidden;width:300px;display:flex;flex-direction:column;gap:5px;margin:0;cursor:default}.email-info{width:100%;font-size:.8rem}.email-info>span{font-size:.75rem;color:gray;margin-right:3px}.email-author{display:flex;align-items:center;height:5px;font-size:.75rem;font-weight:700;transform:translateY(-2px);width:100%;cursor:pointer}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:.7rem;color:gray}.email-to-svg{font-size:.85rem}.email-custom-buttons{display:flex;gap:7px;position:absolute;top:5px;right:5px;z-index:1;font-size:.8rem}.menu-mensagem{cursor:pointer;padding:1px;opacity:.7;transition:opacity .1s ease-in-out}.menu-mensagem:active,.menu-mensagem:focus,.menu-mensagem:hover{opacity:1}.email-error-content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;padding:10px}.email-error-content p{margin:0;color:#e74c3c}.email-error-content button{border:1px solid #ccc;border-radius:3px;padding:5px 10px;background-color:#fff;cursor:pointer;transition:background-color 150ms ease-in-out}.email-error-content button:hover{background-color:#eee}",
11551
+ }), inject("data-v-64f18177_1", {
11552
+ source: ".visibility-hidden{visibility:hidden}.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)}.bg-dark-white-2{background-color:#f7f7f7}.bg-white{background-color:#fff}.cursor-pointer{cursor:pointer}.email-overlay{width:100%;height:100%;background-color:transparent;z-index:1;position:absolute;top:0;left:0}.email-item{--konecta-gray-3:#515050;--konecta-light:#f8f9fa;--blue-silver-4:#dae0e5;--email-principal:#faa732;--email-outros:#86b7fe;font-family:Roboto,sans-serif;flex:1;margin:0 0 10px 0;color:#222;min-height:60px;display:flex;flex-wrap:wrap;padding:10px;border-radius:5px;transition:all 150ms ease-in-out;max-width:100%;width:100%;overflow:hidden;position:relative}.email-custom-action-buttons{display:flex;gap:7px;align-items:center;flex-wrap:wrap;max-width:100%;cursor:default}.email-custom-action-button{margin-top:10px;background-color:var(--konecta-light)!important;color:var(--konecta-dark)!important;border:1px solid var(--blue-silver-4)!important;flex:1;min-width:100px;display:flex;align-items:center;justify-content:center;gap:5px;padding:5px;overflow:hidden;border-radius:5px;text-overflow:ellipsis;white-space:nowrap;transition:all .1s ease-in-out;max-width:100%;cursor:pointer}.email-custom-action-button:hover{background-color:#e9ecef!important}.email-custom-action-button:disabled{background-color:var(--konecta-gray-3)!important;border:1px solid #25282b!important;cursor:not-allowed!important}.email-item.outros{border-left:3px solid var(--email-outros)}.email-author-name{margin:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-author.outros{color:var(--email-outros)}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:var(--email-principal)}.email-author.main{font-size:1.025rem}.email-item.principal{border-left:3px solid var(--email-principal)}.email-item.info-open{overflow:visible}.email-header{width:100%;display:flex;flex-direction:column;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px;position:relative;overflow:visible}.header-container{display:flex;overflow:hidden;position:relative}.email-header-content{display:flex;align-items:center;flex:1;min-width:250px}.email-header-infos{display:flex;flex-direction:column;flex:1}.email-subject{margin:5px 0 0 0;font-size:1.025rem;cursor:pointer}.email-date{--width:245px;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;right:0;top:0;min-width:var(--width);width:var(--width);max-width:var(--width);display:flex;justify-content:flex-end;gap:3px;align-items:center}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;position:relative;max-width:100%}.email-actions{align-self:flex-end;display:flex;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:5px 7px;background-color:#ddd;position:absolute;right:0;top:30px;z-index:1}.email-actions.main{top:10px}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:4px;height:4px;min-width:4px;min-height:4px;max-width:4px;max-height:4px;background-color:#222;border-radius:50%}.email-actions-list{position:absolute;right:45px;width:250px;top:5px;margin:0;list-style-type:none;padding:0;border-radius:5px;z-index:1}.email-action{background-color:#dfdfdf;padding:5px 10px;cursor:pointer;transition:background-color 150ms ease-in-out;font-size:.9rem;user-select:none}.email-action:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px}.email-action:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.email-action:hover{background-color:#ccc}.email-html{width:100%;min-width:300px;max-width:100%;border:none;overflow:auto}.email-raw{width:100%;max-width:100%;padding:15px;font-size:.9rem;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%;margin-top:5px}.email-header-content,.email-header-infos{max-width:100%;overflow:hidden}.email-to-from-container{margin-bottom:5px;max-width:100%;min-width:250px;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap;flex:1;gap:5px}.email-to-btn{padding:0 5px;font-size:.9rem;cursor:pointer;color:#666}.email-to-infos{position:absolute;bottom:-325px;border:1px solid #ccc;z-index:2;padding:10px;background-color:#fff;max-height:300px;overflow-y:auto;overflow-x:hidden;width:300px;display:flex;flex-direction:column;gap:5px;margin:0;cursor:default}.email-info{width:100%;font-size:.8rem}.email-info>span{font-size:.75rem;color:gray;margin-right:3px}.email-author{display:flex;align-items:center;height:5px;font-size:.75rem;font-weight:700;transform:translateY(-2px);width:100%;cursor:pointer}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:.7rem;color:gray}.email-to-svg{font-size:.85rem}.email-custom-buttons{display:flex;gap:7px;position:absolute;top:5px;right:5px;z-index:1;font-size:.8rem}.menu-mensagem{cursor:pointer;padding:1px;opacity:.7;transition:opacity .1s ease-in-out}.menu-mensagem:active,.menu-mensagem:focus,.menu-mensagem:hover{opacity:1}.email-error-content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;padding:10px}.email-error-content p{margin:0;color:#e74c3c}.email-error-content button{border:1px solid #ccc;border-radius:3px;padding:5px 10px;background-color:#fff;cursor:pointer;transition:background-color 150ms ease-in-out}.email-error-content button:hover{background-color:#eee}",
11507
11553
  map: undefined,
11508
11554
  media: undefined
11509
11555
  });
11510
11556
  };
11511
11557
  /* scoped */
11512
- const __vue_scope_id__$1 = "data-v-4778c0ea";
11558
+ const __vue_scope_id__$1 = "data-v-64f18177";
11513
11559
  /* module identifier */
11514
11560
  const __vue_module_identifier__$1 = undefined;
11515
11561
  /* functional template */
@@ -11606,21 +11652,45 @@ var __vue_render__ = function () {
11606
11652
  "click": _vm.close
11607
11653
  }
11608
11654
  }, [_c('div', {
11609
- staticClass: "email-blocker-content box-shadow",
11655
+ staticClass: "email-blocker-content konecta-box-shadow",
11610
11656
  on: {
11611
11657
  "click": function ($event) {
11612
11658
  $event.stopPropagation();
11613
11659
  }
11614
11660
  }
11615
- }, [_c('fa-icon', {
11616
- staticClass: "sc-icone-fechar sc-icone-fechar--interno",
11661
+ }, [_c('svg', {
11662
+ staticClass: "btn-exit",
11617
11663
  attrs: {
11618
- "icon": ['fas', 'times-circle']
11664
+ "fill": "var(--exit-button-color)",
11665
+ "width": "18px",
11666
+ "height": "18px",
11667
+ "viewBox": "0 0 32 32",
11668
+ "xmlns": "http://www.w3.org/2000/svg",
11669
+ "stroke": "var(--exit-button-color)"
11619
11670
  },
11620
11671
  on: {
11621
11672
  "click": _vm.close
11622
11673
  }
11623
- }), _vm._v(" "), _c('h1', {
11674
+ }, [_c('g', {
11675
+ attrs: {
11676
+ "id": "SVGRepo_bgCarrier",
11677
+ "stroke-width": "0"
11678
+ }
11679
+ }), _vm._v(" "), _c('g', {
11680
+ attrs: {
11681
+ "id": "SVGRepo_tracerCarrier",
11682
+ "stroke-linecap": "round",
11683
+ "stroke-linejoin": "round"
11684
+ }
11685
+ }), _vm._v(" "), _c('g', {
11686
+ attrs: {
11687
+ "id": "SVGRepo_iconCarrier"
11688
+ }
11689
+ }, [_c('path', {
11690
+ attrs: {
11691
+ "d": "M 7.21875 5.78125 L 5.78125 7.21875 L 14.5625 16 L 5.78125 24.78125 L 7.21875 26.21875 L 16 17.4375 L 24.78125 26.21875 L 26.21875 24.78125 L 17.4375 16 L 26.21875 7.21875 L 24.78125 5.78125 L 16 14.5625 Z"
11692
+ }
11693
+ })])]), _vm._v(" "), _c('h1', {
11624
11694
  staticClass: "email-title",
11625
11695
  domProps: {
11626
11696
  "textContent": _vm._s(_vm.assunto ? _vm.replaceUnicodeWithEmoji(_vm.htmlEntityToEmoji(_vm.assunto)) : '(Sem assunto)')
@@ -11635,7 +11705,7 @@ var __vue_render__ = function () {
11635
11705
  return _c('span', {
11636
11706
  key: "to-" + index
11637
11707
  }, [_vm._v("\n " + _vm._s(_vm.formattedToName(recipient.name, index, _vm.para.length)) + "\n " + _vm._s("<" + recipient.mail + ">") + "\n ")]);
11638
- }) : _c('span', [_vm._v(" -- ")])], 2)]), _vm._v(" "), _vm.dataHora ? _c('tr', [_c('th', [_vm._v("Data:")]), _vm._v(" "), _c('td', [_vm._v(_vm._s(_vm.dataHora) + " - " + _vm._s(_vm.formattedDate))])]) : _vm._e(), _vm._v(" "), _vm.additionalTableData && _vm.additionalTableData.length ? _vm._l(_vm.additionalTableData, function (data, index) {
11708
+ }) : _c('span', [_vm._v(" -- ")])], 2)]), _vm._v(" "), _vm.dataHora ? _c('tr', [_c('th', [_vm._v("Data:")]), _vm._v(" "), _c('td', [_vm._v(_vm._s(_vm.formataDataHora(_vm.dataHora, true, false)) + " - " + _vm._s(_vm.formattedDate))])]) : _vm._e(), _vm._v(" "), _vm.additionalTableData && _vm.additionalTableData.length ? _vm._l(_vm.additionalTableData, function (data, index) {
11639
11709
  return _c('tr', {
11640
11710
  key: "info-" + index
11641
11711
  }, [_c('th', {
@@ -11665,21 +11735,21 @@ var __vue_render__ = function () {
11665
11735
  domProps: {
11666
11736
  "textContent": _vm._s(_vm.html || _vm.mensagem)
11667
11737
  }
11668
- })])], 1)]);
11738
+ })])])]);
11669
11739
  };
11670
11740
  var __vue_staticRenderFns__ = [];
11671
11741
 
11672
11742
  /* style */
11673
11743
  const __vue_inject_styles__ = function (inject) {
11674
11744
  if (!inject) return;
11675
- inject("data-v-d6262e5e_0", {
11676
- source: ".sc-icone-fechar[data-v-d6262e5e]{cursor:pointer;position:absolute;top:0;right:0;background-color:#fff;border-radius:50%;z-index:1;color:#e74c3c;font-size:20.8px}.sc-icone-fechar.sc-icone-fechar--interno[data-v-d6262e5e]{top:5px;right:5px}.email-blocker[data-v-d6262e5e]{font-family:Roboto,sans-serif;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:99;background-color:rgba(0,0,0,.2);overflow:visible}.email-blocker-content[data-v-d6262e5e]{width:90%;height:90%;min-width:300px;min-height:300px;max-width:90%;max-height:90%;overflow:hidden auto;position:relative;background-color:#fff;color:#222}.email-title[data-v-d6262e5e]{background:#222;color:#fff;margin:0 0 10px 0;padding:5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;font-size:1.1rem}.email-content-table[data-v-d6262e5e]{padding:0;margin:0 10px 10px;font-size:.95rem;border-collapse:collapse;width:calc(100% - 20px)}.email-content-table td[data-v-d6262e5e],.email-content-table th[data-v-d6262e5e]{border:solid thin #e0e0e0}.email-content-table th[data-v-d6262e5e]{min-width:100px;text-align:left;vertical-align:text-top;padding:12px 20px;font-weight:400;border-right:unset}.email-divisor[data-v-d6262e5e]{margin-top:15px;margin-bottom:10px;height:1px;width:100%;background:#e0e0e0;border:unset}.email-content-table td[data-v-d6262e5e]{padding:8px;border-left:unset}.email-raw-content[data-v-d6262e5e]{display:flex;flex-direction:column;gap:10px;padding:0 15px 15px;max-width:100%}.email-raw-content h2[data-v-d6262e5e]{margin:0;padding:0;font-size:1rem}.email-file-content[data-v-d6262e5e]{display:flex;gap:10px;flex-wrap:wrap;align-items:center}",
11745
+ inject("data-v-c8b609d0_0", {
11746
+ source: ".btn-exit[data-v-c8b609d0]{cursor:pointer;position:absolute;top:15px;right:15px;z-index:1}.konecta-box-shadow[data-v-c8b609d0]{box-shadow:var(--konecta-box-shadow)}.email-blocker[data-v-c8b609d0]{--konecta-pink:#d54286;--konecta-light:#f8f9fa;--konecta-dark:#212529;--white:#fff;--white-shadow:rgba(255, 255, 255, 0.5);--konecta-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);--gray-3:#e2e6ea;--exit-button-color:#999;font-family:Roboto,sans-serif;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:99;background-color:var(--white-shadow);overflow:visible}.email-blocker-content[data-v-c8b609d0]{width:90%;height:90%;min-width:300px;min-height:300px;max-width:90%;max-height:90%;overflow:hidden auto;position:relative;background-color:var(--white);color:var(--konecta-dark);border-radius:6px}.email-title[data-v-c8b609d0]{font-size:1.1rem;width:100%;background-color:var(--konecta-light);color:var(--konecta-pink);border-bottom:1px solid var(--gray-3);padding:15px;display:flex;align-items:center;justify-content:space-between;border-top-left-radius:6px;border-top-right-radius:6px;margin:0 0 10px 0;position:relative}.email-content-table[data-v-c8b609d0]{padding:0;margin:0 10px 10px;font-size:.95rem;border-collapse:collapse;width:calc(100% - 20px)}.email-content-table td[data-v-c8b609d0],.email-content-table th[data-v-c8b609d0]{border:solid thin var(--gray-3)}.email-content-table th[data-v-c8b609d0]{min-width:100px;text-align:left;vertical-align:text-top;padding:12px 20px;font-weight:400;border-right:unset}.email-divisor[data-v-c8b609d0]{margin-top:15px;margin-bottom:10px;height:1px;width:100%;background:var(--gray-3);border:unset}.email-content-table td[data-v-c8b609d0]{padding:8px;border-left:unset}.email-raw-content[data-v-c8b609d0]{display:flex;flex-direction:column;gap:10px;padding:0 15px 15px;max-width:100%}.email-raw-content h2[data-v-c8b609d0]{margin:0;padding:0;font-size:1rem}.email-file-content[data-v-c8b609d0]{display:flex;gap:10px;flex-wrap:wrap;align-items:center}",
11677
11747
  map: undefined,
11678
11748
  media: undefined
11679
11749
  });
11680
11750
  };
11681
11751
  /* scoped */
11682
- const __vue_scope_id__ = "data-v-d6262e5e";
11752
+ const __vue_scope_id__ = "data-v-c8b609d0";
11683
11753
  /* module identifier */
11684
11754
  const __vue_module_identifier__ = undefined;
11685
11755
  /* functional template */