@verdocs/web-sdk 6.5.0-beta.32 → 6.5.0-beta.34

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.
Files changed (204) hide show
  1. package/dist/cjs/{Types-RUyU-svM.js → Types-YJQtg77a.js} +4 -3
  2. package/dist/{esm/Types-dqxNbm_b.js.map → cjs/Types-YJQtg77a.js.map} +1 -1
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/{utils-otZIKCGM.js → utils-DjHWIYcY.js} +3 -3
  5. package/dist/cjs/{utils-otZIKCGM.js.map → utils-DjHWIYcY.js.map} +1 -1
  6. package/dist/cjs/verdocs-adopt-signature-dialog_8.cjs.entry.js +2 -2
  7. package/dist/cjs/verdocs-contact-picker.cjs.entry.js +2 -2
  8. package/dist/cjs/verdocs-download-dialog_4.cjs.entry.js +2 -2
  9. package/dist/cjs/verdocs-envelope-sidebar.cjs.entry.js +1 -1
  10. package/dist/cjs/verdocs-envelopes-list.cjs.entry.js +2 -2
  11. package/dist/cjs/verdocs-field-attachment_11.cjs.entry.js +86 -12
  12. package/dist/cjs/verdocs-pagination_2.cjs.entry.js +2 -2
  13. package/dist/cjs/verdocs-preview.verdocs-send.verdocs-template-attachments.verdocs-template-build-tabs.verdocs-template-fields.verdocs-template-roles.verdocs-template-settings.entry.cjs.js.map +1 -1
  14. package/dist/cjs/verdocs-preview_7.cjs.entry.js +36 -25
  15. package/dist/cjs/verdocs-sign.cjs.entry.js +2 -2
  16. package/dist/cjs/verdocs-template-document-page.verdocs-toolbar-icon.entry.cjs.js.map +1 -1
  17. package/dist/cjs/verdocs-template-document-page_2.cjs.entry.js +2 -2
  18. package/dist/cjs/verdocs-web-sdk.cjs.js +1 -1
  19. package/dist/collection/components/embeds/verdocs-send/verdocs-send.css +8 -0
  20. package/dist/collection/components/embeds/verdocs-send/verdocs-send.js +3 -1
  21. package/dist/collection/components/embeds/verdocs-send/verdocs-send.js.map +1 -1
  22. package/dist/collection/components/fields/verdocs-field-date/verdocs-field-date.css +34 -0
  23. package/dist/collection/components/fields/verdocs-field-date/verdocs-field-date.js +77 -2
  24. package/dist/collection/components/fields/verdocs-field-date/verdocs-field-date.js.map +1 -1
  25. package/dist/collection/components/fields/verdocs-field-textbox/verdocs-field-textbox.css +3 -0
  26. package/dist/collection/components/fields/verdocs-field-textbox/verdocs-field-textbox.js +6 -5
  27. package/dist/collection/components/fields/verdocs-field-textbox/verdocs-field-textbox.js.map +1 -1
  28. package/dist/collection/components/templates/verdocs-template-document-page/verdocs-template-document-page.js +3 -3
  29. package/dist/collection/components/templates/verdocs-template-document-page/verdocs-template-document-page.js.map +1 -1
  30. package/dist/collection/components/templates/verdocs-template-fields/verdocs-template-fields.css +21 -0
  31. package/dist/collection/components/templates/verdocs-template-fields/verdocs-template-fields.js +31 -21
  32. package/dist/collection/components/templates/verdocs-template-fields/verdocs-template-fields.js.map +1 -1
  33. package/dist/collection/utils/Types.js +2 -1
  34. package/dist/collection/utils/Types.js.map +1 -1
  35. package/dist/components/{p-DLKz8oGD.js → p-1PWpeHpK.js} +3 -3
  36. package/dist/components/{p-DLKz8oGD.js.map → p-1PWpeHpK.js.map} +1 -1
  37. package/dist/components/{p-BSXsWUmY.js → p-BWvUv89M.js} +39 -29
  38. package/dist/components/p-BWvUv89M.js.map +1 -0
  39. package/dist/components/{p-CrKrBZZL.js → p-BcGvNPBh.js} +7 -7
  40. package/dist/components/{p-CrKrBZZL.js.map → p-BcGvNPBh.js.map} +1 -1
  41. package/dist/components/{p-YzC4BSrh.js → p-BttIJYW3.js} +7 -5
  42. package/dist/components/p-BttIJYW3.js.map +1 -0
  43. package/dist/components/{p-88SuPfj4.js → p-C35_YsQk.js} +3 -3
  44. package/dist/components/{p-88SuPfj4.js.map → p-C35_YsQk.js.map} +1 -1
  45. package/dist/components/{p-COtqu2dZ.js → p-CMNmfu0F.js} +3 -3
  46. package/dist/components/{p-COtqu2dZ.js.map → p-CMNmfu0F.js.map} +1 -1
  47. package/dist/components/{p-B7nY_WEM.js → p-CY-c2d8q.js} +9 -9
  48. package/dist/components/p-CY-c2d8q.js.map +1 -0
  49. package/dist/components/{p-DWZamcQd.js → p-CeHrzafI.js} +9 -8
  50. package/dist/components/p-CeHrzafI.js.map +1 -0
  51. package/dist/components/{p-BaFfUg65.js → p-DKO4_Yp9.js} +3 -3
  52. package/dist/components/{p-BaFfUg65.js.map → p-DKO4_Yp9.js.map} +1 -1
  53. package/dist/components/{p-Dl7Xw8F0.js → p-DMMF9yT2.js} +3 -3
  54. package/dist/components/{p-Dl7Xw8F0.js.map → p-DMMF9yT2.js.map} +1 -1
  55. package/dist/components/p-Dh9AjNdu.js +292 -0
  56. package/dist/components/p-Dh9AjNdu.js.map +1 -0
  57. package/dist/components/{p-IUjGbyAi.js → p-Dk8BEvRP.js} +3 -3
  58. package/dist/components/{p-IUjGbyAi.js.map → p-Dk8BEvRP.js.map} +1 -1
  59. package/dist/components/{p-ChDalz5Z.js → p-DyeSZpGe.js} +3 -3
  60. package/dist/components/{p-ChDalz5Z.js.map → p-DyeSZpGe.js.map} +1 -1
  61. package/dist/components/{p-Bu_0SDFO.js → p-Iv65sQlJ.js} +3 -3
  62. package/dist/components/{p-Bu_0SDFO.js.map → p-Iv65sQlJ.js.map} +1 -1
  63. package/dist/components/verdocs-build.js +8 -8
  64. package/dist/components/verdocs-contact-picker.js +1 -1
  65. package/dist/components/verdocs-envelope-document-page.js +1 -1
  66. package/dist/components/verdocs-envelope-sidebar.js +1 -1
  67. package/dist/components/verdocs-envelopes-list.js +2 -2
  68. package/dist/components/verdocs-field-date.js +1 -1
  69. package/dist/components/verdocs-field-textbox.js +1 -1
  70. package/dist/components/verdocs-field-timestamp.js +1 -1
  71. package/dist/components/verdocs-preview.js +1 -1
  72. package/dist/components/verdocs-quick-filter.js +1 -1
  73. package/dist/components/verdocs-send.js +1 -1
  74. package/dist/components/verdocs-sign.js +4 -4
  75. package/dist/components/verdocs-signing-progress.js +1 -1
  76. package/dist/components/verdocs-template-document-page.js +1 -1
  77. package/dist/components/verdocs-template-fields.js +1 -1
  78. package/dist/components/verdocs-templates-list.js +1 -1
  79. package/dist/components/verdocs-view.js +1 -1
  80. package/dist/esm/Types-BqoC0yeA.js +9 -0
  81. package/dist/{cjs/Types-RUyU-svM.js.map → esm/Types-BqoC0yeA.js.map} +1 -1
  82. package/dist/esm/loader.js +1 -1
  83. package/dist/esm/{utils-ivPfUH2E.js → utils-Deu82Q9L.js} +3 -3
  84. package/dist/esm/{utils-ivPfUH2E.js.map → utils-Deu82Q9L.js.map} +1 -1
  85. package/dist/esm/verdocs-adopt-signature-dialog_8.entry.js +2 -2
  86. package/dist/esm/verdocs-contact-picker.entry.js +2 -2
  87. package/dist/esm/verdocs-download-dialog_4.entry.js +2 -2
  88. package/dist/esm/verdocs-envelope-sidebar.entry.js +1 -1
  89. package/dist/esm/verdocs-envelopes-list.entry.js +2 -2
  90. package/dist/esm/verdocs-field-attachment_11.entry.js +86 -12
  91. package/dist/esm/verdocs-pagination_2.entry.js +2 -2
  92. package/dist/esm/verdocs-preview.verdocs-send.verdocs-template-attachments.verdocs-template-build-tabs.verdocs-template-fields.verdocs-template-roles.verdocs-template-settings.entry.js.map +1 -1
  93. package/dist/esm/verdocs-preview_7.entry.js +37 -26
  94. package/dist/esm/verdocs-sign.entry.js +2 -2
  95. package/dist/esm/verdocs-template-document-page.verdocs-toolbar-icon.entry.js.map +1 -1
  96. package/dist/esm/verdocs-template-document-page_2.entry.js +2 -2
  97. package/dist/esm/verdocs-web-sdk.js +1 -1
  98. package/dist/esm-es5/Types-BqoC0yeA.js +2 -0
  99. package/dist/esm-es5/{Types-dqxNbm_b.js.map → Types-BqoC0yeA.js.map} +1 -1
  100. package/dist/esm-es5/loader.js +1 -1
  101. package/dist/esm-es5/{utils-ivPfUH2E.js → utils-Deu82Q9L.js} +2 -2
  102. package/dist/esm-es5/{utils-ivPfUH2E.js.map → utils-Deu82Q9L.js.map} +1 -1
  103. package/dist/esm-es5/verdocs-adopt-signature-dialog_8.entry.js +1 -1
  104. package/dist/esm-es5/verdocs-contact-picker.entry.js +2 -2
  105. package/dist/esm-es5/verdocs-download-dialog_4.entry.js +1 -1
  106. package/dist/esm-es5/verdocs-envelope-sidebar.entry.js +1 -1
  107. package/dist/esm-es5/verdocs-envelopes-list.entry.js +1 -1
  108. package/dist/esm-es5/verdocs-field-attachment_11.entry.js +1 -1
  109. package/dist/esm-es5/verdocs-field-attachment_11.entry.js.map +1 -1
  110. package/dist/esm-es5/verdocs-pagination_2.entry.js +1 -1
  111. package/dist/esm-es5/verdocs-preview.verdocs-send.verdocs-template-attachments.verdocs-template-build-tabs.verdocs-template-fields.verdocs-template-roles.verdocs-template-settings.entry.js.map +1 -1
  112. package/dist/esm-es5/verdocs-preview_7.entry.js +2 -2
  113. package/dist/esm-es5/verdocs-preview_7.entry.js.map +1 -1
  114. package/dist/esm-es5/verdocs-sign.entry.js +1 -1
  115. package/dist/esm-es5/verdocs-template-document-page.verdocs-toolbar-icon.entry.js.map +1 -1
  116. package/dist/esm-es5/verdocs-template-document-page_2.entry.js +1 -1
  117. package/dist/esm-es5/verdocs-web-sdk.js +1 -1
  118. package/dist/types/components/fields/verdocs-field-date/verdocs-field-date.d.ts +6 -1
  119. package/dist/types/components/templates/verdocs-template-fields/verdocs-template-fields.d.ts +3 -3
  120. package/dist/types/utils/Types.d.ts +1 -1
  121. package/dist/verdocs-web-sdk/{p-751501f3.entry.js → p-07a00b97.entry.js} +2 -2
  122. package/dist/verdocs-web-sdk/{p-96c50a15.system.entry.js → p-16e4f438.system.entry.js} +2 -2
  123. package/dist/verdocs-web-sdk/{p-b7a88f34.system.entry.js → p-178d03a6.system.entry.js} +2 -2
  124. package/dist/verdocs-web-sdk/p-1bde2f57.system.entry.js +2 -0
  125. package/dist/verdocs-web-sdk/p-1bde2f57.system.entry.js.map +1 -0
  126. package/dist/verdocs-web-sdk/{p-3c1ca466.entry.js → p-3aebfd86.entry.js} +2 -2
  127. package/dist/verdocs-web-sdk/{p-12a23bdb.entry.js → p-4671fd0b.entry.js} +2 -2
  128. package/dist/verdocs-web-sdk/{p-f615bed5.entry.js → p-5cf0d300.entry.js} +2 -2
  129. package/dist/verdocs-web-sdk/{p-7165eccc.system.entry.js → p-8cb631da.system.entry.js} +2 -2
  130. package/dist/verdocs-web-sdk/p-932934f5.system.entry.js +8 -0
  131. package/dist/verdocs-web-sdk/p-932934f5.system.entry.js.map +1 -0
  132. package/dist/verdocs-web-sdk/{p-cff62722.system.entry.js → p-9ec65cad.system.entry.js} +2 -2
  133. package/dist/verdocs-web-sdk/p-B8zpaHu-.system.js +1 -1
  134. package/dist/verdocs-web-sdk/p-B_NM_Ddi.system.js.map +1 -0
  135. package/dist/verdocs-web-sdk/{p-dY2Fe8ON.system.js.map → p-BaVMqmM6.system.js.map} +1 -1
  136. package/dist/verdocs-web-sdk/{p-D0t6QCh_.system.js → p-BgKRsvh1.system.js} +2 -2
  137. package/dist/verdocs-web-sdk/{p-D0t6QCh_.system.js.map → p-BgKRsvh1.system.js.map} +1 -1
  138. package/dist/verdocs-web-sdk/p-BqoC0yeA.js +2 -0
  139. package/dist/verdocs-web-sdk/{p-dqxNbm_b.js.map → p-BqoC0yeA.js.map} +1 -1
  140. package/dist/verdocs-web-sdk/p-BxZoitZ8.system.js.map +1 -0
  141. package/dist/verdocs-web-sdk/p-C2OP3llY.system.js +2 -0
  142. package/dist/verdocs-web-sdk/{p-CgZsFvRv.system.js.map → p-C2OP3llY.system.js.map} +1 -1
  143. package/dist/verdocs-web-sdk/{p-Baa2Y5Zk.system.js.map → p-C5FCNerT.system.js.map} +1 -1
  144. package/dist/verdocs-web-sdk/{p-DKu4yKnD.system.js.map → p-CwV2z4y9.system.js.map} +1 -1
  145. package/dist/verdocs-web-sdk/{p-BM3jxk1D.system.js.map → p-DAagWDJf.system.js.map} +1 -1
  146. package/dist/verdocs-web-sdk/p-DDdzKvq8.system.js.map +1 -0
  147. package/dist/verdocs-web-sdk/{p-BUDKtx9r.system.js.map → p-DZCgLJyz.system.js.map} +1 -1
  148. package/dist/verdocs-web-sdk/{p-Cz_PSCK3.system.js.map → p-Dxsz-5-P.system.js.map} +1 -1
  149. package/dist/verdocs-web-sdk/{p-BpvxoJa6.system.js.map → p-H1Tf5vYL.system.js.map} +1 -1
  150. package/dist/verdocs-web-sdk/{p-f5d355d5.system.entry.js → p-c0fbae7e.system.entry.js} +2 -2
  151. package/dist/verdocs-web-sdk/{p-6598380f.entry.js → p-c1b0b0a8.entry.js} +2 -2
  152. package/dist/verdocs-web-sdk/{p-3899da33.entry.js → p-c288939e.entry.js} +3 -3
  153. package/dist/verdocs-web-sdk/{p-4cbec34e.system.entry.js → p-c4ca9e20.system.entry.js} +3 -3
  154. package/dist/verdocs-web-sdk/p-d09f0a2c.entry.js +8 -0
  155. package/dist/verdocs-web-sdk/p-d09f0a2c.entry.js.map +1 -0
  156. package/dist/verdocs-web-sdk/{p-363f13cb.system.entry.js → p-dbaaa79f.system.entry.js} +2 -2
  157. package/dist/verdocs-web-sdk/{p-42ad9ea7.entry.js → p-e74f4251.entry.js} +2 -2
  158. package/dist/verdocs-web-sdk/{p-fe97fd80.entry.js → p-ea23d10b.entry.js} +2 -2
  159. package/dist/verdocs-web-sdk/{p-721b3041.system.entry.js → p-ee6623f7.system.entry.js} +2 -2
  160. package/dist/verdocs-web-sdk/p-f986d5dd.entry.js +2 -0
  161. package/dist/verdocs-web-sdk/p-f986d5dd.entry.js.map +1 -0
  162. package/dist/verdocs-web-sdk/{p-CHm_85GB.js → p-oC6bZSel.js} +2 -2
  163. package/dist/verdocs-web-sdk/{p-CHm_85GB.js.map → p-oC6bZSel.js.map} +1 -1
  164. package/dist/verdocs-web-sdk/verdocs-preview.verdocs-send.verdocs-template-attachments.verdocs-template-build-tabs.verdocs-template-fields.verdocs-template-roles.verdocs-template-settings.entry.esm.js.map +1 -1
  165. package/dist/verdocs-web-sdk/verdocs-template-document-page.verdocs-toolbar-icon.entry.esm.js.map +1 -1
  166. package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
  167. package/package.json +1 -1
  168. package/dist/components/p-B7nY_WEM.js.map +0 -1
  169. package/dist/components/p-BSXsWUmY.js.map +0 -1
  170. package/dist/components/p-DR_BGSby.js +0 -217
  171. package/dist/components/p-DR_BGSby.js.map +0 -1
  172. package/dist/components/p-DWZamcQd.js.map +0 -1
  173. package/dist/components/p-YzC4BSrh.js.map +0 -1
  174. package/dist/esm/Types-dqxNbm_b.js +0 -8
  175. package/dist/esm-es5/Types-dqxNbm_b.js +0 -2
  176. package/dist/verdocs-web-sdk/p-344a99c7.system.entry.js +0 -8
  177. package/dist/verdocs-web-sdk/p-344a99c7.system.entry.js.map +0 -1
  178. package/dist/verdocs-web-sdk/p-8c86b7fd.entry.js +0 -2
  179. package/dist/verdocs-web-sdk/p-8c86b7fd.entry.js.map +0 -1
  180. package/dist/verdocs-web-sdk/p-CgZsFvRv.system.js +0 -2
  181. package/dist/verdocs-web-sdk/p-DNUz9v6d.system.js.map +0 -1
  182. package/dist/verdocs-web-sdk/p-DsA3pbFK.system.js.map +0 -1
  183. package/dist/verdocs-web-sdk/p-DyCZUrdb.system.js.map +0 -1
  184. package/dist/verdocs-web-sdk/p-c3e7b3ce.system.entry.js +0 -2
  185. package/dist/verdocs-web-sdk/p-c3e7b3ce.system.entry.js.map +0 -1
  186. package/dist/verdocs-web-sdk/p-dqxNbm_b.js +0 -2
  187. package/dist/verdocs-web-sdk/p-e23c5042.entry.js +0 -8
  188. package/dist/verdocs-web-sdk/p-e23c5042.entry.js.map +0 -1
  189. /package/dist/verdocs-web-sdk/{p-751501f3.entry.js.map → p-07a00b97.entry.js.map} +0 -0
  190. /package/dist/verdocs-web-sdk/{p-96c50a15.system.entry.js.map → p-16e4f438.system.entry.js.map} +0 -0
  191. /package/dist/verdocs-web-sdk/{p-b7a88f34.system.entry.js.map → p-178d03a6.system.entry.js.map} +0 -0
  192. /package/dist/verdocs-web-sdk/{p-3c1ca466.entry.js.map → p-3aebfd86.entry.js.map} +0 -0
  193. /package/dist/verdocs-web-sdk/{p-12a23bdb.entry.js.map → p-4671fd0b.entry.js.map} +0 -0
  194. /package/dist/verdocs-web-sdk/{p-f615bed5.entry.js.map → p-5cf0d300.entry.js.map} +0 -0
  195. /package/dist/verdocs-web-sdk/{p-7165eccc.system.entry.js.map → p-8cb631da.system.entry.js.map} +0 -0
  196. /package/dist/verdocs-web-sdk/{p-cff62722.system.entry.js.map → p-9ec65cad.system.entry.js.map} +0 -0
  197. /package/dist/verdocs-web-sdk/{p-f5d355d5.system.entry.js.map → p-c0fbae7e.system.entry.js.map} +0 -0
  198. /package/dist/verdocs-web-sdk/{p-6598380f.entry.js.map → p-c1b0b0a8.entry.js.map} +0 -0
  199. /package/dist/verdocs-web-sdk/{p-3899da33.entry.js.map → p-c288939e.entry.js.map} +0 -0
  200. /package/dist/verdocs-web-sdk/{p-4cbec34e.system.entry.js.map → p-c4ca9e20.system.entry.js.map} +0 -0
  201. /package/dist/verdocs-web-sdk/{p-363f13cb.system.entry.js.map → p-dbaaa79f.system.entry.js.map} +0 -0
  202. /package/dist/verdocs-web-sdk/{p-42ad9ea7.entry.js.map → p-e74f4251.entry.js.map} +0 -0
  203. /package/dist/verdocs-web-sdk/{p-fe97fd80.entry.js.map → p-ea23d10b.entry.js.map} +0 -0
  204. /package/dist/verdocs-web-sdk/{p-721b3041.system.entry.js.map → p-ee6623f7.system.entry.js.map} +0 -0
@@ -1,2 +1,2 @@
1
- var __awaiter=this&&this.__awaiter||function(e,t,i,o){function r(e){return e instanceof i?e:new i((function(t){t(e)}))}return new(i||(i=Promise))((function(i,a){function s(e){try{c(o.next(e))}catch(e){a(e)}}function n(e){try{c(o["throw"](e))}catch(e){a(e)}}function c(e){e.done?i(e.value):r(e.value).then(s,n)}c((o=o.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},o,r,a,s=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return s.next=n(0),s["throw"]=n(1),s["return"]=n(2),typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function n(e){return function(t){return c([e,t])}}function c(n){if(o)throw new TypeError("Generator is already executing.");while(s&&(s=0,n[0]&&(i=0)),i)try{if(o=1,r&&(a=n[0]&2?r["return"]:n[0]?r["throw"]||((a=r["return"])&&a.call(r),0):r.next)&&!(a=a.call(r,n[1])).done)return a;if(r=0,a)n=[n[0]&2,a.value];switch(n[0]){case 0:case 1:a=n;break;case 4:i.label++;return{value:n[1],done:false};case 5:i.label++;r=n[1];n=[0];continue;case 7:n=i.ops.pop();i.trys.pop();continue;default:if(!(a=i.trys,a=a.length>0&&a[a.length-1])&&(n[0]===6||n[0]===2)){i=0;continue}if(n[0]===3&&(!a||n[1]>a[0]&&n[1]<a[3])){i.label=n[1];break}if(n[0]===6&&i.label<a[1]){i.label=a[1];a=n;break}if(a&&i.label<a[2]){i.label=a[2];i.ops.push(n);break}if(a[2])i.ops.pop();i.trys.pop();continue}n=t.call(e,i)}catch(e){n=[6,e];r=0}finally{o=a=0}if(n[0]&5)throw n[1];return{value:n[0]?n[1]:void 0,done:true}}};System.register(["./p-BO6MZhlp.system.js","@verdocs/js-sdk","./p-D0t6QCh_.system.js","./p-lEpx1l-p.system.js","./p-DzZgjFK8.system.js","./p-DmF0GSqu.system.js","./p-CgZsFvRv.system.js"],(function(e){"use strict";var t,i,o,r,a,s,n,c,l,d,u,h,p,f;return{setters:[function(e){t=e.r;i=e.c;o=e.h;r=e.H;a=e.F;s=e.g},function(e){n=e.VerdocsEndpoint;c=e.getTemplateDocumentPageDisplayUri;l=e.getTemplate},function(e){d=e.t;u=e.c;h=e.g},function(e){p=e.S},function(e){f=e.c},null,null],execute:function(){var b="verdocs-template-document-page{width:100%;position:relative}verdocs-template-document-page .verdocs-template-document-page-layer{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294);box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294)}verdocs-template-document-page .verdocs-template-document-page-layer.img{width:100%}verdocs-template-document-page .placeholder{opacity:0.1;width:612px;height:792px;-webkit-box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294);box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294)}";var v=e("verdocs_template_document_page",function(){function e(e){t(this,e);this.pageRendered=i(this,"pageRendered");this.templateListenerId=null;this.endpoint=n.getDefault();this.editable=false;this.disabled=false;this.done=false;this.templateId="";this.documentId="";this.pageNumber=1;this.virtualWidth=612;this.virtualHeight=792;this.layers=[{name:"page",type:"canvas"}];this.containerId="verdocs-document-page-".concat(Math.random().toString(36).substring(2,11));this.renderedWidth=this.virtualWidth;this.renderedHeight=this.virtualHeight;this.naturalWidth=this.virtualWidth;this.naturalHeight=this.virtualHeight;this.aspectRatio=this.virtualWidth/this.virtualHeight;this.skipFirstNotification=true;this.pageDisplayUri="";this.xScale=1;this.yScale=1;this.loading=true;this.template=null}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:e=this;return[4,c(this.endpoint,this.documentId,this.pageNumber)];case 1:e.pageDisplayUri=t.sent();this.listenToTemplate();return[2]}}))}))};e.prototype.componentDidLoad=function(){var e=this;this.resizeObserver=new ResizeObserver(d((function(t){for(var i=0,o=t;i<o.length;i++){var r=o[i];var a=r.contentRect.width;e.renderedWidth=a;e.renderedHeight=e.virtualHeight*(a/e.virtualWidth)}e.notifyRenderedSize()}),100));this.resizeObserver.observe(this.container)};e.prototype.componentDidUpdate=function(){this.notifyRenderedSize()};e.prototype.disconnectedCallback=function(){var e;(e=this.resizeObserver)===null||e===void 0?void 0:e.disconnect();this.unlistenToTemplate()};e.prototype.listenToTemplate=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){this.unlistenToTemplate();p.subscribe("templates",this.templateId,(function(){return l(e.endpoint,e.templateId)}),false,(function(t){e.template=t;e.loading=false}));return[2]}))}))};e.prototype.unlistenToTemplate=function(){if(this.templateListenerId){p.store.delListener(this.templateListenerId);this.templateListenerId=null}};e.prototype.notifyRenderedSize=function(){if(this.skipFirstNotification){this.skipFirstNotification=false;return}var e=this.renderedWidth/this.virtualWidth;if(this.xScale!==e){this.xScale=e}var t=this.renderedHeight/this.virtualHeight;if(this.yScale!==t){this.yScale=t}this.pageRendered.emit({containerId:this.containerId,documentId:this.documentId,pageNumber:this.pageNumber,virtualWidth:this.virtualWidth,virtualHeight:this.virtualHeight,renderedWidth:this.renderedWidth,renderedHeight:this.renderedHeight,naturalWidth:this.naturalWidth,naturalHeight:this.naturalHeight,aspectRatio:this.aspectRatio,xScale:e,yScale:t})};e.prototype.render=function(){var e=this;if(this.loading){return o(r,null,o("img",{src:"https://public-assets.verdocs.com/loading-placeholder.png",class:"placeholder",alt:"Placeholder page"}))}var t="".concat(this.renderedHeight,"px");return o(r,{id:"".concat(this.containerId),style:{height:t,flex:"0 0 ".concat(t)}},this.layers.map((function(i){var r;return i.type==="div"?o("div",{class:"verdocs-template-document-page-layer",id:"".concat(e.containerId,"-").concat(i.name),style:{height:t}},i.name==="controls"&&(((r=e.template)===null||r===void 0?void 0:r.fields)||[]).filter((function(t){return t&&t.document_id===e.documentId&&t.page===e.pageNumber})).map((function(t){var i,r;var s=h(t);var n=t.name,c=t.type,l=t.multiline;var d=e,p=d.xScale,f=d.yScale,b=d.templateId,v=d.editable,m=d.disabled,g=d.done,x=d.pageNumber;if(((i=t["setting"])===null||i===void 0?void 0:i.leading)>0||((r=t["settings"])===null||r===void 0?void 0:r.leading)>0){c="textarea";l=true}switch(c){case"textbox":return o("verdocs-field-textbox",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,multiline:l,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"textarea":return o("verdocs-field-textarea",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"date":return o("verdocs-field-date",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"attachment":return o("verdocs-field-attachment",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"dropdown":return o("verdocs-field-dropdown",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"initial":return o("verdocs-field-initial",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"signature":return o("verdocs-field-signature",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,e.xScale,e.yScale)});case"timestamp":return o("verdocs-field-timestamp",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"checkbox":return o("verdocs-field-checkbox",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"radio":return o("verdocs-field-radio",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});default:return o(a,null,n)}}))):e.pageDisplayUri?o("img",{class:"verdocs-template-document-page-layer img",id:"".concat(e.containerId,"-").concat(i.name),src:e.pageDisplayUri,alt:"Page ".concat(e.pageNumber),"aria-hidden":true,loading:"lazy",onLoad:function(t){e.naturalWidth=t.target.naturalWidth;e.naturalHeight=t.target.naturalHeight;e.aspectRatio=e.naturalWidth/e.naturalHeight;e.virtualHeight=e.virtualWidth/e.aspectRatio;e.renderedHeight=t.target.offsetWidth/e.aspectRatio}}):o("div",null)})))};Object.defineProperty(e.prototype,"container",{get:function(){return s(this)},enumerable:false,configurable:true});return e}());v.style=b;var m='verdocs-toolbar-icon{font-family:var(--verdocs-primary-font, "Inter", "Barlow", sans-serif);display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}verdocs-toolbar-icon .icon{display:inline-block;cursor:pointer}verdocs-toolbar-icon .icon svg{fill:#5c6575}verdocs-toolbar-icon .tooltip{display:none;-webkit-box-shadow:0 0 10px 1px #999999;box-shadow:0 0 10px 1px #999999;background:#ffffff;color:#33364b;max-width:240px;font-weight:bold;padding:5px 10px;font-size:13px;position:relative;border-radius:4px;z-index:20000;white-space:nowrap}verdocs-toolbar-icon .tooltip .arrow,verdocs-toolbar-icon .tooltip .arrow::before{position:absolute;width:8px;height:8px;background:inherit}verdocs-toolbar-icon .tooltip .arrow{visibility:hidden;top:-4px}verdocs-toolbar-icon .tooltip .arrow::before{visibility:visible;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}verdocs-toolbar-icon .tooltip[data-show]{display:block}verdocs-toolbar-icon .tooltip[data-popper-placement^=top]>.arrow{bottom:-4px}verdocs-toolbar-icon .tooltip[data-popper-placement^=bottom]>.arrow{top:-4px}verdocs-toolbar-icon .tooltip[data-popper-placement^=left]>.arrow{right:-4px}verdocs-toolbar-icon .tooltip[data-popper-placement^=right]>.arrow{left:-4px}verdocs-toolbar-icon .tooltip[data-popper-placement^=left]{padding:3px 10px}verdocs-toolbar-icon .tooltip[data-popper-placement^=left]>.arrow{right:-1px}';var g=e("verdocs_toolbar_icon",function(){function e(e){t(this,e);this.text="";this.icon="";this.placement="bottom";this.containerId="verdocs-toolbar-icon-".concat(Math.random().toString(36).substring(2,11))}e.prototype.componentDidLoad=function(){this.popperInstance=f(this.iconEl,this.tooltip,{placement:this.placement,modifiers:this.placement==="left"?[{name:"offset",options:{offset:[0,20]}}]:[]})};e.prototype.disconnectedCallback=function(){if(this.popperInstance){this.popperInstance.destroy();this.popperInstance=null}};e.prototype.show=function(){var e,t;(e=this.tooltip)===null||e===void 0?void 0:e.setAttribute("data-show","");(t=this.popperInstance)===null||t===void 0?void 0:t.update().catch((function(){}))};e.prototype.hide=function(){var e;(e=this.tooltip)===null||e===void 0?void 0:e.removeAttribute("data-show")};e.prototype.render=function(){var e=this;return o(r,{key:"f8516f47ac92cf82f1b833d76a8e13d819c597bd",class:{}},o("div",{key:"1d7a381d4d662bfcad7519da73535151bb99ecd2","aria-describedby":this.containerId,class:"icon",innerHTML:this.icon,onMouseEnter:function(){return e.show()},onFocus:function(){return e.show()},onMouseLeave:function(){return e.hide()},onBlur:function(){return e.hide()},ref:function(t){return e.iconEl=t}}),o("div",{key:"c4704c4cd442985192999bf4a26307e43923a54c",id:this.containerId,role:"tooltip",class:"tooltip","data-popper-placement":this.placement,ref:function(t){return e.tooltip=t}},this.text,o("div",{key:"4e25e78425814b991913d1e537b9cf049053185f","data-popper-arrow":"true",class:"arrow"})))};return e}());g.style=m}}}));
2
- //# sourceMappingURL=p-7165eccc.system.entry.js.map
1
+ var __awaiter=this&&this.__awaiter||function(e,t,i,o){function r(e){return e instanceof i?e:new i((function(t){t(e)}))}return new(i||(i=Promise))((function(i,a){function s(e){try{c(o.next(e))}catch(e){a(e)}}function n(e){try{c(o["throw"](e))}catch(e){a(e)}}function c(e){e.done?i(e.value):r(e.value).then(s,n)}c((o=o.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},o,r,a,s=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return s.next=n(0),s["throw"]=n(1),s["return"]=n(2),typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function n(e){return function(t){return c([e,t])}}function c(n){if(o)throw new TypeError("Generator is already executing.");while(s&&(s=0,n[0]&&(i=0)),i)try{if(o=1,r&&(a=n[0]&2?r["return"]:n[0]?r["throw"]||((a=r["return"])&&a.call(r),0):r.next)&&!(a=a.call(r,n[1])).done)return a;if(r=0,a)n=[n[0]&2,a.value];switch(n[0]){case 0:case 1:a=n;break;case 4:i.label++;return{value:n[1],done:false};case 5:i.label++;r=n[1];n=[0];continue;case 7:n=i.ops.pop();i.trys.pop();continue;default:if(!(a=i.trys,a=a.length>0&&a[a.length-1])&&(n[0]===6||n[0]===2)){i=0;continue}if(n[0]===3&&(!a||n[1]>a[0]&&n[1]<a[3])){i.label=n[1];break}if(n[0]===6&&i.label<a[1]){i.label=a[1];a=n;break}if(a&&i.label<a[2]){i.label=a[2];i.ops.push(n);break}if(a[2])i.ops.pop();i.trys.pop();continue}n=t.call(e,i)}catch(e){n=[6,e];r=0}finally{o=a=0}if(n[0]&5)throw n[1];return{value:n[0]?n[1]:void 0,done:true}}};System.register(["./p-BO6MZhlp.system.js","@verdocs/js-sdk","./p-BgKRsvh1.system.js","./p-lEpx1l-p.system.js","./p-DzZgjFK8.system.js","./p-DmF0GSqu.system.js","./p-C2OP3llY.system.js"],(function(e){"use strict";var t,i,o,r,a,s,n,c,l,d,u,h,p,f;return{setters:[function(e){t=e.r;i=e.c;o=e.h;r=e.H;a=e.F;s=e.g},function(e){n=e.VerdocsEndpoint;c=e.getTemplateDocumentPageDisplayUri;l=e.getTemplate},function(e){d=e.t;u=e.c;h=e.g},function(e){p=e.S},function(e){f=e.c},null,null],execute:function(){var b="verdocs-template-document-page{width:100%;position:relative}verdocs-template-document-page .verdocs-template-document-page-layer{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294);box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294)}verdocs-template-document-page .verdocs-template-document-page-layer.img{width:100%}verdocs-template-document-page .placeholder{opacity:0.1;width:612px;height:792px;-webkit-box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294);box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294)}";var v=e("verdocs_template_document_page",function(){function e(e){t(this,e);this.pageRendered=i(this,"pageRendered");this.templateListenerId=null;this.endpoint=n.getDefault();this.editable=false;this.disabled=false;this.done=false;this.templateId="";this.documentId="";this.pageNumber=1;this.virtualWidth=612;this.virtualHeight=792;this.layers=[{name:"page",type:"canvas"}];this.containerId="verdocs-document-page-".concat(Math.random().toString(36).substring(2,11));this.renderedWidth=this.virtualWidth;this.renderedHeight=this.virtualHeight;this.naturalWidth=this.virtualWidth;this.naturalHeight=this.virtualHeight;this.aspectRatio=this.virtualWidth/this.virtualHeight;this.skipFirstNotification=true;this.pageDisplayUri="";this.xScale=1;this.yScale=1;this.loading=true;this.template=null}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:e=this;return[4,c(this.endpoint,this.documentId,this.pageNumber)];case 1:e.pageDisplayUri=t.sent();this.listenToTemplate();return[2]}}))}))};e.prototype.componentDidLoad=function(){var e=this;this.resizeObserver=new ResizeObserver(d((function(t){for(var i=0,o=t;i<o.length;i++){var r=o[i];var a=r.contentRect.width;e.renderedWidth=a;e.renderedHeight=e.virtualHeight*(a/e.virtualWidth)}e.notifyRenderedSize()}),100));this.resizeObserver.observe(this.container)};e.prototype.componentDidUpdate=function(){this.notifyRenderedSize()};e.prototype.disconnectedCallback=function(){var e;(e=this.resizeObserver)===null||e===void 0?void 0:e.disconnect();this.unlistenToTemplate()};e.prototype.listenToTemplate=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){this.unlistenToTemplate();p.subscribe("templates",this.templateId,(function(){return l(e.endpoint,e.templateId)}),false,(function(t){e.template=t;e.loading=false}));return[2]}))}))};e.prototype.unlistenToTemplate=function(){if(this.templateListenerId){p.store.delListener(this.templateListenerId);this.templateListenerId=null}};e.prototype.notifyRenderedSize=function(){if(this.skipFirstNotification){this.skipFirstNotification=false;return}var e=this.renderedWidth/this.virtualWidth;if(this.xScale!==e){this.xScale=e}var t=this.renderedHeight/this.virtualHeight;if(this.yScale!==t){this.yScale=t}this.pageRendered.emit({containerId:this.containerId,documentId:this.documentId,pageNumber:this.pageNumber,virtualWidth:this.virtualWidth,virtualHeight:this.virtualHeight,renderedWidth:this.renderedWidth,renderedHeight:this.renderedHeight,naturalWidth:this.naturalWidth,naturalHeight:this.naturalHeight,aspectRatio:this.aspectRatio,xScale:e,yScale:t})};e.prototype.render=function(){var e=this;if(this.loading){return o(r,null,o("img",{src:"https://public-assets.verdocs.com/loading-placeholder.png",class:"placeholder",alt:"Placeholder page"}))}var t="".concat(this.renderedHeight,"px");return o(r,{id:"".concat(this.containerId),style:{height:t,flex:"0 0 ".concat(t)}},this.layers.map((function(i){var r;return i.type==="div"?o("div",{class:"verdocs-template-document-page-layer",id:"".concat(e.containerId,"-").concat(i.name),style:{height:t}},i.name==="controls"&&(((r=e.template)===null||r===void 0?void 0:r.fields)||[]).filter((function(t){return t&&t.document_id===e.documentId&&t.page===e.pageNumber})).map((function(t){var i,r;var s=h(t);var n=t.name,c=t.type,l=t.multiline;var d=e,p=d.xScale,f=d.yScale,b=d.templateId,v=d.editable,m=d.disabled,g=d.done,x=d.pageNumber;if(((i=t["setting"])===null||i===void 0?void 0:i.leading)>0||((r=t["settings"])===null||r===void 0?void 0:r.leading)>0){c="textarea";l=true}switch(c){case"textbox":return o("verdocs-field-textbox",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,multiline:l,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"textarea":return o("verdocs-field-textarea",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"date":return o("verdocs-field-date",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"attachment":return o("verdocs-field-attachment",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"dropdown":return o("verdocs-field-dropdown",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"initial":return o("verdocs-field-initial",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"signature":return o("verdocs-field-signature",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,e.xScale,e.yScale)});case"timestamp":return o("verdocs-field-timestamp",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"checkbox":return o("verdocs-field-checkbox",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});case"radio":return o("verdocs-field-radio",{id:s,fieldname:n,source:"template",sourceid:b,editable:v,disabled:m,done:g,xscale:p,yscale:f,pagenumber:x,style:u(t,p,f)});default:return o(a,null,n)}}))):e.pageDisplayUri?o("img",{class:"verdocs-template-document-page-layer img",id:"".concat(e.containerId,"-").concat(i.name),src:e.pageDisplayUri,alt:"Page ".concat(e.pageNumber),"aria-hidden":true,loading:"lazy",onLoad:function(t){e.naturalWidth=t.target.naturalWidth;e.naturalHeight=t.target.naturalHeight;e.aspectRatio=e.naturalWidth/e.naturalHeight;e.virtualHeight=e.virtualWidth/e.aspectRatio;e.renderedHeight=t.target.offsetWidth/e.aspectRatio}}):o("div",null)})))};Object.defineProperty(e.prototype,"container",{get:function(){return s(this)},enumerable:false,configurable:true});return e}());v.style=b;var m='verdocs-toolbar-icon{font-family:var(--verdocs-primary-font, "Inter", "Barlow", sans-serif);display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}verdocs-toolbar-icon .icon{display:inline-block;cursor:pointer}verdocs-toolbar-icon .icon svg{fill:#5c6575}verdocs-toolbar-icon .tooltip{display:none;-webkit-box-shadow:0 0 10px 1px #999999;box-shadow:0 0 10px 1px #999999;background:#ffffff;color:#33364b;max-width:240px;font-weight:bold;padding:5px 10px;font-size:13px;position:relative;border-radius:4px;z-index:20000;white-space:nowrap}verdocs-toolbar-icon .tooltip .arrow,verdocs-toolbar-icon .tooltip .arrow::before{position:absolute;width:8px;height:8px;background:inherit}verdocs-toolbar-icon .tooltip .arrow{visibility:hidden;top:-4px}verdocs-toolbar-icon .tooltip .arrow::before{visibility:visible;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}verdocs-toolbar-icon .tooltip[data-show]{display:block}verdocs-toolbar-icon .tooltip[data-popper-placement^=top]>.arrow{bottom:-4px}verdocs-toolbar-icon .tooltip[data-popper-placement^=bottom]>.arrow{top:-4px}verdocs-toolbar-icon .tooltip[data-popper-placement^=left]>.arrow{right:-4px}verdocs-toolbar-icon .tooltip[data-popper-placement^=right]>.arrow{left:-4px}verdocs-toolbar-icon .tooltip[data-popper-placement^=left]{padding:3px 10px}verdocs-toolbar-icon .tooltip[data-popper-placement^=left]>.arrow{right:-1px}';var g=e("verdocs_toolbar_icon",function(){function e(e){t(this,e);this.text="";this.icon="";this.placement="bottom";this.containerId="verdocs-toolbar-icon-".concat(Math.random().toString(36).substring(2,11))}e.prototype.componentDidLoad=function(){this.popperInstance=f(this.iconEl,this.tooltip,{placement:this.placement,modifiers:this.placement==="left"?[{name:"offset",options:{offset:[0,20]}}]:[]})};e.prototype.disconnectedCallback=function(){if(this.popperInstance){this.popperInstance.destroy();this.popperInstance=null}};e.prototype.show=function(){var e,t;(e=this.tooltip)===null||e===void 0?void 0:e.setAttribute("data-show","");(t=this.popperInstance)===null||t===void 0?void 0:t.update().catch((function(){}))};e.prototype.hide=function(){var e;(e=this.tooltip)===null||e===void 0?void 0:e.removeAttribute("data-show")};e.prototype.render=function(){var e=this;return o(r,{key:"f8516f47ac92cf82f1b833d76a8e13d819c597bd",class:{}},o("div",{key:"1d7a381d4d662bfcad7519da73535151bb99ecd2","aria-describedby":this.containerId,class:"icon",innerHTML:this.icon,onMouseEnter:function(){return e.show()},onFocus:function(){return e.show()},onMouseLeave:function(){return e.hide()},onBlur:function(){return e.hide()},ref:function(t){return e.iconEl=t}}),o("div",{key:"c4704c4cd442985192999bf4a26307e43923a54c",id:this.containerId,role:"tooltip",class:"tooltip","data-popper-placement":this.placement,ref:function(t){return e.tooltip=t}},this.text,o("div",{key:"4e25e78425814b991913d1e537b9cf049053185f","data-popper-arrow":"true",class:"arrow"})))};return e}());g.style=m}}}));
2
+ //# sourceMappingURL=p-8cb631da.system.entry.js.map
@@ -0,0 +1,8 @@
1
+ var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++){t=arguments[i];for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r))e[r]=t[r]}return e};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(e,t,i,n){function r(e){return e instanceof i?e:new i((function(t){t(e)}))}return new(i||(i=Promise))((function(i,o){function s(e){try{l(n.next(e))}catch(e){o(e)}}function a(e){try{l(n["throw"](e))}catch(e){o(e)}}function l(e){e.done?i(e.value):r(e.value).then(s,a)}l((n=n.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var i={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,r,o,s=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return s.next=a(0),s["throw"]=a(1),s["return"]=a(2),typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(e){return function(t){return l([e,t])}}function l(a){if(n)throw new TypeError("Generator is already executing.");while(s&&(s=0,a[0]&&(i=0)),i)try{if(n=1,r&&(o=a[0]&2?r["return"]:a[0]?r["throw"]||((o=r["return"])&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;if(r=0,o)a=[a[0]&2,o.value];switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;r=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(a[0]===6&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}if(o[2])i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];r=0}finally{n=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(e,t,i){if(i||arguments.length===2)for(var n=0,r=t.length,o;n<r;n++){if(o||!(n in t)){if(!o)o=Array.prototype.slice.call(t,0,n);o[n]=t[n]}}return e.concat(o||Array.prototype.slice.call(t))};System.register(["./p-BO6MZhlp.system.js","@verdocs/js-sdk","./p-BgKRsvh1.system.js","./p-7Iu0_GGa.system.js","./p-lEpx1l-p.system.js","./p-C9y1KCYV.system.js","./p-CrzDCQEM.system.js","./p-DwOCgVjl.system.js","./p-DmF0GSqu.system.js","./p-DE0Cygqz.system.js","./p-C2OP3llY.system.js","./p-Bzy18UgU.system.js"],(function(e){"use strict";var t,i,n,r,o,s,a,l,u,c,d,f,h,v,p,m,g,x,b,w,y,_,E,S,q,k,C,M,T,I,L,O,z,D,Z,H,N,V,A,j,B,R;return{setters:[function(e){t=e.r;i=e.c;n=e.h;r=e.H;o=e.F;s=e.g},function(e){a=e.VerdocsEndpoint;l=e.getTemplate;u=e.integerSequence;c=e.getOrganizationContacts;d=e.isValidEmail;f=e.createEnvelope;h=e.formatFullName;v=e.getRGBA;p=e.createTemplateDocument;m=e.deleteTemplateDocument;g=e.updateField;x=e.createField;b=e.updateTemplateRole;w=e.createTemplateRole;y=e.updateTemplate},function(e){_=e.a;E=e.g;S=e.f;q=e.h;k=e.i;C=e.d;M=e.j},function(e){T=e.S},function(e){I=e.S},function(e){L=e.D},function(e){O=e.V},function(e){z=e.a;D=e.P;Z=e.J;H=e.b;N=e.F;V=e.c;A=e.T;j=e.D},function(e){B=e.d},function(e){R=e.i},null,null],execute:function(){var U='verdocs-preview{font-family:var(--verdocs-primary-font, "Inter", "Barlow", sans-serif);display:-ms-flexbox;display:flex;padding:15px;row-gap:15px;min-height:200px;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column}verdocs-preview div,verdocs-preview canvas{-webkit-box-sizing:border-box;box-sizing:border-box}';var P=e("verdocs_preview",function(){function e(e){t(this,e);this.sdkError=i(this,"sdkError");this.templateListenerId=null;this.renderedPages={};this.endpoint=a.getDefault();this.templateId=null;this.loading=true;this.template=null}e.prototype.disconnectedCallback=function(){this.unlistenToTemplate()};e.prototype.listenToTemplate=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){this.unlistenToTemplate();I.subscribe("templates",this.templateId,(function(){return l(e.endpoint,e.templateId)}),false,(function(t){e.template=t;e.loading=false}));return[2]}))}))};e.prototype.unlistenToTemplate=function(){if(this.templateListenerId){I.store.delListener(this.templateListenerId);this.templateListenerId=null}};e.prototype.onTemplateIdChanged=function(e){console.log("[PREVIEW] Template ID changed",e);this.listenToTemplate()};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,i;return __generator(this,(function(n){try{this.endpoint.loadSession();if(!this.endpoint.session){console.log("[PREVIEW] Unable to start builder session, must be authenticated");return[2]}if(!this.templateId){console.log("[PREVIEW] Missing required template ID ".concat(this.templateId));return[2]}this.listenToTemplate()}catch(n){console.log("[PREVIEW] Error with preview session",n);(e=this.sdkError)===null||e===void 0?void 0:e.emit(new T(n.message,(t=n.response)===null||t===void 0?void 0:t.status,(i=n.response)===null||i===void 0?void 0:i.data))}return[2]}))}))};e.prototype.handlePageRendered=function(e){var t;var i=e.detail;this.renderedPages["".concat(i.documentId,":").concat(i.pageNumber)]=i;var n=(((t=this.template)===null||t===void 0?void 0:t.fields)||[]).filter((function(e){if(e["document_id"]){return e["document_id"]===i.documentId&&e.page===i.pageNumber}return e.page===i.pageNumber}));n.forEach((function(e){return _("template",e,i,{disabled:true,editable:false,draggable:false})}))};e.prototype.render=function(){var e=this;var t;if(this.loading){return n(r,null,n("verdocs-loader",null))}return n(r,null,(((t=this.template)===null||t===void 0?void 0:t.documents)||[]).map((function(t){var i=u(1,t.pages);return n(o,null,i.map((function(i){var r;var o=((r=t.page_sizes)===null||r===void 0?void 0:r[i])||{width:612,height:792};return n("verdocs-template-document-page",{templateId:t.template_id,documentId:t.id,pageNumber:i,disabled:true,editable:false,done:false,virtualWidth:o.width,virtualHeight:o.height,onPageRendered:function(t){return e.handlePageRendered(t)},layers:[{name:"page",type:"canvas"},{name:"controls",type:"div"}]})})))})))};Object.defineProperty(e,"watchers",{get:function(){return{templateId:["onTemplateIdChanged"]}},enumerable:false,configurable:true});return e}());P.style=U;var Q=function(e){return((e===null||e===void 0?void 0:e.roles)||[]).map((function(e){return e.name}))};var F=function(e,t){return Math.max(Q(e).findIndex((function(e){return e===t})),0)};var G='verdocs-send{padding:10px;position:relative;background:#ffffff;-ms-flex-direction:column;flex-direction:column;font-family:var(--verdocs-primary-font, "Inter", "Barlow", sans-serif)}verdocs-send.sendable{display:-ms-flexbox;display:flex}verdocs-send .recipients{position:relative}verdocs-send .left-line{top:32px;left:20px;z-index:1;width:12px;bottom:30px;position:absolute;background:#ffffff;border-left:3px dotted #9b9b9b}verdocs-send .level{display:-ms-flexbox;display:flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;margin-left:50px;position:relative;-ms-flex-direction:row;flex-direction:row;padding:8px 0 4px 0;border-bottom:1px solid rgba(151, 151, 151, 0.2666666667)}verdocs-send .level .level-icon{top:14px;z-index:2;left:-40px;width:24px;height:24px;position:absolute;background:#ffffff}verdocs-send .level .level-icon svg{fill:rgba(0, 0, 0, 0.537254902)}verdocs-send .level .recipient{height:30px;display:-ms-flexbox;display:flex;-ms-flex:0 0 30px;flex:0 0 30px;color:#000000;cursor:pointer;font-size:14px;-ms-flex-align:center;align-items:center;border-radius:30px;-ms-flex-direction:row;flex-direction:row;background:#dddddd;white-space:nowrap;border:2px solid #dddddd;padding:2px 10px 2px 14px}verdocs-send .level .recipient .icon{width:22px;height:22px;-ms-flex:0 0 22px;flex:0 0 22px;margin:0 0 0 10px}verdocs-send .level .recipient .icon svg{width:22px;height:22px;fill:#333333;outline:none}verdocs-send .level .complete{-ms-flex:1;flex:1;height:30px;display:-ms-flexbox;display:flex;color:#000000;font-size:14px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;padding:3px 10px 3px 2px}verdocs-send .buttons{display:-ms-flexbox;display:flex;margin-top:10px;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}verdocs-send .buttons .error-message{width:100%;color:#cc0000;font-size:13px;margin-bottom:10px}verdocs-send verdocs-contact-picker{left:0;top:41px;z-index:10;position:absolute;border:1px solid #dddddd;-webkit-box-shadow:0 0 6px 3px rgba(0, 0, 0, 0.1);box-shadow:0 0 6px 3px rgba(0, 0, 0, 0.1)}';var Y='<svg focusable="false" aria-hidden="true" viewBox="0 0 24 24" tabindex="-1"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"></path></svg>';var W='<svg focusable="false" aria-hidden="true" viewBox="0 0 24 24" tabindex="-1"><path d="M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm10 6c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z"></path></svg>';var J='<svg focusable="false" aria-hidden="true" viewBox="0 0 24 24" tabindex="-1"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"></path></svg>';var X='<svg focusable="false" aria-hidden="true" viewBox="0 0 24 24" tabindex="-1"><path d="m18 7-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41 6 19l1.41-1.41L1.83 12 .41 13.41z"></path></svg>';var K=e("verdocs_send",function(){function e(e){t(this,e);this.beforeSend=i(this,"beforeSend");this.send=i(this,"send");this.exit=i(this,"exit");this.sdkError=i(this,"sdkError");this.searchContacts=i(this,"searchContacts");this.templateListenerId=null;this.endpoint=L;this.templateId=null;this.environment="";this.showCancel=true;this.containerId="verdocs-send-".concat(Math.random().toString(36).substring(2,11));this.showPickerForId="";this.sessionContacts=[];this.sending=false;this.rolesCompleted={};this.loading=true;this.template=null}e.prototype.disconnectedCallback=function(){this.unlistenToTemplate()};e.prototype.listenToTemplate=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){console.log("[SEND] Loading template",this.templateId);this.unlistenToTemplate();I.subscribe("templates",this.templateId,(function(){return l(e.endpoint,e.templateId)}),true,(function(t){console.log("[SEND] Got new template",t);e.template=t;e.loading=false;e.rolesCompleted={};e.recomputeRolesCompleted()}));return[2]}))}))};e.prototype.unlistenToTemplate=function(){if(this.templateListenerId){I.store.delListener(this.templateListenerId);this.templateListenerId=null}};e.prototype.reset=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.rolesCompleted={};return[2]}))}))};e.prototype.onTemplateIdChanged=function(e){console.log("[SEND] Template ID changed",e);this.listenToTemplate()};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,i;var n=this;return __generator(this,(function(r){try{this.endpoint.onSessionChanged((function(e,t,i){if(!i){return}var r={id:i.id,first_name:i.first_name,last_name:i.last_name,email:i.email,phone:i.phone};if(i){n.sessionContacts=[r];c(n.endpoint).then((function(e){console.log("[SEND] Got contacts",e);n.sessionContacts=__spreadArray(__spreadArray([],e,true),[r],false)})).catch((function(e){console.log("[SEND] Error getting contacts",e)}))}}));this.endpoint.loadSession();if(!this.endpoint.session){console.log("[SEND] Unable to start Send operation, must be authenticated");return[2]}if(!this.templateId){console.log("[SEND] Missing required template ID ".concat(this.templateId));return[2]}this.listenToTemplate()}catch(n){console.log("[SEND] Error with send session",n);(e=this.sdkError)===null||e===void 0?void 0:e.emit(new T(n.message,(t=n.response)===null||t===void 0?void 0:t.status,(i=n.response)===null||i===void 0?void 0:i.data))}return[2]}))}))};e.prototype.recomputeRolesCompleted=function(){var e=this;var t;this.rolesCompleted={};var i={};(((t=this.template)===null||t===void 0?void 0:t.roles)||[]).forEach((function(t){var n=t.sequence;i[n]||(i[n]=[]);var r="r-".concat(n,"-").concat(i[n].length);i[n].push(__assign(__assign({},t),{id:r,role_name:t.name,first_name:t.first_name,last_name:t.last_name}));if(t.first_name&&d(t.email)){e.rolesCompleted[r]=__assign(__assign({},t),{id:r,role_name:t.name,first_name:t.first_name,last_name:t.last_name})}}))};e.prototype.getSequenceNumbers=function(){var e;var t={};(((e=this.template)===null||e===void 0?void 0:e.roles)||[]).forEach((function(e){t[e.sequence]=true}));return Object.keys(t).map((function(e){return+e})).sort((function(e,t){return e-t}))};e.prototype.getRolesAtLevel=function(e){var t;var i=(((t=this.template)===null||t===void 0?void 0:t.roles)||[]).filter((function(t){return t.sequence===e})).map((function(t,i){return __assign(__assign({},t),{id:"r-".concat(e,"-").concat(i),role_name:t.name,first_name:t.first_name,last_name:t.last_name})}));return i};e.prototype.getLevelIcon=function(e){if(e==="start"){return n("div",{class:"level-icon",innerHTML:W})}else if(e==="end"){return n("div",{class:"level-icon",innerHTML:X})}else{return n("div",{class:"level-icon",innerHTML:J})}};e.prototype.handleSelectContact=function(e,t){e.preventDefault();this.rolesCompleted[t.id]=__assign(__assign({},t),e.detail);this.showPickerForId=""};e.prototype.handleClickRole=function(e,t){e.stopPropagation();this.showPickerForId=t.id};e.prototype.handleSend=function(e){var t=this;var i;if(this.sending){console.log("[SEND] Skipping duplicate send",e);return}console.log("[SEND] Sending",e);e.preventDefault();e.stopPropagation();this.sending=true;var n={template_id:this.templateId,name:((i=this.template)===null||i===void 0?void 0:i.name)||"New Envelope",environment:this.environment,initial_reminder:0,followup_reminders:0,recipients:Object.values(this.rolesCompleted)};var r=this.beforeSend.emit(__assign(__assign({},n),{name:n.name,template:this.template}));if(r.defaultPrevented){console.log("[SEND] Send cancelled by parent",n);this.sending=false;return}console.log("[SEND] Creating envelope",n);f(this.endpoint,n).then((function(e){var i;console.log("[SEND] Send envelope",e);t.reset().catch((function(e){return console.log("Unknown Error",e)}));t.sending=false;(i=t.send)===null||i===void 0?void 0:i.emit(__assign(__assign({},n),{name:n.name,envelope_id:e.id,envelope:e}))})).catch((function(e){var i,n,r;console.log("[SEND] Send error",e);O(((n=(i=e.response)===null||i===void 0?void 0:i.data)===null||n===void 0?void 0:n.error)||"Error creating envelope, please try again later.");t.sending=false;(r=t.sdkError)===null||r===void 0?void 0:r.emit(e)}))};e.prototype.handleCancel=function(e){var t;e.stopPropagation();(t=this.exit)===null||t===void 0?void 0:t.emit()};e.prototype.render=function(){var e=this;var t;if(this.loading){return n(r,null,n("verdocs-loader",null))}if(!this.endpoint.session){return n(r,{style:{display:"flex"}},n("verdocs-component-error",{message:"You must be authenticated to use this module."}))}var i=this.getSequenceNumbers();var o=Object.values(this.rolesCompleted).filter((function(e){return d(e.email)&&e.first_name&&e.last_name}));var s=o.length>=Q(this.template).length;var a=o.map((function(e){return e.email.toLowerCase()}));var l=new Set(a).size<a.length;return n(r,{class:{sendable:(t=this.template)===null||t===void 0?void 0:t.is_sendable}},n("div",{class:"recipients"},n("div",{class:"left-line"}),n("div",{class:"level level-start"},this.getLevelIcon("start"),n("div",{class:"complete"},"Send Envelope")),i.map((function(t){return n("div",{class:"level level-".concat(t)},e.getLevelIcon("sequence"),e.getRolesAtLevel(t).map((function(t){var i,r,s;var a=!t.email||!t.first_name||!t.last_name;var l=((i=e.rolesCompleted[t.id])===null||i===void 0?void 0:i.first_name)?h(e.rolesCompleted[t.id]):a?t.role_name:h(t);var u="verdocs-send-recipient-".concat(t.role_name);var c=F(e.template,t.role_name);var d=v(c);var f=o.findIndex((function(e){return e.role_name===t.role_name}))>-1;var p={backgroundColor:d,border:f?"2px solid #55bc81":"2px solid #dddddd"};return a?n("div",{class:"recipient","data-ri":c,"data-rn":t.role_name,style:p,onClick:function(i){return e.handleClickRole(i,t)},id:u},l,n("div",{class:"icon",innerHTML:Y}),e.showPickerForId===t.id&&n("verdocs-portal",{anchor:u,onClickAway:function(){return e.showPickerForId=""}},n("verdocs-contact-picker",{onExit:function(){return e.showPickerForId=""},onNext:function(i){return e.handleSelectContact(i,t)},contactSuggestions:e.sessionContacts,templateRole:(r=e.rolesCompleted[t.id])!==null&&r!==void 0?r:t,onSearchContacts:function(t){var i;return(i=e.searchContacts)===null||i===void 0?void 0:i.emit(t.detail)}}))):n("div",{class:"recipient","data-ri":c,"data-rn":t.role_name,style:p,onClick:function(i){return e.handleClickRole(i,t)},id:u},l,n("div",{class:"icon",innerHTML:Y}),e.showPickerForId===t.id&&n("verdocs-portal",{anchor:u,onClickAway:function(){return e.showPickerForId=""}},n("verdocs-contact-picker",{onExit:function(){return e.showPickerForId=""},onNext:function(i){return e.handleSelectContact(i,t)},contactSuggestions:e.sessionContacts,templateRole:(s=e.rolesCompleted[t.id])!==null&&s!==void 0?s:t,onSearchContacts:function(t){var i;return(i=e.searchContacts)===null||i===void 0?void 0:i.emit(t.detail)}})))})))})),n("div",{class:"level level-done"},this.getLevelIcon("end"),n("div",{class:"complete"},"Signing Complete"))),n("div",{class:"buttons"},l&&n("div",{class:"error-message"},"Recipients cannot share the same email."),this.showCancel&&n("verdocs-button",{label:"Cancel",size:"small",variant:"outline",onClick:function(t){return e.handleCancel(t)},disabled:this.sending}),n("verdocs-button",{label:"Send",size:"small",disabled:!s||this.sending||l,onClick:function(t){return e.handleSend(t)}}),this.sending&&n("verdocs-spinner",null)))};Object.defineProperty(e,"watchers",{get:function(){return{templateId:["onTemplateIdChanged"]}},enumerable:false,configurable:true});return e}());K.style=G;var $='verdocs-template-attachments{font-family:var(--verdocs-primary-font, "Inter", "Barlow", sans-serif)}verdocs-template-attachments h5{font-size:16px;font-weight:bold;margin:0 0 10px 0;color:#46497d}verdocs-template-attachments .attachments{margin:0 0 40px 0}verdocs-template-attachments .attachment{display:-ms-flexbox;display:flex;padding:5px 0;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;color:#33364b}verdocs-template-attachments .attachment:hover .trash-icon{display:-ms-flexbox;display:flex}verdocs-template-attachments .attachment:hover .pages{display:none}verdocs-template-attachments svg{width:28px;height:28px;fill:#5c6575;margin:2px 0 0 0}verdocs-template-attachments .file-icon{-ms-flex:0;flex:0}verdocs-template-attachments .pages{width:24px;height:24px;-ms-flex:0 0 24px;flex:0 0 24px;padding-left:4px;position:relative;margin:-10px 0 0 0}verdocs-template-attachments .pages .pages-icon{top:0;left:0;width:24px;height:24px;position:absolute}verdocs-template-attachments .pages .count{top:11px;left:7px;z-index:1;width:18px;font-size:12px;font-weight:500;position:absolute;text-align:center;letter-spacing:-2px}verdocs-template-attachments .filename{-ms-flex:1;flex:1;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px dotted #cccccc}verdocs-template-attachments .trash-icon{-ms-flex:0;flex:0;display:none}verdocs-template-attachments .trash-icon:hover{cursor:pointer}verdocs-template-attachments verdocs-file-chooser{margin:10px 0;border:2px dashed #979797}verdocs-template-attachments .loader-wrapper{background-color:#ffffff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:320px;height:320px;text-align:center;border:2px dashed #979797;-ms-flex-pack:end;justify-content:flex-end}verdocs-template-attachments .progress-wrapper{padding:20px}verdocs-template-attachments .buttons{display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;margin-top:16px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end}verdocs-template-attachments .buttons .flex-fill{-ms-flex:1;flex:1}verdocs-template-attachments ::-webkit-input-placeholder{color:#aaaaaa}verdocs-template-attachments ::-moz-placeholder{color:#aaaaaa}verdocs-template-attachments :-ms-input-placeholder{color:#aaaaaa}verdocs-template-attachments ::-ms-input-placeholder{color:#aaaaaa}verdocs-template-attachments ::placeholder{color:#aaaaaa}';var ee=e("verdocs_template_attachments",function(){function e(e){t(this,e);this.exit=i(this,"exit");this.next=i(this,"next");this.templateUpdated=i(this,"templateUpdated");this.sdkError=i(this,"sdkError");this.templateListenerId=null;this.endpoint=a.getDefault();this.templateId="";this.uploading=false;this.progressLabel="Uploading...";this.progressPercent=0;this.showDeleteError=false;this.confirmDeleteDocument=null;this.loading=true;this.template=null}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,i;return __generator(this,(function(n){try{this.endpoint.loadSession();if(!this.templateId){console.log("[ROLES] Missing required template ID ".concat(this.templateId));return[2]}if(!this.endpoint.session){console.log("[ROLES] Unable to start builder session, must be authenticated");return[2]}this.listenToTemplate()}catch(n){console.log("[TEMPLATE ATTACHMENTS] Error loading template",n);(e=this.sdkError)===null||e===void 0?void 0:e.emit(new T(n.message,(t=n.response)===null||t===void 0?void 0:t.status,(i=n.response)===null||i===void 0?void 0:i.data))}return[2]}))}))};e.prototype.disconnectedCallback=function(){this.unlistenToTemplate()};e.prototype.listenToTemplate=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){this.unlistenToTemplate();I.subscribe("templates",this.templateId,(function(){return l(e.endpoint,e.templateId)}),false,(function(t){e.template=t;e.loading=false}));return[2]}))}))};e.prototype.unlistenToTemplate=function(){if(this.templateListenerId){I.store.delListener(this.templateListenerId);this.templateListenerId=null}};e.prototype.handleCancel=function(e){e.stopPropagation();this.exit.emit()};e.prototype.handleUploadProgress=function(e){if(e>=99){this.progressPercent=100;this.progressLabel="Processing..."}else{this.progressPercent=e}};e.prototype.handleUpload=function(e){return __awaiter(this,void 0,void 0,(function(){var t,i,n,r,o,s,a,l;return __generator(this,(function(u){switch(u.label){case 0:e.stopPropagation();o=e.detail.file;if(!o){return[2]}console.log("[ATTACHMENTS] Uploading...",o);this.uploading=true;this.progressLabel="Uploading...";u.label=1;case 1:u.trys.push([1,4,,5]);return[4,p(this.endpoint,this.templateId,o,this.handleUploadProgress.bind(this))];case 2:s=u.sent();console.log("[ATTACHMENTS] Created attachment",s);a=this;return[4,I.getTemplate(this.endpoint,this.templateId,true)];case 3:a.template=u.sent();console.log("[ATTACHMENTS] Updated template",this.template);(t=this.templateUpdated)===null||t===void 0?void 0:t.emit({endpoint:this.endpoint,template:this.template,event:"attachments"});this.uploading=false;this.progressLabel="";this.progressPercent=0;return[3,5];case 4:l=u.sent();console.log("[ATTACHMENTS] Error creating template",l);(i=this.sdkError)===null||i===void 0?void 0:i.emit(new T(l.message,(n=l.response)===null||n===void 0?void 0:n.status,(r=l.response)===null||r===void 0?void 0:r.data));this.uploading=false;return[3,5];case 5:return[2]}}))}))};e.prototype.handleNext=function(e){var t;e.stopPropagation();this.uploading=false;this.progressLabel="";this.progressPercent=0;(t=this.next)===null||t===void 0?void 0:t.emit({template:this.template})};e.prototype.confirmDelete=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:return[4,m(this.endpoint,this.confirmDeleteDocument.id)];case 1:t.sent();e=this;return[4,I.getTemplate(this.endpoint,this.templateId,true)];case 2:e.template=t.sent();console.log("[ATTACHMENTS] New template",this.template);this.confirmDeleteDocument=null;return[2]}}))}))};e.prototype.handleDelete=function(e){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(i){if((((t=this.template)===null||t===void 0?void 0:t.documents)||[]).length>1){this.confirmDeleteDocument=e}else{this.showDeleteError=true}return[2]}))}))};e.prototype.getFileIcon=function(e){switch(e.mime){case"application/pdf":return H;case"image/jpeg":return Z;case"image/png":return D;case"application/msword":case"application/vnd.openxmlformats-officedocument.wordprocessingml.document":return z}return N};e.prototype.render=function(){var e=this;var t,i;if(!this.endpoint.session){return n(r,null,n("verdocs-component-error",{message:"You must be authenticated to use this module."}))}if(this.loading){return n(r,{class:"loading"},n("verdocs-loader",null))}if(!this.endpoint.session||!this.template){return n(r,{class:"empty"})}return n(r,null,n("h5",null,"Existing Attachments"),n("div",{class:"attachments"},(((t=this.template)===null||t===void 0?void 0:t.documents)||[]).map((function(t){return n("div",{class:"attachment"},n("div",{class:"file-icon",innerHTML:e.getFileIcon(t)}),n("div",{class:"filename",title:t.name},t.name),n("div",{class:"pages"},n("div",{class:"count"},t.pages),n("div",{class:"pages-icon",innerHTML:V})),n("div",{class:"trash-icon",innerHTML:A,onClick:function(){return e.handleDelete(t)}}))}))),n("h5",null,"Attach a New Document"),this.uploading?n("div",{class:"loader-wrapper"},n("verdocs-loader",null),this.progressLabel&&n("div",{class:"progress-wrapper"},n("verdocs-progress-bar",{showPercent:true,percent:this.progressPercent,label:this.progressLabel}))):n("verdocs-file-chooser",{onFileSelected:function(t){return e.handleUpload(t)}}),n("div",{class:"buttons"},n("verdocs-button",{variant:"outline",label:"Cancel",size:"small",onClick:function(t){return e.handleCancel(t)},disabled:this.uploading}),n("verdocs-button",{label:"Next",size:"small",onClick:function(t){return e.handleNext(t)},disabled:!(((i=this.template)===null||i===void 0?void 0:i.documents)||[]).length||this.uploading})),this.showDeleteError&&n("verdocs-ok-dialog",{heading:"Unable to Delete Attachment",message:"Templates must contain at least one attachment.",onNext:function(){return e.showDeleteError=false}}),this.confirmDeleteDocument&&n("verdocs-ok-dialog",{heading:"Delete this Attachment?",message:"This operation cannot be undone. All fields placed<br />on the deleted attachment will also be removed.",onNext:function(){return e.confirmDelete()},showCancel:true,onExit:function(){e.confirmDeleteDocument=null}}))};return e}());ee.style=$;var te='verdocs-template-build-tabs{-ms-flex:1;flex:1;gap:15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;font-family:var(--verdocs-primary-font, "Inter", "Barlow", sans-serif)}verdocs-template-build-tabs verdocs-button-panel svg{-webkit-transform:scale(0.8);transform:scale(0.8)}verdocs-template-build-tabs verdocs-template-attachments,verdocs-template-build-tabs verdocs-template-roles{margin:20px}verdocs-template-build-tabs verdocs-template-fields{border-top:1px solid #777777}verdocs-template-build-tabs verdocs-template-attachments{padding:20px;background:#ffffff}verdocs-template-build-tabs verdocs-template-fields{width:100%}verdocs-template-build-tabs verdocs-preview{-ms-flex:1;flex:1}.template-details-panel .row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:8px;margin:10px 0}.template-details-panel label{-ms-flex:0 0 70px;flex:0 0 70px}.template-details-panel .value{-ms-flex:1;flex:1;font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-details-panel .icon-button{cursor:pointer;opacity:0.8;-ms-flex:0;flex:0;width:18px;height:18px}.template-details-panel .icon-button svg{stroke:#000000;width:18px;height:18px}.template-details-panel .icon-button:hover{opacity:1}';var ie='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" fill="#5c6575"><path d="M11.925 18q.55 0 .938-.387.387-.388.387-.938 0-.55-.387-.925-.388-.375-.938-.375-.55 0-.925.375t-.375.925q0 .55.375.938.375.387.925.387Zm-.95-3.85h1.95q0-.8.2-1.287.2-.488 1.025-1.288.65-.625 1.025-1.213.375-.587.375-1.437 0-1.425-1.025-2.175Q13.5 6 12.1 6q-1.425 0-2.35.775t-1.275 1.85l1.775.7q.125-.45.55-.975.425-.525 1.275-.525.725 0 1.1.412.375.413.375.888 0 .475-.287.9-.288.425-.713.775-1.075.95-1.325 1.475-.25.525-.25 1.875ZM12 22.2q-2.125 0-3.988-.8-1.862-.8-3.237-2.175Q3.4 17.85 2.6 15.988 1.8 14.125 1.8 12t.8-3.988q.8-1.862 2.175-3.237Q6.15 3.4 8.012 2.6 9.875 1.8 12 1.8t3.988.8q1.862.8 3.237 2.175Q20.6 6.15 21.4 8.012q.8 1.863.8 3.988t-.8 3.988q-.8 1.862-2.175 3.237Q17.85 20.6 15.988 21.4q-1.863.8-3.988.8Zm0-2.275q3.325 0 5.625-2.3t2.3-5.625q0-3.325-2.3-5.625T12 4.075q-3.325 0-5.625 2.3T4.075 12q0 3.325 2.3 5.625t5.625 2.3ZM12 12Z"/></svg>';var ne='<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75" /></svg>';var re=["attachments","roles","settings","fields","preview"];var oe=e("verdocs_template_build_tabs",function(){function e(e){t(this,e);this.sdkError=i(this,"sdkError");this.stepChanged=i(this,"stepChanged");this.templateListenerId=null;this.endpoint=a.getDefault();this.templateId=null;this.step="preview";this.loading=true;this.template=null}e.prototype.disconnectedCallback=function(){this.unlistenToTemplate()};e.prototype.listenToTemplate=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){this.unlistenToTemplate();I.subscribe("templates",this.templateId,(function(){return l(e.endpoint,e.templateId)}),false,(function(t){e.template=t;e.loading=false}));return[2]}))}))};e.prototype.unlistenToTemplate=function(){if(this.templateListenerId){I.store.delListener(this.templateListenerId);this.templateListenerId=null}};e.prototype.onTemplateIdChanged=function(e){console.log("[BUILD_TABS] Template ID changed",e);this.listenToTemplate()};e.prototype.onStepChanged=function(e){console.log("[BUILD_TABS] Step changed",e)};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,i;return __generator(this,(function(n){try{this.endpoint.loadSession();if(!this.endpoint.session){console.log("[BUILD_TABS] Unable to start builder session, must be authenticated");return[2]}if(!this.templateId){this.step="attachments";console.log("[BUILD_TABS] Missing required template ID, forcing view to attachments");return[2]}this.listenToTemplate()}catch(n){console.log("[BUILD_TABS] Error loading template",n);(e=this.sdkError)===null||e===void 0?void 0:e.emit(new T(n.message,(t=n.response)===null||t===void 0?void 0:t.status,(i=n.response)===null||i===void 0?void 0:i.data))}return[2]}))}))};e.prototype.setStep=function(e){var t;console.log("[BUILD_TABS] Selected step",e.detail.tab.id);e.stopPropagation();e.preventDefault();this.step=e.detail.tab.id;(t=this.stepChanged)===null||t===void 0?void 0:t.emit(e.detail.tab.id)};e.prototype.copyTemplateId=function(){var e=this;navigator.clipboard.writeText(this.templateId).then((function(){O("Template ID copied",{style:"success",duration:3e3})})).catch((function(t){var i;console.warn("[BUILD_TABS] Error copying to clipboard",t);(i=e.sdkError)===null||i===void 0?void 0:i.emit(t)}))};e.prototype.render=function(){var e=this;var t,i,o,s,a,l,u,c,d;if(this.loading){return n(r,null,n("verdocs-loader",null))}if(!this.endpoint.session){return n(r,null,n("verdocs-component-error",{message:"You must be authenticated to use this module."}))}var f=(((t=this.template)===null||t===void 0?void 0:t.documents)||[]).length>0;var h=f&&(((i=this.template)===null||i===void 0?void 0:i.roles)||[]).length>0;var v=h&&(((o=this.template)===null||o===void 0?void 0:o.fields)||[]).length>0;var p=Math.max(re.indexOf(this.step),0);if(!v&&p>=4){p=3}if(!h&&p>=3){p=1}if(!f&&p>=1){p=0}return n(r,null,n("verdocs-tabs",{onSelectTab:function(t){return e.setStep(t)},selectedTab:p,tabs:[{id:"attachments",disabled:false,label:"Attachment(s)"},{id:"roles",disabled:!f,label:"Roles"},{id:"settings",disabled:!h,label:"Settings"},{id:"fields",disabled:!h,label:"Fields"},{id:"preview",disabled:!v,label:"Preview/Send"}]}),this.templateId&&n("div",{class:"info"},n("verdocs-button-panel",{icon:ie},n("div",{class:"template-details-panel"},n("h6",null,"Template Details"),n("div",{class:"row"},n("label",null,"ID:"),n("div",{class:"value"},this.templateId),n("div",{class:"icon-button",innerHTML:ne,onClick:function(){return e.copyTemplateId()}})),n("div",{class:"row"},n("label",null,"Name:"),n("div",{class:"value"},(s=this.template)===null||s===void 0?void 0:s.name)),n("div",{class:"row"},n("label",null,"Visibility:"),n("div",{class:"value"},((a=this.template)===null||a===void 0?void 0:a.is_public)?"Public":((l=this.template)===null||l===void 0?void 0:l.is_personal)?"Private":"Shared")),n("div",{class:"row"},n("label",null,"Created:"),n("div",{class:"value"},((u=this.template)===null||u===void 0?void 0:u.counter)?B.format(new Date((c=this.template)===null||c===void 0?void 0:c.created_at),"P p"):"")),n("div",{class:"row"},n("label",null,"Used:"),n("div",{class:"value"},(d=this.template)===null||d===void 0?void 0:d.counter," time(s)"))))))};Object.defineProperty(e,"watchers",{get:function(){return{templateId:["onTemplateIdChanged"],step:["onStepChanged"]}},enumerable:false,configurable:true});return e}());oe.style=te;var se="verdocs-template-fields{font-family:var(--verdocs-primary-font, \"Inter\", \"Barlow\", sans-serif);position:relative;display:block;min-height:600px}verdocs-template-fields .page-0{padding:65px 15px 0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}verdocs-template-fields .page-0 .user-placed-fields{height:100px;position:relative;background:#ffffff;-webkit-box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294);box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.0588235294)}verdocs-template-fields .page-0 .user-placed-fields .title{top:0;left:0;color:#ffffff;font-size:12px;padding:3px 6px;font-weight:bold;position:absolute;background:#46497d}verdocs-template-fields .pages{display:-ms-flexbox;display:flex;padding:15px;row-gap:15px;min-height:200px;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column}verdocs-template-fields .pages div,verdocs-template-fields .pages canvas{-webkit-box-sizing:border-box;box-sizing:border-box}verdocs-template-fields .pages .document-separator{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;padding:12px 20px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#33364b;color:white;border-radius:6px;font-size:16px;font-weight:500;margin-top:20px;-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);box-shadow:0 2px 4px rgba(0, 0, 0, 0.1)}verdocs-template-fields .pages .document-separator svg{-ms-flex-negative:0;flex-shrink:0}verdocs-template-fields .pages .document-separator:first-child{margin-top:0}verdocs-template-fields #verdocs-template-fields-toolbar{width:100%;height:50px;display:-ms-flexbox;display:flex;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;font-weight:700;padding:0 20px 0 0;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;color:#f5f5fa;-ms-flex-pack:center;justify-content:center;background:#46497d}verdocs-template-fields #verdocs-template-fields-toolbar>verdocs-select-input{margin:0}verdocs-template-fields #verdocs-template-fields-toolbar svg{width:24px;height:24px}verdocs-template-fields #verdocs-template-fields-toolbar .add-for{margin:0;font-weight:500;color:#f5f5fa}verdocs-template-fields #verdocs-template-fields-toolbar verdocs-select-input{margin:0 20px 0 0}@media all and (max-width: 1000px){verdocs-template-fields #verdocs-template-fields-toolbar{-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;padding:0 10px 0 0}verdocs-template-fields #verdocs-template-fields-toolbar svg{-webkit-transform:scale(0.8);transform:scale(0.8)}verdocs-template-fields #verdocs-template-fields-toolbar .add-for,verdocs-template-fields #verdocs-template-fields-toolbar verdocs-select-input{display:none}}@media all and (max-width: 600px){verdocs-template-fields #verdocs-template-fields-toolbar{-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}verdocs-template-fields #verdocs-template-fields-toolbar svg{-webkit-transform:scale(0.6);transform:scale(0.6)}verdocs-template-fields #verdocs-template-fields-toolbar .separator,verdocs-template-fields #verdocs-template-fields-toolbar .add-for,verdocs-template-fields #verdocs-template-fields-toolbar verdocs-select-input{display:none}}verdocs-template-fields.placing-attachment{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m10.55 16.55 7.275-7.275L16.05 7.5l-5.5 5.45-2.675-2.65L6.1 12.075Zm-5.375 4.925q-1.125 0-1.887-.763-.763-.762-.763-1.887V5.175q0-1.125.763-1.888.762-.762 1.887-.762h13.65q1.125 0 1.888.762.762.763.762 1.888v13.65q0 1.125-.762 1.887-.763.763-1.888.763Zm0-2.65h13.65V5.175H5.175v13.65Zm0-13.65v13.65-13.65Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-checkbox{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m10.55 16.55 7.275-7.275L16.05 7.5l-5.5 5.45-2.675-2.65L6.1 12.075Zm-5.375 4.925q-1.125 0-1.887-.763-.763-.762-.763-1.887V5.175q0-1.125.763-1.888.762-.762 1.887-.762h13.65q1.125 0 1.888.762.762.763.762 1.888v13.65q0 1.125-.762 1.887-.763.763-1.888.763Zm0-2.65h13.65V5.175H5.175v13.65Zm0-13.65v13.65-13.65Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-date{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath fill='%23000000' d='M7.6 13.925q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375Zm4.4 0q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375Zm4.4 0q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375ZM5.3 22.85q-1.325 0-2.238-.912-.912-.913-.912-2.238V6.3q0-1.325.912-2.238.913-.912 2.238-.912H6v-2h2.575v2h6.85v-2H18v2h.7q1.325 0 2.238.912.912.913.912 2.238v13.4q0 1.325-.912 2.238-.913.912-2.238.912Zm0-3.15h13.4V10H5.3v9.7ZM5.3 8h13.4V6.3H5.3Zm0 0V6.3 8Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-dropdown{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' d='M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0l-3.75-3.75M17.25 21L21 17.25' /%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-initial{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M6.225 20.775V7h-5V3.225H15V7h-5v13.775Zm9.775 0v-8h-3V9h9.775v3.775h-3v8Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-payment{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m10.55 16.55 7.275-7.275L16.05 7.5l-5.5 5.45-2.675-2.65L6.1 12.075Zm-5.375 4.925q-1.125 0-1.887-.763-.763-.762-.763-1.887V5.175q0-1.125.763-1.888.762-.762 1.887-.762h13.65q1.125 0 1.888.762.762.763.762 1.888v13.65q0 1.125-.762 1.887-.763.763-1.888.763Zm0-2.65h13.65V5.175H5.175v13.65Zm0-13.65v13.65-13.65Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-radio{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M12 17q2.075 0 3.538-1.463Q17 14.075 17 12t-1.462-3.538Q14.075 7 12 7 9.925 7 8.463 8.462 7 9.925 7 12q0 2.075 1.463 3.537Q9.925 17 12 17Zm0 5.85q-2.275 0-4.25-.85t-3.438-2.312Q2.85 18.225 2 16.25q-.85-1.975-.85-4.25T2 7.75q.85-1.975 2.312-3.438Q5.775 2.85 7.75 2q1.975-.85 4.25-.85t4.25.85q1.975.85 3.438 2.312Q21.15 5.775 22 7.75q.85 1.975.85 4.25T22 16.25q-.85 1.975-2.312 3.438Q18.225 21.15 16.25 22q-1.975.85-4.25.85Zm0-3.15q3.25 0 5.475-2.225Q19.7 15.25 19.7 12q0-3.25-2.225-5.475Q15.25 4.3 12 4.3q-3.25 0-5.475 2.225Q4.3 8.75 4.3 12q0 3.25 2.225 5.475Q8.75 19.7 12 19.7Zm0-7.7Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-signature{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m9.225 21.225 4.65-4.65h8.45v4.65Zm-5.35-2.2H5.05l8.5-8.5-1.175-1.175-8.5 8.5Zm14.25-9.95L13.8 4.8l1.325-1.325q.625-.65 1.525-.663.9-.012 1.6.663l1.225 1.175q.675.675.663 1.562-.013.888-.663 1.513ZM16.7 10.55 6 21.225H1.675V16.9L12.35 6.225Zm-3.725-.625-.6-.575 1.175 1.175Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-textarea{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M3.225 20.725v-3.15h11.55v3.15Zm0-4.775V12.8h17.55v3.15Zm0-4.75V8.05h17.55v3.15Zm0-4.775v-3.15h17.55v3.15Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-textbox{cursor:url(\"data:image/svg+xml,%3Csvg width='32' height='15' viewBox='0 0 32 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1401_24' fill='white'%3E%3Cpath d='M0 0H32V15H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0H32V15H0V0Z' fill='%234C56CB' fill-opacity='0.1'/%3E%3Cpath d='M0 0V-1H-1V0H0ZM0 15H-1V16H0V15ZM0 1H32V-1H0V1ZM32 14H0V16H32V14ZM1 15V0H-1V15H1Z' fill='%234C56CB' mask='url(%23path-1-inside-1_1401_24)'/%3E%3Cpath d='M3 11.8V8.65H14.15V11.8H3ZM3 6.65V3.5H20.15V6.65H3Z' fill='%234C56CB'/%3E%3Cline x1='31.5' y1='1' x2='31.5' y2='14' stroke='%234C56CB' stroke-opacity='0.32' stroke-dasharray='1 1'/%3E%3C/svg%3E%0A\") 0 14, pointer}verdocs-template-fields.placing-timestamp{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath fill='%23000000' d='M9 1h6v2H9zm10.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM13 14h-2V8h2v6z'%3E%3C/path%3E%3C/svg%3E\") 16 16, pointer}";var ae='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M3.425 16.15V13h11.15v3.15Zm0-5.15V7.85h17.15V11Z"/></svg>';var le='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="m10.55 16.55 7.275-7.275L16.05 7.5l-5.5 5.45-2.675-2.65L6.1 12.075Zm-5.375 4.925q-1.125 0-1.887-.763-.763-.762-.763-1.887V5.175q0-1.125.763-1.888.762-.762 1.887-.762h13.65q1.125 0 1.888.762.762.763.762 1.888v13.65q0 1.125-.762 1.887-.763.763-1.888.763Zm0-2.65h13.65V5.175H5.175v13.65Zm0-13.65v13.65-13.65Z"/></svg>';var ue='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M12 17q2.075 0 3.538-1.463Q17 14.075 17 12t-1.462-3.538Q14.075 7 12 7 9.925 7 8.463 8.462 7 9.925 7 12q0 2.075 1.463 3.537Q9.925 17 12 17Zm0 5.85q-2.275 0-4.25-.85t-3.438-2.312Q2.85 18.225 2 16.25q-.85-1.975-.85-4.25T2 7.75q.85-1.975 2.312-3.438Q5.775 2.85 7.75 2q1.975-.85 4.25-.85t4.25.85q1.975.85 3.438 2.312Q21.15 5.775 22 7.75q.85 1.975.85 4.25T22 16.25q-.85 1.975-2.312 3.438Q18.225 21.15 16.25 22q-1.975.85-4.25.85Zm0-3.15q3.25 0 5.475-2.225Q19.7 15.25 19.7 12q0-3.25-2.225-5.475Q15.25 4.3 12 4.3q-3.25 0-5.475 2.225Q4.3 8.75 4.3 12q0 3.25 2.225 5.475Q8.75 19.7 12 19.7Zm0-7.7Z"/></svg>';var ce='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M7.6 13.925q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375Zm4.4 0q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375Zm4.4 0q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375ZM5.3 22.85q-1.325 0-2.238-.912-.912-.913-.912-2.238V6.3q0-1.325.912-2.238.913-.912 2.238-.912H6v-2h2.575v2h6.85v-2H18v2h.7q1.325 0 2.238.912.912.913.912 2.238v13.4q0 1.325-.912 2.238-.913.912-2.238.912Zm0-3.15h13.4V10H5.3v9.7ZM5.3 8h13.4V6.3H5.3Zm0 0V6.3 8Z"/></svg>';var de='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="m9.225 21.225 4.65-4.65h8.45v4.65Zm-5.35-2.2H5.05l8.5-8.5-1.175-1.175-8.5 8.5Zm14.25-9.95L13.8 4.8l1.325-1.325q.625-.65 1.525-.663.9-.012 1.6.663l1.225 1.175q.675.675.663 1.562-.013.888-.663 1.513ZM16.7 10.55 6 21.225H1.675V16.9L12.35 6.225Zm-3.725-.625-.6-.575 1.175 1.175Z"/></svg>';var fe='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M6.225 20.775V7h-5V3.225H15V7h-5v13.775Zm9.775 0v-8h-3V9h9.775v3.775h-3v8Z"/></svg>';var he='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" stroke-width="1.5" stroke="currentColor"><path stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0l-3.75-3.75M17.25 21L21 17.25" /></svg>';var ve='<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13" /></svg>';var pe='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.707 14.707"><g><rect x="6.275" y="0" fill="#ffffff7f" width="1" height="15"/></g></svg>';var me=[{id:"signature",tooltip:"Signature",icon:de,class:"signature"},{id:"initial",tooltip:"Initials",icon:fe,class:"initial"},{id:"sep1",tooltip:"",icon:pe,class:"separator"},{id:"textbox",tooltip:"Text Box",icon:ae,class:"textbox"},{id:"checkbox",tooltip:"Check Box",icon:le,class:"checkbox"},{id:"radio",tooltip:"Radio Button",icon:ue,class:"radio"},{id:"dropdown",tooltip:"Dropdown",icon:he,class:"dropdown"},{id:"sep2",tooltip:"",icon:pe,class:"separator"},{id:"date",tooltip:"Date",icon:ce,class:"date"},{id:"attachment",tooltip:"Attachment",icon:ve,class:"attachment"}];var ge=e("verdocs_template_fields",function(){function e(e){t(this,e);this.sdkError=i(this,"sdkError");this.templateUpdated=i(this,"templateUpdated");this.fieldsUpdated=i(this,"fieldsUpdated");this.templateListenerId=null;this.endpoint=a.getDefault();this.templateId=null;this.toolbarTargetId=null;this.placing=null;this.showMustSelectRole=false;this.selectedRoleName="";this.loading=true;this.template=null;this.pageHeights={};this.cachedPageInfo={}}e.prototype.onTemplateIdChanged=function(){this.listenToTemplate()};e.prototype.handleKeyDown=function(e){if(e.key==="Escape"){this.placing=null}};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,i;return __generator(this,(function(n){try{this.endpoint.loadSession();if(!this.templateId){console.log("[FIELDS] Missing required template ID ".concat(this.templateId));return[2]}if(!this.endpoint.session){console.log("[FIELDS] Unable to start builder session, must be authenticated");return[2]}this.listenToTemplate()}catch(n){console.log("[FIELDS] Error with fields session",n);(e=this.sdkError)===null||e===void 0?void 0:e.emit(new T(n.message,(t=n.response)===null||t===void 0?void 0:t.status,(i=n.response)===null||i===void 0?void 0:i.data))}return[2]}))}))};e.prototype.componentDidRender=function(){R.dynamicDrop(true);var e=this.toolbarTargetId?document.getElementById(this.toolbarTargetId):null;var t=document.getElementById("verdocs-template-fields-toolbar");if(e&&t){t.remove();e.append(t)}};e.prototype.componentWillUpdate=function(){var e=this;var t,i;var n=__spreadArray([],((t=this.template)===null||t===void 0?void 0:t.roles)||[],true).sort((function(e,t){var i,n;return((i=e.sequence)!==null&&i!==void 0?i:0)-((n=t.sequence)!==null&&n!==void 0?n:0)}));if(!this.selectedRoleName||!n.find((function(t){return t&&t.name===e.selectedRoleName}))){this.selectedRoleName=((i=n[0])===null||i===void 0?void 0:i.name)||"";console.log("[FIELDS] Selected new role",this.selectedRoleName)}};e.prototype.disconnectedCallback=function(){this.unlistenToTemplate()};e.prototype.listenToTemplate=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){this.unlistenToTemplate();I.subscribe("templates",this.templateId,(function(){return l(e.endpoint,e.templateId)}),false,(function(t){var i;e.template=t;e.loading=false;if(!e.selectedRoleName){var n=__spreadArray([],t.roles||[],true).sort((function(e,t){var i,n;return((i=e.sequence)!==null&&i!==void 0?i:0)-((n=t.sequence)!==null&&n!==void 0?n:0)}));e.selectedRoleName=((i=n[0])===null||i===void 0?void 0:i.name)||""}}));return[2]}))}))};e.prototype.unlistenToTemplate=function(){if(this.templateListenerId){I.store.delListener(this.templateListenerId);this.templateListenerId=null}};e.prototype.attachFieldAttributes=function(e,t,i){var n=this;i.addEventListener("settingsChanged",(function(){var e;(e=n.templateUpdated)===null||e===void 0?void 0:e.emit({endpoint:n.endpoint,template:n.template,event:"added-field"})}));i.addEventListener("deleted",(function(){var e;i.remove();(e=n.templateUpdated)===null||e===void 0?void 0:e.emit({endpoint:n.endpoint,template:n.template,event:"updated-field"})}));i.setAttribute("templateid",this.templateId);i.setAttribute("fieldname",t.name);i.setAttribute("documentid",String(e.documentId));i.setAttribute("pageNumber",String(e.pageNumber));i.setAttribute("xScale",String(e.xScale));i.setAttribute("yScale",String(e.yScale));i.setAttribute("name",t.name)};e.prototype.handlePageRendered=function(e){var t=this;var i,n;var r,o;var s=e.detail;console.log("[FIELDS] Page rendered",s.documentId,s.pageNumber,s.xScale,s.yScale);(i=(r=this.cachedPageInfo)[o=s.documentId])!==null&&i!==void 0?i:r[o]={};this.cachedPageInfo[s.documentId][s.pageNumber]=s;this.pageHeights[s.pageNumber]=s.naturalHeight;(((n=this.template)===null||n===void 0?void 0:n.fields)||[]).filter((function(e){return e&&e.page===s.pageNumber})).forEach((function(e){var i=E(e);var n=document.getElementById(i);if(n){n.setAttribute("fieldname",e.name);n.setAttribute("pagenumber",String(e.page));n.setAttribute("documentid",String(e.document_id));t.makeDraggable(n)}}))};e.prototype.makeDraggable=function(e){R(e).draggable({listeners:{move:this.handleMoveField.bind(this),end:this.handleMoveEnd.bind(this)}})};e.prototype.handleMoveField=function(e){return __awaiter(this,void 0,void 0,(function(){var t,i,n,r,o,s;return __generator(this,(function(a){t=+(e.target.getAttribute("posX")||0);i=+(e.target.getAttribute("posY")||0);n=+(e.target.getAttribute("xScale")||1);r=+(e.target.getAttribute("yScale")||1);o=e.dx/n+t;s=e.dy/r+i;e.target.setAttribute("posX",o);e.target.setAttribute("posy",s);S(e.target,"translate","".concat(o,"px, ").concat(s,"px"));return[2]}))}))};e.prototype.handleMoveEnd=function(e){return __awaiter(this,void 0,void 0,(function(){var t,i,n,r,o,s,a,l,u,c,d,f,h,v,p,m,x,b,w,y,_,E,S,L,z,D,Z,H,N,V,A,j,B,R,U,P,Q,F,G,Y;return __generator(this,(function(W){switch(W.label){case 0:u=e.target.getAttribute("fieldname");c=(((t=this.template)===null||t===void 0?void 0:t.fields)||[]).find((function(e){return e.name===u}));if(!c){console.log("[FIELDS] Unable to find field",u,e.target);return[2]}d=e.target.getAttribute("pagenumber");f=e.target.getAttribute("documentid");h=this.cachedPageInfo[f][d],v=h.naturalWidth,p=v===void 0?612:v,m=h.naturalHeight,x=m===void 0?792:m,b=h.renderedHeight,w=b===void 0?792:b;y=e.target.getBoundingClientRect();_=e.target.parentElement;E=_.getBoundingClientRect();S=c.width||M(c.type);L=c.height||C(c.type);z=Math.max(y.left-E.left,0);D=Math.max(w-(E.bottom-y.bottom),0);Z=parseInt(d);if(D>w){Z=Math.min(Z+1,((r=(n=((i=this.template)===null||i===void 0?void 0:i.documents)||[])===null||n===void 0?void 0:n[0])===null||r===void 0?void 0:r.pages)||1);D-=w;w=this.cachedPageInfo[f][Z].renderedHeight;console.log("Next page",{newPageNumber:Z,newY:D,renderedHeight:w})}else if(D<0){Z=Math.max(Z-1,1);w=this.cachedPageInfo[f][Z].renderedHeight;D+=w;console.log("[FIELDS] Next page",{newPageNumber:Z,newY:D,renderedHeight:w})}H=this.viewCoordinatesToPageCoordinates(z,D,f,d,p-S,x-L),N=H.x,V=H.y;W.label=1;case 1:W.trys.push([1,3,,4]);A={x:N,y:V,page:Z};return[4,g(this.endpoint,this.templateId,u,A)];case 2:j=W.sent();console.log("[FIELDS] Updated",j);B=JSON.parse(JSON.stringify(this.template));R=B.fields.findIndex((function(e){return e.name===u}));if(R>-1){B.fields[R]=j}I.updateTemplate(this.templateId,B);e.target.removeAttribute("posX");e.target.removeAttribute("posY");q(e.target);U=this.cachedPageInfo[f][d],P=U.xScale,Q=P===void 0?1:P,F=U.yScale,G=F===void 0?1:F;k(e.target,j,Q,G);(o=this.templateUpdated)===null||o===void 0?void 0:o.emit({endpoint:this.endpoint,template:B,event:"updated-field"});return[3,4];case 3:Y=W.sent();O("Error updating field, please try again later",{style:"error"});console.log("[FIELDS] Error updating field",Y);(s=this.sdkError)===null||s===void 0?void 0:s.emit(new T(Y.message,(a=Y.response)===null||a===void 0?void 0:a.status,(l=Y.response)===null||l===void 0?void 0:l.data));e.target.removeAttribute("posX");e.target.removeAttribute("posY");q(e.target);return[3,4];case 4:return[2]}}))}))};e.prototype.generateFieldName=function(e,t){var i;var n=1;var r;do{r="".concat(e,"P").concat(t,"-").concat(n);n++}while((((i=this.template)===null||i===void 0?void 0:i.fields)||[]).some((function(e){return e&&e.name===r})));return r};e.prototype.viewCoordinatesToPageCoordinates=function(e,t,i,n,r,o){var s=this.cachedPageInfo[i][n],a=s.xScale,l=a===void 0?1:a,u=s.yScale,c=u===void 0?1:u,d=s.renderedHeight,f=d===void 0?792:d;var h=Math.floor(Math.min(e/l,r));var v=Math.floor(Math.min(Math.max(f-t,0)/c,o));return{x:h,y:v}};e.prototype.handleClickPage=function(e,t,i){return __awaiter(this,void 0,void 0,(function(){var n,r,o,s,a,l,u,c,d,f,h,v,p,m,g,b;return __generator(this,(function(w){switch(w.label){case 0:if(!this.placing)return[3,2];console.log("Placing field",{documentId:t,pageNumber:i});r=e.offsetX;o=e.offsetY;s=M(this.placing);a=C(this.placing);l=this.cachedPageInfo[t][i];u=l.naturalWidth,c=u===void 0?612:u,d=l.naturalHeight,f=d===void 0?792:d;h=this.viewCoordinatesToPageCoordinates(r,o,t,i,c-s,f-a);v=Math.floor(h.x);p=Math.floor(h.y);m={name:this.generateFieldName(this.placing,i),role_name:this.selectedRoleName,template_id:this.templateId,document_id:l.documentId,type:this.placing,required:this.placing!=="radio"&&this.placing!=="attachment"&&this.placing!=="checkbox",page:i,validator:null,label:null,default:null,placeholder:null,group:null,settings:{},x:v,y:p,width:s,height:a,multiline:false,readonly:false,options:this.placing==="radio"?[{id:"option-1",label:"Option 1"}]:[]};console.log("[FIELDS] Will save new field",m);return[4,x(this.endpoint,this.templateId,m)];case 1:g=w.sent();console.log("[FIELDS] Saved field",g);b=JSON.parse(JSON.stringify(this.template));b.fields.push(g);I.updateTemplate(this.templateId,b);(n=this.templateUpdated)===null||n===void 0?void 0:n.emit({endpoint:this.endpoint,template:b,event:"added-field"});this.placing=null;w.label=2;case 2:return[2]}}))}))};e.prototype.render=function(){var e;var t=this;var i,s,a;if(this.loading){return n(r,null,n("verdocs-loader",null))}if(!this.endpoint.session){return n(r,null,n("verdocs-component-error",{message:"You must be authenticated to use this module."}))}var l=__spreadArray([],((i=this.template)===null||i===void 0?void 0:i.roles)||[],true).sort((function(e,t){var i,n;return((i=e.sequence)!==null&&i!==void 0?i:0)-((n=t.sequence)!==null&&n!==void 0?n:0)}));var c=l.map((function(e){return{value:e.name,label:e.full_name?"".concat(e.name,": ").concat(e.full_name):e.name}}));return n(r,{class:this.placing?(e={},e["placing-".concat(this.placing)]=true,e):{},onSubmit:function(){}},n("div",{id:"verdocs-template-fields-toolbar"},n("div",{class:"add-for"},"Add field:"),n("verdocs-select-input",{value:this.selectedRoleName,options:c,onInput:function(e){return t.selectedRoleName=e.target.value}}),me.map((function(e){return n("verdocs-toolbar-icon",{text:e.tooltip,icon:e.icon,class:e.class,onClick:function(){if(e.tooltip){if(t.selectedRoleName){t.placing=e.id}else{t.showMustSelectRole=true}}}})}))),n("div",{class:"pages"},(((s=this.template)===null||s===void 0?void 0:s.documents)||[]).map((function(e){var i=u(1,e.pages);return i.map((function(i){var r;var s=e.page_sizes[i];return n(o,null,((r=t.template)===null||r===void 0?void 0:r.documents.length)>1&&n("div",{class:"document-separator"},n("div",{innerHTML:j}),n("span",null,e.name)),n("verdocs-template-document-page",{templateId:t.templateId,documentId:e.id,pageNumber:i,virtualWidth:(s===null||s===void 0?void 0:s.width)||612,virtualHeight:(s===null||s===void 0?void 0:s.height)||792,disabled:true,editable:true,done:false,onClick:function(n){return t.handleClickPage(n,e.id,i)},onPageRendered:function(e){return t.handlePageRendered(e)},layers:[{name:"page",type:"canvas"},{name:"controls",type:"div"}]}))}))}))),this.showMustSelectRole&&n("verdocs-ok-dialog",{heading:"Unable to add field",message:(((a=this.template)===null||a===void 0?void 0:a.roles)||[]).length>0?"Please select a role before adding fields.":"Please add at least one role before adding fields.",onNext:function(){return t.showMustSelectRole=false}}))};Object.defineProperty(e,"watchers",{get:function(){return{templateId:["onTemplateIdChanged"]}},enumerable:false,configurable:true});return e}());ge.style=se;
2
+ /**!
3
+ * Sortable 1.15.6
4
+ * @author RubaXa <trash@rubaxa.org>
5
+ * @author owenm <owen23355@gmail.com>
6
+ * @license MIT
7
+ */function xe(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);if(t){n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))}i.push.apply(i,n)}return i}function be(e){for(var t=1;t<arguments.length;t++){var i=arguments[t]!=null?arguments[t]:{};if(t%2){xe(Object(i),true).forEach((function(t){ye(e,t,i[t])}))}else if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(i))}else{xe(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}}return e}function we(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){we=function(e){return typeof e}}else{we=function(e){return e&&typeof Symbol==="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e}}return we(e)}function ye(e,t,i){if(t in e){Object.defineProperty(e,t,{value:i,enumerable:true,configurable:true,writable:true})}else{e[t]=i}return e}function _e(){_e=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i){if(Object.prototype.hasOwnProperty.call(i,n)){e[n]=i[n]}}}return e};return _e.apply(this,arguments)}function Ee(e,t){if(e==null)return{};var i={};var n=Object.keys(e);var r,o;for(o=0;o<n.length;o++){r=n[o];if(t.indexOf(r)>=0)continue;i[r]=e[r]}return i}function Se(e,t){if(e==null)return{};var i=Ee(e,t);var n,r;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++){n=o[r];if(t.indexOf(n)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,n))continue;i[n]=e[n]}}return i}var qe="1.15.6";function ke(e){if(typeof window!=="undefined"&&window.navigator){return!!navigator.userAgent.match(e)}}var Ce=ke(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i);var Me=ke(/Edge/i);var Te=ke(/firefox/i);var Ie=ke(/safari/i)&&!ke(/chrome/i)&&!ke(/android/i);var Le=ke(/iP(ad|od|hone)/i);var Oe=ke(/chrome/i)&&ke(/android/i);var ze={capture:false,passive:false};function De(e,t,i){e.addEventListener(t,i,!Ce&&ze)}function Ze(e,t,i){e.removeEventListener(t,i,!Ce&&ze)}function He(e,t){if(!t)return;t[0]===">"&&(t=t.substring(1));if(e){try{if(e.matches){return e.matches(t)}else if(e.msMatchesSelector){return e.msMatchesSelector(t)}else if(e.webkitMatchesSelector){return e.webkitMatchesSelector(t)}}catch(e){return false}}return false}function Ne(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function Ve(e,t,i,n){if(e){i=i||document;do{if(t!=null&&(t[0]===">"?e.parentNode===i&&He(e,t):He(e,t))||n&&e===i){return e}if(e===i)break}while(e=Ne(e))}return null}var Ae=/\s+/g;function je(e,t,i){if(e&&t){if(e.classList){e.classList[i?"add":"remove"](t)}else{var n=(" "+e.className+" ").replace(Ae," ").replace(" "+t+" "," ");e.className=(n+(i?" "+t:"")).replace(Ae," ")}}}function Be(e,t,i){var n=e&&e.style;if(n){if(i===void 0){if(document.defaultView&&document.defaultView.getComputedStyle){i=document.defaultView.getComputedStyle(e,"")}else if(e.currentStyle){i=e.currentStyle}return t===void 0?i:i[t]}else{if(!(t in n)&&t.indexOf("webkit")===-1){t="-webkit-"+t}n[t]=i+(typeof i==="string"?"":"px")}}}function Re(e,t){var i="";if(typeof e==="string"){i=e}else{do{var n=Be(e,"transform");if(n&&n!=="none"){i=n+" "+i}}while(!t&&(e=e.parentNode))}var r=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return r&&new r(i)}function Ue(e,t,i){if(e){var n=e.getElementsByTagName(t),r=0,o=n.length;if(i){for(;r<o;r++){i(n[r],r)}}return n}return[]}function Pe(){var e=document.scrollingElement;if(e){return e}else{return document.documentElement}}function Qe(e,t,i,n,r){if(!e.getBoundingClientRect&&e!==window)return;var o,s,a,l,u,c,d;if(e!==window&&e.parentNode&&e!==Pe()){o=e.getBoundingClientRect();s=o.top;a=o.left;l=o.bottom;u=o.right;c=o.height;d=o.width}else{s=0;a=0;l=window.innerHeight;u=window.innerWidth;c=window.innerHeight;d=window.innerWidth}if((t||i)&&e!==window){r=r||e.parentNode;if(!Ce){do{if(r&&r.getBoundingClientRect&&(Be(r,"transform")!=="none"||i&&Be(r,"position")!=="static")){var f=r.getBoundingClientRect();s-=f.top+parseInt(Be(r,"border-top-width"));a-=f.left+parseInt(Be(r,"border-left-width"));l=s+o.height;u=a+o.width;break}}while(r=r.parentNode)}}if(n&&e!==window){var h=Re(r||e),v=h&&h.a,p=h&&h.d;if(h){s/=p;a/=v;d/=v;c/=p;l=s+c;u=a+d}}return{top:s,left:a,bottom:l,right:u,width:d,height:c}}function Fe(e,t,i){var n=Ke(e,true),r=Qe(e)[t];while(n){var o=Qe(n)[i],s=void 0;{s=r>=o}if(!s)return n;if(n===Pe())break;n=Ke(n,false)}return false}function Ge(e,t,i,n){var r=0,o=0,s=e.children;while(o<s.length){if(s[o].style.display!=="none"&&s[o]!==ci.ghost&&(n||s[o]!==ci.dragged)&&Ve(s[o],i.draggable,e,false)){if(r===t){return s[o]}r++}o++}return null}function Ye(e,t){var i=e.lastElementChild;while(i&&(i===ci.ghost||Be(i,"display")==="none"||t&&!He(i,t))){i=i.previousElementSibling}return i||null}function We(e,t){var i=0;if(!e||!e.parentNode){return-1}while(e=e.previousElementSibling){if(e.nodeName.toUpperCase()!=="TEMPLATE"&&e!==ci.clone&&(!t||He(e,t))){i++}}return i}function Je(e){var t=0,i=0,n=Pe();if(e){do{var r=Re(e),o=r.a,s=r.d;t+=e.scrollLeft*o;i+=e.scrollTop*s}while(e!==n&&(e=e.parentNode))}return[t,i]}function Xe(e,t){for(var i in e){if(!e.hasOwnProperty(i))continue;for(var n in t){if(t.hasOwnProperty(n)&&t[n]===e[i][n])return Number(i)}}return-1}function Ke(e,t){if(!e||!e.getBoundingClientRect)return Pe();var i=e;var n=false;do{if(i.clientWidth<i.scrollWidth||i.clientHeight<i.scrollHeight){var r=Be(i);if(i.clientWidth<i.scrollWidth&&(r.overflowX=="auto"||r.overflowX=="scroll")||i.clientHeight<i.scrollHeight&&(r.overflowY=="auto"||r.overflowY=="scroll")){if(!i.getBoundingClientRect||i===document.body)return Pe();if(n||t)return i;n=true}}}while(i=i.parentNode);return Pe()}function $e(e,t){if(e&&t){for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}}return e}function et(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}var tt;function it(e,t){return function(){if(!tt){var i=arguments,n=this;if(i.length===1){e.call(n,i[0])}else{e.apply(n,i)}tt=setTimeout((function(){tt=void 0}),t)}}}function nt(){clearTimeout(tt);tt=void 0}function rt(e,t,i){e.scrollLeft+=t;e.scrollTop+=i}function ot(e){var t=window.Polymer;var i=window.jQuery||window.Zepto;if(t&&t.dom){return t.dom(e).cloneNode(true)}else if(i){return i(e).clone(true)[0]}else{return e.cloneNode(true)}}function st(e,t,i){var n={};Array.from(e.children).forEach((function(r){var o,s,a,l;if(!Ve(r,t.draggable,e,false)||r.animated||r===i)return;var u=Qe(r);n.left=Math.min((o=n.left)!==null&&o!==void 0?o:Infinity,u.left);n.top=Math.min((s=n.top)!==null&&s!==void 0?s:Infinity,u.top);n.right=Math.max((a=n.right)!==null&&a!==void 0?a:-Infinity,u.right);n.bottom=Math.max((l=n.bottom)!==null&&l!==void 0?l:-Infinity,u.bottom)}));n.width=n.right-n.left;n.height=n.bottom-n.top;n.x=n.left;n.y=n.top;return n}var at="Sortable"+(new Date).getTime();function lt(){var e=[],t;return{captureAnimationState:function t(){e=[];if(!this.options.animation)return;var i=[].slice.call(this.el.children);i.forEach((function(t){if(Be(t,"display")==="none"||t===ci.ghost)return;e.push({target:t,rect:Qe(t)});var i=be({},e[e.length-1].rect);if(t.thisAnimationDuration){var n=Re(t,true);if(n){i.top-=n.f;i.left-=n.e}}t.fromRect=i}))},addAnimationState:function t(i){e.push(i)},removeAnimationState:function t(i){e.splice(Xe(e,{target:i}),1)},animateAll:function i(n){var r=this;if(!this.options.animation){clearTimeout(t);if(typeof n==="function")n();return}var o=false,s=0;e.forEach((function(e){var t=0,i=e.target,n=i.fromRect,a=Qe(i),l=i.prevFromRect,u=i.prevToRect,c=e.rect,d=Re(i,true);if(d){a.top-=d.f;a.left-=d.e}i.toRect=a;if(i.thisAnimationDuration){if(et(l,a)&&!et(n,a)&&(c.top-a.top)/(c.left-a.left)===(n.top-a.top)/(n.left-a.left)){t=ct(c,l,u,r.options)}}if(!et(a,n)){i.prevFromRect=n;i.prevToRect=a;if(!t){t=r.options.animation}r.animate(i,c,a,t)}if(t){o=true;s=Math.max(s,t);clearTimeout(i.animationResetTimer);i.animationResetTimer=setTimeout((function(){i.animationTime=0;i.prevFromRect=null;i.fromRect=null;i.prevToRect=null;i.thisAnimationDuration=null}),t);i.thisAnimationDuration=t}}));clearTimeout(t);if(!o){if(typeof n==="function")n()}else{t=setTimeout((function(){if(typeof n==="function")n()}),s)}e=[]},animate:function e(t,i,n,r){if(r){Be(t,"transition","");Be(t,"transform","");var o=Re(this.el),s=o&&o.a,a=o&&o.d,l=(i.left-n.left)/(s||1),u=(i.top-n.top)/(a||1);t.animatingX=!!l;t.animatingY=!!u;Be(t,"transform","translate3d("+l+"px,"+u+"px,0)");this.forRepaintDummy=ut(t);Be(t,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:""));Be(t,"transform","translate3d(0,0,0)");typeof t.animated==="number"&&clearTimeout(t.animated);t.animated=setTimeout((function(){Be(t,"transition","");Be(t,"transform","");t.animated=false;t.animatingX=false;t.animatingY=false}),r)}}}}function ut(e){return e.offsetWidth}function ct(e,t,i,n){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-i.top,2)+Math.pow(t.left-i.left,2))*n.animation}var dt=[];var ft={initializeByDefault:true};var ht={mount:function e(t){for(var i in ft){if(ft.hasOwnProperty(i)&&!(i in t)){t[i]=ft[i]}}dt.forEach((function(e){if(e.pluginName===t.pluginName){throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}}));dt.push(t)},pluginEvent:function e(t,i,n){var r=this;this.eventCanceled=false;n.cancel=function(){r.eventCanceled=true};var o=t+"Global";dt.forEach((function(e){if(!i[e.pluginName])return;if(i[e.pluginName][o]){i[e.pluginName][o](be({sortable:i},n))}if(i.options[e.pluginName]&&i[e.pluginName][t]){i[e.pluginName][t](be({sortable:i},n))}}))},initializePlugins:function e(t,i,n,r){dt.forEach((function(e){var r=e.pluginName;if(!t.options[r]&&!e.initializeByDefault)return;var o=new e(t,i,t.options);o.sortable=t;o.options=t.options;t[r]=o;_e(n,o.defaults)}));for(var o in t.options){if(!t.options.hasOwnProperty(o))continue;var s=this.modifyOption(t,o,t.options[o]);if(typeof s!=="undefined"){t.options[o]=s}}},getEventProperties:function e(t,i){var n={};dt.forEach((function(e){if(typeof e.eventProperties!=="function")return;_e(n,e.eventProperties.call(i[e.pluginName],t))}));return n},modifyOption:function e(t,i,n){var r;dt.forEach((function(e){if(!t[e.pluginName])return;if(e.optionListeners&&typeof e.optionListeners[i]==="function"){r=e.optionListeners[i].call(t[e.pluginName],n)}}));return r}};function vt(e){var t=e.sortable,i=e.rootEl,n=e.name,r=e.targetEl,o=e.cloneEl,s=e.toEl,a=e.fromEl,l=e.oldIndex,u=e.newIndex,c=e.oldDraggableIndex,d=e.newDraggableIndex,f=e.originalEvent,h=e.putSortable,v=e.extraEventProperties;t=t||i&&i[at];if(!t)return;var p,m=t.options,g="on"+n.charAt(0).toUpperCase()+n.substr(1);if(window.CustomEvent&&!Ce&&!Me){p=new CustomEvent(n,{bubbles:true,cancelable:true})}else{p=document.createEvent("Event");p.initEvent(n,true,true)}p.to=s||i;p.from=a||i;p.item=r||i;p.clone=o;p.oldIndex=l;p.newIndex=u;p.oldDraggableIndex=c;p.newDraggableIndex=d;p.originalEvent=f;p.pullMode=h?h.lastPutMode:undefined;var x=be(be({},v),ht.getEventProperties(n,t));for(var b in x){p[b]=x[b]}if(i){i.dispatchEvent(p)}if(m[g]){m[g].call(t,p)}}var pt=["evt"];var mt=function e(t,i){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{},r=n.evt,o=Se(n,pt);ht.pluginEvent.bind(ci)(t,i,be({dragEl:xt,parentEl:bt,ghostEl:wt,rootEl:yt,nextEl:_t,lastDownEl:Et,cloneEl:St,cloneHidden:qt,dragStarted:Bt,putSortable:Lt,activeSortable:ci.active,originalEvent:r,oldIndex:kt,oldDraggableIndex:Mt,newIndex:Ct,newDraggableIndex:Tt,hideGhostForTarget:si,unhideGhostForTarget:ai,cloneNowHidden:function e(){qt=true},cloneNowShown:function e(){qt=false},dispatchSortableEvent:function e(t){gt({sortable:i,name:t,originalEvent:r})}},o))};function gt(e){vt(be({putSortable:Lt,cloneEl:St,targetEl:xt,rootEl:yt,oldIndex:kt,oldDraggableIndex:Mt,newIndex:Ct,newDraggableIndex:Tt},e))}var xt,bt,wt,yt,_t,Et,St,qt,kt,Ct,Mt,Tt,It,Lt,Ot=false,zt=false,Dt=[],Zt,Ht,Nt,Vt,At,jt,Bt,Rt,Ut,Pt=false,Qt=false,Ft,Gt,Yt=[],Wt=false,Jt=[];var Xt=typeof document!=="undefined",Kt=Le,$t=Me||Ce?"cssFloat":"float",ei=Xt&&!Oe&&!Le&&"draggable"in document.createElement("div"),ti=function(){if(!Xt)return;if(Ce){return false}var e=document.createElement("x");e.style.cssText="pointer-events:auto";return e.style.pointerEvents==="auto"}(),ii=function e(t,i){var n=Be(t),r=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),o=Ge(t,0,i),s=Ge(t,1,i),a=o&&Be(o),l=s&&Be(s),u=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+Qe(o).width,c=l&&parseInt(l.marginLeft)+parseInt(l.marginRight)+Qe(s).width;if(n.display==="flex"){return n.flexDirection==="column"||n.flexDirection==="column-reverse"?"vertical":"horizontal"}if(n.display==="grid"){return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal"}if(o&&a["float"]&&a["float"]!=="none"){var d=a["float"]==="left"?"left":"right";return s&&(l.clear==="both"||l.clear===d)?"vertical":"horizontal"}return o&&(a.display==="block"||a.display==="flex"||a.display==="table"||a.display==="grid"||u>=r&&n[$t]==="none"||s&&n[$t]==="none"&&u+c>r)?"vertical":"horizontal"},ni=function e(t,i,n){var r=n?t.left:t.top,o=n?t.right:t.bottom,s=n?t.width:t.height,a=n?i.left:i.top,l=n?i.right:i.bottom,u=n?i.width:i.height;return r===a||o===l||r+s/2===a+u/2},ri=function e(t,i){var n;Dt.some((function(e){var r=e[at].options.emptyInsertThreshold;if(!r||Ye(e))return;var o=Qe(e),s=t>=o.left-r&&t<=o.right+r,a=i>=o.top-r&&i<=o.bottom+r;if(s&&a){return n=e}}));return n},oi=function e(t){function i(e,t){return function(n,r,o,s){var a=n.options.group.name&&r.options.group.name&&n.options.group.name===r.options.group.name;if(e==null&&(t||a)){return true}else if(e==null||e===false){return false}else if(t&&e==="clone"){return e}else if(typeof e==="function"){return i(e(n,r,o,s),t)(n,r,o,s)}else{var l=(t?n:r).options.group.name;return e===true||typeof e==="string"&&e===l||e.join&&e.indexOf(l)>-1}}}var n={};var r=t.group;if(!r||we(r)!="object"){r={name:r}}n.name=r.name;n.checkPull=i(r.pull,true);n.checkPut=i(r.put);n.revertClone=r.revertClone;t.group=n},si=function e(){if(!ti&&wt){Be(wt,"display","none")}},ai=function e(){if(!ti&&wt){Be(wt,"display","")}};if(Xt&&!Oe){document.addEventListener("click",(function(e){if(zt){e.preventDefault();e.stopPropagation&&e.stopPropagation();e.stopImmediatePropagation&&e.stopImmediatePropagation();zt=false;return false}}),true)}var li=function e(t){if(xt){t=t.touches?t.touches[0]:t;var i=ri(t.clientX,t.clientY);if(i){var n={};for(var r in t){if(t.hasOwnProperty(r)){n[r]=t[r]}}n.target=n.rootEl=i;n.preventDefault=void 0;n.stopPropagation=void 0;i[at]._onDragOver(n)}}};var ui=function e(t){if(xt){xt.parentNode[at]._isOutsideThisEl(t.target)}};function ci(e,t){if(!(e&&e.nodeType&&e.nodeType===1)){throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e))}this.el=e;this.options=t=_e({},t);e[at]=this;var i={group:null,sort:true,disabled:false,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:false,invertedSwapThreshold:null,removeCloneOnHide:true,direction:function t(){return ii(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:true,animation:0,easing:null,setData:function e(t,i){t.setData("Text",i.textContent)},dropBubble:false,dragoverBubble:false,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:false,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:false,fallbackClass:"sortable-fallback",fallbackOnBody:false,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:ci.supportPointer!==false&&"PointerEvent"in window&&(!Ie||Le),emptyInsertThreshold:5};ht.initializePlugins(this,e,i);for(var n in i){!(n in t)&&(t[n]=i[n])}oi(t);for(var r in this){if(r.charAt(0)==="_"&&typeof this[r]==="function"){this[r]=this[r].bind(this)}}this.nativeDraggable=t.forceFallback?false:ei;if(this.nativeDraggable){this.options.touchStartThreshold=1}if(t.supportPointer){De(e,"pointerdown",this._onTapStart)}else{De(e,"mousedown",this._onTapStart);De(e,"touchstart",this._onTapStart)}if(this.nativeDraggable){De(e,"dragover",this);De(e,"dragenter",this)}Dt.push(this.el);t.store&&t.store.get&&this.sort(t.store.get(this)||[]);_e(this,lt())}ci.prototype={constructor:ci,_isOutsideThisEl:function e(t){if(!this.el.contains(t)&&t!==this.el){Rt=null}},_getDirection:function e(t,i){return typeof this.options.direction==="function"?this.options.direction.call(this,t,i,xt):this.options.direction},_onTapStart:function e(t){if(!t.cancelable)return;var i=this,n=this.el,r=this.options,o=r.preventOnFilter,s=t.type,a=t.touches&&t.touches[0]||t.pointerType&&t.pointerType==="touch"&&t,l=(a||t).target,u=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||l,c=r.filter;wi(n);if(xt){return}if(/mousedown|pointerdown/.test(s)&&t.button!==0||r.disabled){return}if(u.isContentEditable){return}if(!this.nativeDraggable&&Ie&&l&&l.tagName.toUpperCase()==="SELECT"){return}l=Ve(l,r.draggable,n,false);if(l&&l.animated){return}if(Et===l){return}kt=We(l);Mt=We(l,r.draggable);if(typeof c==="function"){if(c.call(this,t,l,this)){gt({sortable:i,rootEl:u,name:"filter",targetEl:l,toEl:n,fromEl:n});mt("filter",i,{evt:t});o&&t.preventDefault();return}}else if(c){c=c.split(",").some((function(e){e=Ve(u,e.trim(),n,false);if(e){gt({sortable:i,rootEl:e,name:"filter",targetEl:l,fromEl:n,toEl:n});mt("filter",i,{evt:t});return true}}));if(c){o&&t.preventDefault();return}}if(r.handle&&!Ve(u,r.handle,n,false)){return}this._prepareDragStart(t,a,l)},_prepareDragStart:function e(t,i,n){var r=this,o=r.el,s=r.options,a=o.ownerDocument,l;if(n&&!xt&&n.parentNode===o){var u=Qe(n);yt=o;xt=n;bt=xt.parentNode;_t=xt.nextSibling;Et=n;It=s.group;ci.dragged=xt;Zt={target:xt,clientX:(i||t).clientX,clientY:(i||t).clientY};At=Zt.clientX-u.left;jt=Zt.clientY-u.top;this._lastX=(i||t).clientX;this._lastY=(i||t).clientY;xt.style["will-change"]="all";l=function e(){mt("delayEnded",r,{evt:t});if(ci.eventCanceled){r._onDrop();return}r._disableDelayedDragEvents();if(!Te&&r.nativeDraggable){xt.draggable=true}r._triggerDragStart(t,i);gt({sortable:r,name:"choose",originalEvent:t});je(xt,s.chosenClass,true)};s.ignore.split(",").forEach((function(e){Ue(xt,e.trim(),hi)}));De(a,"dragover",li);De(a,"mousemove",li);De(a,"touchmove",li);if(s.supportPointer){De(a,"pointerup",r._onDrop);!this.nativeDraggable&&De(a,"pointercancel",r._onDrop)}else{De(a,"mouseup",r._onDrop);De(a,"touchend",r._onDrop);De(a,"touchcancel",r._onDrop)}if(Te&&this.nativeDraggable){this.options.touchStartThreshold=4;xt.draggable=true}mt("delayStart",this,{evt:t});if(s.delay&&(!s.delayOnTouchOnly||i)&&(!this.nativeDraggable||!(Me||Ce))){if(ci.eventCanceled){this._onDrop();return}if(s.supportPointer){De(a,"pointerup",r._disableDelayedDrag);De(a,"pointercancel",r._disableDelayedDrag)}else{De(a,"mouseup",r._disableDelayedDrag);De(a,"touchend",r._disableDelayedDrag);De(a,"touchcancel",r._disableDelayedDrag)}De(a,"mousemove",r._delayedDragTouchMoveHandler);De(a,"touchmove",r._delayedDragTouchMoveHandler);s.supportPointer&&De(a,"pointermove",r._delayedDragTouchMoveHandler);r._dragStartTimer=setTimeout(l,s.delay)}else{l()}}},_delayedDragTouchMoveHandler:function e(t){var i=t.touches?t.touches[0]:t;if(Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))){this._disableDelayedDrag()}},_disableDelayedDrag:function e(){xt&&hi(xt);clearTimeout(this._dragStartTimer);this._disableDelayedDragEvents()},_disableDelayedDragEvents:function e(){var t=this.el.ownerDocument;Ze(t,"mouseup",this._disableDelayedDrag);Ze(t,"touchend",this._disableDelayedDrag);Ze(t,"touchcancel",this._disableDelayedDrag);Ze(t,"pointerup",this._disableDelayedDrag);Ze(t,"pointercancel",this._disableDelayedDrag);Ze(t,"mousemove",this._delayedDragTouchMoveHandler);Ze(t,"touchmove",this._delayedDragTouchMoveHandler);Ze(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function e(t,i){i=i||t.pointerType=="touch"&&t;if(!this.nativeDraggable||i){if(this.options.supportPointer){De(document,"pointermove",this._onTouchMove)}else if(i){De(document,"touchmove",this._onTouchMove)}else{De(document,"mousemove",this._onTouchMove)}}else{De(xt,"dragend",this);De(yt,"dragstart",this._onDragStart)}try{if(document.selection){yi((function(){document.selection.empty()}))}else{window.getSelection().removeAllRanges()}}catch(e){}},_dragStarted:function e(t,i){Ot=false;if(yt&&xt){mt("dragStarted",this,{evt:i});if(this.nativeDraggable){De(document,"dragover",ui)}var n=this.options;!t&&je(xt,n.dragClass,false);je(xt,n.ghostClass,true);ci.active=this;t&&this._appendGhost();gt({sortable:this,name:"start",originalEvent:i})}else{this._nulling()}},_emulateDragOver:function e(){if(Ht){this._lastX=Ht.clientX;this._lastY=Ht.clientY;si();var t=document.elementFromPoint(Ht.clientX,Ht.clientY);var i=t;while(t&&t.shadowRoot){t=t.shadowRoot.elementFromPoint(Ht.clientX,Ht.clientY);if(t===i)break;i=t}xt.parentNode[at]._isOutsideThisEl(t);if(i){do{if(i[at]){var n=void 0;n=i[at]._onDragOver({clientX:Ht.clientX,clientY:Ht.clientY,target:t,rootEl:i});if(n&&!this.options.dragoverBubble){break}}t=i}while(i=Ne(i))}ai()}},_onTouchMove:function e(t){if(Zt){var i=this.options,n=i.fallbackTolerance,r=i.fallbackOffset,o=t.touches?t.touches[0]:t,s=wt&&Re(wt,true),a=wt&&s&&s.a,l=wt&&s&&s.d,u=Kt&&Gt&&Je(Gt),c=(o.clientX-Zt.clientX+r.x)/(a||1)+(u?u[0]-Yt[0]:0)/(a||1),d=(o.clientY-Zt.clientY+r.y)/(l||1)+(u?u[1]-Yt[1]:0)/(l||1);if(!ci.active&&!Ot){if(n&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))<n){return}this._onDragStart(t,true)}if(wt){if(s){s.e+=c-(Nt||0);s.f+=d-(Vt||0)}else{s={a:1,b:0,c:0,d:1,e:c,f:d}}var f="matrix(".concat(s.a,",").concat(s.b,",").concat(s.c,",").concat(s.d,",").concat(s.e,",").concat(s.f,")");Be(wt,"webkitTransform",f);Be(wt,"mozTransform",f);Be(wt,"msTransform",f);Be(wt,"transform",f);Nt=c;Vt=d;Ht=o}t.cancelable&&t.preventDefault()}},_appendGhost:function e(){if(!wt){var t=this.options.fallbackOnBody?document.body:yt,i=Qe(xt,true,Kt,true,t),n=this.options;if(Kt){Gt=t;while(Be(Gt,"position")==="static"&&Be(Gt,"transform")==="none"&&Gt!==document){Gt=Gt.parentNode}if(Gt!==document.body&&Gt!==document.documentElement){if(Gt===document)Gt=Pe();i.top+=Gt.scrollTop;i.left+=Gt.scrollLeft}else{Gt=Pe()}Yt=Je(Gt)}wt=xt.cloneNode(true);je(wt,n.ghostClass,false);je(wt,n.fallbackClass,true);je(wt,n.dragClass,true);Be(wt,"transition","");Be(wt,"transform","");Be(wt,"box-sizing","border-box");Be(wt,"margin",0);Be(wt,"top",i.top);Be(wt,"left",i.left);Be(wt,"width",i.width);Be(wt,"height",i.height);Be(wt,"opacity","0.8");Be(wt,"position",Kt?"absolute":"fixed");Be(wt,"zIndex","100000");Be(wt,"pointerEvents","none");ci.ghost=wt;t.appendChild(wt);Be(wt,"transform-origin",At/parseInt(wt.style.width)*100+"% "+jt/parseInt(wt.style.height)*100+"%")}},_onDragStart:function e(t,i){var n=this;var r=t.dataTransfer;var o=n.options;mt("dragStart",this,{evt:t});if(ci.eventCanceled){this._onDrop();return}mt("setupClone",this);if(!ci.eventCanceled){St=ot(xt);St.removeAttribute("id");St.draggable=false;St.style["will-change"]="";this._hideClone();je(St,this.options.chosenClass,false);ci.clone=St}n.cloneId=yi((function(){mt("clone",n);if(ci.eventCanceled)return;if(!n.options.removeCloneOnHide){yt.insertBefore(St,xt)}n._hideClone();gt({sortable:n,name:"clone"})}));!i&&je(xt,o.dragClass,true);if(i){zt=true;n._loopId=setInterval(n._emulateDragOver,50)}else{Ze(document,"mouseup",n._onDrop);Ze(document,"touchend",n._onDrop);Ze(document,"touchcancel",n._onDrop);if(r){r.effectAllowed="move";o.setData&&o.setData.call(n,r,xt)}De(document,"drop",n);Be(xt,"transform","translateZ(0)")}Ot=true;n._dragStartId=yi(n._dragStarted.bind(n,i,t));De(document,"selectstart",n);Bt=true;window.getSelection().removeAllRanges();if(Ie){Be(document.body,"user-select","none")}},_onDragOver:function e(t){var i=this.el,n=t.target,r,o,s,a=this.options,l=a.group,u=ci.active,c=It===l,d=a.sort,f=Lt||u,h,v=this,p=false;if(Wt)return;function m(e,a){mt(e,v,be({evt:t,isOwner:c,axis:h?"vertical":"horizontal",revert:s,dragRect:r,targetRect:o,canSort:d,fromSortable:f,target:n,completed:x,onMove:function e(n,o){return fi(yt,i,xt,r,n,Qe(n),t,o)},changed:b},a))}function g(){m("dragOverAnimationCapture");v.captureAnimationState();if(v!==f){f.captureAnimationState()}}function x(e){m("dragOverCompleted",{insertion:e});if(e){if(c){u._hideClone()}else{u._showClone(v)}if(v!==f){je(xt,Lt?Lt.options.ghostClass:u.options.ghostClass,false);je(xt,a.ghostClass,true)}if(Lt!==v&&v!==ci.active){Lt=v}else if(v===ci.active&&Lt){Lt=null}if(f===v){v._ignoreWhileAnimating=n}v.animateAll((function(){m("dragOverAnimationComplete");v._ignoreWhileAnimating=null}));if(v!==f){f.animateAll();f._ignoreWhileAnimating=null}}if(n===xt&&!xt.animated||n===i&&!n.animated){Rt=null}if(!a.dragoverBubble&&!t.rootEl&&n!==document){xt.parentNode[at]._isOutsideThisEl(t.target);!e&&li(t)}!a.dragoverBubble&&t.stopPropagation&&t.stopPropagation();return p=true}function b(){Ct=We(xt);Tt=We(xt,a.draggable);gt({sortable:v,name:"change",toEl:i,newIndex:Ct,newDraggableIndex:Tt,originalEvent:t})}if(t.preventDefault!==void 0){t.cancelable&&t.preventDefault()}n=Ve(n,a.draggable,i,true);m("dragOver");if(ci.eventCanceled)return p;if(xt.contains(t.target)||n.animated&&n.animatingX&&n.animatingY||v._ignoreWhileAnimating===n){return x(false)}zt=false;if(u&&!a.disabled&&(c?d||(s=bt!==yt):Lt===this||(this.lastPutMode=It.checkPull(this,u,xt,t))&&l.checkPut(this,u,xt,t))){h=this._getDirection(t,n)==="vertical";r=Qe(xt);m("dragOverValid");if(ci.eventCanceled)return p;if(s){bt=yt;g();this._hideClone();m("revert");if(!ci.eventCanceled){if(_t){yt.insertBefore(xt,_t)}else{yt.appendChild(xt)}}return x(true)}var w=Ye(i,a.draggable);if(!w||mi(t,h,this)&&!w.animated){if(w===xt){return x(false)}if(w&&i===t.target){n=w}if(n){o=Qe(n)}if(fi(yt,i,xt,r,n,o,t,!!n)!==false){g();if(w&&w.nextSibling){i.insertBefore(xt,w.nextSibling)}else{i.appendChild(xt)}bt=i;b();return x(true)}}else if(w&&pi(t,h,this)){var y=Ge(i,0,a,true);if(y===xt){return x(false)}n=y;o=Qe(n);if(fi(yt,i,xt,r,n,o,t,false)!==false){g();i.insertBefore(xt,y);bt=i;b();return x(true)}}else if(n.parentNode===i){o=Qe(n);var _=0,E,S=xt.parentNode!==i,q=!ni(xt.animated&&xt.toRect||r,n.animated&&n.toRect||o,h),k=h?"top":"left",C=Fe(n,"top","top")||Fe(xt,"top","top"),M=C?C.scrollTop:void 0;if(Rt!==n){E=o[k];Pt=false;Qt=!q&&a.invertSwap||S}_=gi(t,n,o,h,q?1:a.swapThreshold,a.invertedSwapThreshold==null?a.swapThreshold:a.invertedSwapThreshold,Qt,Rt===n);var T;if(_!==0){var I=We(xt);do{I-=_;T=bt.children[I]}while(T&&(Be(T,"display")==="none"||T===wt))}if(_===0||T===n){return x(false)}Rt=n;Ut=_;var L=n.nextElementSibling,O=false;O=_===1;var z=fi(yt,i,xt,r,n,o,t,O);if(z!==false){if(z===1||z===-1){O=z===1}Wt=true;setTimeout(vi,30);g();if(O&&!L){i.appendChild(xt)}else{n.parentNode.insertBefore(xt,O?L:n)}if(C){rt(C,0,M-C.scrollTop)}bt=xt.parentNode;if(E!==undefined&&!Qt){Ft=Math.abs(E-Qe(n)[k])}b();return x(true)}}if(i.contains(xt)){return x(false)}}return false},_ignoreWhileAnimating:null,_offMoveEvents:function e(){Ze(document,"mousemove",this._onTouchMove);Ze(document,"touchmove",this._onTouchMove);Ze(document,"pointermove",this._onTouchMove);Ze(document,"dragover",li);Ze(document,"mousemove",li);Ze(document,"touchmove",li)},_offUpEvents:function e(){var t=this.el.ownerDocument;Ze(t,"mouseup",this._onDrop);Ze(t,"touchend",this._onDrop);Ze(t,"pointerup",this._onDrop);Ze(t,"pointercancel",this._onDrop);Ze(t,"touchcancel",this._onDrop);Ze(document,"selectstart",this)},_onDrop:function e(t){var i=this.el,n=this.options;Ct=We(xt);Tt=We(xt,n.draggable);mt("drop",this,{evt:t});bt=xt&&xt.parentNode;Ct=We(xt);Tt=We(xt,n.draggable);if(ci.eventCanceled){this._nulling();return}Ot=false;Qt=false;Pt=false;clearInterval(this._loopId);clearTimeout(this._dragStartTimer);_i(this.cloneId);_i(this._dragStartId);if(this.nativeDraggable){Ze(document,"drop",this);Ze(i,"dragstart",this._onDragStart)}this._offMoveEvents();this._offUpEvents();if(Ie){Be(document.body,"user-select","")}Be(xt,"transform","");if(t){if(Bt){t.cancelable&&t.preventDefault();!n.dropBubble&&t.stopPropagation()}wt&&wt.parentNode&&wt.parentNode.removeChild(wt);if(yt===bt||Lt&&Lt.lastPutMode!=="clone"){St&&St.parentNode&&St.parentNode.removeChild(St)}if(xt){if(this.nativeDraggable){Ze(xt,"dragend",this)}hi(xt);xt.style["will-change"]="";if(Bt&&!Ot){je(xt,Lt?Lt.options.ghostClass:this.options.ghostClass,false)}je(xt,this.options.chosenClass,false);gt({sortable:this,name:"unchoose",toEl:bt,newIndex:null,newDraggableIndex:null,originalEvent:t});if(yt!==bt){if(Ct>=0){gt({rootEl:bt,name:"add",toEl:bt,fromEl:yt,originalEvent:t});gt({sortable:this,name:"remove",toEl:bt,originalEvent:t});gt({rootEl:bt,name:"sort",toEl:bt,fromEl:yt,originalEvent:t});gt({sortable:this,name:"sort",toEl:bt,originalEvent:t})}Lt&&Lt.save()}else{if(Ct!==kt){if(Ct>=0){gt({sortable:this,name:"update",toEl:bt,originalEvent:t});gt({sortable:this,name:"sort",toEl:bt,originalEvent:t})}}}if(ci.active){if(Ct==null||Ct===-1){Ct=kt;Tt=Mt}gt({sortable:this,name:"end",toEl:bt,originalEvent:t});this.save()}}}this._nulling()},_nulling:function e(){mt("nulling",this);yt=xt=bt=wt=_t=St=Et=qt=Zt=Ht=Bt=Ct=Tt=kt=Mt=Rt=Ut=Lt=It=ci.dragged=ci.ghost=ci.clone=ci.active=null;Jt.forEach((function(e){e.checked=true}));Jt.length=Nt=Vt=0},handleEvent:function e(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":if(xt){this._onDragOver(t);di(t)}break;case"selectstart":t.preventDefault();break}},toArray:function e(){var t=[],i,n=this.el.children,r=0,o=n.length,s=this.options;for(;r<o;r++){i=n[r];if(Ve(i,s.draggable,this.el,false)){t.push(i.getAttribute(s.dataIdAttr)||bi(i))}}return t},sort:function e(t,i){var n={},r=this.el;this.toArray().forEach((function(e,t){var i=r.children[t];if(Ve(i,this.options.draggable,r,false)){n[e]=i}}),this);i&&this.captureAnimationState();t.forEach((function(e){if(n[e]){r.removeChild(n[e]);r.appendChild(n[e])}}));i&&this.animateAll()},save:function e(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function e(t,i){return Ve(t,i||this.options.draggable,this.el,false)},option:function e(t,i){var n=this.options;if(i===void 0){return n[t]}else{var r=ht.modifyOption(this,t,i);if(typeof r!=="undefined"){n[t]=r}else{n[t]=i}if(t==="group"){oi(n)}}},destroy:function e(){mt("destroy",this);var t=this.el;t[at]=null;Ze(t,"mousedown",this._onTapStart);Ze(t,"touchstart",this._onTapStart);Ze(t,"pointerdown",this._onTapStart);if(this.nativeDraggable){Ze(t,"dragover",this);Ze(t,"dragenter",this)}Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(e){e.removeAttribute("draggable")}));this._onDrop();this._disableDelayedDragEvents();Dt.splice(Dt.indexOf(this.el),1);this.el=t=null},_hideClone:function e(){if(!qt){mt("hideClone",this);if(ci.eventCanceled)return;Be(St,"display","none");if(this.options.removeCloneOnHide&&St.parentNode){St.parentNode.removeChild(St)}qt=true}},_showClone:function e(t){if(t.lastPutMode!=="clone"){this._hideClone();return}if(qt){mt("showClone",this);if(ci.eventCanceled)return;if(xt.parentNode==yt&&!this.options.group.revertClone){yt.insertBefore(St,xt)}else if(_t){yt.insertBefore(St,_t)}else{yt.appendChild(St)}if(this.options.group.revertClone){this.animate(xt,St)}Be(St,"display","");qt=false}}};function di(e){if(e.dataTransfer){e.dataTransfer.dropEffect="move"}e.cancelable&&e.preventDefault()}function fi(e,t,i,n,r,o,s,a){var l,u=e[at],c=u.options.onMove,d;if(window.CustomEvent&&!Ce&&!Me){l=new CustomEvent("move",{bubbles:true,cancelable:true})}else{l=document.createEvent("Event");l.initEvent("move",true,true)}l.to=t;l.from=e;l.dragged=i;l.draggedRect=n;l.related=r||t;l.relatedRect=o||Qe(t);l.willInsertAfter=a;l.originalEvent=s;e.dispatchEvent(l);if(c){d=c.call(u,l,s)}return d}function hi(e){e.draggable=false}function vi(){Wt=false}function pi(e,t,i){var n=Qe(Ge(i.el,0,i.options,true));var r=st(i.el,i.options,wt);var o=10;return t?e.clientX<r.left-o||e.clientY<n.top&&e.clientX<n.right:e.clientY<r.top-o||e.clientY<n.bottom&&e.clientX<n.left}function mi(e,t,i){var n=Qe(Ye(i.el,i.options.draggable));var r=st(i.el,i.options,wt);var o=10;return t?e.clientX>r.right+o||e.clientY>n.bottom&&e.clientX>n.left:e.clientY>r.bottom+o||e.clientX>n.right&&e.clientY>n.top}function gi(e,t,i,n,r,o,s,a){var l=n?e.clientY:e.clientX,u=n?i.height:i.width,c=n?i.top:i.left,d=n?i.bottom:i.right,f=false;if(!s){if(a&&Ft<u*r){if(!Pt&&(Ut===1?l>c+u*o/2:l<d-u*o/2)){Pt=true}if(!Pt){if(Ut===1?l<c+Ft:l>d-Ft){return-Ut}}else{f=true}}else{if(l>c+u*(1-r)/2&&l<d-u*(1-r)/2){return xi(t)}}}f=f||s;if(f){if(l<c+u*o/2||l>d-u*o/2){return l>c+u/2?1:-1}}return 0}function xi(e){if(We(xt)<We(e)){return 1}else{return-1}}function bi(e){var t=e.tagName+e.className+e.src+e.href+e.textContent,i=t.length,n=0;while(i--){n+=t.charCodeAt(i)}return n.toString(36)}function wi(e){Jt.length=0;var t=e.getElementsByTagName("input");var i=t.length;while(i--){var n=t[i];n.checked&&Jt.push(n)}}function yi(e){return setTimeout(e,0)}function _i(e){return clearTimeout(e)}if(Xt){De(document,"touchmove",(function(e){if((ci.active||Ot)&&e.cancelable){e.preventDefault()}}))}ci.utils={on:De,off:Ze,css:Be,find:Ue,is:function e(t,i){return!!Ve(t,i,t,false)},extend:$e,throttle:it,closest:Ve,toggleClass:je,clone:ot,index:We,nextTick:yi,cancelNextTick:_i,detectDirection:ii,getChild:Ge,expando:at};ci.get=function(e){return e[at]};ci.mount=function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++){t[i]=arguments[i]}if(t[0].constructor===Array)t=t[0];t.forEach((function(e){if(!e.prototype||!e.prototype.constructor){throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e))}if(e.utils)ci.utils=be(be({},ci.utils),e.utils);ht.mount(e)}))};ci.create=function(e,t){return new ci(e,t)};ci.version=qe;var Ei=[],Si,qi,ki=false,Ci,Mi,Ti,Ii;function Li(){function e(){this.defaults={scroll:true,forceAutoScrollFallback:false,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:true};for(var e in this){if(e.charAt(0)==="_"&&typeof this[e]==="function"){this[e]=this[e].bind(this)}}}e.prototype={dragStarted:function e(t){var i=t.originalEvent;if(this.sortable.nativeDraggable){De(document,"dragover",this._handleAutoScroll)}else{if(this.options.supportPointer){De(document,"pointermove",this._handleFallbackAutoScroll)}else if(i.touches){De(document,"touchmove",this._handleFallbackAutoScroll)}else{De(document,"mousemove",this._handleFallbackAutoScroll)}}},dragOverCompleted:function e(t){var i=t.originalEvent;if(!this.options.dragOverBubble&&!i.rootEl){this._handleAutoScroll(i)}},drop:function e(){if(this.sortable.nativeDraggable){Ze(document,"dragover",this._handleAutoScroll)}else{Ze(document,"pointermove",this._handleFallbackAutoScroll);Ze(document,"touchmove",this._handleFallbackAutoScroll);Ze(document,"mousemove",this._handleFallbackAutoScroll)}zi();Oi();nt()},nulling:function e(){Ti=qi=Si=ki=Ii=Ci=Mi=null;Ei.length=0},_handleFallbackAutoScroll:function e(t){this._handleAutoScroll(t,true)},_handleAutoScroll:function e(t,i){var n=this;var r=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,s=document.elementFromPoint(r,o);Ti=t;if(i||this.options.forceAutoScrollFallback||Me||Ce||Ie){Di(t,this.options,s,i);var a=Ke(s,true);if(ki&&(!Ii||r!==Ci||o!==Mi)){Ii&&zi();Ii=setInterval((function(){var e=Ke(document.elementFromPoint(r,o),true);if(e!==a){a=e;Oi()}Di(t,n.options,e,i)}),10);Ci=r;Mi=o}}else{if(!this.options.bubbleScroll||Ke(s,true)===Pe()){Oi();return}Di(t,this.options,Ke(s,false),false)}}};return _e(e,{pluginName:"scroll",initializeByDefault:true})}function Oi(){Ei.forEach((function(e){clearInterval(e.pid)}));Ei=[]}function zi(){clearInterval(Ii)}var Di=it((function(e,t,i,n){if(!t.scroll)return;var r=(e.touches?e.touches[0]:e).clientX,o=(e.touches?e.touches[0]:e).clientY,s=t.scrollSensitivity,a=t.scrollSpeed,l=Pe();var u=false,c;if(qi!==i){qi=i;Oi();Si=t.scroll;c=t.scrollFn;if(Si===true){Si=Ke(i,true)}}var d=0;var f=Si;do{var h=f,v=Qe(h),p=v.top,m=v.bottom,g=v.left,x=v.right,b=v.width,w=v.height,y=void 0,_=void 0,E=h.scrollWidth,S=h.scrollHeight,q=Be(h),k=h.scrollLeft,C=h.scrollTop;if(h===l){y=b<E&&(q.overflowX==="auto"||q.overflowX==="scroll"||q.overflowX==="visible");_=w<S&&(q.overflowY==="auto"||q.overflowY==="scroll"||q.overflowY==="visible")}else{y=b<E&&(q.overflowX==="auto"||q.overflowX==="scroll");_=w<S&&(q.overflowY==="auto"||q.overflowY==="scroll")}var M=y&&(Math.abs(x-r)<=s&&k+b<E)-(Math.abs(g-r)<=s&&!!k);var T=_&&(Math.abs(m-o)<=s&&C+w<S)-(Math.abs(p-o)<=s&&!!C);if(!Ei[d]){for(var I=0;I<=d;I++){if(!Ei[I]){Ei[I]={}}}}if(Ei[d].vx!=M||Ei[d].vy!=T||Ei[d].el!==h){Ei[d].el=h;Ei[d].vx=M;Ei[d].vy=T;clearInterval(Ei[d].pid);if(M!=0||T!=0){u=true;Ei[d].pid=setInterval(function(){if(n&&this.layer===0){ci.active._onTouchMove(Ti)}var t=Ei[this.layer].vy?Ei[this.layer].vy*a:0;var i=Ei[this.layer].vx?Ei[this.layer].vx*a:0;if(typeof c==="function"){if(c.call(ci.dragged.parentNode[at],i,t,e,Ti,Ei[this.layer].el)!=="continue"){return}}rt(Ei[this.layer].el,i,t)}.bind({layer:d}),24)}}d++}while(t.bubbleScroll&&f!==l&&(f=Ke(f,false)));ki=u}),30);var Zi=function e(t){var i=t.originalEvent,n=t.putSortable,r=t.dragEl,o=t.activeSortable,s=t.dispatchSortableEvent,a=t.hideGhostForTarget,l=t.unhideGhostForTarget;if(!i)return;var u=n||o;a();var c=i.changedTouches&&i.changedTouches.length?i.changedTouches[0]:i;var d=document.elementFromPoint(c.clientX,c.clientY);l();if(u&&!u.el.contains(d)){s("spill");this.onSpill({dragEl:r,putSortable:n})}};function Hi(){}Hi.prototype={startIndex:null,dragStart:function e(t){var i=t.oldDraggableIndex;this.startIndex=i},onSpill:function e(t){var i=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState();if(n){n.captureAnimationState()}var r=Ge(this.sortable.el,this.startIndex,this.options);if(r){this.sortable.el.insertBefore(i,r)}else{this.sortable.el.appendChild(i)}this.sortable.animateAll();if(n){n.animateAll()}},drop:Zi};_e(Hi,{pluginName:"revertOnSpill"});function Ni(){}Ni.prototype={onSpill:function e(t){var i=t.dragEl,n=t.putSortable;var r=n||this.sortable;r.captureAnimationState();i.parentNode&&i.parentNode.removeChild(i);r.animateAll()},drop:Zi};_e(Ni,{pluginName:"removeOnSpill"});ci.mount(new Li);ci.mount(Ni,Hi);var Vi='verdocs-template-roles{display:block;max-width:600px;font-family:var(--verdocs-primary-font, "Inter", "Barlow", sans-serif)}verdocs-template-roles .roles{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-top:10px}verdocs-template-roles .roles .sequence{gap:10px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-weight:500;padding:0 0 8px 0;-ms-flex-direction:row;flex-direction:row;border-bottom:1px dotted #e3e3e3}verdocs-template-roles .roles .sequence.add-sequence{color:#777777;line-height:34px}verdocs-template-roles .roles .sequence-label{font-size:18px;line-height:32px}verdocs-template-roles .roles .sequence-roles{gap:10px;display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row}verdocs-template-roles .roles .role{height:32px;cursor:move;display:-ms-flexbox;display:flex;max-width:200px;position:relative;border-radius:32px;background-color:#eff7fb;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 14px 0 34px;border:1px solid #ccc;-ms-flex-direction:column;flex-direction:column}verdocs-template-roles .roles .role .role-name{font-size:14px;overflow:hidden;font-weight:400;line-height:30px;white-space:nowrap;text-overflow:ellipsis}verdocs-template-roles .roles .role .icons{position:absolute;left:1px;top:-3px;cursor:pointer;padding:5px;z-index:10}verdocs-template-roles .roles .role .icons .gear-button{display:none;-webkit-transform:scale(1.1);transform:scale(1.1);margin:4px 0 0 1px}verdocs-template-roles .roles .role .icons .type-icon{opacity:0.6;display:block;-webkit-transform:scale(0.8);transform:scale(0.8)}verdocs-template-roles .roles .role .icons:hover .gear-button{display:block}verdocs-template-roles .roles .role .icons:hover .type-icon{display:none}verdocs-template-roles>form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#ffffff;padding:12px}verdocs-template-roles>form h5{font-size:16px;font-weight:bold;color:#46497d;margin:0 0 10px 0}verdocs-template-roles>form label{display:block;font-size:14px;font-weight:500;margin:0 0 4px 0;color:#5c6575}verdocs-template-roles>form input{border:none;font-size:18px;padding:3px 6px 3px 0;background:transparent;border-bottom:1px solid #33364b}verdocs-template-roles>form input:focus{outline:none}verdocs-template-roles .row.add-sequence{display:none}verdocs-template-roles .add-role{opacity:0.3;padding:0 10px;cursor:pointer;background:none;height:32px;border:1px solid #cccccc;border-radius:32px}verdocs-template-roles .add-role:hover{opacity:1}verdocs-template-roles .add-step{margin:0;padding:0;border:none;opacity:0.5;cursor:pointer;background:none}verdocs-template-roles .add-step:hover{opacity:1}verdocs-template-roles .add-step svg{width:32px;height:32px}verdocs-template-roles.dragging .row.add-sequence{display:-ms-flexbox;display:flex}verdocs-template-roles .buttons{display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;margin-top:16px;-ms-flex-direction:row;flex-direction:row}verdocs-template-roles .empty{font-size:13px;margin-top:15px;margin-bottom:5px}verdocs-template-roles .empty svg{width:16px;height:16px;stroke:#666666;margin-bottom:2px;display:inline-block}verdocs-template-roles .sequence-roles{display:-ms-flexbox;display:flex;max-width:400px}verdocs-template-roles ::-webkit-input-placeholder{color:#aaaaaa}verdocs-template-roles ::-moz-placeholder{color:#aaaaaa}verdocs-template-roles :-ms-input-placeholder{color:#aaaaaa}verdocs-template-roles ::-ms-input-placeholder{color:#aaaaaa}verdocs-template-roles ::placeholder{color:#aaaaaa}';var Ai='<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" fill="#00000089"><path d="m8.021 17.917-.313-2.5q-.27-.125-.625-.334-.354-.208-.625-.395l-2.312.979-1.979-3.438 1.979-1.5q-.021-.167-.031-.364-.011-.198-.011-.365 0-.146.011-.344.01-.198.031-.385l-1.979-1.5 1.979-3.417 2.312.958q.271-.187.615-.385t.635-.344l.313-2.5h3.958l.313 2.5q.312.167.625.344.312.177.604.385l2.333-.958 1.979 3.417-1.979 1.521q.021.187.021.364V10q0 .146-.01.333-.011.188-.011.396l1.958 1.5-1.979 3.438-2.312-.979q-.292.208-.615.395-.323.188-.614.334l-.313 2.5Zm1.937-5.355q1.063 0 1.813-.75t.75-1.812q0-1.062-.75-1.812t-1.813-.75q-1.041 0-1.802.75-.76.75-.76 1.812t.76 1.812q.761.75 1.802.75Zm0-1.333q-.5 0-.864-.364-.365-.365-.365-.865t.365-.865q.364-.364.864-.364t.865.364q.365.365.365.865t-.365.865q-.365.364-.865.364ZM10.021 10Zm-.854 6.583h1.666l.25-2.187q.605-.167 1.136-.49.531-.323 1.031-.802l2.021.875.854-1.375-1.792-1.354q.105-.333.136-.635.031-.303.031-.615 0-.292-.031-.573-.031-.281-.115-.635l1.792-1.396-.834-1.375-2.062.875q-.438-.438-1.021-.781-.583-.344-1.125-.49l-.271-2.208H9.167l-.271 2.208q-.584.146-1.125.458-.542.313-1.042.792l-2.021-.854-.833 1.375 1.75 1.354q-.083.333-.125.646-.042.312-.042.604t.042.594q.042.302.125.635l-1.75 1.375.833 1.375 2.021-.854q.479.458 1.021.771.542.312 1.146.479Z"/></svg>';var ji='<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 24 24" strokeWidth={1.5} stroke="currentColor"><path strokeLinecap="round" strokeLinejoin="round" d="M12 9v6m3-3H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>';var Bi='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m9.225 21.225 4.65-4.65h8.45v4.65Zm-5.35-2.2H5.05l8.5-8.5-1.175-1.175-8.5 8.5Zm14.25-9.95L13.8 4.8l1.325-1.325q.625-.65 1.525-.663.9-.012 1.6.663l1.225 1.175q.675.675.663 1.562-.013.888-.663 1.513ZM16.7 10.55 6 21.225H1.675V16.9L12.35 6.225Zm-3.725-.625-.6-.575 1.175 1.175Z"/></svg>';var Ri='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z" clip-rule="evenodd" /></svg>';var Ui='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z" /><path d="M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z" /></svg>';var Pi=e("verdocs_template_roles",function(){function e(e){t(this,e);this.next=i(this,"next");this.exit=i(this,"exit");this.sdkError=i(this,"sdkError");this.rolesUpdated=i(this,"rolesUpdated");this.templateListenerId=null;this.endpoint=a.getDefault();this.templateId="";this.showingRoleDialog=null;this.sender=null;this.dragging=false;this.loading=true;this.template=null;this.sortableRefs=[]}e.prototype.disconnectedCallback=function(){this.unlistenToTemplate();this.cleanupSortables()};e.prototype.listenToTemplate=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){console.log("[ROLES] Loading template",this.templateId);this.unlistenToTemplate();I.subscribe("templates",this.templateId,(function(){return l(e.endpoint,e.templateId)}),false,(function(t){console.log("[ROLES] Template Updated",t);e.template=t;e.loading=false}));return[2]}))}))};e.prototype.unlistenToTemplate=function(){if(this.templateListenerId){I.store.delListener(this.templateListenerId);this.templateListenerId=null}};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,i;return __generator(this,(function(n){try{this.endpoint.loadSession();if(!this.templateId){console.log("[ROLES] Missing required template ID ".concat(this.templateId));return[2]}if(!this.endpoint.session){console.log("[ROLES] Unable to start builder session, must be authenticated");return[2]}this.listenToTemplate()}catch(n){console.log("[ROLES] Error with preview session",n);(e=this.sdkError)===null||e===void 0?void 0:e.emit(new T(n.message,(t=n.response)===null||t===void 0?void 0:t.status,(i=n.response)===null||i===void 0?void 0:i.data))}return[2]}))}))};e.prototype.cleanupSortables=function(){this.sortableRefs.forEach((function(e){return e.destroy()}));this.sortableRefs.length=0};e.prototype.componentDidRender=function(){var e=this;this.cleanupSortables();var t=this.getSequenceNumbers();(t||[]).forEach((function(t){var i=document.getElementById("verdocs-roles-sequence-".concat(t));if(i){var n=new ci(i,{group:"roles",animation:150,dragoverBubble:true,filter:".no-drag",onEnd:e.handleMoveEnd.bind(e),onChoose:function(){return e.dragging=true},onUnchoose:function(){return e.dragging=false}});e.sortableRefs.push(n)}}));var i=document.getElementById("verdocs-roles-sequence-add-target");if(i){console.log("[ROLES] Applying sortable to add-sequence slot");var n=new ci(i,{group:"roles",animation:150,dragoverBubble:true,filter:".no-drag",onEnd:this.handleMoveEnd.bind(this),onChoose:function(){return e.dragging=true},onUnchoose:function(){return e.dragging=false}});this.sortableRefs.push(n)}};e.prototype.handleMoveEnd=function(e){var t=this;var i=+e.from.dataset.sequence;var n=+e.to.dataset.sequence;var r=+e.oldIndex+1;var o=+e.newIndex+1;console.log("Move from ".concat(i,":").concat(r," to ").concat(n,":").concat(o),e.item);var s={};var a=this.getSequenceNumbers();a.forEach((function(e){var i=t.getRolesAtSequence(e);s[String(e)]=JSON.parse(JSON.stringify(i))}));s[a[a.length-1]+1]=[];var l=s[i].splice(r-1,1)[0];s[n]||(s[n]=[]);s[n].splice(o-1,0,l);var u=[];Object.entries(s).forEach((function(e){var i=e[0],n=e[1];n.forEach((function(e,n){if(!e){return}var r=+n+1;if(e.sequence!==+i||e.order!==r){e.sequence=+i;e.order=r;u.push(b(t.endpoint,t.templateId,e.name,{sequence:+i,order:r}).then((function(t){return console.log("[ROLES] Updated role",e.name,t)})).catch((function(e){return console.log("[ROLES] Error updating role",e)})))}}))}));return Promise.all(u).then((function(){return __awaiter(t,void 0,void 0,(function(){return __generator(this,(function(e){return[2,console.log("[ROLES] Done renumbering")]}))}))})).catch((function(e){return console.log("[ROLES] Error updating roles",e)}))};e.prototype.handleCancel=function(){var e;(e=this.exit)===null||e===void 0?void 0:e.emit()};e.prototype.handleSubmit=function(){var e;(e=this.next)===null||e===void 0?void 0:e.emit()};e.prototype.getSortedRoles=function(){var e;return(((e=this.template)===null||e===void 0?void 0:e.roles)||[]).sort((function(e,t){return e.sequence===t.sequence?e.order-t.order:e.sequence-t.sequence}))};e.prototype.getSequenceNumbers=function(){var e={};this.getSortedRoles().forEach((function(t){e[t.sequence]=true}));console.log("[ROLES] Sequences",e);return Object.keys(e).map((function(e){return+e})).sort((function(e,t){return e-t}))};e.prototype.getRoleNames=function(){var e=this.getSortedRoles();return e.map((function(e){return e.name}))};e.prototype.getRolesAtSequence=function(e){var t;return(((t=this.template)===null||t===void 0?void 0:t.roles)||[]).filter((function(t){return t&&t.sequence===e}))};e.prototype.renumberTemplateRoles=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,i,n;var r=this;return __generator(this,(function(o){switch(o.label){case 0:t={};i=[];n=this.getSequenceNumbers();(n||[]).forEach((function(e){(t[e]||[]).forEach((function(t,n){var o=+n+1;if(t.sequence!==+e||t.order!==o){console.log("[ROLES] Updating role",t.name,"from",t.sequence,t.order,"to",e,o);t.sequence=+e;t.order=o;i.push(b(r.endpoint,r.templateId,t.name,{sequence:+e,order:o}).then((function(e){return console.log("[ROLES] Updated role",t.name,e)})).catch((function(e){return console.log("[ROLES] Error updating role",e)})))}}))}));console.log("[ROLES] Awaiting ".concat(i.length," renumber requests"));return[4,Promise.all(i).then((function(){return __awaiter(r,void 0,void 0,(function(){var e;return __generator(this,(function(i){e=JSON.parse(JSON.stringify(this.template));e.roles=Object.keys(t).reduce((function(e,i){return e.concat(t[i])}),[]);console.log("[ROLES] Done renumbering",e.roles.map((function(e){return{name:e.name,sequence:e.sequence,order:e.order}})));I.updateTemplate(this.templateId,e);return[2]}))}))}))];case 1:o.sent();(e=this.rolesUpdated)===null||e===void 0?void 0:e.emit({event:"updated",endpoint:this.endpoint,templateId:this.templateId,roles:this.getSortedRoles()});return[2]}}))}))};e.prototype.getNextRoleName=function(){var e,t;var i="";var n=(((e=this.template)===null||e===void 0?void 0:e.roles)||[]).length;do{n++;i="Recipient ".concat(n)}while(!i||(((t=this.template)===null||t===void 0?void 0:t.roles)||[]).some((function(e){return e&&e.name===i})));return i};e.prototype.callCreateRole=function(e,t,i){var n=this;console.log("[ROLES] Will create role",{name:e,sequence:t,order:i});w(this.endpoint,this.templateId,{template_id:this.templateId,name:e,sequence:t,message:"",order:i,full_name:null,first_name:"",last_name:"",email:"",phone:"",type:"signer",delegator:false}).then((function(e){return __awaiter(n,void 0,void 0,(function(){var t;return __generator(this,(function(i){switch(i.label){case 0:console.log("[ROLES] Created role",e);console.log("Updating template in data store");return[4,I.getTemplate(this.endpoint,this.templateId,true)];case 1:i.sent();(t=this.rolesUpdated)===null||t===void 0?void 0:t.emit({event:"added",endpoint:this.endpoint,templateId:this.templateId,roles:this.getSortedRoles()});return[2]}}))}))})).catch((function(e){console.log("[ROLES] Error creating role",e)}))};e.prototype.handleAddRole=function(e,t){e.stopPropagation();var i=this.getRolesAtSequence(t).length+1;var n=this.getNextRoleName();this.callCreateRole(n,t,i)};e.prototype.handleAddStep=function(e,t){e.stopPropagation();var i=1;var n=this.getNextRoleName();this.callCreateRole(n,t,i)};e.prototype.render=function(){var e=this;if(!this.endpoint.session){return n(r,null,n("verdocs-component-error",{message:"You must be authenticated to use this module."}))}if(this.loading||!this.template){return n(r,{class:"loading"},n("verdocs-loader",null))}var t=this.getRoleNames();var i=this.getSequenceNumbers();var o=i&&i.length>0?(i[i.length-1]||0)+1:1;console.log("[ROLES] Rendering",{roleNames:t,sequences:i,nextSequence:o});return n(r,{class:{dragging:this.dragging}},n("form",{onSubmit:function(e){return e.preventDefault()},onClick:function(e){return e.stopPropagation()},autocomplete:"off"},n("h5",null,"Roles and Workflow"),n("div",{class:"roles"},i.map((function(t,i){return n("div",{class:"sequence"},n("div",{class:"sequence-label no-drag"},i+1,"."),n("div",{class:"sequence-roles",id:"verdocs-roles-sequence-".concat(t),"data-sequence":t},e.getRolesAtSequence(t).map((function(i){var r=!i.email||!i.first_name||!i.last_name;return r?n("div",{class:"role","data-rolename":i.name,"data-sequence":t,"data-order":i.order},n("div",{class:"role-name"},i.name),n("div",{class:"icons"},n("div",{class:"gear-button",innerHTML:Ai,onClick:function(){return e.showingRoleDialog=i.name},"aria-role":"button"}),n("span",{class:"type-icon",innerHTML:i.type==="signer"?Bi:i.type==="cc"?Ui:Ri}))):n("div",{class:"role","data-rolename":i.name,"data-sequence":t,"data-order":i.order},n("div",{class:"role-name"},h(i)),n("div",{class:"icons"},n("div",{class:"gear-button",innerHTML:Ai,onClick:function(){return e.showingRoleDialog=i.name},"aria-role":"button"}),n("span",{class:"type-icon",innerHTML:i.type==="signer"?Bi:i.type==="cc"?Ui:Ri})))}))),n("button",{class:"add-role no-drag",onClick:function(i){return e.handleAddRole(i,t)}},"+ Add Role"))})),n("div",{class:"sequence add-sequence"},n("div",{class:"sequence-label no-drag"},i.length+1,"."),n("div",{class:"sequence-roles",id:"verdocs-roles-sequence-add-target","data-sequence":o}),n("button",{class:"add-role no-drag",onClick:function(t){return e.handleAddRole(t,o)}},"+ Add Role"))),t.length<1&&n("div",{class:"empty"},"You must add at least one Role before proceeding.",n("br",null)," Click the ",n("span",{innerHTML:ji})," Add button above to get started."),n("div",{class:"buttons"},n("div",{class:"flex-fill"}),n("verdocs-button",{variant:"outline",label:"Cancel",size:"small",onClick:function(){return e.handleCancel()}}),n("verdocs-button",{label:"OK",size:"small",onClick:function(){return e.handleSubmit()},disabled:t.length<1}))),this.showingRoleDialog&&n("verdocs-menu-panel",{onClose:function(){return e.showingRoleDialog=null}},n("verdocs-template-role-properties",{endpoint:this.endpoint,templateId:this.templateId,roleName:this.showingRoleDialog,onClose:function(){var t;(t=document.getElementById("verdocs-menu-panel-overlay"))===null||t===void 0?void 0:t.remove();e.showingRoleDialog=null},onDelete:function(){return __awaiter(e,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.showingRoleDialog=null;return[4,this.renumberTemplateRoles()];case 1:t.sent();(e=this.rolesUpdated)===null||e===void 0?void 0:e.emit({event:"deleted",endpoint:this.endpoint,templateId:this.templateId,roles:this.getSortedRoles()});return[2]}}))}))}})))};Object.defineProperty(e.prototype,"el",{get:function(){return s(this)},enumerable:false,configurable:true});return e}());Pi.style=Vi;var Qi='verdocs-template-settings{display:block;max-width:600px;font-family:var(--verdocs-primary-font, "Inter", "Barlow", sans-serif)}verdocs-template-settings>form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#ffffff;padding:12px}verdocs-template-settings>form h5{font-size:16px;font-weight:bold;color:#46497d;margin:0 0 10px 0}verdocs-template-settings>form label{display:block;font-size:14px;font-weight:500;margin:0 0 4px 0;color:#5c6575}verdocs-template-settings>form input{border:none;font-size:18px;padding:3px 6px 3px 0;background:transparent;border-bottom:1px solid #33364b}verdocs-template-settings>form input:focus{outline:none}verdocs-template-settings>form .row{margin:20px 0 0 0}verdocs-template-settings .buttons{display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;margin-top:16px;-ms-flex-direction:row;flex-direction:row}verdocs-template-settings ::-webkit-input-placeholder{color:#aaaaaa}verdocs-template-settings ::-moz-placeholder{color:#aaaaaa}verdocs-template-settings :-ms-input-placeholder{color:#aaaaaa}verdocs-template-settings ::-ms-input-placeholder{color:#aaaaaa}verdocs-template-settings ::placeholder{color:#aaaaaa}';var Fi=24*60*60*1e3;var Gi=e("verdocs_template_settings",function(){function e(e){t(this,e);this.next=i(this,"next");this.exit=i(this,"exit");this.sdkError=i(this,"sdkError");this.templateUpdated=i(this,"templateUpdated");this.templateListenerId=null;this.endpoint=a.getDefault();this.templateId="";this.name=null;this.visibility="private";this.sender="envelope_creator";this.sendReminders=false;this.initialReminder=0;this.followupReminders=0;this.dirty=false;this.loading=true;this.template=null}e.prototype.disconnectedCallback=function(){this.unlistenToTemplate()};e.prototype.listenToTemplate=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){console.log("[SETTINGS] Loading template",this.templateId);this.unlistenToTemplate();I.subscribe("templates",this.templateId,(function(){return l(e.endpoint,e.templateId)}),false,(function(t){console.log("[SETTINGS] Template Updated",t);e.template=t;e.name=t.name;e.visibility=t.visibility;e.sender=t.sender;e.sendReminders=t.initial_reminder!==null;e.initialReminder=t.initial_reminder?Math.floor(t.initial_reminder/Fi):null;e.followupReminders=t.followup_reminders?Math.floor(t.followup_reminders/Fi):null;e.dirty=false;e.loading=false}));return[2]}))}))};e.prototype.unlistenToTemplate=function(){if(this.templateListenerId){I.store.delListener(this.templateListenerId);this.templateListenerId=null}};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,i;return __generator(this,(function(n){try{this.endpoint.loadSession();if(!this.templateId){console.log("[SETTINGS] Missing required template ID ".concat(this.templateId));return[2]}if(!this.endpoint.session){console.log("[SETTINGS] Unable to start builder session, must be authenticated");return[2]}this.listenToTemplate()}catch(n){console.log("[SETTINGS] Error with preview session",n);(e=this.sdkError)===null||e===void 0?void 0:e.emit(new T(n.message,(t=n.response)===null||t===void 0?void 0:t.status,(i=n.response)===null||i===void 0?void 0:i.data))}return[2]}))}))};e.prototype.handleCancel=function(){var e;(e=this.exit)===null||e===void 0?void 0:e.emit()};e.prototype.handleSubmit=function(){var e=this;y(this.endpoint,this.templateId,{name:this.name,visibility:this.visibility,sender:this.sender,initial_reminder:this.sendReminders?this.initialReminder*Fi:null,followup_reminders:this.sendReminders?this.followupReminders*Fi:null}).then((function(t){var i,n;console.log("[SETTINGS] Template Updated",t);e.dirty=false;e.name=t.name;e.visibility=t.visibility;e.sender=t.sender;e.sendReminders=t.initial_reminder!==null;e.initialReminder=t.initial_reminder?Math.floor(t.initial_reminder/Fi):null;e.followupReminders=t.followup_reminders?Math.floor(t.followup_reminders/Fi):null;(i=e.templateUpdated)===null||i===void 0?void 0:i.emit({endpoint:e.endpoint,template:t,event:"update"});(n=e.next)===null||n===void 0?void 0:n.emit()})).catch((function(t){var i,n,r,o,s;console.log("[SETTINGS] Error updating template",t);(i=e.sdkError)===null||i===void 0?void 0:i.emit(new T(t.message,(n=t.response)===null||n===void 0?void 0:n.status,(r=t.response)===null||r===void 0?void 0:r.data));O(((s=(o=t.response)===null||o===void 0?void 0:o.data)===null||s===void 0?void 0:s.error)||"Error updating template, please try again later.")}))};e.prototype.render=function(){var e=this;if(!this.endpoint.session){return n(r,null,n("verdocs-component-error",{message:"You must be authenticated to use this module."}))}if(this.loading||!this.template){return n(r,{class:"loading"},n("verdocs-loader",null))}return n(r,null,n("form",{onSubmit:function(e){return e.preventDefault()},onClick:function(e){return e.stopPropagation()},autocomplete:"off"},n("h5",null,"Settings"),n("div",{class:"row"},n("verdocs-text-input",{id:"verdocs-field-name",label:"Template Name",value:this.name,autocomplete:"off",placeholder:"Template Name...",onInput:function(t){e.name=t.target.value;e.dirty=true}})),n("div",{class:"row"},n("verdocs-select-input",{label:"Visibility",value:this.visibility,onInput:function(t){e.visibility=t.target.value;e.dirty=true},options:[{value:"private",label:"Private"},{value:"shared",label:"Shared"},{value:"public",label:"Public"}]})),n("div",{class:"row"},n("verdocs-select-input",{label:"Owner for envelopes created from this template",value:this.sender,onInput:function(t){e.sender=t.target.value;e.dirty=true},options:[{value:"envelope_creator",label:"Envelope Creator"},{value:"template_owner",label:"Template Owner"}]})),n("div",{class:"row"},n("label",null,"Send Reminders"),n("verdocs-switch",{checked:this.sendReminders,onCheckedChange:function(t){return e.sendReminders=t.detail}})),this.sendReminders&&n("div",{class:"row"},n("verdocs-text-input",{id:"verdocs-field-name",label:"First Reminder (days)",value:String(this.initialReminder||0),autocomplete:"off",placeholder:"Delay in days...",onInput:function(t){e.initialReminder=+t.target.value;e.dirty=true}})),this.sendReminders&&n("div",{class:"row"},n("verdocs-text-input",{id:"verdocs-field-name",label:"Follow-up Reminders (days)",value:String(this.followupReminders||0),autocomplete:"off",placeholder:"Delay in days...",onInput:function(t){e.followupReminders=+t.target.value;e.dirty=true}})),n("div",{class:"buttons"},n("verdocs-button",{variant:"outline",label:"Cancel",size:"small",onClick:function(){return e.handleCancel()}}),n("verdocs-button",{label:"Save",size:"small",onClick:function(){return e.handleSubmit()},disabled:!this.dirty}))))};Object.defineProperty(e.prototype,"el",{get:function(){return s(this)},enumerable:false,configurable:true});return e}());Gi.style=Qi}}}));
8
+ //# sourceMappingURL=p-932934f5.system.entry.js.map