@verdocs/web-sdk 1.14.7 → 1.14.9

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 (148) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/verdocs-auth.cjs.entry.js +5 -10
  3. package/dist/cjs/verdocs-button-panel_3.cjs.entry.js +2 -2
  4. package/dist/cjs/verdocs-checkbox_4.cjs.entry.js +1 -1
  5. package/dist/cjs/verdocs-envelope-sidebar.cjs.entry.js +1 -1
  6. package/dist/cjs/verdocs-field-checkbox.cjs.entry.js +1 -1
  7. package/dist/cjs/verdocs-field-dropdown.cjs.entry.js +1 -1
  8. package/dist/cjs/verdocs-field-textarea.cjs.entry.js +48 -4
  9. package/dist/cjs/verdocs-field-textbox.cjs.entry.js +32 -19
  10. package/dist/cjs/verdocs-status-indicator.cjs.entry.js +3 -2
  11. package/dist/cjs/verdocs-template-fields_4.cjs.entry.js +4 -3
  12. package/dist/cjs/verdocs-template-reminders.cjs.entry.js +37 -17
  13. package/dist/cjs/verdocs-web-sdk.cjs.js +1 -1
  14. package/dist/collection/collection-manifest.json +0 -1
  15. package/dist/collection/components/controls/verdocs-checkbox/verdocs-checkbox.css +3 -4
  16. package/dist/collection/components/embeds/verdocs-auth/verdocs-auth.js +6 -12
  17. package/dist/collection/components/envelopes/verdocs-envelope-sidebar/verdocs-envelope-sidebar.css +2 -0
  18. package/dist/collection/components/envelopes/verdocs-status-indicator/verdocs-status-indicator.css +2 -3
  19. package/dist/collection/components/envelopes/verdocs-status-indicator/verdocs-status-indicator.js +2 -1
  20. package/dist/collection/components/fields/verdocs-field-attachment/verdocs-field-attachment.js +8 -3
  21. package/dist/collection/components/fields/verdocs-field-checkbox/verdocs-field-checkbox.css +2 -1
  22. package/dist/collection/components/fields/verdocs-field-checkbox/verdocs-field-checkbox.js +8 -3
  23. package/dist/collection/components/fields/verdocs-field-date/verdocs-field-date.js +8 -3
  24. package/dist/collection/components/fields/verdocs-field-dropdown/verdocs-field-dropdown.css +3 -2
  25. package/dist/collection/components/fields/verdocs-field-dropdown/verdocs-field-dropdown.js +8 -3
  26. package/dist/collection/components/fields/verdocs-field-initial/verdocs-field-initial.js +8 -3
  27. package/dist/collection/components/fields/verdocs-field-radio-button-group/verdocs-field-radio-button.js +8 -3
  28. package/dist/collection/components/fields/verdocs-field-signature/verdocs-field-signature.js +8 -3
  29. package/dist/collection/components/fields/verdocs-field-textarea/verdocs-field-textarea.css +13 -8
  30. package/dist/collection/components/fields/verdocs-field-textarea/verdocs-field-textarea.js +75 -5
  31. package/dist/collection/components/fields/verdocs-field-textbox/verdocs-field-textbox.css +1 -37
  32. package/dist/collection/components/fields/verdocs-field-textbox/verdocs-field-textbox.js +59 -20
  33. package/dist/collection/components/fields/verdocs-field-timestamp/verdocs-field-timestamp.js +8 -3
  34. package/dist/collection/components/templates/verdocs-template-field-properties/verdocs-template-field-properties.js +10 -5
  35. package/dist/collection/components/templates/verdocs-template-fields/verdocs-template-fields.js +4 -3
  36. package/dist/collection/components/templates/verdocs-template-fields/verdocs-template-fields.stories.js +1 -1
  37. package/dist/collection/components/templates/verdocs-template-reminders/verdocs-template-reminders.js +37 -17
  38. package/dist/collection/components/templates/verdocs-template-reminders/verdocs-template-reminders.stories.js +1 -1
  39. package/dist/components/Recipients.js +74 -0
  40. package/dist/components/Toast.js +1 -74
  41. package/dist/components/index.d.ts +0 -1
  42. package/dist/components/index.js +0 -1
  43. package/dist/components/verdocs-auth.js +10 -22
  44. package/dist/components/verdocs-checkbox2.js +1 -1
  45. package/dist/components/verdocs-envelope-recipient-summary2.js +2 -1
  46. package/dist/components/verdocs-envelope-sidebar.js +1 -1
  47. package/dist/components/verdocs-field-checkbox.js +1 -1
  48. package/dist/components/verdocs-field-dropdown.js +1 -1
  49. package/dist/components/verdocs-field-textarea.js +49 -3
  50. package/dist/components/verdocs-field-textbox.js +33 -18
  51. package/dist/components/verdocs-sign.js +2 -1
  52. package/dist/components/verdocs-status-indicator.js +3 -2
  53. package/dist/components/verdocs-template-field-properties2.js +2 -2
  54. package/dist/components/verdocs-template-fields2.js +4 -3
  55. package/dist/components/verdocs-template-reminders.js +37 -17
  56. package/dist/docs.json +46 -140
  57. package/dist/esm/loader.js +1 -1
  58. package/dist/esm/verdocs-auth.entry.js +5 -10
  59. package/dist/esm/verdocs-button-panel_3.entry.js +2 -2
  60. package/dist/esm/verdocs-checkbox_4.entry.js +1 -1
  61. package/dist/esm/verdocs-envelope-sidebar.entry.js +1 -1
  62. package/dist/esm/verdocs-field-checkbox.entry.js +1 -1
  63. package/dist/esm/verdocs-field-dropdown.entry.js +1 -1
  64. package/dist/esm/verdocs-field-textarea.entry.js +49 -5
  65. package/dist/esm/verdocs-field-textbox.entry.js +32 -19
  66. package/dist/esm/verdocs-status-indicator.entry.js +3 -2
  67. package/dist/esm/verdocs-template-fields_4.entry.js +4 -3
  68. package/dist/esm/verdocs-template-reminders.entry.js +37 -17
  69. package/dist/esm/verdocs-web-sdk.js +1 -1
  70. package/dist/esm-es5/loader.js +1 -1
  71. package/dist/esm-es5/verdocs-auth.entry.js +1 -1
  72. package/dist/esm-es5/verdocs-button-panel_3.entry.js +1 -1
  73. package/dist/esm-es5/verdocs-checkbox_4.entry.js +1 -1
  74. package/dist/esm-es5/verdocs-envelope-sidebar.entry.js +1 -1
  75. package/dist/esm-es5/verdocs-field-checkbox.entry.js +1 -1
  76. package/dist/esm-es5/verdocs-field-dropdown.entry.js +1 -1
  77. package/dist/esm-es5/verdocs-field-textarea.entry.js +1 -1
  78. package/dist/esm-es5/verdocs-field-textbox.entry.js +1 -1
  79. package/dist/esm-es5/verdocs-status-indicator.entry.js +1 -1
  80. package/dist/esm-es5/verdocs-template-fields_4.entry.js +1 -1
  81. package/dist/esm-es5/verdocs-template-reminders.entry.js +1 -1
  82. package/dist/esm-es5/verdocs-web-sdk.js +1 -1
  83. package/dist/types/components/embeds/verdocs-auth/verdocs-auth.d.ts +0 -2
  84. package/dist/types/components/envelopes/verdocs-status-indicator/verdocs-status-indicator.d.ts +1 -1
  85. package/dist/types/components/fields/verdocs-field-attachment/verdocs-field-attachment.d.ts +2 -1
  86. package/dist/types/components/fields/verdocs-field-checkbox/verdocs-field-checkbox.d.ts +2 -1
  87. package/dist/types/components/fields/verdocs-field-date/verdocs-field-date.d.ts +2 -1
  88. package/dist/types/components/fields/verdocs-field-dropdown/verdocs-field-dropdown.d.ts +2 -1
  89. package/dist/types/components/fields/verdocs-field-initial/verdocs-field-initial.d.ts +2 -1
  90. package/dist/types/components/fields/verdocs-field-radio-button-group/verdocs-field-radio-button.d.ts +2 -1
  91. package/dist/types/components/fields/verdocs-field-signature/verdocs-field-signature.d.ts +2 -1
  92. package/dist/types/components/fields/verdocs-field-textarea/verdocs-field-textarea.d.ts +16 -3
  93. package/dist/types/components/fields/verdocs-field-textbox/verdocs-field-textbox.d.ts +12 -3
  94. package/dist/types/components/fields/verdocs-field-timestamp/verdocs-field-timestamp.d.ts +2 -1
  95. package/dist/types/components/templates/verdocs-template-field-properties/verdocs-template-field-properties.d.ts +2 -0
  96. package/dist/types/components.d.ts +28 -57
  97. package/dist/verdocs-web-sdk/p-10444734.system.entry.js +1 -0
  98. package/dist/verdocs-web-sdk/p-1cf38cea.system.js +1 -1
  99. package/dist/verdocs-web-sdk/p-23292d40.system.entry.js +1 -0
  100. package/dist/verdocs-web-sdk/{p-cddd6ce0.entry.js → p-2631bdd9.entry.js} +1 -1
  101. package/dist/verdocs-web-sdk/{p-1f370439.system.entry.js → p-2a5b951c.system.entry.js} +1 -1
  102. package/dist/verdocs-web-sdk/{p-3c5bb0b3.entry.js → p-2cf70fcd.entry.js} +1 -1
  103. package/dist/verdocs-web-sdk/p-3601cc11.entry.js +1 -0
  104. package/dist/verdocs-web-sdk/p-48d71927.system.entry.js +1 -0
  105. package/dist/verdocs-web-sdk/{p-13cf387e.entry.js → p-4d1f3ddb.entry.js} +1 -1
  106. package/dist/verdocs-web-sdk/{p-bb085c47.system.entry.js → p-66f9132c.system.entry.js} +1 -1
  107. package/dist/verdocs-web-sdk/p-7baf2c02.system.entry.js +1 -0
  108. package/dist/verdocs-web-sdk/p-8aba7c0a.entry.js +1 -0
  109. package/dist/verdocs-web-sdk/{p-5a9d6ff0.entry.js → p-8b85f402.entry.js} +1 -1
  110. package/dist/verdocs-web-sdk/p-b18c293a.system.entry.js +1 -0
  111. package/dist/verdocs-web-sdk/p-b772cdb5.entry.js +1 -0
  112. package/dist/verdocs-web-sdk/p-b8d94f4c.system.entry.js +1 -0
  113. package/dist/verdocs-web-sdk/p-c2e75693.entry.js +1 -0
  114. package/dist/verdocs-web-sdk/p-c841a530.system.entry.js +1 -0
  115. package/dist/verdocs-web-sdk/{p-b6e9934d.entry.js → p-daf19924.entry.js} +1 -1
  116. package/dist/verdocs-web-sdk/p-e4ab3dfc.system.entry.js +1 -0
  117. package/dist/verdocs-web-sdk/p-e5f44611.entry.js +1 -0
  118. package/dist/verdocs-web-sdk/p-ebca6188.entry.js +1 -0
  119. package/dist/verdocs-web-sdk/p-f37f1ebc.system.entry.js +1 -0
  120. package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
  121. package/package.json +2 -2
  122. package/dist/cjs/verdocs-template-properties.cjs.entry.js +0 -75
  123. package/dist/collection/components/templates/verdocs-template-properties/verdocs-template-properties.css +0 -102
  124. package/dist/collection/components/templates/verdocs-template-properties/verdocs-template-properties.js +0 -177
  125. package/dist/collection/components/templates/verdocs-template-properties/verdocs-template-properties.stories.js +0 -13
  126. package/dist/components/verdocs-template-properties.d.ts +0 -11
  127. package/dist/components/verdocs-template-properties.js +0 -131
  128. package/dist/esm/verdocs-template-properties.entry.js +0 -71
  129. package/dist/esm-es5/verdocs-template-properties.entry.js +0 -1
  130. package/dist/types/components/templates/verdocs-template-properties/verdocs-template-properties.d.ts +0 -45
  131. package/dist/types/components/templates/verdocs-template-properties/verdocs-template-properties.stories.d.ts +0 -8
  132. package/dist/verdocs-web-sdk/p-0e4fe8f9.entry.js +0 -1
  133. package/dist/verdocs-web-sdk/p-1d14ae9c.entry.js +0 -1
  134. package/dist/verdocs-web-sdk/p-2265e0dd.system.entry.js +0 -1
  135. package/dist/verdocs-web-sdk/p-414f893b.entry.js +0 -1
  136. package/dist/verdocs-web-sdk/p-4157aa74.entry.js +0 -1
  137. package/dist/verdocs-web-sdk/p-4a9a3134.system.entry.js +0 -1
  138. package/dist/verdocs-web-sdk/p-6ff2005b.system.entry.js +0 -1
  139. package/dist/verdocs-web-sdk/p-73717726.system.entry.js +0 -1
  140. package/dist/verdocs-web-sdk/p-77cd3ac5.system.entry.js +0 -1
  141. package/dist/verdocs-web-sdk/p-b3a8928b.entry.js +0 -1
  142. package/dist/verdocs-web-sdk/p-b51c4ed5.system.entry.js +0 -1
  143. package/dist/verdocs-web-sdk/p-b6016e12.entry.js +0 -1
  144. package/dist/verdocs-web-sdk/p-d2bcbce0.system.entry.js +0 -1
  145. package/dist/verdocs-web-sdk/p-de3ae7a2.system.entry.js +0 -1
  146. package/dist/verdocs-web-sdk/p-e7058963.system.entry.js +0 -1
  147. package/dist/verdocs-web-sdk/p-f99b783a.entry.js +0 -1
  148. package/dist/verdocs-web-sdk/p-fee3be0c.system.entry.js +0 -1
@@ -1,4 +1,4 @@
1
- import { ITemplateField } from '@verdocs/js-sdk/Templates/Types';
1
+ import { ITemplateField, ITemplateFieldSetting } from "@verdocs/js-sdk/Templates/Types";
2
2
  import { IEnvelopeField } from '@verdocs/js-sdk/Envelopes/Types';
3
3
  import { EventEmitter } from '../../../stencil-public-runtime';
4
4
  /**
@@ -51,6 +51,7 @@ export declare class VerdocsFieldDropdown {
51
51
  */
52
52
  settingsChanged: EventEmitter<{
53
53
  fieldName: string;
54
+ settings: ITemplateFieldSetting;
54
55
  }>;
55
56
  /**
56
57
  * Event fired when the field is deleted.
@@ -1,4 +1,4 @@
1
- import { ITemplateField } from '@verdocs/js-sdk/Templates/Types';
1
+ import { ITemplateField, ITemplateFieldSetting } from "@verdocs/js-sdk/Templates/Types";
2
2
  import { IEnvelopeField } from '@verdocs/js-sdk/Envelopes/Types';
3
3
  import { EventEmitter } from '../../../stencil-public-runtime';
4
4
  /**
@@ -62,6 +62,7 @@ export declare class VerdocsFieldInitial {
62
62
  */
63
63
  settingsChanged: EventEmitter<{
64
64
  fieldName: string;
65
+ settings: ITemplateFieldSetting;
65
66
  }>;
66
67
  /**
67
68
  * Event fired on every character entered into / deleted from the field.
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../../stencil-public-runtime';
2
- import { ITemplateField } from '@verdocs/js-sdk/Templates/Types';
2
+ import { ITemplateField, ITemplateFieldSetting } from "@verdocs/js-sdk/Templates/Types";
3
3
  import { IEnvelopeField } from '@verdocs/js-sdk/Envelopes/Types';
4
4
  /**
5
5
  * Displays a radio button.
@@ -47,6 +47,7 @@ export declare class VerdocsFieldRadioButton {
47
47
  */
48
48
  settingsChanged: EventEmitter<{
49
49
  fieldName: string;
50
+ settings: ITemplateFieldSetting;
50
51
  }>;
51
52
  /**
52
53
  * Event fired when the field is deleted.
@@ -1,4 +1,4 @@
1
- import { ITemplateField } from '@verdocs/js-sdk/Templates/Types';
1
+ import { ITemplateField, ITemplateFieldSetting } from "@verdocs/js-sdk/Templates/Types";
2
2
  import { IEnvelopeField } from '@verdocs/js-sdk/Envelopes/Types';
3
3
  import { EventEmitter } from '../../../stencil-public-runtime';
4
4
  /**
@@ -56,6 +56,7 @@ export declare class VerdocsFieldSignature {
56
56
  */
57
57
  settingsChanged: EventEmitter<{
58
58
  fieldName: string;
59
+ settings: ITemplateFieldSetting;
59
60
  }>;
60
61
  /**
61
62
  * Event fired when the field is deleted.
@@ -1,11 +1,19 @@
1
- import { EventEmitter } from '../../../stencil-public-runtime';
1
+ import { VerdocsEndpoint } from '@verdocs/js-sdk';
2
2
  import { IEnvelopeField } from '@verdocs/js-sdk/Envelopes/Types';
3
- import { ITemplateField } from '@verdocs/js-sdk/Templates/Types';
3
+ import { EventEmitter } from '../../../stencil-public-runtime';
4
+ import { ITemplateField, ITemplateFieldSetting } from '@verdocs/js-sdk/Templates/Types';
4
5
  /**
5
6
  * Display a multi-line text input field.
6
7
  */
7
8
  export declare class VerdocsFieldTextarea {
8
- private el;
9
+ el: HTMLElement;
10
+ private inputEl;
11
+ /**
12
+ * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used.
13
+ * This component self-manages its resize (width) behavior when in edit-template mode, and uses
14
+ * this endpoint to save changes.
15
+ */
16
+ endpoint: VerdocsEndpoint;
9
17
  /**
10
18
  * The template the field is for/from. Only required in Builder mode, to support the Field Properties dialog.
11
19
  */
@@ -45,6 +53,7 @@ export declare class VerdocsFieldTextarea {
45
53
  */
46
54
  settingsChanged: EventEmitter<{
47
55
  fieldName: string;
56
+ settings: ITemplateFieldSetting;
48
57
  }>;
49
58
  /**
50
59
  * Event fired when the field is deleted.
@@ -54,5 +63,9 @@ export declare class VerdocsFieldTextarea {
54
63
  }>;
55
64
  showSettingsPanel(): Promise<void>;
56
65
  hideSettingsPanel(): Promise<void>;
66
+ componentDidRender(): void;
67
+ handleResizeStart(e: any): void;
68
+ handleResize(e: any): void;
69
+ handleResizeEnd(e: any): void;
57
70
  render(): any;
58
71
  }
@@ -1,5 +1,6 @@
1
- import { ITemplateField } from '@verdocs/js-sdk/Templates/Types';
1
+ import { VerdocsEndpoint } from '@verdocs/js-sdk';
2
2
  import { IEnvelopeField } from '@verdocs/js-sdk/Envelopes/Types';
3
+ import { ITemplateField, ITemplateFieldSetting } from '@verdocs/js-sdk/Templates/Types';
3
4
  import { EventEmitter } from '../../../stencil-public-runtime';
4
5
  /**
5
6
  * Display a text input field.
@@ -7,7 +8,12 @@ import { EventEmitter } from '../../../stencil-public-runtime';
7
8
  export declare class VerdocsFieldTextbox {
8
9
  el: HTMLElement;
9
10
  private inputEl;
10
- private resizeHandle;
11
+ /**
12
+ * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used.
13
+ * This component self-manages its resize (width) behavior when in edit-template mode, and uses
14
+ * this endpoint to save changes.
15
+ */
16
+ endpoint: VerdocsEndpoint;
11
17
  /**
12
18
  * The template the field is for/from. Only required in Builder mode, to support the Field Properties dialog.
13
19
  */
@@ -46,6 +52,7 @@ export declare class VerdocsFieldTextbox {
46
52
  */
47
53
  settingsChanged: EventEmitter<{
48
54
  fieldName: string;
55
+ settings: ITemplateFieldSetting;
49
56
  }>;
50
57
  /**
51
58
  * Event fired when the field is deleted.
@@ -57,6 +64,8 @@ export declare class VerdocsFieldTextbox {
57
64
  showSettingsPanel(): Promise<void>;
58
65
  hideSettingsPanel(): Promise<void>;
59
66
  componentDidRender(): void;
60
- handleResize(event: any): void;
67
+ handleResizeStart(e: any): void;
68
+ handleResize(e: any): void;
69
+ handleResizeEnd(e: any): void;
61
70
  render(): any;
62
71
  }
@@ -1,4 +1,4 @@
1
- import { ITemplateField } from '@verdocs/js-sdk/Templates/Types';
1
+ import { ITemplateField, ITemplateFieldSetting } from "@verdocs/js-sdk/Templates/Types";
2
2
  import { IEnvelopeField } from '@verdocs/js-sdk/Envelopes/Types';
3
3
  import { EventEmitter } from '../../../stencil-public-runtime';
4
4
  /**
@@ -44,6 +44,7 @@ export declare class VerdocsFieldTimestamp {
44
44
  */
45
45
  settingsChanged: EventEmitter<{
46
46
  fieldName: string;
47
+ settings: ITemplateFieldSetting;
47
48
  }>;
48
49
  /**
49
50
  * Event fired when the field is deleted.
@@ -1,4 +1,5 @@
1
1
  import { VerdocsEndpoint } from '@verdocs/js-sdk';
2
+ import { ITemplateFieldSetting } from '@verdocs/js-sdk/Templates/Types';
2
3
  import { TDocumentFieldType } from '@verdocs/js-sdk/Envelopes/Types';
3
4
  import { EventEmitter } from '../../../stencil-public-runtime';
4
5
  import { TTemplateStore } from '../../../utils/TemplateStore';
@@ -41,6 +42,7 @@ export declare class VerdocsTemplateFieldProperties {
41
42
  */
42
43
  settingsChanged: EventEmitter<{
43
44
  fieldName: string;
45
+ settings: ITemplateFieldSetting;
44
46
  }>;
45
47
  /**
46
48
  * Event fired if an error occurs. The event details will contain information about the error. Most errors will
@@ -8,7 +8,7 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { VerdocsEndpoint } from "@verdocs/js-sdk";
9
9
  import { IAuthStatus } from "./components/embeds/verdocs-auth/verdocs-auth";
10
10
  import { SDKError } from "./utils/errors";
11
- import { IRole, ITemplate, ITemplateField, TTemplateSender } from "@verdocs/js-sdk/Templates/Types";
11
+ import { IRole, ITemplate, ITemplateField, ITemplateFieldSetting, TTemplateSender } from "@verdocs/js-sdk/Templates/Types";
12
12
  import { IContactSearchEvent, IContactSelectEvent, IEmailContact, IPhoneContact } from "./components/envelopes/verdocs-contact-picker/verdocs-contact-picker";
13
13
  import { IMenuOption } from "./components/controls/verdocs-dropdown/verdocs-dropdown";
14
14
  import { IDocumentPageInfo, IPageLayer } from "./utils/Types";
@@ -529,6 +529,10 @@ export namespace Components {
529
529
  * If set, a settings icon will be displayed on hover. The settings shown allow the field's recipient and other settings to be changed, so it should typically only be enabled in the Builder.
530
530
  */
531
531
  "editable"?: boolean;
532
+ /**
533
+ * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used. This component self-manages its resize (width) behavior when in edit-template mode, and uses this endpoint to save changes.
534
+ */
535
+ "endpoint": VerdocsEndpoint;
532
536
  /**
533
537
  * The document or template field to display.
534
538
  */
@@ -566,6 +570,10 @@ export namespace Components {
566
570
  * If set, a settings icon will be displayed on hover. The settings shown allow the field's recipient and other settings to be changed, so it should typically only be enabled in the Builder.
567
571
  */
568
572
  "editable"?: boolean;
573
+ /**
574
+ * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used. This component self-manages its resize (width) behavior when in edit-template mode, and uses this endpoint to save changes.
575
+ */
576
+ "endpoint": VerdocsEndpoint;
569
577
  /**
570
578
  * The document or template field to display.
571
579
  */
@@ -959,16 +967,6 @@ export namespace Components {
959
967
  */
960
968
  "templateId": string;
961
969
  }
962
- interface VerdocsTemplateProperties {
963
- /**
964
- * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used.
965
- */
966
- "endpoint": VerdocsEndpoint;
967
- /**
968
- * The template ID to edit.
969
- */
970
- "templateId": string;
971
- }
972
970
  interface VerdocsTemplateReminders {
973
971
  /**
974
972
  * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used.
@@ -1267,10 +1265,6 @@ export interface VerdocsTemplateNameCustomEvent<T> extends CustomEvent<T> {
1267
1265
  detail: T;
1268
1266
  target: HTMLVerdocsTemplateNameElement;
1269
1267
  }
1270
- export interface VerdocsTemplatePropertiesCustomEvent<T> extends CustomEvent<T> {
1271
- detail: T;
1272
- target: HTMLVerdocsTemplatePropertiesElement;
1273
- }
1274
1268
  export interface VerdocsTemplateRemindersCustomEvent<T> extends CustomEvent<T> {
1275
1269
  detail: T;
1276
1270
  target: HTMLVerdocsTemplateRemindersElement;
@@ -1610,12 +1604,6 @@ declare global {
1610
1604
  prototype: HTMLVerdocsTemplateNameElement;
1611
1605
  new (): HTMLVerdocsTemplateNameElement;
1612
1606
  };
1613
- interface HTMLVerdocsTemplatePropertiesElement extends Components.VerdocsTemplateProperties, HTMLStencilElement {
1614
- }
1615
- var HTMLVerdocsTemplatePropertiesElement: {
1616
- prototype: HTMLVerdocsTemplatePropertiesElement;
1617
- new (): HTMLVerdocsTemplatePropertiesElement;
1618
- };
1619
1607
  interface HTMLVerdocsTemplateRemindersElement extends Components.VerdocsTemplateReminders, HTMLStencilElement {
1620
1608
  }
1621
1609
  var HTMLVerdocsTemplateRemindersElement: {
@@ -1740,7 +1728,6 @@ declare global {
1740
1728
  "verdocs-template-field-properties": HTMLVerdocsTemplateFieldPropertiesElement;
1741
1729
  "verdocs-template-fields": HTMLVerdocsTemplateFieldsElement;
1742
1730
  "verdocs-template-name": HTMLVerdocsTemplateNameElement;
1743
- "verdocs-template-properties": HTMLVerdocsTemplatePropertiesElement;
1744
1731
  "verdocs-template-reminders": HTMLVerdocsTemplateRemindersElement;
1745
1732
  "verdocs-template-role-properties": HTMLVerdocsTemplateRolePropertiesElement;
1746
1733
  "verdocs-template-roles": HTMLVerdocsTemplateRolesElement;
@@ -2029,7 +2016,7 @@ declare namespace LocalJSX {
2029
2016
  /**
2030
2017
  * Event fired when the field's settings are changed.
2031
2018
  */
2032
- "onSettingsChanged"?: (event: VerdocsFieldAttachmentCustomEvent<{fieldName: string}>) => void;
2019
+ "onSettingsChanged"?: (event: VerdocsFieldAttachmentCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2033
2020
  /**
2034
2021
  * May be used to force the field to re-render.
2035
2022
  */
@@ -2071,7 +2058,7 @@ declare namespace LocalJSX {
2071
2058
  /**
2072
2059
  * Event fired when the field's settings are changed.
2073
2060
  */
2074
- "onSettingsChanged"?: (event: VerdocsFieldCheckboxCustomEvent<{fieldName: string}>) => void;
2061
+ "onSettingsChanged"?: (event: VerdocsFieldCheckboxCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2075
2062
  /**
2076
2063
  * The index of the settings option this particular checkbox is for
2077
2064
  */
@@ -2117,7 +2104,7 @@ declare namespace LocalJSX {
2117
2104
  /**
2118
2105
  * Event fired when the field's settings are changed.
2119
2106
  */
2120
- "onSettingsChanged"?: (event: VerdocsFieldDateCustomEvent<{fieldName: string}>) => void;
2107
+ "onSettingsChanged"?: (event: VerdocsFieldDateCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2121
2108
  /**
2122
2109
  * Event fired on every character entered into / deleted from the field.
2123
2110
  */
@@ -2167,7 +2154,7 @@ declare namespace LocalJSX {
2167
2154
  /**
2168
2155
  * Event fired when the field's settings are changed.
2169
2156
  */
2170
- "onSettingsChanged"?: (event: VerdocsFieldDropdownCustomEvent<{fieldName: string}>) => void;
2157
+ "onSettingsChanged"?: (event: VerdocsFieldDropdownCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2171
2158
  /**
2172
2159
  * May be used to force the field to re-render.
2173
2160
  */
@@ -2225,7 +2212,7 @@ declare namespace LocalJSX {
2225
2212
  /**
2226
2213
  * Event fired when the field's settings are changed.
2227
2214
  */
2228
- "onSettingsChanged"?: (event: VerdocsFieldInitialCustomEvent<{fieldName: string}>) => void;
2215
+ "onSettingsChanged"?: (event: VerdocsFieldInitialCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2229
2216
  /**
2230
2217
  * Event fired on every character entered into / deleted from the field.
2231
2218
  */
@@ -2316,7 +2303,7 @@ declare namespace LocalJSX {
2316
2303
  /**
2317
2304
  * Event fired when the field's settings are changed.
2318
2305
  */
2319
- "onSettingsChanged"?: (event: VerdocsFieldRadioButtonCustomEvent<{fieldName: string}>) => void;
2306
+ "onSettingsChanged"?: (event: VerdocsFieldRadioButtonCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2320
2307
  /**
2321
2308
  * The index of the settings option this particular checkbox is for
2322
2309
  */
@@ -2370,7 +2357,7 @@ declare namespace LocalJSX {
2370
2357
  /**
2371
2358
  * Event fired when the field's settings are changed.
2372
2359
  */
2373
- "onSettingsChanged"?: (event: VerdocsFieldSignatureCustomEvent<{fieldName: string}>) => void;
2360
+ "onSettingsChanged"?: (event: VerdocsFieldSignatureCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2374
2361
  /**
2375
2362
  * Event fired on every character entered into / deleted from the field.
2376
2363
  */
@@ -2401,6 +2388,10 @@ declare namespace LocalJSX {
2401
2388
  * If set, a settings icon will be displayed on hover. The settings shown allow the field's recipient and other settings to be changed, so it should typically only be enabled in the Builder.
2402
2389
  */
2403
2390
  "editable"?: boolean;
2391
+ /**
2392
+ * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used. This component self-manages its resize (width) behavior when in edit-template mode, and uses this endpoint to save changes.
2393
+ */
2394
+ "endpoint"?: VerdocsEndpoint;
2404
2395
  /**
2405
2396
  * The document or template field to display.
2406
2397
  */
@@ -2416,7 +2407,7 @@ declare namespace LocalJSX {
2416
2407
  /**
2417
2408
  * Event fired when the field's settings are changed.
2418
2409
  */
2419
- "onSettingsChanged"?: (event: VerdocsFieldTextareaCustomEvent<{fieldName: string}>) => void;
2410
+ "onSettingsChanged"?: (event: VerdocsFieldTextareaCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2420
2411
  /**
2421
2412
  * May be used to force the field to re-render.
2422
2413
  */
@@ -2443,6 +2434,10 @@ declare namespace LocalJSX {
2443
2434
  * If set, a settings icon will be displayed on hover. The settings shown allow the field's recipient and other settings to be changed, so it should typically only be enabled in the Builder.
2444
2435
  */
2445
2436
  "editable"?: boolean;
2437
+ /**
2438
+ * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used. This component self-manages its resize (width) behavior when in edit-template mode, and uses this endpoint to save changes.
2439
+ */
2440
+ "endpoint"?: VerdocsEndpoint;
2446
2441
  /**
2447
2442
  * The document or template field to display.
2448
2443
  */
@@ -2458,7 +2453,7 @@ declare namespace LocalJSX {
2458
2453
  /**
2459
2454
  * Event fired when the field's settings are changed.
2460
2455
  */
2461
- "onSettingsChanged"?: (event: VerdocsFieldTextboxCustomEvent<{fieldName: string}>) => void;
2456
+ "onSettingsChanged"?: (event: VerdocsFieldTextboxCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2462
2457
  /**
2463
2458
  * May be used to force the field to re-render.
2464
2459
  */
@@ -2500,7 +2495,7 @@ declare namespace LocalJSX {
2500
2495
  /**
2501
2496
  * Event fired when the field's settings are changed.
2502
2497
  */
2503
- "onSettingsChanged"?: (event: VerdocsFieldTimestampCustomEvent<{fieldName: string}>) => void;
2498
+ "onSettingsChanged"?: (event: VerdocsFieldTimestampCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2504
2499
  /**
2505
2500
  * May be used to force the field to re-render.
2506
2501
  */
@@ -2958,7 +2953,7 @@ declare namespace LocalJSX {
2958
2953
  /**
2959
2954
  * Event fired when the field's settings are changed.
2960
2955
  */
2961
- "onSettingsChanged"?: (event: VerdocsTemplateFieldPropertiesCustomEvent<{fieldName: string}>) => void;
2956
+ "onSettingsChanged"?: (event: VerdocsTemplateFieldPropertiesCustomEvent<{fieldName: string; settings: ITemplateFieldSetting}>) => void;
2962
2957
  /**
2963
2958
  * The template ID to edit.
2964
2959
  */
@@ -3004,28 +2999,6 @@ declare namespace LocalJSX {
3004
2999
  */
3005
3000
  "templateId"?: string;
3006
3001
  }
3007
- interface VerdocsTemplateProperties {
3008
- /**
3009
- * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used.
3010
- */
3011
- "endpoint"?: VerdocsEndpoint;
3012
- /**
3013
- * Event fired when the step is cancelled. This is called exit to avoid conflicts with the JS-reserved "cancel" event name.
3014
- */
3015
- "onExit"?: (event: VerdocsTemplatePropertiesCustomEvent<any>) => void;
3016
- /**
3017
- * Event fired when the user completes the step.
3018
- */
3019
- "onNext"?: (event: VerdocsTemplatePropertiesCustomEvent<{name: string; sendReminders: boolean; firstReminderDays: number; reminderDays: number}>) => void;
3020
- /**
3021
- * Event fired if an error occurs. The event details will contain information about the error. Most errors will terminate the process, and the calling application should correct the condition and re-render the component.
3022
- */
3023
- "onSdkError"?: (event: VerdocsTemplatePropertiesCustomEvent<SDKError>) => void;
3024
- /**
3025
- * The template ID to edit.
3026
- */
3027
- "templateId"?: string;
3028
- }
3029
3002
  interface VerdocsTemplateReminders {
3030
3003
  /**
3031
3004
  * The endpoint to use to communicate with Verdocs. If not set, the default endpoint will be used.
@@ -3315,7 +3288,6 @@ declare namespace LocalJSX {
3315
3288
  "verdocs-template-field-properties": VerdocsTemplateFieldProperties;
3316
3289
  "verdocs-template-fields": VerdocsTemplateFields;
3317
3290
  "verdocs-template-name": VerdocsTemplateName;
3318
- "verdocs-template-properties": VerdocsTemplateProperties;
3319
3291
  "verdocs-template-reminders": VerdocsTemplateReminders;
3320
3292
  "verdocs-template-role-properties": VerdocsTemplateRoleProperties;
3321
3293
  "verdocs-template-roles": VerdocsTemplateRoles;
@@ -3385,7 +3357,6 @@ declare module "@stencil/core" {
3385
3357
  "verdocs-template-field-properties": LocalJSX.VerdocsTemplateFieldProperties & JSXBase.HTMLAttributes<HTMLVerdocsTemplateFieldPropertiesElement>;
3386
3358
  "verdocs-template-fields": LocalJSX.VerdocsTemplateFields & JSXBase.HTMLAttributes<HTMLVerdocsTemplateFieldsElement>;
3387
3359
  "verdocs-template-name": LocalJSX.VerdocsTemplateName & JSXBase.HTMLAttributes<HTMLVerdocsTemplateNameElement>;
3388
- "verdocs-template-properties": LocalJSX.VerdocsTemplateProperties & JSXBase.HTMLAttributes<HTMLVerdocsTemplatePropertiesElement>;
3389
3360
  "verdocs-template-reminders": LocalJSX.VerdocsTemplateReminders & JSXBase.HTMLAttributes<HTMLVerdocsTemplateRemindersElement>;
3390
3361
  "verdocs-template-role-properties": LocalJSX.VerdocsTemplateRoleProperties & JSXBase.HTMLAttributes<HTMLVerdocsTemplateRolePropertiesElement>;
3391
3362
  "verdocs-template-roles": LocalJSX.VerdocsTemplateRoles & JSXBase.HTMLAttributes<HTMLVerdocsTemplateRolesElement>;
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(e,t,o,i){function n(e){return e instanceof o?e:new o((function(t){t(e)}))}return new(o||(o=Promise))((function(o,r){function s(e){try{l(i.next(e))}catch(e){r(e)}}function a(e){try{l(i["throw"](e))}catch(e){r(e)}}function l(e){e.done?o(e.value):n(e.value).then(s,a)}l((i=i.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var o={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},i,n,r,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(e){return function(t){return l([e,t])}}function l(s){if(i)throw new TypeError("Generator is already executing.");while(o)try{if(i=1,n&&(r=s[0]&2?n["return"]:s[0]?n["throw"]||((r=n["return"])&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;if(n=0,r)s=[s[0]&2,r.value];switch(s[0]){case 0:case 1:r=s;break;case 4:o.label++;return{value:s[1],done:false};case 5:o.label++;n=s[1];s=[0];continue;case 7:s=o.ops.pop();o.trys.pop();continue;default:if(!(r=o.trys,r=r.length>0&&r[r.length-1])&&(s[0]===6||s[0]===2)){o=0;continue}if(s[0]===3&&(!r||s[1]>r[0]&&s[1]<r[3])){o.label=s[1];break}if(s[0]===6&&o.label<r[1]){o.label=r[1];r=s;break}if(r&&o.label<r[2]){o.label=r[2];o.ops.push(s);break}if(r[2])o.ops.pop();o.trys.pop();continue}s=t.call(e,o)}catch(e){s=[6,e];n=0}finally{i=r=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(e,t,o){if(o||arguments.length===2)for(var i=0,n=t.length,r;i<n;i++){if(r||!(i in t)){if(!r)r=Array.prototype.slice.call(t,0,i);r[i]=t[i]}}return e.concat(r||Array.prototype.slice.call(t))};System.register(["./p-934a39b4.system.js","./p-3305a941.system.js","./p-54498887.system.js","./p-b1288daf.system.js","./p-dc849a58.system.js","./p-d50523fd.system.js","./p-da31f940.system.js","./p-4cc5d833.system.js","./p-187b20b7.system.js","./p-05eb4fed.system.js","./p-4ac861c9.system.js","./p-bbee73c8.system.js","./p-973ebb54.system.js","./p-327858f0.system.js","./p-7fd7152d.system.js","./p-51a3ea62.system.js","./p-b4d11d90.system.js"],(function(e){"use strict";var t,o,i,n,r,s,a,l,d,c,p,u,h,v,m,f,g,x,b,w,y,E;return{setters:[function(e){t=e.r;o=e.c;i=e.h;n=e.H;r=e.F;s=e.a},function(e){a=e.i},function(){},function(e){l=e.u;d=e.c},function(e){c=e.V;p=e.T},function(e){u=e.i},function(e){h=e.a;v=e.r;m=e.e;f=e.f;g=e.h},function(e){x=e.g;b=e.a},function(e){w=e.S},function(e){y=e.g},function(e){E=e.u},function(){},function(){},function(){},function(){},function(){},function(){}],execute:function(){var q;var k=function(e,t,o){return e.api.post("/templates/".concat(t,"/roles"),o).then((function(e){return e.data}))};var R=function(e,t,o,i){return e.api.put("/templates/".concat(t,"/roles/").concat(o),i).then((function(e){return e.data}))};var _=function(e,t,o){return e.api.delete("/templates/".concat(t,"/roles/").concat(o)).then((function(e){return e.data}))};var C="verdocs-template-fields{font-family:\"Inter\", -apple-system, \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", sans-serif;position:relative;display:block;min-height:600px}verdocs-template-fields .page-0{padding:65px 15px 0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}verdocs-template-fields .page-0 .user-placed-fields{height:100px;position:relative;background:#ffffff;-webkit-box-shadow:0 0 10px 5px #0000000f;box-shadow:0 0 10px 5px #0000000f}verdocs-template-fields .page-0 .user-placed-fields .title{top:0;left:0;color:#ffffff;font-size:12px;padding:3px 6px;font-weight:bold;position:absolute;background:#46497d}verdocs-template-fields .pages{display:-ms-flexbox;display:flex;padding:15px;row-gap:15px;min-height:200px;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column}verdocs-template-fields .pages div,verdocs-template-fields .pages canvas{-webkit-box-sizing:border-box;box-sizing:border-box}verdocs-template-fields #verdocs-template-fields-toolbar{height:50px;display:-ms-flexbox;display:flex;-ms-flex:0 0 50px;flex:0 0 50px;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;font-weight:700;padding:0 20px 0 0;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;color:#f5f5fa;-ms-flex-pack:center;justify-content:center;background:#46497d}verdocs-template-fields #verdocs-template-fields-toolbar>verdocs-select-input{margin:0}verdocs-template-fields #verdocs-template-fields-toolbar svg{width:24px;height:24px}verdocs-template-fields #verdocs-template-fields-toolbar .add-for{margin:0;font-weight:500;color:#f5f5fa}verdocs-template-fields #verdocs-template-fields-toolbar verdocs-select-input{margin:0 20px 0 0}verdocs-template-fields.placing-attachment{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m10.55 16.55 7.275-7.275L16.05 7.5l-5.5 5.45-2.675-2.65L6.1 12.075Zm-5.375 4.925q-1.125 0-1.887-.763-.763-.762-.763-1.887V5.175q0-1.125.763-1.888.762-.762 1.887-.762h13.65q1.125 0 1.888.762.762.763.762 1.888v13.65q0 1.125-.762 1.887-.763.763-1.888.763Zm0-2.65h13.65V5.175H5.175v13.65Zm0-13.65v13.65-13.65Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-checkbox_group{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m10.55 16.55 7.275-7.275L16.05 7.5l-5.5 5.45-2.675-2.65L6.1 12.075Zm-5.375 4.925q-1.125 0-1.887-.763-.763-.762-.763-1.887V5.175q0-1.125.763-1.888.762-.762 1.887-.762h13.65q1.125 0 1.888.762.762.763.762 1.888v13.65q0 1.125-.762 1.887-.763.763-1.888.763Zm0-2.65h13.65V5.175H5.175v13.65Zm0-13.65v13.65-13.65Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-date{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath fill='%23000000' d='M7.6 13.925q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375Zm4.4 0q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375Zm4.4 0q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375ZM5.3 22.85q-1.325 0-2.238-.912-.912-.913-.912-2.238V6.3q0-1.325.912-2.238.913-.912 2.238-.912H6v-2h2.575v2h6.85v-2H18v2h.7q1.325 0 2.238.912.912.913.912 2.238v13.4q0 1.325-.912 2.238-.913.912-2.238.912Zm0-3.15h13.4V10H5.3v9.7ZM5.3 8h13.4V6.3H5.3Zm0 0V6.3 8Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-dropdown{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' d='M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0l-3.75-3.75M17.25 21L21 17.25' /%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-initial{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M6.225 20.775V7h-5V3.225H15V7h-5v13.775Zm9.775 0v-8h-3V9h9.775v3.775h-3v8Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-payment{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m10.55 16.55 7.275-7.275L16.05 7.5l-5.5 5.45-2.675-2.65L6.1 12.075Zm-5.375 4.925q-1.125 0-1.887-.763-.763-.762-.763-1.887V5.175q0-1.125.763-1.888.762-.762 1.887-.762h13.65q1.125 0 1.888.762.762.763.762 1.888v13.65q0 1.125-.762 1.887-.763.763-1.888.763Zm0-2.65h13.65V5.175H5.175v13.65Zm0-13.65v13.65-13.65Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-radio_button_group{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M12 17q2.075 0 3.538-1.463Q17 14.075 17 12t-1.462-3.538Q14.075 7 12 7 9.925 7 8.463 8.462 7 9.925 7 12q0 2.075 1.463 3.537Q9.925 17 12 17Zm0 5.85q-2.275 0-4.25-.85t-3.438-2.312Q2.85 18.225 2 16.25q-.85-1.975-.85-4.25T2 7.75q.85-1.975 2.312-3.438Q5.775 2.85 7.75 2q1.975-.85 4.25-.85t4.25.85q1.975.85 3.438 2.312Q21.15 5.775 22 7.75q.85 1.975.85 4.25T22 16.25q-.85 1.975-2.312 3.438Q18.225 21.15 16.25 22q-1.975.85-4.25.85Zm0-3.15q3.25 0 5.475-2.225Q19.7 15.25 19.7 12q0-3.25-2.225-5.475Q15.25 4.3 12 4.3q-3.25 0-5.475 2.225Q4.3 8.75 4.3 12q0 3.25 2.225 5.475Q8.75 19.7 12 19.7Zm0-7.7Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-signature{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m9.225 21.225 4.65-4.65h8.45v4.65Zm-5.35-2.2H5.05l8.5-8.5-1.175-1.175-8.5 8.5Zm14.25-9.95L13.8 4.8l1.325-1.325q.625-.65 1.525-.663.9-.012 1.6.663l1.225 1.175q.675.675.663 1.562-.013.888-.663 1.513ZM16.7 10.55 6 21.225H1.675V16.9L12.35 6.225Zm-3.725-.625-.6-.575 1.175 1.175Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-textarea{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M3.225 20.725v-3.15h11.55v3.15Zm0-4.775V12.8h17.55v3.15Zm0-4.75V8.05h17.55v3.15Zm0-4.775v-3.15h17.55v3.15Z'/%3E%3C/svg%3E\") 16 16, pointer}verdocs-template-fields.placing-textbox{cursor:url(\"data:image/svg+xml,%3Csvg width='32' height='15' viewBox='0 0 32 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1401_24' fill='white'%3E%3Cpath d='M0 0H32V15H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0H32V15H0V0Z' fill='%234C56CB' fill-opacity='0.1'/%3E%3Cpath d='M0 0V-1H-1V0H0ZM0 15H-1V16H0V15ZM0 1H32V-1H0V1ZM32 14H0V16H32V14ZM1 15V0H-1V15H1Z' fill='%234C56CB' mask='url(%23path-1-inside-1_1401_24)'/%3E%3Cpath d='M3 11.8V8.65H14.15V11.8H3ZM3 6.65V3.5H20.15V6.65H3Z' fill='%234C56CB'/%3E%3Cline x1='31.5' y1='1' x2='31.5' y2='14' stroke='%234C56CB' stroke-opacity='0.32' stroke-dasharray='1 1'/%3E%3C/svg%3E%0A\") 0 14, pointer}verdocs-template-fields.placing-timestamp{cursor:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath fill='%23000000' d='M9 1h6v2H9zm10.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM13 14h-2V8h2v6z'%3E%3C/path%3E%3C/svg%3E\") 16 16, pointer}";var I='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M3.425 16.15V13h11.15v3.15Zm0-5.15V7.85h17.15V11Z"/></svg>';var M='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M3.225 20.725v-3.15h11.55v3.15Zm0-4.775V12.8h17.55v3.15Zm0-4.75V8.05h17.55v3.15Zm0-4.775v-3.15h17.55v3.15Z"/></svg>';var S='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="m10.55 16.55 7.275-7.275L16.05 7.5l-5.5 5.45-2.675-2.65L6.1 12.075Zm-5.375 4.925q-1.125 0-1.887-.763-.763-.762-.763-1.887V5.175q0-1.125.763-1.888.762-.762 1.887-.762h13.65q1.125 0 1.888.762.762.763.762 1.888v13.65q0 1.125-.762 1.887-.763.763-1.888.763Zm0-2.65h13.65V5.175H5.175v13.65Zm0-13.65v13.65-13.65Z"/></svg>';var A='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M12 17q2.075 0 3.538-1.463Q17 14.075 17 12t-1.462-3.538Q14.075 7 12 7 9.925 7 8.463 8.462 7 9.925 7 12q0 2.075 1.463 3.537Q9.925 17 12 17Zm0 5.85q-2.275 0-4.25-.85t-3.438-2.312Q2.85 18.225 2 16.25q-.85-1.975-.85-4.25T2 7.75q.85-1.975 2.312-3.438Q5.775 2.85 7.75 2q1.975-.85 4.25-.85t4.25.85q1.975.85 3.438 2.312Q21.15 5.775 22 7.75q.85 1.975.85 4.25T22 16.25q-.85 1.975-2.312 3.438Q18.225 21.15 16.25 22q-1.975.85-4.25.85Zm0-3.15q3.25 0 5.475-2.225Q19.7 15.25 19.7 12q0-3.25-2.225-5.475Q15.25 4.3 12 4.3q-3.25 0-5.475 2.225Q4.3 8.75 4.3 12q0 3.25 2.225 5.475Q8.75 19.7 12 19.7Zm0-7.7Z"/></svg>';var L='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M7.6 13.925q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375Zm4.4 0q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375Zm4.4 0q-.55 0-.925-.375t-.375-.925q0-.55.375-.937.375-.388.925-.388t.925.388q.375.387.375.937t-.375.925q-.375.375-.925.375ZM5.3 22.85q-1.325 0-2.238-.912-.912-.913-.912-2.238V6.3q0-1.325.912-2.238.913-.912 2.238-.912H6v-2h2.575v2h6.85v-2H18v2h.7q1.325 0 2.238.912.912.913.912 2.238v13.4q0 1.325-.912 2.238-.913.912-2.238.912Zm0-3.15h13.4V10H5.3v9.7ZM5.3 8h13.4V6.3H5.3Zm0 0V6.3 8Z"/></svg>';var Z='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="m9.225 21.225 4.65-4.65h8.45v4.65Zm-5.35-2.2H5.05l8.5-8.5-1.175-1.175-8.5 8.5Zm14.25-9.95L13.8 4.8l1.325-1.325q.625-.65 1.525-.663.9-.012 1.6.663l1.225 1.175q.675.675.663 1.562-.013.888-.663 1.513ZM16.7 10.55 6 21.225H1.675V16.9L12.35 6.225Zm-3.725-.625-.6-.575 1.175 1.175Z"/></svg>';var N='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M6.225 20.775V7h-5V3.225H15V7h-5v13.775Zm9.775 0v-8h-3V9h9.775v3.775h-3v8Z"/></svg>';var z='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path fill="#ffffff" d="M9 1h6v2H9zm10.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM13 14h-2V8h2v6z"></path></svg>';var T='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" stroke-width="1.5" stroke="currentColor"><path stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0l-3.75-3.75M17.25 21L21 17.25" /></svg>';var H='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.707 14.707"><g><rect x="6.275" y="0" fill="#ffffff7f" width="1" height="15"/></g></svg>';var V=[{id:"signature",tooltip:"Signature",icon:Z},{id:"initial",tooltip:"Initials",icon:N},{id:"sep1",tooltip:"",icon:H},{id:"textbox",tooltip:"Text Box",icon:I},{id:"textarea",tooltip:"Text Area",icon:M},{id:"checkbox_group",tooltip:"Check Box",icon:S},{id:"radio_button_group",tooltip:"Radio Button",icon:A},{id:"dropdown",tooltip:"Dropdown",icon:T},{id:"sep2",tooltip:"",icon:H},{id:"date",tooltip:"Date",icon:L},{id:"timestamp",tooltip:"Timestamp",icon:z}];var D=e("verdocs_template_fields",function(){function e(e){t(this,e);this.sdkError=o(this,"sdkError",7);this.templateUpdated=o(this,"templateUpdated",7);this.pageHeights={};this.store=null;this.cachedPageInfo={};this.endpoint=c.getDefault();this.templateId=null;this.toolbarTargetId=null;this.placing=null;this.showMustSelectRole=false;this.selectedRoleName="";this.rerender=1}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,o,i,n,r,s,a,l;return __generator(this,(function(d){switch(d.label){case 0:d.trys.push([0,2,,3]);this.endpoint.loadSession();if(!this.templateId){console.log("[FIELDS] Missing required template ID ".concat(this.templateId));return[2]}if(!this.endpoint.session){console.log("[FIELDS] Unable to start builder session, must be authenticated");return[2]}a=this;return[4,x(this.endpoint,this.templateId,true)];case 1:a.store=d.sent();console.log("[FIELDS] Loaded template ".concat(this.templateId),this.store.state);this.selectedRoleName=((i=(o=(t=(e=this.store)===null||e===void 0?void 0:e.state)===null||t===void 0?void 0:t.roles)===null||o===void 0?void 0:o[0])===null||i===void 0?void 0:i.name)||"";console.log("[FIELDS] Starting with role",this.selectedRoleName);return[3,3];case 2:l=d.sent();console.log("[FIELDS] Error with preview session",l);(n=this.sdkError)===null||n===void 0?void 0:n.emit(new w(l.message,(r=l.response)===null||r===void 0?void 0:r.status,(s=l.response)===null||s===void 0?void 0:s.data));return[3,3];case 3:return[2]}}))}))};e.prototype.componentDidRender=function(){a.dynamicDrop(true);var e=this.toolbarTargetId?document.getElementById(this.toolbarTargetId):null;var t=document.getElementById("verdocs-template-fields-toolbar");if(e&&t){console.log("[FIELDS] Moving toolbar");t.remove();e.append(t)}};e.prototype.componentWillUpdate=function(){var e=this;var t,o,i,n,r,s;if(!this.selectedRoleName||!(((o=(t=this.store)===null||t===void 0?void 0:t.state)===null||o===void 0?void 0:o.roles)||[]).find((function(t){return t.name===e.selectedRoleName}))){this.selectedRoleName=((s=(r=(n=(i=this.store)===null||i===void 0?void 0:i.state)===null||n===void 0?void 0:n.roles)===null||r===void 0?void 0:r[0])===null||s===void 0?void 0:s.name)||"";console.log("[FIELDS] Selected new role",this.selectedRoleName)}};e.prototype.handleKeyDown=function(e){if(e.key==="Escape"){this.placing=null}};e.prototype.handleFieldChange=function(e,t,o){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(i){console.log("[FIELDS] handleFieldChange",e,t,o);this.rerender++;return[2]}))}))};e.prototype.attachFieldAttributes=function(e,t,o,i){var n=this;i.addEventListener("input",(function(e){return n.handleFieldChange(t,e)}));i.addEventListener("settingsChanged",(function(r){var s,a,l,d;console.log("[FIELDS] settingsChanged",r.detail);Object.assign(t.setting,r.detail.settings);n.selectedRoleName=t.role_name;i.setAttribute("roleindex",h(b(n.store),t.role_name));i.field=(a=(s=n.store)===null||s===void 0?void 0:s.state)===null||a===void 0?void 0:a.fields.find((function(e){return e.name===t.name}));n.rerender++;i.setAttribute("rerender",n.rerender);(l=n.templateUpdated)===null||l===void 0?void 0:l.emit({endpoint:n.endpoint,template:(d=n.store)===null||d===void 0?void 0:d.state,event:"updated-field"});console.log("[FIELDS] Re-rendering field",t.name,e.pageNumber);n.reRenderField(t,e.pageNumber);var c=v(t,e,o,{disabled:true,editable:true,draggable:true});if(!c){return}}));i.addEventListener("deleted",(function(){var e,o;console.log("deleted",n,t);i.remove();n.rerender++;(e=n.templateUpdated)===null||e===void 0?void 0:e.emit({endpoint:n.endpoint,template:(o=n.store)===null||o===void 0?void 0:o.state,event:"updated-field"})}));i.setAttribute("templateid",this.templateId);i.setAttribute("roleindex",o);i.setAttribute("pageNumber",e.pageNumber);i.setAttribute("xScale",e.xScale);i.setAttribute("yScale",e.yScale);i.setAttribute("name",t.name)};e.prototype.handlePageRendered=function(e){var t=this;var o;var i=e.detail;console.log("[FIELDS] Page rendered",i.pageNumber,i);this.cachedPageInfo[i.pageNumber]=i;this.pageHeights[i.pageNumber]=i.naturalHeight;var n=(o=this.store)===null||o===void 0?void 0:o.state.fields.filter((function(e){return e.page_sequence===i.pageNumber}));n.forEach((function(e){return t.reRenderField(e,i.pageNumber)}))};e.prototype.reRenderField=function(e,t){var o=this;var i=this.cachedPageInfo[t];var n=h(b(this.store),e.role_name);var r=v(e,i,n,{disabled:true,editable:true,draggable:true});if(!r){return}if(Array.isArray(r)){r.forEach((function(t){o.attachFieldAttributes(i,e,n,t);a(t).draggable({listeners:{start:function(e){console.log("[FIELDS] Drag started",e.type,e.target)},move:function(e){var t=+(e.target.getAttribute("posX")||0);var o=+(e.target.getAttribute("posY")||0);var i=+(e.target.getAttribute("xScale")||1);var n=+(e.target.getAttribute("yScale")||1);var r=e.dx/i+t;var s=e.dy/n+o;e.target.setAttribute("posX",r);e.target.setAttribute("posy",s);m(e.target,"translate","".concat(r,"px, ").concat(s,"px"))},end:o.handleMoveField.bind(o)}})}))}else{this.attachFieldAttributes(i,e,n,r);a(r).draggable({listeners:{start:function(e){console.log("[FIELDS] Drag started",e.type,e.target)},move:function(e){var t=+(e.target.getAttribute("posX")||0);var o=+(e.target.getAttribute("posY")||0);var i=+(e.target.getAttribute("xScale")||1);var n=+(e.target.getAttribute("yScale")||1);var r=e.dx/i+t;var s=e.dy/n+o;e.target.setAttribute("posX",r);e.target.setAttribute("posy",s);m(e.target,"translate","".concat(r,"px, ").concat(s,"px"))},end:this.handleMoveField.bind(this)}})}};e.prototype.handleMoveField=function(e){return __awaiter(this,void 0,void 0,(function(){var t,o,i,n,r,s,a,d,c,p,u,h,v,m,f,g,x,b,w,y,E;return __generator(this,(function(q){switch(q.label){case 0:o=e.target.getAttribute("pageNumber");i=this.cachedPageInfo[o],n=i.naturalWidth,r=n===void 0?612:n,s=i.naturalHeight,a=s===void 0?792:s,d=i.renderedHeight,c=d===void 0?792:d;console.log("[FIELDS] Drag ended",o,e.target);p=e.target.getBoundingClientRect();u=e.target.parentElement;h=u.getBoundingClientRect();v=Math.max(p.left-h.left,0);m=Math.max(c-(h.bottom-p.bottom),0);f=this.viewCoordinatesToPageCoordinates(v,m,o,r-e.rect.width,a-e.rect.height),g=f.x,x=f.y;b=e.target.getAttribute("name");w=+(e.target.getAttribute("option")||"0");y=(t=this.store)===null||t===void 0?void 0:t.state.fields.find((function(e){return e.name===b}));console.log("Will update",b,w,y);if(!y)return[3,2];switch(y.type){case"attachment":case"payment":case"initial":case"signature":case"date":case"dropdown":case"textarea":case"textbox":case"timestamp":y.setting.x=g;y.setting.y=x;break;case"checkbox_group":case"radio_button_group":{E=y.setting.options[w];if(E){E.x=g;E.y=x}}break}return[4,l(this.endpoint,this.templateId,b,y)];case 1:q.sent();this.handlePageRendered({detail:this.cachedPageInfo[o]});q.label=2;case 2:return[2]}}))}))};e.prototype.generateFieldName=function(e,t){var o,i;var n=1;var r;do{r="".concat(e,"P").concat(t,"-").concat(n);console.log("testing field",r);n++}while((o=this.store)===null||o===void 0?void 0:o.state.fields.some((function(e){return e.name===r})));console.log("Will use field name",this,r,(i=this.store)===null||i===void 0?void 0:i.state.fields);return r};e.prototype.viewCoordinatesToPageCoordinates=function(e,t,o,i,n){var r=this.cachedPageInfo[o],s=r.xScale,a=s===void 0?1:s,l=r.yScale,d=l===void 0?1:l,c=r.renderedHeight,p=c===void 0?792:c;var u=Math.floor(Math.min(e/a,i));var h=Math.floor(Math.min(Math.max(p-t,0)/d,n));return{x:u,y:h}};e.prototype.handleClickPage=function(e,t){return __awaiter(this,void 0,void 0,(function(){var o,i,n,r,s,a,l,c,p,u,h,v,m,x,b,w,y;return __generator(this,(function(E){switch(E.label){case 0:if(!this.placing)return[3,2];console.log("Placing field",this,this.selectedRoleName,this.placing,t,e.offsetX,e.offsetY);r=e.offsetX;s=e.offsetY;a=f(this.placing);l=g(this.placing);c=this.cachedPageInfo[t];p=c.naturalWidth,u=p===void 0?612:p,h=c.naturalHeight,v=h===void 0?792:h;m=this.viewCoordinatesToPageCoordinates(r,s,t,u-a,v-l);x=Math.floor(m.x);b=Math.floor(m.y);w={name:this.generateFieldName(this.placing,t),role_name:this.selectedRoleName,template_id:this.templateId,document_id:c.documentId,type:this.placing,required:true,page_sequence:t,validator:null,setting:{x:x,y:b},x:x,y:b,tabindex:0,width:a,height:l};switch(w.type){case"attachment":case"payment":w.setting={x:x,y:b};break;case"initial":case"signature":w.setting={x:x,y:b,result:""};break;case"checkbox_group":w.setting={minimum_checked:0,maximum_checked:1e3,options:[{id:"".concat(w.name,"-1"),value:"Option 1",checked:false,x:x,y:b}]};break;case"date":w.setting={x:x,y:b,width:a,height:l,result:""};break;case"dropdown":w.required=false;w.setting={x:x,y:b,width:a,height:l,value:null,placeholder:"Choose",options:[{id:"option-1",value:"Option 1"}]};break;case"radio_button_group":w.setting={options:[{id:"".concat(w.name,"-1"),value:"Option 1",selected:false,x:x,y:b}]};break;case"textarea":case"textbox":w.setting={x:x,y:b,width:a,height:l,result:"",leading:0,alignment:0,upperCase:false};break;case"timestamp":w.setting={x:x,y:b,width:a,height:l};break}if(w.type==="textarea"){w.setting.leading=16;w.type="textbox"}return[4,d(this.endpoint,this.templateId,w)];case 1:y=E.sent();console.log("Saved field",y);if(this.store.state){this.store.state.fields=__spreadArray(__spreadArray([],(o=this.store)===null||o===void 0?void 0:o.state.fields,true),[y],false)}this.placing=null;(i=this.templateUpdated)===null||i===void 0?void 0:i.emit({endpoint:this.endpoint,template:(n=this.store)===null||n===void 0?void 0:n.state,event:"added-field"});this.handlePageRendered({detail:this.cachedPageInfo[t]});E.label=2;case 2:return[2]}}))}))};e.prototype.render=function(){var e;var t=this;var o,r,s,a,l,d,c,p;console.log("[FIELDS] Rendering",this.selectedRoleName);if(!this.endpoint.session){return i(n,null,i("verdocs-component-error",{message:"You must be authenticated to use this module."}))}if(!((o=this.store)===null||o===void 0?void 0:o.state.isLoaded)){return i(n,null,i("verdocs-loader",null))}var h=(s=(r=this.store)===null||r===void 0?void 0:r.state)===null||s===void 0?void 0:s.roles.map((function(e){return{value:e.name,label:e.name}}));return i(n,{class:this.placing?(e={},e["placing-".concat(this.placing)]=true,e):{},"data-r":this.rerender,onSubmit:function(){console.log("onSubmit")}},i("div",{id:"verdocs-template-fields-toolbar"},i("div",{class:"add-for"},"Add field:"),i("verdocs-select-input",{value:this.selectedRoleName,options:h,onInput:function(e){return t.selectedRoleName=e.target.value}}),V.map((function(e){return i("verdocs-toolbar-icon",{text:e.tooltip,icon:e.icon,onClick:function(){if(e.tooltip){if(t.selectedRoleName){t.placing=e.id}else{t.showMustSelectRole=true}}}})}))),i("div",{class:"pages"},(((l=(a=this.store)===null||a===void 0?void 0:a.state)===null||l===void 0?void 0:l.template_documents)||[]).map((function(e){var o=u(1,e.page_numbers);return o.map((function(o){return i("verdocs-template-document-page",{templateId:t.templateId,documentId:e.id,pageNumber:o,virtualWidth:612,virtualHeight:792,onClick:function(e){return t.handleClickPage(e,o)},onPageRendered:function(e){return t.handlePageRendered(e)},layers:[{name:"page",type:"canvas"},{name:"controls",type:"div"}]})}))}))),this.showMustSelectRole&&i("verdocs-ok-dialog",{heading:"Unable to add field",message:((p=(c=(d=this.store)===null||d===void 0?void 0:d.state)===null||c===void 0?void 0:c.roles)===null||p===void 0?void 0:p.length)>0?"Please select a role before adding fields.":"Please add at least one role before adding fields.",onNext:function(){return t.showMustSelectRole=false}}))};return e}());D.style=C;var O='verdocs-template-role-properties{font-family:"Inter", "Barlow", sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}verdocs-template-role-properties div{-webkit-box-sizing:border-box;box-sizing:border-box}verdocs-template-role-properties .background-overlay{position:fixed;z-index:10000;top:0;left:0;right:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#0000007f}verdocs-template-role-properties .dialog{width:340px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:4px;overflow:hidden;background:#ffffff;padding:16px;-webkit-box-shadow:3px 3px 5px 1px rgba(40, 40, 40, 0.4);box-shadow:3px 3px 5px 1px rgba(40, 40, 40, 0.4)}verdocs-template-role-properties .heading{display:-ms-flexbox;display:flex;font-size:20px;font-weight:500;-ms-flex-direction:row;flex-direction:row}verdocs-template-role-properties .buttons{display:-ms-flexbox;display:flex;margin-top:10px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end}verdocs-template-role-properties .buttons verdocs-button{margin-left:16px}verdocs-template-role-properties form .row{display:-ms-flexbox;display:flex;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;margin:0 0 10px 0;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}verdocs-template-role-properties form .row .input-label{display:block;color:#555570;font-weight:700;font-size:14px;margin:0 0 4px 0;-ms-flex:0 0 100px;flex:0 0 100px}verdocs-template-role-properties verdocs-select-input{-ms-flex:1;flex:1;margin:0}verdocs-template-role-properties verdocs-text-input{margin:0 0 10px 0}verdocs-template-role-properties verdocs-text-input label{margin:0;display:-ms-flexbox;display:flex;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}verdocs-template-role-properties verdocs-text-input .input-label{-ms-flex:0 0 100px;flex:0 0 100px}verdocs-template-role-properties verdocs-text-input input{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex}verdocs-template-role-properties verdocs-text-input verdocs-text-input{margin:0}verdocs-template-role-properties .checkbox-wrapper{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex}verdocs-template-role-properties .delete-button{height:34px;display:-ms-flexbox;display:flex;padding:0 6px;cursor:pointer;background:none;border-radius:4px;-ms-flex-align:center;align-items:center;border:1px solid #999;-ms-flex-pack:center;justify-content:center}verdocs-template-role-properties .delete-button svg{width:24px;height:24px}verdocs-template-role-properties .delete-button:active{background:#f3f3f3}';var P='<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#a50021"><path stroke-linecap="round" stroke-linejoin="round" d="M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0" /></svg>';var F=e("verdocs_template_role_properties",function(){function e(e){t(this,e);this.close=o(this,"close",7);this.delete=o(this,"delete",7);this.sdkError=o(this,"sdkError",7);this.store=null;this.endpoint=c.getDefault();this.templateId="";this.roleName="";this.sender=p.EVERYONE;this.dirty=false;this.saving=false;this.name="";this.type="signer";this.fullName="";this.email="";this.phone="";this.allowDelegation=false}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,o,i,n,r,s,a;var l=this;return __generator(this,(function(d){switch(d.label){case 0:d.trys.push([0,2,,3]);this.endpoint.loadSession();if(!this.templateId){console.log("[ROLE_PROPERTIES] Missing required template ID ".concat(this.templateId));return[2]}if(!this.endpoint.session){console.log("[ROLE_PROPERTIES] Unable to start builder session, must be authenticated");return[2]}r=this;return[4,x(this.endpoint,this.templateId,false)];case 1:r.store=d.sent();s=(t=(e=this.store)===null||e===void 0?void 0:e.state)===null||t===void 0?void 0:t.roles.find((function(e){return e.name===l.roleName}));if(s){this.name=s.name;this.type=s.type;this.fullName=s.full_name;this.email=s.email;this.phone=s.phone;this.allowDelegation=s.delegator;console.log("[ROLES] Editing role",s)}return[3,3];case 2:a=d.sent();console.log("[TEMPLATE ROLE PROPERTIES] Error with preview session",a);(o=this.sdkError)===null||o===void 0?void 0:o.emit(new w(a.message,(i=a.response)===null||i===void 0?void 0:i.status,(n=a.response)===null||n===void 0?void 0:n.data));return[3,3];case 3:return[2]}}))}))};e.prototype.handleCancel=function(e){var t,o,i;e.stopPropagation();this.name=(o=(t=this.store)===null||t===void 0?void 0:t.state)===null||o===void 0?void 0:o.name;this.dirty=false;(i=this.close)===null||i===void 0?void 0:i.emit()};e.prototype.handleSave=function(e){return __awaiter(this,void 0,void 0,(function(){var t=this;return __generator(this,(function(o){e.stopPropagation();this.saving=true;R(this.endpoint,this.templateId,this.roleName,{name:this.name,type:this.type,full_name:this.fullName,email:this.email,phone:this.phone,delegator:this.allowDelegation}).then((function(e){return __awaiter(t,void 0,void 0,(function(){var t,o;return __generator(this,(function(i){switch(i.label){case 0:console.log("[ROLE_PROPERTIES] Update result",e);this.saving=false;this.dirty=false;o=this;return[4,x(this.endpoint,this.templateId,true)];case 1:o.store=i.sent();(t=this.close)===null||t===void 0?void 0:t.emit();return[2]}}))}))})).catch((function(e){console.log("Update error",e);t.saving=false}));return[2]}))}))};e.prototype.handleDelete=function(e){return __awaiter(this,void 0,void 0,(function(){var t=this;return __generator(this,(function(o){e.stopPropagation();if(window.confirm("Are you sure you wish to remove this role? All associated fields will be removed as well. This action cannot be undone.")){_(this.endpoint,this.templateId,this.roleName).then((function(e){var o;console.log("Role deleted",e);t.store.state.roles=__spreadArray([],t.store.state.roles.filter((function(e){return e.name!==t.roleName})),true);(o=t.delete)===null||o===void 0?void 0:o.emit({templateId:t.templateId,roleName:t.roleName})})).catch((function(e){console.log("Deletion error",e)}))}return[2]}))}))};e.prototype.render=function(){var e=this;var t=(this.store.state.fields||[]).findIndex((function(t){return t.role_name===e.roleName}))!==-1;return i(n,null,i("div",{class:"background-overlay",onClick:function(t){return e.handleCancel(t)}},i("div",{class:"dialog"},i("form",{onSubmit:function(e){return e.preventDefault()},onClick:function(e){return e.stopPropagation()},autocomplete:"off"},i("verdocs-text-input",{id:"verdocs-recipient-name",label:"Role Name",value:this.name,autocomplete:"off",disabled:t,helpText:t?"This role has fields assigned and can no longer be renamed.":"A unique name to identify the role in the workflow. Submitted data will also be tagged with this value.",placeholder:"Template Name...",onInput:function(t){e.name=t.target.value;e.dirty=true}}),i("div",{class:"row"},i("div",{class:"input-label"},"Type:"),i("verdocs-select-input",{value:this.type,options:[{label:"Signer",value:"signer"},{label:"CC",value:"cc"},{label:"Approver",value:"approver"}],onInput:function(t){e.type=t.target.value;e.dirty=true}}),i("verdocs-help-icon",{text:"Most participants are Signers. CC roles are notified when documents are signed, but have no other actions. Approvers get notified when signing is completed to perform a final review."})),i("verdocs-text-input",{id:"verdocs-recipient-email",label:"Full Name",value:this.fullName,autocomplete:"off",helpText:"The recipient's full name, if it will always stay the same. Leave blank to supply this value later, when each new envelope is created from the template.",placeholder:"Full Name...",onInput:function(t){e.fullName=t.target.value;e.dirty=true}}),i("verdocs-text-input",{id:"verdocs-recipient-email",label:"Email",value:this.email,autocomplete:"off",helpText:"The recipient's email address, if it will always stay the same. Leave blank to supply this value later, when each new envelope is created from the template.",placeholder:"Email Address...",onInput:function(t){e.email=t.target.value;e.dirty=true}}),i("verdocs-text-input",{id:"verdocs-recipient-phone",label:"Phone",value:this.phone,autocomplete:"off",helpText:"The recipient's phone number, if it will always stay the same. Leave blank to supply this value later, when each new envelope is created from the template.",placeholder:"Phone Number...",onInput:function(t){e.phone=t.target.value;e.dirty=true}}),i("div",{class:"row"},i("div",{class:"input-label"},"May Delegate:"),i("div",{class:"checkbox-wrapper"},i("verdocs-checkbox",{checked:this.allowDelegation,onInput:function(t){e.allowDelegation=t.target.checked;e.dirty=true}})),i("verdocs-help-icon",{text:"If enabled, this recipient may delegate their actions to another individual."})),i("div",{class:"buttons"},i("button",{class:"delete-button",disabled:this.dirty,onClick:function(t){return e.handleDelete(t)},innerHTML:P}),i("div",{style:{flex:"1"}}),i("verdocs-button",{size:"small",variant:"outline",label:"Cancel",disabled:!this.dirty,onClick:function(t){return e.handleCancel(t)}}),i("verdocs-button",{size:"small",label:"Save",disabled:!this.dirty,onClick:function(t){return e.handleSave(t)}}))))))};return e}());F.style=O;var j='verdocs-template-roles{display:block;min-width:400px;font-family:"Inter", -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif}verdocs-template-roles>form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#ffffff;padding:12px}verdocs-template-roles>form h5{font-size:16px;font-weight:bold;color:#4c56cb;margin:0 0 10px 0}verdocs-template-roles>form .participants{position:relative}verdocs-template-roles>form .left-line{top:32px;left:11px;z-index:1;width:12px;bottom:30px;position:absolute;background:#ffffff;border-left:3px dotted #9b9b9b}verdocs-template-roles>form .row{display:-ms-flexbox;display:flex;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;min-height:35px;margin-left:40px;position:relative;-ms-flex-direction:row;flex-direction:row;padding:6px 0 4px 0}verdocs-template-roles>form .row .row-roles{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-ms-flex-direction:row;flex-direction:row}verdocs-template-roles>form .row .icon{top:14px;z-index:2;left:-40px;width:24px;height:24px;position:absolute;background:#ffffff}verdocs-template-roles>form .row .sender{height:30px;display:-ms-flexbox;display:flex;font-size:14px;line-height:30px;-ms-flex-align:center;align-items:center;border-radius:30px;-ms-flex-direction:row;flex-direction:row;padding:0 5px 0 15px;border:1px solid #c6c9cc;background-color:#f5f5fa}verdocs-template-roles>form .row .complete{height:30px;display:-ms-flexbox;display:flex;font-size:14px;padding:0 15px;line-height:30px;-ms-flex-direction:row;flex-direction:row;border-radius:30px;background-color:#f5f5fa;border:1px solid #aeb4bf}verdocs-template-roles>form .row .label{font-weight:bold;margin-right:6px;color:#33364b}verdocs-template-roles>form .row .settings-button{display:-ms-flexbox;display:flex;cursor:pointer;margin:0 0 0 9px}verdocs-template-roles>form .row .recipient{height:30px;display:-ms-flexbox;display:flex;font-size:14px;border-radius:30px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;padding:0 5px 0 6px;white-space:nowrap;border:2px solid #aeb4bf}verdocs-template-roles>form .row .recipient .type-icon{width:24px;height:24px;-webkit-transform:scale(0.8);transform:scale(0.8);opacity:0.6;margin:0 12px 0 0}verdocs-template-roles>form .row .recipient.dragging{position:absolute}verdocs-template-roles>form .row .recipient.dragging+.dropzone{display:none !important}verdocs-template-roles>form .row .dropzone{width:14px;height:30px;display:none}verdocs-template-roles>form .row .dropzone svg{fill:#cccccc}verdocs-template-roles>form .row .dropzone.visible{margin:0 7px;display:-ms-flexbox;display:flex;-ms-flex:0 0 14px;flex:0 0 14px}verdocs-template-roles>form .row .dropzone.active{-ms-flex:0 0 120px;flex:0 0 120px;border-radius:30px;background:#654dcb7f;border:1px dashed #654dcb}verdocs-template-roles>form label{display:block;font-size:14px;font-weight:500;margin:0 0 4px 0;color:#5c6575}verdocs-template-roles>form input{border:none;font-size:18px;padding:3px 6px 3px 0;background:transparent;border-bottom:1px solid #33364b}verdocs-template-roles>form input:focus{outline:none}verdocs-template-roles .row.add-sequence{display:none}verdocs-template-roles .add-role{margin:0;padding:0;border:none;opacity:0.5;cursor:pointer;background:none}verdocs-template-roles .add-role:hover{opacity:1}verdocs-template-roles .add-role svg{width:32px;height:32px}verdocs-template-roles .add-step{margin:0;padding:0;border:none;opacity:0.5;cursor:pointer;background:none}verdocs-template-roles .add-step:hover{opacity:1}verdocs-template-roles .add-step svg{width:32px;height:32px}verdocs-template-roles.dragging .add-role{display:none}verdocs-template-roles.dragging form .row .recipient+.dropzone{display:-ms-flexbox;display:flex}verdocs-template-roles.dragging .row.add-sequence{display:-ms-flexbox;display:flex}verdocs-template-roles.dragging .row.add-sequence .dropzone{opacity:0.5;-ms-flex:0 0 120px;flex:0 0 120px;border-radius:30px;-ms-flex-align:center;align-items:center;background:#654dcb7f;-ms-flex-pack:center;justify-content:center;border:1px dashed #654dcb}verdocs-template-roles.dragging .row.add-sequence .dropzone.active{opacity:1}verdocs-template-roles .buttons{display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;margin-top:16px;-ms-flex-direction:row;flex-direction:row}verdocs-template-roles .empty{font-size:13px;margin-top:15px;margin-bottom:5px}verdocs-template-roles .empty svg{width:20px;height:20px;stroke:#666666;margin-bottom:-5px}verdocs-template-roles ::-webkit-input-placeholder{color:#aaaaaa}verdocs-template-roles ::-moz-placeholder{color:#aaaaaa}verdocs-template-roles :-ms-input-placeholder{color:#aaaaaa}verdocs-template-roles ::-ms-input-placeholder{color:#aaaaaa}verdocs-template-roles ::placeholder{color:#aaaaaa}';var B=(q={},q[p.EVERYONE]="Everyone",q[p.EVERYONE_AS_CREATOR]="Everyone as Me",q[p.ORGANIZATION_MEMBER]="Organization member",q[p.ORGANIZATION_MEMBER_AS_CREATOR]="Organization Member as Me",q[p.CREATOR]="Me",q);var Q='<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" fill="#00000089"><path d="m8.021 17.917-.313-2.5q-.27-.125-.625-.334-.354-.208-.625-.395l-2.312.979-1.979-3.438 1.979-1.5q-.021-.167-.031-.364-.011-.198-.011-.365 0-.146.011-.344.01-.198.031-.385l-1.979-1.5 1.979-3.417 2.312.958q.271-.187.615-.385t.635-.344l.313-2.5h3.958l.313 2.5q.312.167.625.344.312.177.604.385l2.333-.958 1.979 3.417-1.979 1.521q.021.187.021.364V10q0 .146-.01.333-.011.188-.011.396l1.958 1.5-1.979 3.438-2.312-.979q-.292.208-.615.395-.323.188-.614.334l-.313 2.5Zm1.937-5.355q1.063 0 1.813-.75t.75-1.812q0-1.062-.75-1.812t-1.813-.75q-1.041 0-1.802.75-.76.75-.76 1.812t.76 1.812q.761.75 1.802.75Zm0-1.333q-.5 0-.864-.364-.365-.365-.365-.865t.365-.865q.364-.364.864-.364t.865.364q.365.365.365.865t-.365.865q-.365.364-.865.364ZM10.021 10Zm-.854 6.583h1.666l.25-2.187q.605-.167 1.136-.49.531-.323 1.031-.802l2.021.875.854-1.375-1.792-1.354q.105-.333.136-.635.031-.303.031-.615 0-.292-.031-.573-.031-.281-.115-.635l1.792-1.396-.834-1.375-2.062.875q-.438-.438-1.021-.781-.583-.344-1.125-.49l-.271-2.208H9.167l-.271 2.208q-.584.146-1.125.458-.542.313-1.042.792l-2.021-.854-.833 1.375 1.75 1.354q-.083.333-.125.646-.042.312-.042.604t.042.594q.042.302.125.635l-1.75 1.375.833 1.375 2.021-.854q.479.458 1.021.771.542.312 1.146.479Z"/></svg>';var U='<svg focusable="false" aria-hidden="true" viewBox="0 0 24 24" fill="#00000089"><path d="M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm10 6c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z"></path></svg>';var Y='<svg focusable="false" aria-hidden="true" viewBox="0 0 24 24" fill="#00000089"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"></path></svg>';var W='<svg focusable="false" aria-hidden="true" viewBox="0 0 24 24" fill="#00000089"><path d="m18 7-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41 6 19l1.41-1.41L1.83 12 .41 13.41z"></path></svg>';var G='<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 24 24" strokeWidth={1.5} stroke="currentColor"><path strokeLinecap="round" strokeLinejoin="round" d="M12 9v6m3-3H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>';var X='<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m9.225 21.225 4.65-4.65h8.45v4.65Zm-5.35-2.2H5.05l8.5-8.5-1.175-1.175-8.5 8.5Zm14.25-9.95L13.8 4.8l1.325-1.325q.625-.65 1.525-.663.9-.012 1.6.663l1.225 1.175q.675.675.663 1.562-.013.888-.663 1.513ZM16.7 10.55 6 21.225H1.675V16.9L12.35 6.225Zm-3.725-.625-.6-.575 1.175 1.175Z"/></svg>';var K='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z" clip-rule="evenodd" /></svg>';var J='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z" /><path d="M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z" /></svg>';var $=e("verdocs_template_roles",function(){function e(e){t(this,e);this.next=o(this,"next",7);this.exit=o(this,"exit",7);this.sdkError=o(this,"sdkError",7);this.templateUpdated=o(this,"templateUpdated",7);this.sequences=[];this.store=null;this.endpoint=c.getDefault();this.templateId="";this.showingRoleDialog=null;this.showingSenderDialog=false;this.sender=null}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,o,i,n;return __generator(this,(function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);this.endpoint.loadSession();if(!this.templateId){console.log("[ROLES] Missing required template ID ".concat(this.templateId));return[2]}if(!this.endpoint.session){console.log("[ROLES] Unable to start builder session, must be authenticated");return[2]}i=this;return[4,x(this.endpoint,this.templateId,true)];case 1:i.store=r.sent();this.sortTemplateRoles();this.renumberTemplateRoles();return[3,3];case 2:n=r.sent();console.log("[FIELDS] Error with preview session",n);(e=this.sdkError)===null||e===void 0?void 0:e.emit(new w(n.message,(t=n.response)===null||t===void 0?void 0:t.status,(o=n.response)===null||o===void 0?void 0:o.data));return[3,3];case 3:return[2]}}))}))};e.prototype.componentDidRender=function(){a.dynamicDrop(true);a(".recipient").draggable({listeners:{start:function e(t){t.target.classList.add("dragging");this.el.classList.add("dragging")}.bind(this),move:function e(t){var o=+(t.target.getAttribute("posX")||0);var i=+(t.target.getAttribute("posY")||0);var n=t.dx+o;var r=t.dy+i;t.target.setAttribute("posX",n);t.target.setAttribute("posy",r);t.target.style.transform="translate(".concat(n+100,"px, ").concat(r-40,"px)")}.bind(this),end:function e(t){t.target.classList.remove("dragging");this.el.classList.remove("dragging");t.target.setAttribute("posX",0);t.target.setAttribute("posy",0);t.target.style.transform="translate(0px, 0px)"}.bind(this)}});a(".dropzone").dropzone({overlap:.05,ondrop:function e(t){var o=this;var i,n,r,s,a;t.target.classList.remove("active");var l=t.relatedTarget.dataset.rolename;var d=+t.target.dataset.sequence;var c=+t.target.dataset.order;var p=(r=(n=(i=this.store)===null||i===void 0?void 0:i.state)===null||n===void 0?void 0:n.roles)===null||r===void 0?void 0:r.find((function(e){return e.name===l}));if(p){p.sequence=d;p.order=c;this.sortTemplateRoles();this.renumberTemplateRoles();this.forceRerender++;Promise.all((a=(s=this.store)===null||s===void 0?void 0:s.state)===null||a===void 0?void 0:a.roles.map((function(e){return R(o.endpoint,o.templateId,e.name,{sequence:e.sequence,order:e.order})}))).then((function(){var e,t;console.log("[ROLES] Updated roles");(e=o.templateUpdated)===null||e===void 0?void 0:e.emit({event:"updated-role",endpoint:o.endpoint,template:(t=o.store)===null||t===void 0?void 0:t.state})})).catch((function(e){return console.log("[ROLES] Role updates failed",e)}))}}.bind(this),ondropactivate:function(e){e.target.classList.add("visible")},ondropdeactivate:function(e){e.target.classList.remove("visible")},ondragenter:function(e){e.target.classList.add("active")},ondragleave:function(e){e.target.classList.remove("active")}})};e.prototype.handleCancel=function(){var e;(e=this.exit)===null||e===void 0?void 0:e.emit()};e.prototype.handleSubmit=function(){var e;(e=this.next)===null||e===void 0?void 0:e.emit()};e.prototype.sortTemplateRoles=function(){var e,t;(t=(e=this.store)===null||e===void 0?void 0:e.state)===null||t===void 0?void 0:t.roles.sort((function(e,t){return e.sequence===t.sequence?e.order-t.order:e.sequence-t.sequence}))};e.prototype.extractSequenceNumbers=function(){var e=this;var t,o;this.sequences=[];(o=(t=this.store)===null||t===void 0?void 0:t.state)===null||o===void 0?void 0:o.roles.forEach((function(t){if(!e.sequences.includes(t.sequence)){e.sequences.push(t.sequence)}}))};e.prototype.renumberTemplateRoles=function(){var e=this;this.extractSequenceNumbers();var t=[];this.sequences.sort((function(e,t){return e-t}));this.sequences.forEach((function(o,i){var n,r;(r=(n=e.store)===null||n===void 0?void 0:n.state)===null||r===void 0?void 0:r.roles.filter((function(e){return e.sequence===o})).forEach((function(e,o){if(!t.includes(e.name)){e.sequence=i+1;e.order=o+1;t.push(e.name)}}))}));this.extractSequenceNumbers()};e.prototype.getNextRoleName=function(){var e,t,o,i;var n="";var r=(t=(e=this.store)===null||e===void 0?void 0:e.state)===null||t===void 0?void 0:t.roles.length;do{r++;n="Recipient ".concat(r)}while(!n||((i=(o=this.store)===null||o===void 0?void 0:o.state)===null||i===void 0?void 0:i.roles.some((function(e){return e.name===n}))));return n};e.prototype.callCreateRole=function(e,t,o){var i=this;console.log("[ROLES] Will create role",{name:e,sequence:t,order:o});k(this.endpoint,this.templateId,{template_id:this.templateId,name:e,sequence:t,order:o,full_name:"",email:"",phone:"",type:"signer",delegator:false}).then((function(e){return __awaiter(i,void 0,void 0,(function(){var t,o,i;return __generator(this,(function(n){switch(n.label){case 0:console.log("[ROLES] Created role",e);i=this;return[4,x(this.endpoint,this.templateId,true)];case 1:i.store=n.sent();this.sortTemplateRoles();this.renumberTemplateRoles();(t=this.templateUpdated)===null||t===void 0?void 0:t.emit({event:"created-role",endpoint:this.endpoint,template:(o=this.store)===null||o===void 0?void 0:o.state});return[2]}}))}))})).catch((function(e){console.log("[ROLES] Error creating role",e)}))};e.prototype.handleAddRole=function(e,t){var o;e.stopPropagation();var i=((o=this.store)===null||o===void 0?void 0:o.state.roles.filter((function(e){return e.sequence===t})).length)+1;var n=this.getNextRoleName();this.callCreateRole(n,t,i)};e.prototype.handleAddStep=function(e,t){e.stopPropagation();var o=1;var i=this.getNextRoleName();this.callCreateRole(i,t,o)};e.prototype.render=function(){var e=this;var t,o,s,a,l,d;console.log("[ROLES] Rendering");if(!this.endpoint.session){return i(n,null,i("verdocs-component-error",{message:"You must be authenticated to use this module."}))}if(!((t=this.store)===null||t===void 0?void 0:t.state.isLoaded)){return i(n,{class:"loading"},i("verdocs-loader",null))}var c=(((s=(o=this.store)===null||o===void 0?void 0:o.state)===null||s===void 0?void 0:s.roles)||[]).map((function(e){return e.name}));return i(n,null,i("form",{onSubmit:function(e){return e.preventDefault()},onClick:function(e){return e.stopPropagation()},autocomplete:"off","data-r":(a=this.store.state)===null||a===void 0?void 0:a.updateCount},i("h5",null,"Roles and Workflow"),i("div",{class:"participants"},i("div",{class:"left-line"}),i("div",{class:"row"},i("div",{class:"icon",innerHTML:U}),i("div",{class:"row-roles"},i("div",{class:"sender"},i("span",{class:"label"},"Sender:")," ",B[(d=(l=this.store)===null||l===void 0?void 0:l.state)===null||d===void 0?void 0:d.sender]," ",i("div",{class:"settings-button",innerHTML:Q,onClick:function(){return e.showingSenderDialog=true},"aria-role":"button"})))),i("div",{class:"row add-sequence","data-sequence":0},i("div",{class:"icon",innerHTML:G}),i("div",{class:"row-roles"},i("div",{class:"dropzone","data-sequence":0,"data-order":1},"Add Step"))),this.sequences.map((function(t){var o,n;return i(r,null,i("div",{class:"row"},i("div",{class:"icon",innerHTML:Y}),i("div",{class:"row-roles"},i("div",{class:"dropzone","data-order":.5,"data-sequence":t}),(n=(o=e.store)===null||o===void 0?void 0:o.state)===null||n===void 0?void 0:n.roles.filter((function(e){return e.sequence===t})).map((function(o){var n=!o.email;return n?i(r,null,i("div",{class:"recipient",style:{backgroundColor:y(h(c,o.name))},"data-rolename":o.name},i("span",{class:"type-icon",innerHTML:o.type==="signer"?X:o.type==="cc"?J:K}),o.name," ",i("div",{class:"settings-button",innerHTML:Q,onClick:function(){return e.showingRoleDialog=o.name},"aria-role":"button"})),i("div",{class:"dropzone","data-order":o.order+.5,"data-sequence":t})):i(r,null,i("div",{class:"recipient",style:{borderColor:y(h(c,o.name))},"data-rolename":o.name},i("span",{class:"type-icon",innerHTML:o.type==="signer"?X:o.type==="cc"?J:K}),o.full_name," ",i("div",{class:"settings-button",innerHTML:Q,onClick:function(){return e.showingRoleDialog=o.name},"aria-role":"button"})),i("div",{class:"dropzone","data-order":o.order+.5,"data-sequence":t}))})),i("button",{class:"add-role",innerHTML:G,onClick:function(o){return e.handleAddRole(o,t)}}))),e.sequences.length>0&&i("div",{class:"row add-sequence","data-sequence":t},i("div",{class:"row-roles"},i("div",{class:"icon",innerHTML:G}),i("div",{class:"dropzone","data-sequence":t+1,"data-order":1},"Add Step"))))})),i("div",{class:"row","data-sequence":this.sequences.length+1},i("div",{class:"row-roles"},i("div",{class:"icon",innerHTML:G}),i("button",{class:"add-step",innerHTML:G,onClick:function(t){return e.handleAddStep(t,e.sequences.length+1)}}))),i("div",{class:"row"},i("div",{class:"icon",innerHTML:W}),i("div",{class:"row-roles"},i("div",{class:"complete"},"Document Complete")))),c.length<1&&i("div",{class:"empty"},"You must add at least one Role before proceeding.",i("br",null)," Click the ",i("span",{innerHTML:G})," Add button above to get started."),i("div",{class:"buttons"},i("div",{class:"flex-fill"}),i("verdocs-button",{variant:"outline",label:"Cancel",size:"small",onClick:function(){return e.handleCancel()}}),i("verdocs-button",{label:"OK",size:"small",onClick:function(){return e.handleSubmit()},disabled:c.length<1}))),this.showingRoleDialog&&i("verdocs-template-role-properties",{endpoint:this.endpoint,templateId:this.templateId,roleName:this.showingRoleDialog,onClose:function(){e.showingRoleDialog=null},onDelete:function(){return __awaiter(e,void 0,void 0,(function(){var e,t;return __generator(this,(function(o){switch(o.label){case 0:return[4,x(this.endpoint,this.templateId,true)];case 1:o.sent();this.renumberTemplateRoles();this.showingRoleDialog=null;(e=this.templateUpdated)===null||e===void 0?void 0:e.emit({event:"deleted-role",endpoint:this.endpoint,template:(t=this.store)===null||t===void 0?void 0:t.state});return[2]}}))}))}}),this.showingSenderDialog&&i("verdocs-template-sender",{endpoint:this.endpoint,templateId:this.templateId,onClose:function(){return e.showingSenderDialog=false}}))};Object.defineProperty(e.prototype,"el",{get:function(){return s(this)},enumerable:false,configurable:true});return e}());$.style=j;var ee='verdocs-template-sender{font-family:"Inter", "Barlow", sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}verdocs-template-sender div{-webkit-box-sizing:border-box;box-sizing:border-box}verdocs-template-sender .background-overlay{position:absolute;z-index:10000;top:0;left:0;right:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#0000007f}verdocs-template-sender .dialog{width:340px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:4px;overflow:hidden;background:#ffffff;padding:16px;-webkit-box-shadow:3px 3px 5px 1px rgba(40, 40, 40, 0.4);box-shadow:3px 3px 5px 1px rgba(40, 40, 40, 0.4)}verdocs-template-sender .heading{display:-ms-flexbox;display:flex;font-size:20px;font-weight:500;-ms-flex-direction:row;flex-direction:row}verdocs-template-sender .buttons{display:-ms-flexbox;display:flex;margin-top:10px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end}verdocs-template-sender .buttons verdocs-button{margin-left:16px}verdocs-template-sender .options{row-gap:10px}verdocs-template-sender .options .option{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}verdocs-template-sender .options .option .description{margin-left:10px}verdocs-template-sender .options .option .description .name{display:inline-block;vertical-align:top;margin-top:4px;margin-right:4px}';var te=e("verdocs_template_sender",function(){function e(e){t(this,e);this.close=o(this,"close",7);this.sdkError=o(this,"sdkError",7);this.store=null;this.endpoint=c.getDefault();this.templateId="";this.sender=p.EVERYONE;this.saving=false}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,o,i,n,r,s;return __generator(this,(function(a){switch(a.label){case 0:a.trys.push([0,2,,3]);this.endpoint.loadSession();if(!this.templateId){console.log("[SENDER] Missing required template ID ".concat(this.templateId));return[2]}if(!this.endpoint.session){console.log("[SENDER] Unable to start builder session, must be authenticated");return[2]}r=this;return[4,x(this.endpoint,this.templateId,false)];case 1:r.store=a.sent();this.sender=(t=(e=this.store)===null||e===void 0?void 0:e.state)===null||t===void 0?void 0:t.sender;return[3,3];case 2:s=a.sent();console.log("[SENDER] Error with preview session",s);(o=this.sdkError)===null||o===void 0?void 0:o.emit(new w(s.message,(i=s.response)===null||i===void 0?void 0:i.status,(n=s.response)===null||n===void 0?void 0:n.data));return[3,3];case 3:return[2]}}))}))};e.prototype.handleClose=function(){this.close.emit()};e.prototype.handleDismiss=function(e){if(e.target.className==="background-overlay"){e.preventDefault();this.handleClose()}};e.prototype.handleSelectSetting=function(e){return __awaiter(this,void 0,void 0,(function(){var t=this;return __generator(this,(function(o){this.saving=true;E(this.endpoint,this.templateId,{sender:e}).then((function(o){var i;console.log("Update result",o);if((i=t.store)===null||i===void 0?void 0:i.state){t.store.state.sender=e}t.saving=false;t.sender=e})).catch((function(e){console.log("Error saving",e);t.saving=false}));return[2]}))}))};e.prototype.render=function(){var e=this;return i(n,null,i("div",{class:"background-overlay",onClick:function(t){return e.handleDismiss(t)}},i("div",{class:"dialog"},i("div",{class:"options"},i("div",{class:"option"},i("verdocs-radio-button",{name:"template-sender",value:p.EVERYONE,checked:this.sender===p.EVERYONE,onInput:function(){return e.handleSelectSetting(p.EVERYONE)}}),i("div",{class:"description"},i("div",{class:"name"},"Anyone on the Web"),i("verdocs-help-icon",{text:"Anyone can use this template. (Make its visibility is set to to 'Public' or 'Shared'.)"}))),i("div",{class:"option"},i("verdocs-radio-button",{name:"template-sender",value:p.EVERYONE_AS_CREATOR,checked:this.sender===p.EVERYONE_AS_CREATOR,onInput:function(){return e.handleSelectSetting(p.EVERYONE_AS_CREATOR)}}),i("div",{class:"description"},i("div",{class:"name"},"Anyone on the Web as me"),i("verdocs-help-icon",{text:"Anyone can use this template on my behalf. (Make sure its visibility is set to 'Public' or 'Shared'.)"}))),i("div",{class:"option"},i("verdocs-radio-button",{name:"template-sender",value:p.ORGANIZATION_MEMBER,checked:this.sender===p.ORGANIZATION_MEMBER,onInput:function(){return e.handleSelectSetting(p.ORGANIZATION_MEMBER)}}),i("div",{class:"description"},i("div",{class:"name"},"Anyone in my organization"),i("verdocs-help-icon",{text:"Anyone in my organization can use this template. (Make sure its visibility is set to 'Shared')"}))),i("div",{class:"option"},i("verdocs-radio-button",{name:"template-sender",value:p.ORGANIZATION_MEMBER_AS_CREATOR,checked:this.sender===p.ORGANIZATION_MEMBER_AS_CREATOR,onInput:function(){return e.handleSelectSetting(p.ORGANIZATION_MEMBER_AS_CREATOR)}}),i("div",{class:"description"},i("div",{class:"name"},"Anyone in my organization as me"),i("verdocs-help-icon",{text:"Anyone in my organization can use this template on my behalf. (Make sure its visibility is set to to 'Shared'.)"}))),i("div",{class:"option"},i("verdocs-radio-button",{name:"template-sender",value:p.CREATOR,checked:this.sender===p.CREATOR,onInput:function(){return e.handleSelectSetting(p.CREATOR)}}),i("div",{class:"description"},i("div",{class:"name"},"Me"),i("verdocs-help-icon",{text:"Only I can use this template."})))),i("div",{class:"buttons"},i("verdocs-button",{label:"Close",onClick:function(){return e.handleClose()}})))))};return e}());te.style=ee}}}));