@verdocs/web-sdk 1.16.5 → 2.0.0

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 (200) hide show
  1. package/dist/cjs/{TemplateStore-50096591.js → TemplateStore-cd05c035.js} +1 -1
  2. package/dist/cjs/{VerdocsEndpoint-9aec53cd.js → VerdocsEndpoint-2ff96f90.js} +25 -0
  3. package/dist/cjs/ipc-test.cjs.entry.js +2 -2
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/{popper-9def2535.js → popper-d7adcfc6.js} +6 -12
  6. package/dist/cjs/verdocs-activity-box.cjs.entry.js +1 -1
  7. package/dist/cjs/verdocs-auth.cjs.entry.js +71 -15
  8. package/dist/cjs/verdocs-build.cjs.entry.js +2 -2
  9. package/dist/cjs/{verdocs-button-panel_3.cjs.entry.js → verdocs-button-panel_2.cjs.entry.js} +3 -20
  10. package/dist/cjs/{verdocs-checkbox_4.cjs.entry.js → verdocs-checkbox_5.cjs.entry.js} +21 -3
  11. package/dist/cjs/verdocs-contact-picker.cjs.entry.js +1 -1
  12. package/dist/cjs/verdocs-dropdown.cjs.entry.js +1 -1
  13. package/dist/cjs/verdocs-envelope-document-page.cjs.entry.js +1 -1
  14. package/dist/cjs/verdocs-envelope-recipient-summary.cjs.entry.js +1 -1
  15. package/dist/cjs/verdocs-envelope-sidebar.cjs.entry.js +1 -1
  16. package/dist/cjs/verdocs-envelopes-list.cjs.entry.js +1 -1
  17. package/dist/cjs/verdocs-field-textarea.cjs.entry.js +1 -1
  18. package/dist/cjs/verdocs-field-textbox.cjs.entry.js +1 -1
  19. package/dist/cjs/verdocs-file-chooser_2.cjs.entry.js +1 -1
  20. package/dist/cjs/verdocs-pagination_3.cjs.entry.js +1 -1
  21. package/dist/cjs/verdocs-preview.cjs.entry.js +2 -2
  22. package/dist/cjs/verdocs-quick-functions_3.cjs.entry.js +1 -1
  23. package/dist/cjs/verdocs-search.cjs.entry.js +1 -1
  24. package/dist/cjs/verdocs-send.cjs.entry.js +2 -2
  25. package/dist/cjs/verdocs-sign.cjs.entry.js +1 -1
  26. package/dist/cjs/verdocs-status-indicator.cjs.entry.js +89 -82
  27. package/dist/cjs/verdocs-template-attachments_2.cjs.entry.js +2 -2
  28. package/dist/cjs/verdocs-template-document-page_2.cjs.entry.js +2 -2
  29. package/dist/cjs/verdocs-template-fields_4.cjs.entry.js +2 -2
  30. package/dist/cjs/verdocs-template-name.cjs.entry.js +2 -2
  31. package/dist/cjs/verdocs-template-reminders.cjs.entry.js +2 -2
  32. package/dist/cjs/verdocs-template-star.cjs.entry.js +1 -1
  33. package/dist/cjs/verdocs-template-visibility.cjs.entry.js +2 -2
  34. package/dist/cjs/verdocs-templates-list.cjs.entry.js +1 -1
  35. package/dist/cjs/verdocs-view.cjs.entry.js +1 -1
  36. package/dist/cjs/verdocs-web-sdk.cjs.js +1 -1
  37. package/dist/collection/components/controls/verdocs-text-input/verdocs-text-input.css +5 -0
  38. package/dist/collection/components/controls/verdocs-text-input/verdocs-text-input.js +20 -1
  39. package/dist/collection/components/embeds/verdocs-auth/verdocs-auth.js +62 -14
  40. package/dist/components/VerdocsEndpoint.js +25 -0
  41. package/dist/components/popper.js +6 -12
  42. package/dist/components/verdocs-auth.js +79 -17
  43. package/dist/components/verdocs-status-indicator2.js +88 -81
  44. package/dist/components/verdocs-text-input2.js +5 -3
  45. package/dist/custom-elements.json +1894 -0
  46. package/dist/docs.json +24 -13
  47. package/dist/esm/{TemplateStore-bc248c04.js → TemplateStore-dcfb68c3.js} +1 -1
  48. package/dist/esm/{VerdocsEndpoint-f65843b9.js → VerdocsEndpoint-e447b318.js} +25 -0
  49. package/dist/esm/ipc-test.entry.js +2 -2
  50. package/dist/esm/loader.js +1 -1
  51. package/dist/esm/{popper-bfa25c7f.js → popper-15e448b4.js} +6 -12
  52. package/dist/esm/verdocs-activity-box.entry.js +1 -1
  53. package/dist/esm/verdocs-auth.entry.js +71 -15
  54. package/dist/esm/verdocs-build.entry.js +2 -2
  55. package/dist/esm/{verdocs-button-panel_3.entry.js → verdocs-button-panel_2.entry.js} +4 -20
  56. package/dist/esm/{verdocs-checkbox_4.entry.js → verdocs-checkbox_5.entry.js} +21 -4
  57. package/dist/esm/verdocs-contact-picker.entry.js +1 -1
  58. package/dist/esm/verdocs-dropdown.entry.js +1 -1
  59. package/dist/esm/verdocs-envelope-document-page.entry.js +1 -1
  60. package/dist/esm/verdocs-envelope-recipient-summary.entry.js +1 -1
  61. package/dist/esm/verdocs-envelope-sidebar.entry.js +1 -1
  62. package/dist/esm/verdocs-envelopes-list.entry.js +1 -1
  63. package/dist/esm/verdocs-field-textarea.entry.js +1 -1
  64. package/dist/esm/verdocs-field-textbox.entry.js +1 -1
  65. package/dist/esm/verdocs-file-chooser_2.entry.js +1 -1
  66. package/dist/esm/verdocs-pagination_3.entry.js +1 -1
  67. package/dist/esm/verdocs-preview.entry.js +2 -2
  68. package/dist/esm/verdocs-quick-functions_3.entry.js +1 -1
  69. package/dist/esm/verdocs-search.entry.js +1 -1
  70. package/dist/esm/verdocs-send.entry.js +2 -2
  71. package/dist/esm/verdocs-sign.entry.js +1 -1
  72. package/dist/esm/verdocs-status-indicator.entry.js +89 -82
  73. package/dist/esm/verdocs-template-attachments_2.entry.js +2 -2
  74. package/dist/esm/verdocs-template-document-page_2.entry.js +2 -2
  75. package/dist/esm/verdocs-template-fields_4.entry.js +2 -2
  76. package/dist/esm/verdocs-template-name.entry.js +2 -2
  77. package/dist/esm/verdocs-template-reminders.entry.js +2 -2
  78. package/dist/esm/verdocs-template-star.entry.js +1 -1
  79. package/dist/esm/verdocs-template-visibility.entry.js +2 -2
  80. package/dist/esm/verdocs-templates-list.entry.js +1 -1
  81. package/dist/esm/verdocs-view.entry.js +1 -1
  82. package/dist/esm/verdocs-web-sdk.js +1 -1
  83. package/dist/esm-es5/{TemplateStore-bc248c04.js → TemplateStore-dcfb68c3.js} +1 -1
  84. package/dist/esm-es5/{VerdocsEndpoint-f65843b9.js → VerdocsEndpoint-e447b318.js} +1 -1
  85. package/dist/esm-es5/ipc-test.entry.js +1 -1
  86. package/dist/esm-es5/loader.js +1 -1
  87. package/dist/esm-es5/verdocs-activity-box.entry.js +1 -1
  88. package/dist/esm-es5/verdocs-auth.entry.js +1 -1
  89. package/dist/esm-es5/verdocs-build.entry.js +1 -1
  90. package/dist/esm-es5/verdocs-button-panel_2.entry.js +1 -0
  91. package/dist/esm-es5/{verdocs-checkbox_4.entry.js → verdocs-checkbox_5.entry.js} +1 -1
  92. package/dist/esm-es5/verdocs-contact-picker.entry.js +1 -1
  93. package/dist/esm-es5/verdocs-dropdown.entry.js +1 -1
  94. package/dist/esm-es5/verdocs-envelope-document-page.entry.js +1 -1
  95. package/dist/esm-es5/verdocs-envelope-recipient-summary.entry.js +1 -1
  96. package/dist/esm-es5/verdocs-envelope-sidebar.entry.js +1 -1
  97. package/dist/esm-es5/verdocs-envelopes-list.entry.js +1 -1
  98. package/dist/esm-es5/verdocs-field-textarea.entry.js +1 -1
  99. package/dist/esm-es5/verdocs-field-textbox.entry.js +1 -1
  100. package/dist/esm-es5/verdocs-file-chooser_2.entry.js +1 -1
  101. package/dist/esm-es5/verdocs-pagination_3.entry.js +1 -1
  102. package/dist/esm-es5/verdocs-preview.entry.js +1 -1
  103. package/dist/esm-es5/verdocs-quick-functions_3.entry.js +1 -1
  104. package/dist/esm-es5/verdocs-search.entry.js +1 -1
  105. package/dist/esm-es5/verdocs-send.entry.js +1 -1
  106. package/dist/esm-es5/verdocs-sign.entry.js +1 -1
  107. package/dist/esm-es5/verdocs-status-indicator.entry.js +1 -1
  108. package/dist/esm-es5/verdocs-template-attachments_2.entry.js +1 -1
  109. package/dist/esm-es5/verdocs-template-document-page_2.entry.js +1 -1
  110. package/dist/esm-es5/verdocs-template-fields_4.entry.js +1 -1
  111. package/dist/esm-es5/verdocs-template-name.entry.js +1 -1
  112. package/dist/esm-es5/verdocs-template-reminders.entry.js +1 -1
  113. package/dist/esm-es5/verdocs-template-star.entry.js +1 -1
  114. package/dist/esm-es5/verdocs-template-visibility.entry.js +1 -1
  115. package/dist/esm-es5/verdocs-templates-list.entry.js +1 -1
  116. package/dist/esm-es5/verdocs-view.entry.js +1 -1
  117. package/dist/esm-es5/verdocs-web-sdk.js +1 -1
  118. package/dist/types/components/controls/verdocs-text-input/verdocs-text-input.d.ts +4 -0
  119. package/dist/types/components/embeds/verdocs-auth/verdocs-auth.d.ts +7 -1
  120. package/dist/types/components.d.ts +8 -0
  121. package/dist/verdocs-web-sdk/{p-0dec6856.entry.js → p-006dd4da.entry.js} +1 -1
  122. package/dist/verdocs-web-sdk/{p-1ea3fe3d.entry.js → p-0378a336.entry.js} +1 -1
  123. package/dist/verdocs-web-sdk/{p-93a1f0c7.entry.js → p-0527ab90.entry.js} +1 -1
  124. package/dist/verdocs-web-sdk/{p-7f78860a.system.entry.js → p-065babe0.system.entry.js} +1 -1
  125. package/dist/verdocs-web-sdk/{p-004ec0ae.entry.js → p-0df85bd4.entry.js} +1 -1
  126. package/dist/verdocs-web-sdk/{p-3ad53326.system.entry.js → p-118a14fe.system.entry.js} +1 -1
  127. package/dist/verdocs-web-sdk/p-189606f5.entry.js +1 -0
  128. package/dist/verdocs-web-sdk/{p-592f4249.entry.js → p-1ade993c.entry.js} +1 -1
  129. package/dist/verdocs-web-sdk/{p-2f20c091.entry.js → p-1f592fb0.entry.js} +1 -1
  130. package/dist/verdocs-web-sdk/p-223e5517.entry.js +1 -0
  131. package/dist/verdocs-web-sdk/{p-3add7514.system.entry.js → p-25fdc669.system.entry.js} +1 -1
  132. package/dist/verdocs-web-sdk/{p-8c8e0f2b.system.entry.js → p-26417803.system.entry.js} +1 -1
  133. package/dist/verdocs-web-sdk/{p-3422705a.entry.js → p-268fe01c.entry.js} +1 -1
  134. package/dist/verdocs-web-sdk/{p-4cc14862.entry.js → p-2a130b90.entry.js} +1 -1
  135. package/dist/verdocs-web-sdk/{p-f03d1e3b.entry.js → p-2b404e29.entry.js} +1 -1
  136. package/dist/verdocs-web-sdk/{p-3443e511.system.entry.js → p-2b7b500b.system.entry.js} +1 -1
  137. package/dist/verdocs-web-sdk/p-36d42438.entry.js +1 -0
  138. package/dist/verdocs-web-sdk/{p-80149a45.entry.js → p-3e9c4c8a.entry.js} +1 -1
  139. package/dist/verdocs-web-sdk/{p-ad4d8802.system.entry.js → p-434dd9d9.system.entry.js} +1 -1
  140. package/dist/verdocs-web-sdk/p-52300880.system.entry.js +1 -0
  141. package/dist/verdocs-web-sdk/{p-98bd4b4f.entry.js → p-5255e6f7.entry.js} +1 -1
  142. package/dist/verdocs-web-sdk/{p-70812806.system.entry.js → p-57e55966.system.entry.js} +1 -1
  143. package/dist/verdocs-web-sdk/{p-9a582e91.entry.js → p-59e55e05.entry.js} +1 -1
  144. package/dist/verdocs-web-sdk/{p-92a36e56.system.entry.js → p-5fd70b07.system.entry.js} +1 -1
  145. package/dist/verdocs-web-sdk/p-647cdb84.system.js +1 -1
  146. package/dist/verdocs-web-sdk/{p-c1c252b5.system.entry.js → p-6995a8d8.system.entry.js} +1 -1
  147. package/dist/verdocs-web-sdk/{p-e54ac802.system.entry.js → p-6a67a872.system.entry.js} +1 -1
  148. package/dist/verdocs-web-sdk/{p-2985bb3e.system.entry.js → p-6c60927e.system.entry.js} +1 -1
  149. package/dist/verdocs-web-sdk/{p-df1b0ed6.system.entry.js → p-787289cc.system.entry.js} +1 -1
  150. package/dist/verdocs-web-sdk/{p-84ed9bf2.system.entry.js → p-78b7499c.system.entry.js} +1 -1
  151. package/dist/verdocs-web-sdk/{p-1d2c9b8a.system.entry.js → p-80ead6ca.system.entry.js} +1 -1
  152. package/dist/verdocs-web-sdk/{p-282e1d70.entry.js → p-81bfb9ee.entry.js} +1 -1
  153. package/dist/verdocs-web-sdk/{p-a3698582.system.entry.js → p-87232ec1.system.entry.js} +1 -1
  154. package/dist/verdocs-web-sdk/{p-f2dfb0c4.entry.js → p-899f9d42.entry.js} +1 -1
  155. package/dist/verdocs-web-sdk/{p-45cda07e.entry.js → p-9044fd88.entry.js} +1 -1
  156. package/dist/verdocs-web-sdk/{p-0bc0e0e1.system.entry.js → p-90565aa6.system.entry.js} +1 -1
  157. package/dist/verdocs-web-sdk/{p-3c889a0a.entry.js → p-90a11750.entry.js} +1 -1
  158. package/dist/verdocs-web-sdk/{p-7589ac5e.system.entry.js → p-9488e048.system.entry.js} +1 -1
  159. package/dist/verdocs-web-sdk/{p-b78a0d6a.system.entry.js → p-9c25c1d4.system.entry.js} +1 -1
  160. package/dist/verdocs-web-sdk/{p-d8f1b3af.system.js → p-a4129b09.system.js} +1 -1
  161. package/dist/verdocs-web-sdk/p-a8cf70dd.entry.js +1 -0
  162. package/dist/verdocs-web-sdk/{p-d0910a5d.entry.js → p-a8eb011c.entry.js} +1 -1
  163. package/dist/verdocs-web-sdk/{p-818941f3.system.entry.js → p-abfb25bc.system.entry.js} +1 -1
  164. package/dist/verdocs-web-sdk/{p-fd40e5ab.system.entry.js → p-ac58a89b.system.entry.js} +1 -1
  165. package/dist/verdocs-web-sdk/{p-ce0362cd.system.entry.js → p-b42c686d.system.entry.js} +1 -1
  166. package/dist/verdocs-web-sdk/{p-6d442326.system.entry.js → p-b49887e6.system.entry.js} +1 -1
  167. package/dist/verdocs-web-sdk/{p-79ddf1a7.entry.js → p-b7b48889.entry.js} +1 -1
  168. package/dist/verdocs-web-sdk/{p-5fcd1f65.system.entry.js → p-b8036fd4.system.entry.js} +1 -1
  169. package/dist/verdocs-web-sdk/{p-e72313cc.entry.js → p-bdea2ff9.entry.js} +1 -1
  170. package/dist/verdocs-web-sdk/{p-b0ec1235.entry.js → p-be8ff081.entry.js} +1 -1
  171. package/dist/verdocs-web-sdk/{p-23046e75.system.entry.js → p-c0e4c58b.system.entry.js} +1 -1
  172. package/dist/verdocs-web-sdk/{p-86652c3f.system.entry.js → p-c212eac2.system.entry.js} +1 -1
  173. package/dist/verdocs-web-sdk/{p-2a1f413b.system.entry.js → p-c2eb64ad.system.entry.js} +1 -1
  174. package/dist/verdocs-web-sdk/{p-8ff6e046.entry.js → p-c7cebd38.entry.js} +1 -1
  175. package/dist/verdocs-web-sdk/{p-004e9c9b.entry.js → p-c893c9e3.entry.js} +1 -1
  176. package/dist/verdocs-web-sdk/{p-e591fe98.entry.js → p-c8a1de2c.entry.js} +1 -1
  177. package/dist/verdocs-web-sdk/{p-d240bf31.entry.js → p-d278b481.entry.js} +1 -1
  178. package/dist/verdocs-web-sdk/{p-50b62a6f.entry.js → p-d3f3c09a.entry.js} +1 -1
  179. package/dist/verdocs-web-sdk/{p-9a8d5562.entry.js → p-d583e91b.entry.js} +1 -1
  180. package/dist/verdocs-web-sdk/{p-3fa63a12.system.js → p-d808a494.system.js} +1 -1
  181. package/dist/verdocs-web-sdk/{p-69462ccd.js → p-e06d9588.js} +1 -1
  182. package/dist/verdocs-web-sdk/p-e4b3e134.system.entry.js +1 -0
  183. package/dist/verdocs-web-sdk/{p-1071b04a.system.entry.js → p-e63f1a46.system.entry.js} +1 -1
  184. package/dist/verdocs-web-sdk/{p-7f8a8798.system.entry.js → p-e9c00342.system.entry.js} +1 -1
  185. package/dist/verdocs-web-sdk/{p-130f3a72.entry.js → p-ea5cec2d.entry.js} +1 -1
  186. package/dist/verdocs-web-sdk/p-eddc727f.system.entry.js +1 -0
  187. package/dist/verdocs-web-sdk/{p-2526d836.js → p-ee6f2dd3.js} +1 -1
  188. package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
  189. package/package.json +8 -8
  190. package/dist/esm-es5/verdocs-button-panel_3.entry.js +0 -1
  191. package/dist/verdocs-web-sdk/p-32eed336.entry.js +0 -1
  192. package/dist/verdocs-web-sdk/p-4ab54e29.entry.js +0 -1
  193. package/dist/verdocs-web-sdk/p-4ed347fe.system.entry.js +0 -1
  194. package/dist/verdocs-web-sdk/p-6d6b57c4.system.entry.js +0 -1
  195. package/dist/verdocs-web-sdk/p-d5c75638.system.entry.js +0 -1
  196. package/dist/verdocs-web-sdk/p-e0005281.entry.js +0 -1
  197. package/dist/verdocs-web-sdk/p-fcf2a8ed.entry.js +0 -1
  198. /package/dist/esm-es5/{popper-bfa25c7f.js → popper-15e448b4.js} +0 -0
  199. /package/dist/verdocs-web-sdk/{p-9d707f6e.js → p-7c0dcd00.js} +0 -0
  200. /package/dist/verdocs-web-sdk/{p-5e0c6e7c.system.js → p-9a5ff58c.system.js} +0 -0
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-1d5fc518.js');
6
6
  const Primitives = require('./Primitives-be5088cb.js');
7
7
  const utils = require('./utils-ce815868.js');
8
- const popper = require('./popper-9def2535.js');
8
+ const popper = require('./popper-d7adcfc6.js');
9
9
  require('./_commonjsHelpers-0c557e26.js');
10
10
  require('./Envelopes-dba86ae4.js');
11
11
  require('./Types-f89f9116.js');
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
8
  const utils = require('./utils-ce815868.js');
9
- const TemplateStore = require('./TemplateStore-50096591.js');
9
+ const TemplateStore = require('./TemplateStore-cd05c035.js');
10
10
  const errors = require('./errors-0396da3d.js');
11
11
  require('./_commonjsHelpers-0c557e26.js');
12
12
  require('./Envelopes-dba86ae4.js');
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
8
  const Templates = require('./Templates-6fb62dcd.js');
9
9
 
10
10
  /**
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
8
 
9
9
  const verdocsSearchCss = "verdocs-search{font-family:\"Inter\", -apple-system, \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", sans-serif;display:-ms-flexbox;display:flex;background-color:#1e2031}verdocs-search search-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:20px 10px}verdocs-search .boxes{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:20px 0}verdocs-search search-recent,verdocs-search search-saved,verdocs-search search-quick-functions,verdocs-search search-starred{display:-ms-flexbox;display:flex;margin:0 20px 20px 0}";
10
10
 
@@ -4,10 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
8
  const Validators = require('./Validators-16e6d7d1.js');
9
9
  const Colors = require('./Colors-e809dcc9.js');
10
- const TemplateStore = require('./TemplateStore-50096591.js');
10
+ const TemplateStore = require('./TemplateStore-cd05c035.js');
11
11
  const utils = require('./utils-ce815868.js');
12
12
  const errors = require('./errors-0396da3d.js');
13
13
  require('./index-f664e4d0.js');
@@ -6,7 +6,7 @@ const index = require('./index-1d5fc518.js');
6
6
  const Envelopes = require('./Envelopes-dba86ae4.js');
7
7
  const Types$1 = require('./Types-f89f9116.js');
8
8
  const Recipients = require('./Recipients-f3d6cf10.js');
9
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
9
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
10
10
  const Validators = require('./Validators-16e6d7d1.js');
11
11
  const Primitives = require('./Primitives-be5088cb.js');
12
12
  const utils = require('./utils-ce815868.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
- const popper = require('./popper-9def2535.js');
6
+ const popper = require('./popper-d7adcfc6.js');
7
7
 
8
8
  const methods$1 = {};
9
9
  const names = [];
@@ -100,10 +100,10 @@ function proportionalSize(element, width, height, box) {
100
100
  height: height
101
101
  };
102
102
  }
103
- /**
104
- * This function adds support for string origins.
105
- * It searches for an origin in o.origin o.ox and o.originX.
106
- * This way, origin: {x: 'center', y: 50} can be passed as well as ox: 'center', oy: 50
103
+ /**
104
+ * This function adds support for string origins.
105
+ * It searches for an origin in o.origin o.ox and o.originX.
106
+ * This way, origin: {x: 'center', y: 50} can be passed as well as ox: 'center', oy: 50
107
107
  **/
108
108
 
109
109
  function getOrigin(o, element) {
@@ -190,7 +190,7 @@ function makeInstance(element, isHTML = false) {
190
190
  wrapper.innerHTML = element; // We can use firstChild here because we know,
191
191
  // that the first char is < and thus an element
192
192
 
193
- element = adopter(wrapper.firstChild); // make sure, that element doesnt have its wrapper attached
193
+ element = adopter(wrapper.firstChild); // make sure, that element doesn't have its wrapper attached
194
194
 
195
195
  wrapper.removeChild(wrapper.firstChild);
196
196
  return element;
@@ -661,8 +661,8 @@ class Color {
661
661
  static isRgb(color) {
662
662
  return color && typeof color.r === 'number' && typeof color.g === 'number' && typeof color.b === 'number';
663
663
  }
664
- /*
665
- Generating random colors
664
+ /*
665
+ Generating random colors
666
666
  */
667
667
 
668
668
 
@@ -904,8 +904,8 @@ class Color {
904
904
  const color = new Color(l, c, h, 'lch');
905
905
  return color;
906
906
  }
907
- /*
908
- Conversion Methods
907
+ /*
908
+ Conversion Methods
909
909
  */
910
910
 
911
911
 
@@ -1065,8 +1065,8 @@ class Color {
1065
1065
  const color = new Color(x, y, z, 'xyz');
1066
1066
  return color;
1067
1067
  }
1068
- /*
1069
- Input and Output methods
1068
+ /*
1069
+ Input and Output methods
1070
1070
  */
1071
1071
 
1072
1072
 
@@ -1086,8 +1086,8 @@ class Color {
1086
1086
 
1087
1087
  return [_a, _b, _c].map(format);
1088
1088
  }
1089
- /*
1090
- Constructing colors
1089
+ /*
1090
+ Constructing colors
1091
1091
  */
1092
1092
 
1093
1093
 
@@ -1152,7 +1152,7 @@ class Point {
1152
1152
 
1153
1153
  }
1154
1154
  function point(x, y) {
1155
- return new Point(x, y).transform(this.screenCTM().inverse());
1155
+ return new Point(x, y).transformO(this.screenCTM().inverseO());
1156
1156
  }
1157
1157
 
1158
1158
  function closeEnough(a, b, threshold) {
@@ -1177,7 +1177,7 @@ class Matrix {
1177
1177
  const theta = o.rotate || o.theta || 0;
1178
1178
  const origin = new Point(o.origin || o.around || o.ox || o.originX, o.oy || o.originY);
1179
1179
  const ox = origin.x;
1180
- const oy = origin.y; // We need Point to be invalid if nothing was passed because we cannot default to 0 here. Thats why NaN
1180
+ const oy = origin.y; // We need Point to be invalid if nothing was passed because we cannot default to 0 here. That is why NaN
1181
1181
 
1182
1182
  const position = new Point(o.position || o.px || o.positionX || NaN, o.py || o.positionY || NaN);
1183
1183
  const px = position.x;
@@ -1542,7 +1542,7 @@ class Matrix {
1542
1542
 
1543
1543
  if (isFinite(t.px) || isFinite(t.py)) {
1544
1544
  const origin = new Point(ox, oy).transform(transformer); // TODO: Replace t.px with isFinite(t.px)
1545
- // Doesnt work because t.px is also 0 if it wasnt passed
1545
+ // Doesn't work because t.px is also 0 if it wasn't passed
1546
1546
 
1547
1547
  const dx = isFinite(t.px) ? t.px - origin.x : 0;
1548
1548
  const dy = isFinite(t.py) ? t.py - origin.y : 0;
@@ -1581,9 +1581,9 @@ function ctm() {
1581
1581
  return new Matrix(this.node.getCTM());
1582
1582
  }
1583
1583
  function screenCTM() {
1584
- /* https://bugzilla.mozilla.org/show_bug.cgi?id=1344537
1585
- This is needed because FF does not return the transformation matrix
1586
- for the inner coordinate system when getScreenCTM() is called on nested svgs.
1584
+ /* https://bugzilla.mozilla.org/show_bug.cgi?id=1344537
1585
+ This is needed because FF does not return the transformation matrix
1586
+ for the inner coordinate system when getScreenCTM() is called on nested svgs.
1587
1587
  However all other Browsers do that */
1588
1588
  if (typeof this.isRoot === 'function' && !this.isRoot()) {
1589
1589
  const rect = this.rect(1, 1);
@@ -1783,7 +1783,7 @@ registerMethods({
1783
1783
  // that means, their clientRect is always as big as the content.
1784
1784
  // Furthermore this size is incorrect if the element is further transformed by its parents
1785
1785
  // computedStyle: Only returns meaningful values if css was used with px. We dont go this route here!
1786
- // getBBox: returns the bounding box of its content - that doesnt help!
1786
+ // getBBox: returns the bounding box of its content - that doesn't help!
1787
1787
  let {
1788
1788
  width,
1789
1789
  height
@@ -2348,11 +2348,18 @@ class Dom extends EventTarget {
2348
2348
  } // Clone element
2349
2349
 
2350
2350
 
2351
- clone(deep = true) {
2351
+ clone(deep = true, assignNewIds = true) {
2352
2352
  // write dom data to the dom so the clone can pickup the data
2353
- this.writeDataToDom(); // clone element and assign new id
2353
+ this.writeDataToDom(); // clone element
2354
2354
 
2355
- return new this.constructor(assignNewId(this.node.cloneNode(deep)));
2355
+ let nodeClone = this.node.cloneNode(deep);
2356
+
2357
+ if (assignNewIds) {
2358
+ // assign new id
2359
+ nodeClone = assignNewId(nodeClone);
2360
+ }
2361
+
2362
+ return new this.constructor(nodeClone);
2356
2363
  } // Iterates over all children and invokes a given block
2357
2364
 
2358
2365
 
@@ -2437,7 +2444,7 @@ class Dom extends EventTarget {
2437
2444
  if (!parent.node.parentNode) return null; // get parent element
2438
2445
 
2439
2446
  parent = adopt(parent.node.parentNode);
2440
- if (!type) return parent; // loop trough ancestors if type is given
2447
+ if (!type) return parent; // loop through ancestors if type is given
2441
2448
 
2442
2449
  do {
2443
2450
  if (typeof type === 'string' ? parent.matches(type) : parent instanceof type) return parent;
@@ -3161,7 +3168,7 @@ class Gradient extends Container {
3161
3168
  }
3162
3169
 
3163
3170
  targets() {
3164
- return baseFind('svg [fill*="' + this.id() + '"]');
3171
+ return baseFind('svg [fill*=' + this.id() + ']');
3165
3172
  } // Alias string conversion to fill
3166
3173
 
3167
3174
 
@@ -3183,7 +3190,7 @@ class Gradient extends Container {
3183
3190
 
3184
3191
 
3185
3192
  url() {
3186
- return 'url("#' + this.id() + '")';
3193
+ return 'url(#' + this.id() + ')';
3187
3194
  }
3188
3195
 
3189
3196
  }
@@ -3222,7 +3229,7 @@ class Pattern extends Container {
3222
3229
  }
3223
3230
 
3224
3231
  targets() {
3225
- return baseFind('svg [fill*="' + this.id() + '"]');
3232
+ return baseFind('svg [fill*=' + this.id() + ']');
3226
3233
  } // Alias string conversion to fill
3227
3234
 
3228
3235
 
@@ -3244,7 +3251,7 @@ class Pattern extends Container {
3244
3251
 
3245
3252
 
3246
3253
  url() {
3247
- return 'url("#' + this.id() + '")';
3254
+ return 'url(#' + this.id() + ')';
3248
3255
  }
3249
3256
 
3250
3257
  }
@@ -3599,10 +3606,10 @@ registerMethods({
3599
3606
  });
3600
3607
  register(Marker, 'Marker');
3601
3608
 
3602
- /***
3603
- Base Class
3604
- ==========
3605
- The base stepper class that will be
3609
+ /***
3610
+ Base Class
3611
+ ==========
3612
+ The base stepper class that will be
3606
3613
  ***/
3607
3614
 
3608
3615
  function makeSetterGetter(k, f) {
@@ -3695,9 +3702,9 @@ class Stepper {
3695
3702
  }
3696
3703
 
3697
3704
  }
3698
- /***
3699
- Easing Functions
3700
- ================
3705
+ /***
3706
+ Easing Functions
3707
+ ================
3701
3708
  ***/
3702
3709
 
3703
3710
  class Ease extends Stepper {
@@ -3715,9 +3722,9 @@ class Ease extends Stepper {
3715
3722
  }
3716
3723
 
3717
3724
  }
3718
- /***
3719
- Controller Types
3720
- ================
3725
+ /***
3726
+ Controller Types
3727
+ ================
3721
3728
  ***/
3722
3729
 
3723
3730
  class Controller extends Stepper {
@@ -5038,15 +5045,15 @@ class Timeline extends EventTarget {
5038
5045
 
5039
5046
  this._lastStepTime = this._time;
5040
5047
  this.fire('time', this._time); // This is for the case that the timeline was seeked so that the time
5041
- // is now before the startTime of the runner. Thats why we need to set
5048
+ // is now before the startTime of the runner. That is why we need to set
5042
5049
  // the runner to position 0
5043
5050
  // FIXME:
5044
- // However, reseting in insertion order leads to bugs. Considering the case,
5051
+ // However, resetting in insertion order leads to bugs. Considering the case,
5045
5052
  // where 2 runners change the same attribute but in different times,
5046
- // reseting both of them will lead to the case where the later defined
5053
+ // resetting both of them will lead to the case where the later defined
5047
5054
  // runner always wins the reset even if the other runner started earlier
5048
5055
  // and therefore should win the attribute battle
5049
- // this can be solved by reseting them backwards
5056
+ // this can be solved by resetting them backwards
5050
5057
 
5051
5058
  for (let k = this._runners.length; k--;) {
5052
5059
  // Get and run the current runner and ignore it if its inactive
@@ -5152,7 +5159,7 @@ class Runner extends EventTarget {
5152
5159
 
5153
5160
  this.enabled = true;
5154
5161
  this._time = 0;
5155
- this._lastTime = 0; // At creation, the runner is in reseted state
5162
+ this._lastTime = 0; // At creation, the runner is in reset state
5156
5163
 
5157
5164
  this._reseted = true; // Save transforms applied to this runner
5158
5165
 
@@ -5165,7 +5172,7 @@ class Runner extends EventTarget {
5165
5172
  this._swing = false;
5166
5173
  this._wait = 0;
5167
5174
  this._times = 1;
5168
- this._frameId = null; // Stores how long a runner is stored after beeing done
5175
+ this._frameId = null; // Stores how long a runner is stored after being done
5169
5176
 
5170
5177
  this._persist = this._isDeclarative ? true : null;
5171
5178
  }
@@ -5203,10 +5210,10 @@ class Runner extends EventTarget {
5203
5210
  this.enabled = enabled;
5204
5211
  return this;
5205
5212
  }
5206
- /*
5207
- Private Methods
5208
- ===============
5209
- Methods that shouldn't be used externally
5213
+ /*
5214
+ Private Methods
5215
+ ===============
5216
+ Methods that shouldn't be used externally
5210
5217
  */
5211
5218
 
5212
5219
 
@@ -5257,11 +5264,11 @@ class Runner extends EventTarget {
5257
5264
  this._stepper = new Ease(fn);
5258
5265
  return this;
5259
5266
  }
5260
- /*
5261
- Runner Definitions
5262
- ==================
5263
- These methods help us define the runtime behaviour of the Runner or they
5264
- help us make new runners from the current runner
5267
+ /*
5268
+ Runner Definitions
5269
+ ==================
5270
+ These methods help us define the runtime behaviour of the Runner or they
5271
+ help us make new runners from the current runner
5265
5272
  */
5266
5273
 
5267
5274
 
@@ -5331,11 +5338,11 @@ class Runner extends EventTarget {
5331
5338
  let position;
5332
5339
 
5333
5340
  if (p == null) {
5334
- /*
5335
- This function converts a time to a position in the range [0, 1]
5336
- The full explanation can be found in this desmos demonstration
5337
- https://www.desmos.com/calculator/u4fbavgche
5338
- The logic is slightly simplified here because we can use booleans
5341
+ /*
5342
+ This function converts a time to a position in the range [0, 1]
5343
+ The full explanation can be found in this desmos demonstration
5344
+ https://www.desmos.com/calculator/u4fbavgche
5345
+ The logic is slightly simplified here because we can use booleans
5339
5346
  */
5340
5347
  // Figure out the value without thinking about the start or end time
5341
5348
  const f = function (x) {
@@ -5367,10 +5374,10 @@ class Runner extends EventTarget {
5367
5374
 
5368
5375
  return this.time(p * this.duration());
5369
5376
  }
5370
- /*
5371
- Basic Functionality
5372
- ===================
5373
- These methods allow us to attach basic functions to the runner directly
5377
+ /*
5378
+ Basic Functionality
5379
+ ===================
5380
+ These methods allow us to attach basic functions to the runner directly
5374
5381
  */
5375
5382
 
5376
5383
 
@@ -5443,7 +5450,7 @@ class Runner extends EventTarget {
5443
5450
 
5444
5451
 
5445
5452
  const declarative = this._isDeclarative;
5446
- this.done = !declarative && !justFinished && this._time >= duration; // Runner is running. So its not in reseted state anymore
5453
+ this.done = !declarative && !justFinished && this._time >= duration; // Runner is running. So its not in reset state anymore
5447
5454
 
5448
5455
  this._reseted = false;
5449
5456
  let converged = false; // Call initialise and the run function
@@ -5456,7 +5463,7 @@ class Runner extends EventTarget {
5456
5463
  converged = this._run(declarative ? dt : position);
5457
5464
  this.fire('step', this);
5458
5465
  } // correct the done flag here
5459
- // declaritive animations itself know when they converged
5466
+ // declarative animations itself know when they converged
5460
5467
 
5461
5468
 
5462
5469
  this.done = this.done || converged && declarative;
@@ -5467,10 +5474,10 @@ class Runner extends EventTarget {
5467
5474
 
5468
5475
  return this;
5469
5476
  }
5470
- /*
5471
- Runner animation methods
5472
- ========================
5473
- Control how the animation plays
5477
+ /*
5478
+ Runner animation methods
5479
+ ========================
5480
+ Control how the animation plays
5474
5481
  */
5475
5482
 
5476
5483
 
@@ -5557,7 +5564,7 @@ class Runner extends EventTarget {
5557
5564
 
5558
5565
  _tryRetarget(method, target, extra) {
5559
5566
  if (this._history[method]) {
5560
- // if the last method wasnt even initialised, throw it away
5567
+ // if the last method wasn't even initialised, throw it away
5561
5568
  if (!this._history[method].caller.initialised) {
5562
5569
  const index = this._queue.indexOf(this._history[method].caller);
5563
5570
 
@@ -5701,7 +5708,7 @@ registerMethods({
5701
5708
 
5702
5709
  // this function searches for all runners on the element and deletes the ones
5703
5710
  // which run before the current one. This is because absolute transformations
5704
- // overwfrite anything anyway so there is no need to waste time computing
5711
+ // overwrite anything anyway so there is no need to waste time computing
5705
5712
  // other runners
5706
5713
  _clearTransformRunnersBefore(currentRunner) {
5707
5714
  this._transformationRunners.clearBefore(currentRunner.id);
@@ -5716,7 +5723,7 @@ registerMethods({
5716
5723
 
5717
5724
  _addRunner(runner) {
5718
5725
  this._transformationRunners.add(runner); // Make sure that the runner merge is executed at the very end of
5719
- // all Animator functions. Thats why we use immediate here to execute
5726
+ // all Animator functions. That is why we use immediate here to execute
5720
5727
  // the merge right after all frames are run
5721
5728
 
5722
5729
 
@@ -5810,8 +5817,8 @@ extend(Runner, {
5810
5817
  return this;
5811
5818
  },
5812
5819
 
5813
- /**
5814
- ** absolute transformations
5820
+ /**
5821
+ ** absolute transformations
5815
5822
  **/
5816
5823
  //
5817
5824
  // M v -----|-----(D M v = F v)------|-----> T v
@@ -5835,7 +5842,7 @@ extend(Runner, {
5835
5842
 
5836
5843
 
5837
5844
  const isMatrix = Matrix.isMatrixLike(transforms);
5838
- affine = transforms.affine != null ? transforms.affine : affine != null ? affine : !isMatrix; // Create a morepher and set its type
5845
+ affine = transforms.affine != null ? transforms.affine : affine != null ? affine : !isMatrix; // Create a morpher and set its type
5839
5846
 
5840
5847
  const morpher = new Morphable(this._stepper).type(affine ? TransformBag : Matrix);
5841
5848
  let origin;
@@ -5949,7 +5956,7 @@ extend(Runner, {
5949
5956
  },
5950
5957
 
5951
5958
  _queueNumberDelta(method, to) {
5952
- to = new SVGNumber(to); // Try to change the target if we have this method already registerd
5959
+ to = new SVGNumber(to); // Try to change the target if we have this method already registered
5953
5960
 
5954
5961
  if (this._tryRetarget(method, to)) return this; // Make a morpher and queue the animation
5955
5962
 
@@ -5972,7 +5979,7 @@ extend(Runner, {
5972
5979
  },
5973
5980
 
5974
5981
  _queueObject(method, to) {
5975
- // Try to change the target if we have this method already registerd
5982
+ // Try to change the target if we have this method already registered
5976
5983
  if (this._tryRetarget(method, to)) return this; // Make a morpher and queue the animation
5977
5984
 
5978
5985
  const morpher = new Morphable(this._stepper).to(to);
@@ -6505,7 +6512,7 @@ class ClipPath extends Container {
6505
6512
  }
6506
6513
 
6507
6514
  targets() {
6508
- return baseFind('svg [clip-path*="' + this.id() + '"]');
6515
+ return baseFind('svg [clip-path*=' + this.id() + ']');
6509
6516
  }
6510
6517
 
6511
6518
  }
@@ -6526,7 +6533,7 @@ registerMethods({
6526
6533
  // use given clip or create a new one
6527
6534
  const clipper = element instanceof ClipPath ? element : this.parent().clip().add(element); // apply mask
6528
6535
 
6529
- return this.attr('clip-path', 'url("#' + clipper.id() + '")');
6536
+ return this.attr('clip-path', 'url(#' + clipper.id() + ')');
6530
6537
  },
6531
6538
 
6532
6539
  // Unclip element
@@ -6734,7 +6741,7 @@ class Mask extends Container {
6734
6741
  }
6735
6742
 
6736
6743
  targets() {
6737
- return baseFind('svg [mask*="' + this.id() + '"]');
6744
+ return baseFind('svg [mask*=' + this.id() + ']');
6738
6745
  }
6739
6746
 
6740
6747
  }
@@ -6754,7 +6761,7 @@ registerMethods({
6754
6761
  // use given mask or create a new one
6755
6762
  const masker = element instanceof Mask ? element : this.parent().mask().add(element); // apply mask
6756
6763
 
6757
- return this.attr('mask', 'url("#' + masker.id() + '")');
6764
+ return this.attr('mask', 'url(#' + masker.id() + ')');
6758
6765
  },
6759
6766
 
6760
6767
  // Unmask element
@@ -6935,7 +6942,7 @@ registerMethods({
6935
6942
  return baseFind('svg textPath').filter(node => {
6936
6943
  return (node.attr('href') || '').includes(this.id());
6937
6944
  }); // Does not work in IE11. Use when IE support is dropped
6938
- // return baseFind('svg textPath[*|href*="' + this.id() + '"]')
6945
+ // return baseFind('svg textPath[*|href*=' + this.id() + ']')
6939
6946
  }
6940
6947
 
6941
6948
  }
@@ -4,10 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
8
  const TemplateDocuments = require('./TemplateDocuments-e2e0e6b7.js');
9
9
  const Icons = require('./Icons-a11fb3fc.js');
10
- const TemplateStore = require('./TemplateStore-50096591.js');
10
+ const TemplateStore = require('./TemplateStore-cd05c035.js');
11
11
  const errors = require('./errors-0396da3d.js');
12
12
  const Templates = require('./Templates-6fb62dcd.js');
13
13
  require('./index-f664e4d0.js');
@@ -4,10 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
8
  const TemplateDocuments = require('./TemplateDocuments-e2e0e6b7.js');
9
9
  const utils = require('./utils-ce815868.js');
10
- const popper = require('./popper-9def2535.js');
10
+ const popper = require('./popper-d7adcfc6.js');
11
11
  require('./_commonjsHelpers-0c557e26.js');
12
12
  require('./Envelopes-dba86ae4.js');
13
13
  require('./Files-4bdc0c0f.js');
@@ -5,11 +5,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-1d5fc518.js');
6
6
  const interact_min = require('./interact.min-ba5cc513.js');
7
7
  require('./Types-f89f9116.js');
8
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
8
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
9
9
  const Fields = require('./Fields-705a2168.js');
10
10
  const Primitives = require('./Primitives-be5088cb.js');
11
11
  const utils = require('./utils-ce815868.js');
12
- const TemplateStore = require('./TemplateStore-50096591.js');
12
+ const TemplateStore = require('./TemplateStore-cd05c035.js');
13
13
  const errors = require('./errors-0396da3d.js');
14
14
  const Colors = require('./Colors-e809dcc9.js');
15
15
  const Templates = require('./Templates-6fb62dcd.js');
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
8
  const Templates = require('./Templates-6fb62dcd.js');
9
- const TemplateStore = require('./TemplateStore-50096591.js');
9
+ const TemplateStore = require('./TemplateStore-cd05c035.js');
10
10
  const errors = require('./errors-0396da3d.js');
11
11
  require('./index-f664e4d0.js');
12
12
 
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
8
- const TemplateStore = require('./TemplateStore-50096591.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
+ const TemplateStore = require('./TemplateStore-cd05c035.js');
9
9
  const errors = require('./errors-0396da3d.js');
10
10
  const Toast = require('./Toast-06880504.js');
11
11
  require('./index-f664e4d0.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
6
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
7
7
  require('./Types-f89f9116.js');
8
8
 
9
9
  /**
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
8
  const Templates = require('./Templates-6fb62dcd.js');
9
- const TemplateStore = require('./TemplateStore-50096591.js');
9
+ const TemplateStore = require('./TemplateStore-cd05c035.js');
10
10
  const errors = require('./errors-0396da3d.js');
11
11
  require('./index-f664e4d0.js');
12
12
 
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$1 = require('./index-1d5fc518.js');
6
6
  require('./Types-f89f9116.js');
7
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
7
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
8
8
  const Templates = require('./Templates-6fb62dcd.js');
9
9
  const Toast = require('./Toast-06880504.js');
10
10
  const errors = require('./errors-0396da3d.js');
@@ -6,7 +6,7 @@ const index = require('./index-1d5fc518.js');
6
6
  const Envelopes = require('./Envelopes-dba86ae4.js');
7
7
  const Permissions = require('./Permissions-1be8039d.js');
8
8
  require('./Types-f89f9116.js');
9
- const VerdocsEndpoint = require('./VerdocsEndpoint-9aec53cd.js');
9
+ const VerdocsEndpoint = require('./VerdocsEndpoint-2ff96f90.js');
10
10
  const Primitives = require('./Primitives-be5088cb.js');
11
11
  const utils = require('./utils-ce815868.js');
12
12
  const errors = require('./errors-0396da3d.js');