@verdocs/web-sdk 1.13.22 → 1.13.25
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.
- package/dist/cjs/Recipients-2b21fdea.js +79 -0
- package/dist/cjs/{TemplateStore-e8039c08.js → TemplateStore-95728963.js} +1 -1
- package/dist/cjs/{VerdocsEndpoint-1b1836af.js → VerdocsEndpoint-f2af9468.js} +37 -18
- package/dist/cjs/ipc-test.cjs.entry.js +2 -2
- package/dist/cjs/{utils-461b1a90.js → utils-12a82a63.js} +1 -1
- package/dist/cjs/verdocs-auth.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-build.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-button-panel_3.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-contact-picker.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-dropdown_2.cjs.entry.js +3 -2
- package/dist/cjs/verdocs-envelope-sidebar.cjs.entry.js +18 -3
- package/dist/cjs/verdocs-field-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-field-date.cjs.entry.js +3 -3
- package/dist/cjs/verdocs-field-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-field-initial.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-field-payment.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-field-radio-button.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-field-signature.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-field-textarea.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-field-textbox.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-field-timestamp.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-file-chooser_2.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-preview.cjs.entry.js +3 -3
- package/dist/cjs/verdocs-quick-functions_3.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-search.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-send.cjs.entry.js +3 -3
- package/dist/cjs/verdocs-sign.cjs.entry.js +12 -129
- package/dist/cjs/verdocs-template-attachments_2.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-template-document-page_2.cjs.entry.js +3 -2
- package/dist/cjs/verdocs-template-fields_4.cjs.entry.js +9 -5
- package/dist/cjs/verdocs-template-name.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-template-properties.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-template-reminders.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-template-visibility.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-view.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +7 -7
- package/dist/collection/components/embeds/verdocs-send/verdocs-send.js +1 -1
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +6 -58
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.stories.js +3 -3
- package/dist/collection/components/{elements → envelopes}/verdocs-envelope-document-page/verdocs-envelope-document-page.js +1 -0
- package/dist/collection/components/{elements → envelopes}/verdocs-envelope-sidebar/verdocs-envelope-sidebar.js +15 -3
- package/dist/collection/components/{elements → envelopes}/verdocs-envelope-sidebar/verdocs-envelope-sidebar.stories.js +1 -1
- package/dist/collection/components/{controls → envelopes}/verdocs-status-indicator/verdocs-status-indicator.stories.js +1 -1
- package/dist/collection/components/fields/verdocs-field-date/verdocs-field-date.js +2 -2
- package/dist/collection/components/fields/verdocs-field-timestamp/verdocs-field-timestamp.js +1 -1
- package/dist/collection/components/{controls → templates}/verdocs-template-card/verdocs-template-card.stories.js +1 -1
- package/dist/collection/components/templates/verdocs-template-document-page/verdocs-template-document-page.js +1 -0
- package/dist/collection/components/templates/verdocs-template-fields/verdocs-template-fields.js +1 -0
- package/dist/collection/components/templates/verdocs-template-role-properties/verdocs-template-role-properties.css +4 -3
- package/dist/collection/components/templates/verdocs-template-role-properties/verdocs-template-role-properties.js +4 -1
- package/dist/collection/components/{controls → templates}/verdocs-template-tags/verdocs-template-tags.stories.js +1 -1
- package/dist/collection/utils/utils.js +1 -1
- package/dist/components/Recipients.js +74 -0
- package/dist/components/VerdocsEndpoint.js +37 -18
- package/dist/components/index.d.ts +7 -7
- package/dist/components/utils.js +1 -1
- package/dist/components/verdocs-envelope-document-page2.js +1 -0
- package/dist/components/verdocs-envelope-sidebar.js +17 -2
- package/dist/components/verdocs-field-date.js +2 -2
- package/dist/components/verdocs-field-timestamp.js +1 -1
- package/dist/components/verdocs-sign.js +7 -123
- package/dist/components/verdocs-template-document-page2.js +1 -0
- package/dist/components/verdocs-template-fields2.js +1 -0
- package/dist/components/verdocs-template-role-properties2.js +5 -2
- package/dist/custom-elements.json +1591 -0
- package/dist/docs.json +8 -8
- package/dist/esm/Recipients-198b2531.js +74 -0
- package/dist/esm/{TemplateStore-5082a055.js → TemplateStore-09fc7336.js} +1 -1
- package/dist/esm/{VerdocsEndpoint-ca592138.js → VerdocsEndpoint-5b92f115.js} +37 -18
- package/dist/esm/ipc-test.entry.js +2 -2
- package/dist/esm/{utils-3c5246f9.js → utils-81958236.js} +1 -1
- package/dist/esm/verdocs-auth.entry.js +1 -1
- package/dist/esm/verdocs-build.entry.js +2 -2
- package/dist/esm/verdocs-button-panel_3.entry.js +2 -2
- package/dist/esm/verdocs-contact-picker.entry.js +1 -1
- package/dist/esm/verdocs-dropdown_2.entry.js +3 -2
- package/dist/esm/verdocs-envelope-sidebar.entry.js +18 -3
- package/dist/esm/verdocs-field-checkbox.entry.js +1 -1
- package/dist/esm/verdocs-field-date.entry.js +3 -3
- package/dist/esm/verdocs-field-dropdown.entry.js +1 -1
- package/dist/esm/verdocs-field-initial.entry.js +1 -1
- package/dist/esm/verdocs-field-payment.entry.js +1 -1
- package/dist/esm/verdocs-field-radio-button.entry.js +1 -1
- package/dist/esm/verdocs-field-signature.entry.js +1 -1
- package/dist/esm/verdocs-field-textarea.entry.js +1 -1
- package/dist/esm/verdocs-field-textbox.entry.js +1 -1
- package/dist/esm/verdocs-field-timestamp.entry.js +2 -2
- package/dist/esm/verdocs-file-chooser_2.entry.js +1 -1
- package/dist/esm/verdocs-preview.entry.js +3 -3
- package/dist/esm/verdocs-quick-functions_3.entry.js +1 -1
- package/dist/esm/verdocs-search.entry.js +1 -1
- package/dist/esm/verdocs-send.entry.js +3 -3
- package/dist/esm/verdocs-sign.entry.js +9 -126
- package/dist/esm/verdocs-template-attachments_2.entry.js +2 -2
- package/dist/esm/verdocs-template-document-page_2.entry.js +3 -2
- package/dist/esm/verdocs-template-fields_4.entry.js +9 -5
- package/dist/esm/verdocs-template-name.entry.js +2 -2
- package/dist/esm/verdocs-template-properties.entry.js +2 -2
- package/dist/esm/verdocs-template-reminders.entry.js +2 -2
- package/dist/esm/verdocs-template-visibility.entry.js +2 -2
- package/dist/esm/verdocs-view.entry.js +2 -2
- package/dist/esm-es5/Recipients-198b2531.js +1 -0
- package/dist/esm-es5/{TemplateStore-5082a055.js → TemplateStore-09fc7336.js} +1 -1
- package/dist/esm-es5/VerdocsEndpoint-5b92f115.js +1 -0
- package/dist/esm-es5/ipc-test.entry.js +1 -1
- package/dist/esm-es5/{utils-3c5246f9.js → utils-81958236.js} +1 -1
- package/dist/esm-es5/verdocs-auth.entry.js +1 -1
- package/dist/esm-es5/verdocs-build.entry.js +1 -1
- package/dist/esm-es5/verdocs-button-panel_3.entry.js +1 -1
- package/dist/esm-es5/verdocs-contact-picker.entry.js +1 -1
- package/dist/esm-es5/verdocs-dropdown_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-envelope-sidebar.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-checkbox.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-date.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-dropdown.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-initial.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-payment.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-radio-button.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-signature.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-textarea.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-textbox.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-timestamp.entry.js +1 -1
- package/dist/esm-es5/verdocs-file-chooser_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-preview.entry.js +1 -1
- package/dist/esm-es5/verdocs-quick-functions_3.entry.js +1 -1
- package/dist/esm-es5/verdocs-search.entry.js +1 -1
- package/dist/esm-es5/verdocs-send.entry.js +1 -1
- package/dist/esm-es5/verdocs-sign.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-attachments_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-document-page_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-fields_4.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-name.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-properties.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-reminders.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-visibility.entry.js +1 -1
- package/dist/esm-es5/verdocs-view.entry.js +1 -1
- package/dist/types/components/embeds/verdocs-send/verdocs-send.d.ts +1 -1
- package/dist/types/components/{controls → envelopes}/verdocs-status-indicator/verdocs-status-indicator.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/dist/types/utils/Types.d.ts +1 -0
- package/dist/types/utils/utils.d.ts +2 -2
- package/dist/verdocs-web-sdk/p-0190ff6e.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-82ac0970.system.entry.js → p-05e83caa.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-06f625f2.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-0b4ea5f9.js +1 -0
- package/dist/verdocs-web-sdk/{p-eca60cd7.system.entry.js → p-0cb24fef.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-6d8058f1.entry.js → p-0f66f6bb.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-f9d3d6c1.system.entry.js → p-0fb5286f.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-109fb530.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-38733cab.entry.js → p-1102db6a.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-12e54f39.js +1 -0
- package/dist/verdocs-web-sdk/{p-12d84e33.system.entry.js → p-135f1746.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-df9b1424.entry.js → p-15505723.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-bb88c8b6.entry.js → p-1748d4d6.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-9ec4e0f2.system.entry.js → p-1a0aa7fd.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-96333437.entry.js → p-1b5e57bb.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-06f5b2f6.system.entry.js → p-1b71f48b.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-1cf38cea.system.js +1 -1
- package/dist/verdocs-web-sdk/{p-b32a5b66.entry.js → p-1fe05339.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-294c3f82.system.entry.js → p-21e90bbf.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-8b2d75bd.system.entry.js → p-25bd103e.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-511ec90a.system.entry.js → p-27ebad6b.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-44dd4071.system.entry.js → p-2e9fb01e.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-ee6f8e1f.system.entry.js → p-2ee6b0a0.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-ec6911d8.entry.js → p-31295791.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-bbd6349d.js → p-31f88d95.js} +1 -1
- package/dist/verdocs-web-sdk/{p-2cb54b47.system.entry.js → p-3e4f73cb.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-400ec020.entry.js → p-4157aa74.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-494d4276.system.js +1 -0
- package/dist/verdocs-web-sdk/{p-5b0a31cf.system.entry.js → p-4c988fa0.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-72af0126.entry.js → p-4cf7c407.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-fc36ec2f.system.entry.js → p-4d5c78b4.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-780f3883.system.entry.js → p-4fdcfed5.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-06b1a51c.system.entry.js → p-52f39e6b.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-cbde29f8.entry.js → p-542994b3.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-54c4ca7d.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-38384461.entry.js → p-5597b4b3.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-c4e25135.system.entry.js → p-61979b22.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-1401c1a5.entry.js → p-661654d8.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-0d20b306.system.entry.js → p-6c9a3b1d.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-c4fd8b65.entry.js → p-6e62e65a.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-0952e9a9.entry.js → p-6e7a1333.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-0462638f.entry.js → p-7ab07c61.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-10859415.entry.js → p-7ac080d6.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-14d385d9.system.entry.js → p-7c10cd2f.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-8d37ae2c.entry.js → p-7c86d53a.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-8aa4815e.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-44645ef9.entry.js → p-8c536274.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-3906caae.js → p-92664ee4.js} +1 -1
- package/dist/verdocs-web-sdk/{p-7b53400e.system.entry.js → p-938031a9.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-e7433a1c.system.entry.js → p-963a4b4a.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-33e03e33.entry.js → p-98ef1df0.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-eac4fe5f.system.entry.js → p-9b18321e.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-9be9c835.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-ccc374e8.entry.js → p-a294ef80.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-3d28a80d.entry.js → p-a80035a6.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-fb5469b9.entry.js → p-aa9627a3.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-455892c6.entry.js → p-b507c2a5.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-86f77809.system.entry.js → p-b7d66b24.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-c5bb9a72.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-48f6291b.system.js → p-c5dde9c7.system.js} +1 -1
- package/dist/verdocs-web-sdk/{p-86d3f0ab.entry.js → p-c99689c1.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-8dcd14e6.system.entry.js → p-d9843ba6.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-2d51380b.entry.js → p-db5f1a7d.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-dc849a58.system.js +1 -0
- package/dist/verdocs-web-sdk/{p-ac986d8a.system.entry.js → p-de9c4feb.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-f8941719.entry.js → p-e0386f1b.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-763f9ef3.system.entry.js → p-e7058963.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-e200aa9b.system.entry.js → p-f1cc5b3c.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-f43112b2.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-a25d989e.system.js → p-f4c4f8dd.system.js} +1 -1
- package/dist/verdocs-web-sdk/p-f57e126e.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
- package/package.json +2 -2
- package/dist/esm-es5/VerdocsEndpoint-ca592138.js +0 -1
- package/dist/verdocs-web-sdk/p-05b9acc2.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-168785eb.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-2fdacaae.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-49fb6d62.js +0 -1
- package/dist/verdocs-web-sdk/p-5efea322.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-67a2f754.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-882cf708.system.js +0 -1
- package/dist/verdocs-web-sdk/p-ab6547d3.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-b4f150d6.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-c436e9f3.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-f3950596.entry.js +0 -1
- /package/dist/collection/components/{elements → controls}/verdocs-component-error/verdocs-component-error.css +0 -0
- /package/dist/collection/components/{elements → controls}/verdocs-component-error/verdocs-component-error.js +0 -0
- /package/dist/collection/components/{elements → envelopes}/verdocs-contact-picker/verdocs-contact-picker.css +0 -0
- /package/dist/collection/components/{elements → envelopes}/verdocs-contact-picker/verdocs-contact-picker.js +0 -0
- /package/dist/collection/components/{elements → envelopes}/verdocs-contact-picker/verdocs-contact-picker.stories.js +0 -0
- /package/dist/collection/components/{elements → envelopes}/verdocs-envelope-document-page/verdocs-envelope-document-page.css +0 -0
- /package/dist/collection/components/{elements → envelopes}/verdocs-envelope-sidebar/verdocs-envelope-sidebar.css +0 -0
- /package/dist/collection/components/{controls → envelopes}/verdocs-status-indicator/recipient-flow.js +0 -0
- /package/dist/collection/components/{controls → envelopes}/verdocs-status-indicator/verdocs-status-indicator.css +0 -0
- /package/dist/collection/components/{controls → envelopes}/verdocs-status-indicator/verdocs-status-indicator.js +0 -0
- /package/dist/collection/components/{controls → templates}/verdocs-template-card/verdocs-template-card.css +0 -0
- /package/dist/collection/components/{controls → templates}/verdocs-template-card/verdocs-template-card.js +0 -0
- /package/dist/collection/components/{controls → templates}/verdocs-template-tags/verdocs-template-tags.css +0 -0
- /package/dist/collection/components/{controls → templates}/verdocs-template-tags/verdocs-template-tags.js +0 -0
- /package/dist/types/components/{elements → controls}/verdocs-component-error/verdocs-component-error.d.ts +0 -0
- /package/dist/types/components/{elements → envelopes}/verdocs-contact-picker/verdocs-contact-picker.d.ts +0 -0
- /package/dist/types/components/{elements → envelopes}/verdocs-contact-picker/verdocs-contact-picker.stories.d.ts +0 -0
- /package/dist/types/components/{elements → envelopes}/verdocs-envelope-document-page/verdocs-envelope-document-page.d.ts +0 -0
- /package/dist/types/components/{elements → envelopes}/verdocs-envelope-sidebar/verdocs-envelope-sidebar.d.ts +0 -0
- /package/dist/types/components/{elements → envelopes}/verdocs-envelope-sidebar/verdocs-envelope-sidebar.stories.d.ts +0 -0
- /package/dist/types/components/{controls → envelopes}/verdocs-status-indicator/recipient-flow.d.ts +0 -0
- /package/dist/types/components/{controls → envelopes}/verdocs-status-indicator/verdocs-status-indicator.stories.d.ts +0 -0
- /package/dist/types/components/{controls → templates}/verdocs-template-card/verdocs-template-card.d.ts +0 -0
- /package/dist/types/components/{controls → templates}/verdocs-template-card/verdocs-template-card.stories.d.ts +0 -0
- /package/dist/types/components/{controls → templates}/verdocs-template-tags/verdocs-template-tags.d.ts +0 -0
- /package/dist/types/components/{controls → templates}/verdocs-template-tags/verdocs-template-tags.stories.d.ts +0 -0
package/dist/docs.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"timestamp": "2023-
|
2
|
+
"timestamp": "2023-05-08T03:14:44",
|
3
3
|
"compiler": {
|
4
4
|
"name": "@stencil/core",
|
5
5
|
"version": "2.20.0",
|
@@ -887,7 +887,7 @@
|
|
887
887
|
}
|
888
888
|
},
|
889
889
|
{
|
890
|
-
"filePath": "./src/components/
|
890
|
+
"filePath": "./src/components/controls/verdocs-component-error/verdocs-component-error.tsx",
|
891
891
|
"encapsulation": "none",
|
892
892
|
"tag": "verdocs-component-error",
|
893
893
|
"docs": "Render a simple error message.",
|
@@ -965,7 +965,7 @@
|
|
965
965
|
}
|
966
966
|
},
|
967
967
|
{
|
968
|
-
"filePath": "./src/components/
|
968
|
+
"filePath": "./src/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.tsx",
|
969
969
|
"encapsulation": "none",
|
970
970
|
"tag": "verdocs-contact-picker",
|
971
971
|
"docs": "Displays a contact picker suitable for filling out Recipient objects when sending Documents.\n\nThis picker can also be integrated with a backend to provide contact list / suggestion / address-book style behavior. As the\nuser interacts with the component, the text entered in the name field is sent back to the parent via the `searchContacts` event.\nThe parent can use that text as a query string to call a backend to obtain appropriate contacts to show. This list may also be\nhard-coded ahead of time to provide the user with smart suggestions on initial display, such as \"Recently Used\" contacts, or\nto always display the user's own contact record.",
|
@@ -1135,7 +1135,7 @@
|
|
1135
1135
|
}
|
1136
1136
|
},
|
1137
1137
|
{
|
1138
|
-
"filePath": "./src/components/
|
1138
|
+
"filePath": "./src/components/envelopes/verdocs-envelope-document-page/verdocs-envelope-document-page.tsx",
|
1139
1139
|
"encapsulation": "none",
|
1140
1140
|
"tag": "verdocs-envelope-document-page",
|
1141
1141
|
"docs": "Represents one document page. This is primarily a layout container used to coordinate positions of\npage-related layers such as the page itself, signature fields, etc. It is not intended to be used\non its own as an individual component.",
|
@@ -1317,7 +1317,7 @@
|
|
1317
1317
|
}
|
1318
1318
|
},
|
1319
1319
|
{
|
1320
|
-
"filePath": "./src/components/
|
1320
|
+
"filePath": "./src/components/envelopes/verdocs-envelope-sidebar/verdocs-envelope-sidebar.tsx",
|
1321
1321
|
"encapsulation": "none",
|
1322
1322
|
"tag": "verdocs-envelope-sidebar",
|
1323
1323
|
"docs": "Displays a file upload mechanism suitable for the first step of creating a template.\nThis is typically the first step in a template creation workflow.",
|
@@ -5786,7 +5786,7 @@
|
|
5786
5786
|
}
|
5787
5787
|
},
|
5788
5788
|
{
|
5789
|
-
"filePath": "./src/components/
|
5789
|
+
"filePath": "./src/components/envelopes/verdocs-status-indicator/verdocs-status-indicator.tsx",
|
5790
5790
|
"encapsulation": "none",
|
5791
5791
|
"tag": "verdocs-status-indicator",
|
5792
5792
|
"docs": "Displays an icon and message describing a document's completion status. For convenience, the status may be passed in either\ndirectly as a status field or the whole document object may be passed in.\n\nIf the document is provided, the status flag will indicate the document's overall status. This also makes the component clickable\nto display a popup panel with per-recipient status data.\n\nIf the status is provided as a string it can be either a `TRecipientStatus` or `TDocumentStatus` value.",
|
@@ -6033,7 +6033,7 @@
|
|
6033
6033
|
}
|
6034
6034
|
},
|
6035
6035
|
{
|
6036
|
-
"filePath": "./src/components/
|
6036
|
+
"filePath": "./src/components/templates/verdocs-template-card/verdocs-template-card.tsx",
|
6037
6037
|
"encapsulation": "none",
|
6038
6038
|
"tag": "verdocs-template-card",
|
6039
6039
|
"docs": "Displays a summary of a template",
|
@@ -7277,7 +7277,7 @@
|
|
7277
7277
|
}
|
7278
7278
|
},
|
7279
7279
|
{
|
7280
|
-
"filePath": "./src/components/
|
7280
|
+
"filePath": "./src/components/templates/verdocs-template-tags/verdocs-template-tags.tsx",
|
7281
7281
|
"encapsulation": "none",
|
7282
7282
|
"tag": "verdocs-template-tags",
|
7283
7283
|
"docs": "Displays a message listing a template's tags.",
|
@@ -0,0 +1,74 @@
|
|
1
|
+
var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
8
|
+
});
|
9
|
+
};
|
10
|
+
var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
|
11
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
12
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
13
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
14
|
+
function step(op) {
|
15
|
+
if (f) throw new TypeError("Generator is already executing.");
|
16
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
17
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
18
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
19
|
+
switch (op[0]) {
|
20
|
+
case 0: case 1: t = op; break;
|
21
|
+
case 4: _.label++; return { value: op[1], done: false };
|
22
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
23
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
24
|
+
default:
|
25
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
26
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
27
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
28
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
29
|
+
if (t[2]) _.ops.pop();
|
30
|
+
_.trys.pop(); continue;
|
31
|
+
}
|
32
|
+
op = body.call(thisArg, _);
|
33
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
34
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
35
|
+
}
|
36
|
+
};
|
37
|
+
/**
|
38
|
+
* Update a recipient's status block
|
39
|
+
*/
|
40
|
+
var updateRecipient = function (endpoint, envelopeId, roleName, params) { return __awaiter(void 0, void 0, void 0, function () {
|
41
|
+
return __generator(this, function (_a) {
|
42
|
+
return [2 /*return*/, endpoint.api //
|
43
|
+
.put("/envelopes/".concat(envelopeId, "/recipients/").concat(roleName), params)
|
44
|
+
.then(function (r) { return r.data; })];
|
45
|
+
});
|
46
|
+
}); };
|
47
|
+
/**
|
48
|
+
* Submit an envelope (signing is finished). Note that all fields must be valid/completed for this to succeed.
|
49
|
+
*/
|
50
|
+
var envelopeRecipientSubmit = function (endpoint, envelopeId, roleName) {
|
51
|
+
return updateRecipient(endpoint, envelopeId, roleName, { action: 'submit' });
|
52
|
+
};
|
53
|
+
/**
|
54
|
+
* Decline to complete an envelope (signing will not terminated).
|
55
|
+
*/
|
56
|
+
var envelopeRecipientDecline = function (endpoint, envelopeId, roleName) {
|
57
|
+
return updateRecipient(endpoint, envelopeId, roleName, { action: 'decline' });
|
58
|
+
};
|
59
|
+
/**
|
60
|
+
* Agree to electronic signing.
|
61
|
+
*/
|
62
|
+
var envelopeRecipientAgree = function (endpoint, envelopeId, roleName, agreed) {
|
63
|
+
return updateRecipient(endpoint, envelopeId, roleName, { action: 'update', agreed: agreed });
|
64
|
+
};
|
65
|
+
/**
|
66
|
+
* Get an in-person signing link.
|
67
|
+
*/
|
68
|
+
var getInPersonLink = function (endpoint, envelopeId, roleName) {
|
69
|
+
return endpoint.api //
|
70
|
+
.get("/envelopes/".concat(envelopeId, "/recipients/").concat(encodeURIComponent(roleName), "?in_person_link=true"))
|
71
|
+
.then(function (r) { return r.data; });
|
72
|
+
};
|
73
|
+
|
74
|
+
export { envelopeRecipientDecline as a, envelopeRecipientSubmit as b, envelopeRecipientAgree as e, getInPersonLink as g };
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { g as getRenderingRef, f as forceUpdate } from './index-b18c0348.js';
|
2
2
|
import { g as getTemplate } from './Templates-67172396.js';
|
3
|
-
import { T as TemplateSenderTypes } from './VerdocsEndpoint-
|
3
|
+
import { T as TemplateSenderTypes } from './VerdocsEndpoint-5b92f115.js';
|
4
4
|
|
5
5
|
const appendToMap = (map, propName, value) => {
|
6
6
|
const items = map.get(propName);
|
@@ -586,12 +586,16 @@ const isStream = (val) => isObject(val) && isFunction(val.pipe);
|
|
586
586
|
* @returns {boolean} True if value is an FormData, otherwise false
|
587
587
|
*/
|
588
588
|
const isFormData = (thing) => {
|
589
|
-
|
589
|
+
let kind;
|
590
590
|
return thing && (
|
591
|
-
(typeof FormData === 'function' && thing instanceof FormData) ||
|
592
|
-
|
593
|
-
|
594
|
-
|
591
|
+
(typeof FormData === 'function' && thing instanceof FormData) || (
|
592
|
+
isFunction(thing.append) && (
|
593
|
+
(kind = kindOf(thing)) === 'formdata' ||
|
594
|
+
// detect form-data instance
|
595
|
+
(kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')
|
596
|
+
)
|
597
|
+
)
|
598
|
+
)
|
595
599
|
};
|
596
600
|
|
597
601
|
/**
|
@@ -1056,6 +1060,11 @@ const toJSONObject = (obj) => {
|
|
1056
1060
|
return visit(obj, 0);
|
1057
1061
|
};
|
1058
1062
|
|
1063
|
+
const isAsyncFn = kindOfTest('AsyncFunction');
|
1064
|
+
|
1065
|
+
const isThenable = (thing) =>
|
1066
|
+
thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);
|
1067
|
+
|
1059
1068
|
const utils = {
|
1060
1069
|
isArray,
|
1061
1070
|
isArrayBuffer,
|
@@ -1105,7 +1114,9 @@ const utils = {
|
|
1105
1114
|
ALPHABET,
|
1106
1115
|
generateString,
|
1107
1116
|
isSpecCompliantForm,
|
1108
|
-
toJSONObject
|
1117
|
+
toJSONObject,
|
1118
|
+
isAsyncFn,
|
1119
|
+
isThenable
|
1109
1120
|
};
|
1110
1121
|
|
1111
1122
|
/**
|
@@ -1997,9 +2008,7 @@ function parseTokens(str) {
|
|
1997
2008
|
return tokens;
|
1998
2009
|
}
|
1999
2010
|
|
2000
|
-
|
2001
|
-
return /^[-_a-zA-Z]+$/.test(str.trim());
|
2002
|
-
}
|
2011
|
+
const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
|
2003
2012
|
|
2004
2013
|
function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
|
2005
2014
|
if (utils.isFunction(filter)) {
|
@@ -2585,8 +2594,12 @@ const xhrAdapter = isXHRAdapterSupported && function (config) {
|
|
2585
2594
|
}
|
2586
2595
|
}
|
2587
2596
|
|
2588
|
-
if (utils.isFormData(requestData)
|
2589
|
-
|
2597
|
+
if (utils.isFormData(requestData)) {
|
2598
|
+
if (platform.isStandardBrowserEnv || platform.isStandardBrowserWebWorkerEnv) {
|
2599
|
+
requestHeaders.setContentType(false); // Let the browser set it
|
2600
|
+
} else {
|
2601
|
+
requestHeaders.setContentType('multipart/form-data;', false); // mobile/desktop app frameworks
|
2602
|
+
}
|
2590
2603
|
}
|
2591
2604
|
|
2592
2605
|
let request = new XMLHttpRequest();
|
@@ -2992,7 +3005,7 @@ function mergeConfig(config1, config2) {
|
|
2992
3005
|
headers: (a, b) => mergeDeepProperties(headersToObject(a), headersToObject(b), true)
|
2993
3006
|
};
|
2994
3007
|
|
2995
|
-
utils.forEach(Object.keys(
|
3008
|
+
utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {
|
2996
3009
|
const merge = mergeMap[prop] || mergeDeepProperties;
|
2997
3010
|
const configValue = merge(config1[prop], config2[prop], prop);
|
2998
3011
|
(utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
|
@@ -3001,7 +3014,7 @@ function mergeConfig(config1, config2) {
|
|
3001
3014
|
return config;
|
3002
3015
|
}
|
3003
3016
|
|
3004
|
-
const VERSION = "1.
|
3017
|
+
const VERSION = "1.4.0";
|
3005
3018
|
|
3006
3019
|
const validators$1 = {};
|
3007
3020
|
|
@@ -3138,11 +3151,17 @@ class Axios {
|
|
3138
3151
|
}, false);
|
3139
3152
|
}
|
3140
3153
|
|
3141
|
-
if (paramsSerializer
|
3142
|
-
|
3143
|
-
|
3144
|
-
|
3145
|
-
|
3154
|
+
if (paramsSerializer != null) {
|
3155
|
+
if (utils.isFunction(paramsSerializer)) {
|
3156
|
+
config.paramsSerializer = {
|
3157
|
+
serialize: paramsSerializer
|
3158
|
+
};
|
3159
|
+
} else {
|
3160
|
+
validator.assertOptions(paramsSerializer, {
|
3161
|
+
encode: validators.function,
|
3162
|
+
serialize: validators.function
|
3163
|
+
}, true);
|
3164
|
+
}
|
3146
3165
|
}
|
3147
3166
|
|
3148
3167
|
// Set config.method
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import './Types-5f31149e.js';
|
3
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
4
|
-
import { g as getTemplateStore } from './TemplateStore-
|
3
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
4
|
+
import { g as getTemplateStore } from './TemplateStore-09fc7336.js';
|
5
5
|
import './Templates-67172396.js';
|
6
6
|
|
7
7
|
const ipcTestCss = "ipc-test{max-width:800px;display:block}";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-b18c0348.js';
|
2
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
2
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
3
3
|
import './Types-5f31149e.js';
|
4
4
|
import { S as SDKError } from './errors-9b5498c8.js';
|
5
5
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import './Types-5f31149e.js';
|
3
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
4
|
-
import { g as getTemplateStore } from './TemplateStore-
|
3
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
4
|
+
import { g as getTemplateStore } from './TemplateStore-09fc7336.js';
|
5
5
|
import { S as SDKError } from './errors-9b5498c8.js';
|
6
6
|
import './Templates-67172396.js';
|
7
7
|
|
@@ -3,8 +3,8 @@ import { c as createPopper } from './popper-bfa25c7f.js';
|
|
3
3
|
import { a as commonjsGlobal } from './_commonjsHelpers-5ec8f9b7.js';
|
4
4
|
import './Types-5f31149e.js';
|
5
5
|
import { u as updateField, d as deleteField } from './Fields-c82e6df3.js';
|
6
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
7
|
-
import { g as getTemplateStore } from './TemplateStore-
|
6
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
7
|
+
import { g as getTemplateStore } from './TemplateStore-09fc7336.js';
|
8
8
|
import { S as SDKError } from './errors-9b5498c8.js';
|
9
9
|
import './Templates-67172396.js';
|
10
10
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-b18c0348.js';
|
2
2
|
import './Types-5f31149e.js';
|
3
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
3
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
4
4
|
|
5
5
|
const verdocsContactPickerCss = "verdocs-contact-picker{font-family:\"Inter\", -apple-system, \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", sans-serif;background-color:#ffffff}verdocs-contact-picker form{background-color:#f5f5fa;padding:12px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}verdocs-contact-picker form .row{width:300px;display:-ms-flexbox;display:flex;position:relative;margin:0 0 20px 0;-ms-flex-direction:column;flex-direction:column}verdocs-contact-picker form label{display:block;font-size:14px;font-weight:500;margin:0 0 4px 0;color:#5c6575}verdocs-contact-picker form input{border:none;font-size:18px;padding:3px 6px 3px 0;background:transparent;border-bottom:1px solid #33364b}verdocs-contact-picker form input:focus{outline:none}verdocs-contact-picker form .dropdown{left:0;right:0;top:49px;z-index:100;position:absolute;background:#ffffff;-webkit-box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.1);box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.1)}verdocs-contact-picker form .dropdown .suggestion{display:-ms-flexbox;display:flex;padding:6px 12px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}verdocs-contact-picker form .dropdown .suggestion svg{fill:#666666}verdocs-contact-picker form .dropdown .suggestion .avatar{width:48px;height:48px;-ms-flex:0 0 48px;flex:0 0 48px;margin-right:8px;border-radius:100%}verdocs-contact-picker form .dropdown .suggestion .details{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}verdocs-contact-picker form .dropdown .suggestion .name{font-size:16px;font-weight:500;margin-bottom:3px;color:#092c4c}verdocs-contact-picker form .dropdown .suggestion .destination{font-size:14px;margin-bottom:3px;color:#33364b}verdocs-contact-picker form .dropdown .suggestion:hover{background:#eee;cursor:pointer}verdocs-contact-picker .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-contact-picker .buttons .flex-fill{-ms-flex:1;flex:1}verdocs-contact-picker ::-webkit-input-placeholder{color:#aaaaaa}verdocs-contact-picker ::-moz-placeholder{color:#aaaaaa}verdocs-contact-picker :-ms-input-placeholder{color:#aaaaaa}verdocs-contact-picker ::-ms-input-placeholder{color:#aaaaaa}verdocs-contact-picker ::placeholder{color:#aaaaaa}verdocs-contact-picker [data-lastpass-icon-root]{display:none !important}";
|
6
6
|
|
@@ -2,8 +2,8 @@ import { r as registerInstance, c as createEvent, h, H as Host, a as getElement
|
|
2
2
|
import { c as createPopper } from './popper-bfa25c7f.js';
|
3
3
|
import { f as getEnvelopeDocumentPageDisplayUri } from './Envelopes-921cd9d0.js';
|
4
4
|
import './Types-5f31149e.js';
|
5
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
6
|
-
import { t as throttle } from './utils-
|
5
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
6
|
+
import { t as throttle } from './utils-81958236.js';
|
7
7
|
import './_commonjsHelpers-5ec8f9b7.js';
|
8
8
|
import './Files-70a192df.js';
|
9
9
|
import './index-d264c496.js';
|
@@ -144,6 +144,7 @@ const VerdocsEnvelopeDocumentPage = class {
|
|
144
144
|
this.pageRendered.emit({
|
145
145
|
// container: this.container,
|
146
146
|
containerId: this.containerId,
|
147
|
+
documentId: this.documentId,
|
147
148
|
pageNumber: this.pageNumber,
|
148
149
|
virtualWidth: this.virtualWidth,
|
149
150
|
virtualHeight: this.virtualHeight,
|
@@ -1,7 +1,8 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import { t as throttledGetEnvelope } from './Envelopes-921cd9d0.js';
|
3
3
|
import './Types-5f31149e.js';
|
4
|
-
import {
|
4
|
+
import { g as getInPersonLink } from './Recipients-198b2531.js';
|
5
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
5
6
|
import { S as SDKError } from './errors-9b5498c8.js';
|
6
7
|
import { f as format } from './index-d264c496.js';
|
7
8
|
|
@@ -81,7 +82,20 @@ const VerdocsEnvelopeSidebar = class {
|
|
81
82
|
}
|
82
83
|
handleRecipientAction(recipient, id) {
|
83
84
|
var _a;
|
84
|
-
console.log('
|
85
|
+
console.log('[SIDEBAR] Recipient action', id, recipient);
|
86
|
+
switch (id) {
|
87
|
+
case 'inperson':
|
88
|
+
getInPersonLink(this.endpoint, recipient.envelope_id, recipient.role_name)
|
89
|
+
// TODO: Can remove "any" once js-sdk is updated
|
90
|
+
.then((response) => {
|
91
|
+
var _a, _b;
|
92
|
+
console.log('Got in person link');
|
93
|
+
return (_b = (_a = window === null || window === void 0 ? void 0 : window.navigator) === null || _a === void 0 ? void 0 : _a.clipboard) === null || _b === void 0 ? void 0 : _b.writeText(response.link);
|
94
|
+
})
|
95
|
+
.then(r => console.log('copy result', r))
|
96
|
+
.catch(e => console.warn('[SIDEBAR] Error getting link', e));
|
97
|
+
break;
|
98
|
+
}
|
85
99
|
(_a = this.envelopeUpdated) === null || _a === void 0 ? void 0 : _a.emit({ endpoint: this.endpoint, envelope: this.envelope, event: id });
|
86
100
|
}
|
87
101
|
prepareHistoryEntries() {
|
@@ -206,9 +220,10 @@ const VerdocsEnvelopeSidebar = class {
|
|
206
220
|
const session = this.endpoint.getSession();
|
207
221
|
const isEnvelopeOwner = session.profile_id === this.envelope.profile_id; // TODO: What about org admins?
|
208
222
|
const historyEntries = this.prepareHistoryEntries();
|
223
|
+
console.log('e', this.envelope);
|
209
224
|
return (h(Host, { class: this.panelOpen ? 'open' : '' }, h("div", { class: "buttons" }, h("button", { class: this.activeTab === 1 ? 'active' : '', onClick: () => this.setTab(1), innerHTML: InformationCircle }), h("button", { class: this.activeTab === 2 ? 'active' : '', onClick: () => this.setTab(2), innerHTML: Users }), h("button", { class: this.activeTab === 3 ? 'active' : '', onClick: () => this.setTab(3), innerHTML: ClipboardDocuments })), this.activeTab === 1 && (h("div", { class: "content" }, h("div", { class: "title" }, "Details"), h("div", { class: "label" }, "Envelope ID"), h("div", { class: "value" }, this.envelope.id), h("div", { class: "label" }, "Date Created"), h("div", { class: "value" }, format(new Date(this.envelope.created_at), 'PP pp')), h("div", { class: "label" }, "Last Modified"), h("div", { class: "value" }, format(new Date(this.envelope.updated_at), 'PP pp')), h("div", { class: "label" }, "Status"), h("div", { class: "value" }, this.envelope.status), h("div", { class: "label" }, "Verdoc Owner ID"), h("div", { class: "value" }, this.envelope.profile_id), h("div", { class: "label" }, "Verdoc Owner Name"), h("div", { class: "value" }, (_a = this.envelope.profile) === null || _a === void 0 ? void 0 :
|
210
225
|
_a.first_name, " ", (_b = this.envelope.profile) === null || _b === void 0 ? void 0 :
|
211
|
-
_b.last_name), h("div", { class: "label" }, "Verdoc Owner Email"), h("div", { class: "value" }, (_c = this.envelope.profile) === null || _c === void 0 ? void 0 : _c.email))), this.activeTab === 2 && (h("div", { class: "content" }, h("div", { class: "title" }, "Recipients"), this.envelope.recipients.map((recipient, index) => (h("div", { class: "recipient-detail" }, h("div", { class: "recipient-header" }, h("div", { class: "recipient-number" }, index + 1), h("div", { class: "recipient-type" }, recipient.
|
226
|
+
_b.last_name), h("div", { class: "label" }, "Verdoc Owner Email"), h("div", { class: "value" }, (_c = this.envelope.profile) === null || _c === void 0 ? void 0 : _c.email))), this.activeTab === 2 && (h("div", { class: "content" }, h("div", { class: "title" }, "Recipients"), this.envelope.recipients.map((recipient, index) => (h("div", { class: "recipient-detail" }, h("div", { class: "recipient-header" }, h("div", { class: "recipient-number" }, index + 1), h("div", { class: "recipient-type" }, recipient.role_name), h("div", { class: { 'recipient-status': true, [recipient.status]: true } }, recipient.status), isEnvelopeOwner && (h("verdocs-dropdown", { onOptionSelected: item => this.handleRecipientAction(recipient, item.detail.id), options: [
|
212
227
|
{ id: 'reminder', label: 'Send Reminder', disabled: !this.canResendRecipient(recipient) },
|
213
228
|
{ id: 'modify', label: 'Modify Recipient', disabled: !this.canModifyRecipient(recipient) },
|
214
229
|
{ id: 'inperson', label: 'Get In-Person Link', disabled: !this.canModifyRecipient(recipient) || !['invited', 'opened'].includes(recipient.status) },
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import { g as getRGBA } from './Colors-1b298092.js';
|
3
|
-
import { g as getFieldSettings } from './utils-
|
3
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
4
4
|
import './_commonjsHelpers-5ec8f9b7.js';
|
5
5
|
import './Envelopes-921cd9d0.js';
|
6
6
|
import './Types-5f31149e.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
|
-
import { g as getFieldSettings } from './utils-
|
2
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
3
3
|
import { g as getRGBA } from './Colors-1b298092.js';
|
4
4
|
import { f as format } from './index-d264c496.js';
|
5
5
|
import './_commonjsHelpers-5ec8f9b7.js';
|
@@ -2582,7 +2582,7 @@ const VerdocsFieldDate = class {
|
|
2582
2582
|
const { result } = getFieldSettings(this.field);
|
2583
2583
|
flatpickr('#' + this.containerId, {
|
2584
2584
|
positionElement: this.el,
|
2585
|
-
dateFormat: 'M
|
2585
|
+
dateFormat: 'M j, Y',
|
2586
2586
|
defaultDate: result,
|
2587
2587
|
onChange: selectedDate => {
|
2588
2588
|
// console.log('Selected', selectedDate, dateStr, instance);
|
@@ -2615,7 +2615,7 @@ const VerdocsFieldDate = class {
|
|
2615
2615
|
const disabled = (_b = (_a = this.disabled) !== null && _a !== void 0 ? _a : settings.disabled) !== null && _b !== void 0 ? _b : false;
|
2616
2616
|
const backgroundColor = this.field['rgba'] || getRGBA(this.roleindex);
|
2617
2617
|
if (this.done) {
|
2618
|
-
const formatted = (settings === null || settings === void 0 ? void 0 : settings.result) ? format(new Date(settings === null || settings === void 0 ? void 0 : settings.result), '
|
2618
|
+
const formatted = (settings === null || settings === void 0 ? void 0 : settings.result) ? format(new Date(settings === null || settings === void 0 ? void 0 : settings.result), 'MMM d, y') : '';
|
2619
2619
|
return h(Host, { class: { done: this.done } }, formatted);
|
2620
2620
|
}
|
2621
2621
|
return (h(Host, { class: { required: (_c = this.field) === null || _c === void 0 ? void 0 : _c.required, disabled }, style: { backgroundColor } }, h("input", { name: this.field.name, type: "text", value: "", id: this.containerId, disabled: disabled, placeholder: settings.placeholder, ref: el => (this.el = el) }), this.editable && (h("verdocs-button-panel", { icon: settingsIcon, id: `verdocs-settings-panel-${this.field.name}` }, h("verdocs-template-field-properties", { templateId: this.templateId, fieldName: this.field.name, onClose: () => this.hideSettingsPanel(), onDelete: () => {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import { g as getRGBA } from './Colors-1b298092.js';
|
3
|
-
import { g as getFieldSettings } from './utils-
|
3
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
4
4
|
import './_commonjsHelpers-5ec8f9b7.js';
|
5
5
|
import './Envelopes-921cd9d0.js';
|
6
6
|
import './Types-5f31149e.js';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import { g as getRGBA } from './Colors-1b298092.js';
|
3
|
-
import { g as getFieldSettings } from './utils-
|
3
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
4
4
|
import './_commonjsHelpers-5ec8f9b7.js';
|
5
5
|
import './Envelopes-921cd9d0.js';
|
6
6
|
import './Types-5f31149e.js';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import { g as getRGBA } from './Colors-1b298092.js';
|
3
|
-
import { g as getFieldSettings } from './utils-
|
3
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
4
4
|
import './_commonjsHelpers-5ec8f9b7.js';
|
5
5
|
import './Envelopes-921cd9d0.js';
|
6
6
|
import './Types-5f31149e.js';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import { g as getRGBA } from './Colors-1b298092.js';
|
3
|
-
import { g as getFieldSettings } from './utils-
|
3
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
4
4
|
import './_commonjsHelpers-5ec8f9b7.js';
|
5
5
|
import './Envelopes-921cd9d0.js';
|
6
6
|
import './Types-5f31149e.js';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import { g as getRGBA } from './Colors-1b298092.js';
|
3
|
-
import { g as getFieldSettings } from './utils-
|
3
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
4
4
|
import './_commonjsHelpers-5ec8f9b7.js';
|
5
5
|
import './Envelopes-921cd9d0.js';
|
6
6
|
import './Types-5f31149e.js';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import { g as getRGBA } from './Colors-1b298092.js';
|
3
|
-
import { g as getFieldSettings } from './utils-
|
3
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
4
4
|
import './_commonjsHelpers-5ec8f9b7.js';
|
5
5
|
import './Envelopes-921cd9d0.js';
|
6
6
|
import './Types-5f31149e.js';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-b18c0348.js';
|
2
2
|
import { i as interact } from './interact.min-cf83fa88.js';
|
3
3
|
import { g as getRGBA } from './Colors-1b298092.js';
|
4
|
-
import { g as getFieldSettings } from './utils-
|
4
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
5
5
|
import './_commonjsHelpers-5ec8f9b7.js';
|
6
6
|
import './Envelopes-921cd9d0.js';
|
7
7
|
import './Types-5f31149e.js';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import { g as getRGBA } from './Colors-1b298092.js';
|
3
|
-
import { g as getFieldSettings } from './utils-
|
3
|
+
import { g as getFieldSettings } from './utils-81958236.js';
|
4
4
|
import { f as format } from './index-d264c496.js';
|
5
5
|
import './_commonjsHelpers-5ec8f9b7.js';
|
6
6
|
import './Envelopes-921cd9d0.js';
|
@@ -47,7 +47,7 @@ const VerdocsFieldTimestamp = class {
|
|
47
47
|
const backgroundColor = this.field['rgba'] || getRGBA(this.roleindex);
|
48
48
|
const value = settings.value || new Date().toISOString();
|
49
49
|
const dt = new Date(value);
|
50
|
-
const formatted = format(dt, '
|
50
|
+
const formatted = format(dt, 'PPpp');
|
51
51
|
if (this.done) {
|
52
52
|
return h(Host, { class: { done: this.done } }, formatted);
|
53
53
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import './Types-5f31149e.js';
|
3
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
3
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
4
4
|
import { u as unicodeNBSP } from './Icons-c29eb0fa.js';
|
5
5
|
|
6
6
|
const verdocsFileChooserCss = "verdocs-file-chooser{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#ffffff;font-family:\"Inter\", -apple-system, \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", sans-serif}verdocs-file-chooser .upload-box{text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 15px;color:rgba(0, 0, 0, 0.54)}verdocs-file-chooser .upload-box svg{width:64px;height:64px;fill:#5c6575}verdocs-file-chooser .selected-filename{font-size:20px;font-weight:bold;overflow-wrap:anywhere}verdocs-file-chooser .or-prefer{height:20px;margin:20px 0;font-size:16px}";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import './Types-5f31149e.js';
|
3
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
4
|
-
import { r as renderDocumentField, a as getRoleIndex } from './utils-
|
5
|
-
import { g as getTemplateStore, a as getRoleNames } from './TemplateStore-
|
3
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
4
|
+
import { r as renderDocumentField, a as getRoleIndex } from './utils-81958236.js';
|
5
|
+
import { g as getTemplateStore, a as getRoleNames } from './TemplateStore-09fc7336.js';
|
6
6
|
import { S as SDKError } from './errors-9b5498c8.js';
|
7
7
|
import './_commonjsHelpers-5ec8f9b7.js';
|
8
8
|
import './Envelopes-921cd9d0.js';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-b18c0348.js';
|
2
2
|
import './Types-5f31149e.js';
|
3
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
3
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
4
4
|
import { a as getTemplates } from './Templates-67172396.js';
|
5
5
|
|
6
6
|
/**
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, h } from './index-b18c0348.js';
|
2
2
|
import './Types-5f31149e.js';
|
3
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
3
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
4
4
|
|
5
5
|
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}";
|
6
6
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-b18c0348.js';
|
2
2
|
import './Types-5f31149e.js';
|
3
|
-
import { V as VerdocsEndpoint } from './VerdocsEndpoint-
|
3
|
+
import { V as VerdocsEndpoint } from './VerdocsEndpoint-5b92f115.js';
|
4
4
|
import { i as isValidEmail, a as isValidPhone } from './Validators-f110bae2.js';
|
5
5
|
import { g as getRGBA } from './Colors-1b298092.js';
|
6
|
-
import { g as getTemplateStore } from './TemplateStore-
|
7
|
-
import { a as getRoleIndex } from './utils-
|
6
|
+
import { g as getTemplateStore } from './TemplateStore-09fc7336.js';
|
7
|
+
import { a as getRoleIndex } from './utils-81958236.js';
|
8
8
|
import { S as SDKError } from './errors-9b5498c8.js';
|
9
9
|
import './Templates-67172396.js';
|
10
10
|
import './_commonjsHelpers-5ec8f9b7.js';
|