vue-intergrall-plugins 1.0.91 → 1.0.92

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,46 @@ 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
+ }) : _vm._e()], 1);
11315
11358
  }), 0) : _vm._e(), _vm._v(" "), _c('div', {
11316
11359
  staticClass: "email-header",
11317
11360
  on: {
@@ -11498,18 +11541,18 @@ var __vue_staticRenderFns__$1 = [];
11498
11541
  /* style */
11499
11542
  const __vue_inject_styles__$1 = function (inject) {
11500
11543
  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%)}",
11544
+ inject("data-v-c4e2ca14_0", {
11545
+ source: ".show-y-top-enter-active[data-v-c4e2ca14],.show-y-top-leave-enter[data-v-c4e2ca14]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-c4e2ca14],.show-y-top-leave-to[data-v-c4e2ca14]{opacity:0;transform:translateY(-2%)}",
11503
11546
  map: undefined,
11504
11547
  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}",
11548
+ }), inject("data-v-c4e2ca14_1", {
11549
+ 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
11550
  map: undefined,
11508
11551
  media: undefined
11509
11552
  });
11510
11553
  };
11511
11554
  /* scoped */
11512
- const __vue_scope_id__$1 = "data-v-4778c0ea";
11555
+ const __vue_scope_id__$1 = "data-v-c4e2ca14";
11513
11556
  /* module identifier */
11514
11557
  const __vue_module_identifier__$1 = undefined;
11515
11558
  /* functional template */
@@ -11606,21 +11649,45 @@ var __vue_render__ = function () {
11606
11649
  "click": _vm.close
11607
11650
  }
11608
11651
  }, [_c('div', {
11609
- staticClass: "email-blocker-content box-shadow",
11652
+ staticClass: "email-blocker-content konecta-box-shadow",
11610
11653
  on: {
11611
11654
  "click": function ($event) {
11612
11655
  $event.stopPropagation();
11613
11656
  }
11614
11657
  }
11615
- }, [_c('fa-icon', {
11616
- staticClass: "sc-icone-fechar sc-icone-fechar--interno",
11658
+ }, [_c('svg', {
11659
+ staticClass: "btn-exit",
11617
11660
  attrs: {
11618
- "icon": ['fas', 'times-circle']
11661
+ "fill": "var(--exit-button-color)",
11662
+ "width": "18px",
11663
+ "height": "18px",
11664
+ "viewBox": "0 0 32 32",
11665
+ "xmlns": "http://www.w3.org/2000/svg",
11666
+ "stroke": "var(--exit-button-color)"
11619
11667
  },
11620
11668
  on: {
11621
11669
  "click": _vm.close
11622
11670
  }
11623
- }), _vm._v(" "), _c('h1', {
11671
+ }, [_c('g', {
11672
+ attrs: {
11673
+ "id": "SVGRepo_bgCarrier",
11674
+ "stroke-width": "0"
11675
+ }
11676
+ }), _vm._v(" "), _c('g', {
11677
+ attrs: {
11678
+ "id": "SVGRepo_tracerCarrier",
11679
+ "stroke-linecap": "round",
11680
+ "stroke-linejoin": "round"
11681
+ }
11682
+ }), _vm._v(" "), _c('g', {
11683
+ attrs: {
11684
+ "id": "SVGRepo_iconCarrier"
11685
+ }
11686
+ }, [_c('path', {
11687
+ attrs: {
11688
+ "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"
11689
+ }
11690
+ })])]), _vm._v(" "), _c('h1', {
11624
11691
  staticClass: "email-title",
11625
11692
  domProps: {
11626
11693
  "textContent": _vm._s(_vm.assunto ? _vm.replaceUnicodeWithEmoji(_vm.htmlEntityToEmoji(_vm.assunto)) : '(Sem assunto)')
@@ -11635,7 +11702,7 @@ var __vue_render__ = function () {
11635
11702
  return _c('span', {
11636
11703
  key: "to-" + index
11637
11704
  }, [_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) {
11705
+ }) : _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
11706
  return _c('tr', {
11640
11707
  key: "info-" + index
11641
11708
  }, [_c('th', {
@@ -11665,21 +11732,21 @@ var __vue_render__ = function () {
11665
11732
  domProps: {
11666
11733
  "textContent": _vm._s(_vm.html || _vm.mensagem)
11667
11734
  }
11668
- })])], 1)]);
11735
+ })])])]);
11669
11736
  };
11670
11737
  var __vue_staticRenderFns__ = [];
11671
11738
 
11672
11739
  /* style */
11673
11740
  const __vue_inject_styles__ = function (inject) {
11674
11741
  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}",
11742
+ inject("data-v-4950b2ac_0", {
11743
+ source: ".btn-exit[data-v-4950b2ac]{cursor:pointer;position:absolute;top:15px;right:15px}.konecta-box-shadow[data-v-4950b2ac]{box-shadow:var(--konecta-box-shadow)}.email-blocker[data-v-4950b2ac]{--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-4950b2ac]{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-4950b2ac]{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-4950b2ac]{padding:0;margin:0 10px 10px;font-size:.95rem;border-collapse:collapse;width:calc(100% - 20px)}.email-content-table td[data-v-4950b2ac],.email-content-table th[data-v-4950b2ac]{border:solid thin var(--gray-3)}.email-content-table th[data-v-4950b2ac]{min-width:100px;text-align:left;vertical-align:text-top;padding:12px 20px;font-weight:400;border-right:unset}.email-divisor[data-v-4950b2ac]{margin-top:15px;margin-bottom:10px;height:1px;width:100%;background:var(--gray-3);border:unset}.email-content-table td[data-v-4950b2ac]{padding:8px;border-left:unset}.email-raw-content[data-v-4950b2ac]{display:flex;flex-direction:column;gap:10px;padding:0 15px 15px;max-width:100%}.email-raw-content h2[data-v-4950b2ac]{margin:0;padding:0;font-size:1rem}.email-file-content[data-v-4950b2ac]{display:flex;gap:10px;flex-wrap:wrap;align-items:center}",
11677
11744
  map: undefined,
11678
11745
  media: undefined
11679
11746
  });
11680
11747
  };
11681
11748
  /* scoped */
11682
- const __vue_scope_id__ = "data-v-d6262e5e";
11749
+ const __vue_scope_id__ = "data-v-4950b2ac";
11683
11750
  /* module identifier */
11684
11751
  const __vue_module_identifier__ = undefined;
11685
11752
  /* functional template */