@verdocs/web-sdk 4.2.56 → 4.2.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-18c5653a.js → utils-813f2cbf.js} +1 -1
- package/dist/cjs/verdocs-contact-picker_2.cjs.entry.js +22 -18
- package/dist/cjs/verdocs-envelope-document-page.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-envelope-recipient-link_2.cjs.entry.js +4 -2
- package/dist/cjs/verdocs-envelope-sidebar.cjs.entry.js +23 -22
- package/dist/cjs/verdocs-envelopes-list.cjs.entry.js +4 -4
- package/dist/cjs/verdocs-field-attachment_13.cjs.entry.js +3 -3
- package/dist/cjs/verdocs-organization-card_2.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-pagination_2.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-preview_10.cjs.entry.js +14 -9
- package/dist/cjs/verdocs-radio-button_3.cjs.entry.js +20 -19
- package/dist/cjs/verdocs-sign.cjs.entry.js +6 -5
- package/dist/cjs/verdocs-status-indicator.cjs.entry.js +3 -4
- package/dist/cjs/verdocs-template-document-page_2.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-template-star.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-template-tags.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-templates-list.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-view.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-web-sdk.cjs.js +1 -1
- package/dist/collection/components/controls/verdocs-dropdown/verdocs-dropdown.js +2 -2
- package/dist/collection/components/controls/verdocs-quick-filter/verdocs-quick-filter.js +2 -2
- package/dist/collection/components/controls/verdocs-table/verdocs-table.js +2 -2
- package/dist/collection/components/controls/verdocs-tabs/verdocs-tabs.js +2 -2
- package/dist/collection/components/controls/verdocs-toggle/verdocs-toggle.js +1 -1
- package/dist/collection/components/elements/verdocs-search-box/verdocs-search-box.js +3 -3
- package/dist/collection/components/embeds/verdocs-auth/verdocs-auth.js +1 -1
- package/dist/collection/components/embeds/verdocs-build/verdocs-build.js +2 -2
- package/dist/collection/components/embeds/verdocs-send/verdocs-send.js +7 -6
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +4 -3
- package/dist/collection/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.css +8 -0
- package/dist/collection/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.js +23 -20
- package/dist/collection/components/envelopes/verdocs-envelope-recipient-link/verdocs-envelope-recipient-link.js +2 -1
- package/dist/collection/components/envelopes/verdocs-envelope-recipient-summary/verdocs-envelope-recipient-summary.js +2 -1
- package/dist/collection/components/envelopes/verdocs-envelope-sidebar/verdocs-envelope-sidebar.js +22 -21
- package/dist/collection/components/envelopes/verdocs-envelopes-list/verdocs-envelopes-list.js +2 -2
- package/dist/collection/components/envelopes/verdocs-status-indicator/verdocs-status-indicator.js +3 -4
- package/dist/collection/components/fields/verdocs-field-attachment/verdocs-field-attachment.js +1 -1
- package/dist/collection/components/fields/verdocs-field-textbox/verdocs-field-textbox.js +1 -1
- package/dist/collection/components/templates/verdocs-template-build-tabs/verdocs-template-build-tabs.js +2 -2
- package/dist/collection/components/templates/verdocs-template-role-properties/verdocs-template-role-properties.js +21 -19
- package/dist/collection/components/templates/verdocs-template-roles/verdocs-template-roles.js +5 -2
- package/dist/collection/components/templates/verdocs-template-sender/verdocs-template-sender.js +1 -1
- package/dist/collection/components/templates/verdocs-template-star/verdocs-template-star.js +1 -1
- package/dist/collection/components/templates/verdocs-template-tags/verdocs-template-tags.js +1 -1
- package/dist/collection/components/templates/verdocs-templates-list/verdocs-templates-list.js +1 -1
- package/dist/components/verdocs-contact-picker2.js +20 -17
- package/dist/components/verdocs-envelope-recipient-link2.js +2 -1
- package/dist/components/verdocs-envelope-recipient-summary2.js +2 -1
- package/dist/components/verdocs-envelope-sidebar.js +22 -21
- package/dist/components/verdocs-envelopes-list.js +2 -2
- package/dist/components/verdocs-field-textbox2.js +1 -1
- package/dist/components/verdocs-send2.js +7 -5
- package/dist/components/verdocs-sign.js +4 -3
- package/dist/components/verdocs-status-indicator2.js +3 -4
- package/dist/components/verdocs-template-role-properties2.js +21 -19
- package/dist/components/verdocs-template-roles2.js +5 -2
- package/dist/components/verdocs-template-sender2.js +1 -1
- package/dist/components/verdocs-template-star2.js +1 -1
- package/dist/components/verdocs-template-tags.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-c9afd888.js → utils-467fcc6a.js} +1 -1
- package/dist/esm/verdocs-contact-picker_2.entry.js +22 -18
- package/dist/esm/verdocs-envelope-document-page.entry.js +2 -2
- package/dist/esm/verdocs-envelope-recipient-link_2.entry.js +4 -2
- package/dist/esm/verdocs-envelope-sidebar.entry.js +23 -22
- package/dist/esm/verdocs-envelopes-list.entry.js +4 -4
- package/dist/esm/verdocs-field-attachment_13.entry.js +3 -3
- package/dist/esm/verdocs-organization-card_2.entry.js +2 -2
- package/dist/esm/verdocs-pagination_2.entry.js +2 -2
- package/dist/esm/verdocs-preview_10.entry.js +14 -9
- package/dist/esm/verdocs-radio-button_3.entry.js +20 -19
- package/dist/esm/verdocs-sign.entry.js +6 -5
- package/dist/esm/verdocs-status-indicator.entry.js +3 -4
- package/dist/esm/verdocs-template-document-page_2.entry.js +2 -2
- package/dist/esm/verdocs-template-star.entry.js +1 -1
- package/dist/esm/verdocs-template-tags.entry.js +1 -1
- package/dist/esm/verdocs-templates-list.entry.js +1 -1
- package/dist/esm/verdocs-view.entry.js +2 -2
- package/dist/esm/verdocs-web-sdk.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{utils-c9afd888.js → utils-467fcc6a.js} +1 -1
- package/dist/esm-es5/verdocs-contact-picker_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-envelope-document-page.entry.js +1 -1
- package/dist/esm-es5/verdocs-envelope-recipient-link_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-envelope-sidebar.entry.js +1 -1
- package/dist/esm-es5/verdocs-envelopes-list.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-attachment_13.entry.js +1 -1
- package/dist/esm-es5/verdocs-organization-card_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-pagination_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-preview_10.entry.js +1 -1
- package/dist/esm-es5/verdocs-radio-button_3.entry.js +1 -1
- package/dist/esm-es5/verdocs-sign.entry.js +1 -1
- package/dist/esm-es5/verdocs-status-indicator.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-document-page_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-star.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-tags.entry.js +1 -1
- package/dist/esm-es5/verdocs-templates-list.entry.js +1 -1
- package/dist/esm-es5/verdocs-view.entry.js +1 -1
- package/dist/esm-es5/verdocs-web-sdk.js +1 -1
- package/dist/types/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.d.ts +2 -3
- package/dist/types/components/templates/verdocs-template-role-properties/verdocs-template-role-properties.d.ts +2 -1
- package/dist/verdocs-web-sdk/p-03a228e4.system.js +1 -1
- package/dist/verdocs-web-sdk/{p-46d5e65d.entry.js → p-05ec94da.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-32b04720.entry.js → p-09174e70.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-15cd7156.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-3b9789bc.entry.js → p-18a58a00.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-e1dbe05e.system.entry.js → p-18ef3307.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-af561085.entry.js → p-2fa50153.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-308491d1.entry.js → p-338fcdf4.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-25ee52fd.system.entry.js → p-33fc5994.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-0b2cfd99.system.entry.js → p-362c6d47.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-d0393b1a.system.entry.js → p-47dde2b1.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-80c86f5d.system.entry.js → p-49899f3c.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-4bc07959.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-42e914f9.entry.js → p-519db979.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-d774211f.entry.js → p-530f073d.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-721bc4db.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-756f658c.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-33199d44.system.entry.js → p-7995e412.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-caed6d29.system.entry.js → p-86126812.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-babcfe8a.entry.js → p-93e5d84b.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-193e1a1f.entry.js → p-978cc0c7.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-c8986ba4.system.js → p-9a8c90f4.system.js} +1 -1
- package/dist/verdocs-web-sdk/{p-dba54b3b.entry.js → p-9ce7ab9f.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-d5172685.system.entry.js → p-a798dd2e.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-a84f9767.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-ba259b92.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-e48b07b7.js → p-c86983bc.js} +1 -1
- package/dist/verdocs-web-sdk/{p-8f6dc2a1.system.entry.js → p-d381cbc3.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-3c674cb3.entry.js → p-d7b00716.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-dd4b01d3.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-7a2259bb.system.entry.js → p-e8b96519.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-0fcfddb7.entry.js → p-f00e5323.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-f01e1e3a.system.entry.js → p-f2c8fd36.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-f403fe1c.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-ab1a39f5.system.entry.js → p-f7a5a59a.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-78b22f4e.system.entry.js → p-fba124de.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-d9a9728a.system.entry.js → p-fc5c0024.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
- package/package.json +5 -5
- package/dist/verdocs-web-sdk/p-028f7781.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-1a32c240.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-216f335e.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-24a9f119.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-5d223ab3.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-83302d64.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-b551b4ec.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-ce57fe21.system.entry.js +0 -1
- /package/dist/cjs/{format-2e654370.js → format-187ebc36.js} +0 -0
- /package/dist/cjs/{index-1142b665.js → index-5f130ec0.js} +0 -0
- /package/dist/esm/{format-4fde138a.js → format-2bf71189.js} +0 -0
- /package/dist/esm/{index-5b8ab2d2.js → index-0329eed3.js} +0 -0
- /package/dist/esm-es5/{format-4fde138a.js → format-2bf71189.js} +0 -0
- /package/dist/esm-es5/{index-5b8ab2d2.js → index-0329eed3.js} +0 -0
- /package/dist/verdocs-web-sdk/{p-e1938a4d.system.js → p-3f088fd6.system.js} +0 -0
- /package/dist/verdocs-web-sdk/{p-399d3c01.js → p-630835f4.js} +0 -0
- /package/dist/verdocs-web-sdk/{p-37bb615d.js → p-edaec1b6.js} +0 -0
- /package/dist/verdocs-web-sdk/{p-478b574c.system.js → p-f24d887c.system.js} +0 -0
@@ -105,7 +105,7 @@ export class VerdocsSearchBox {
|
|
105
105
|
"references": {
|
106
106
|
"TContentType": {
|
107
107
|
"location": "local",
|
108
|
-
"path": "/Users/chad/projects/verdocs/
|
108
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/elements/verdocs-search-box/verdocs-search-box.tsx",
|
109
109
|
"id": "src/components/elements/verdocs-search-box/verdocs-search-box.tsx::TContentType"
|
110
110
|
}
|
111
111
|
}
|
@@ -175,7 +175,7 @@ export class VerdocsSearchBox {
|
|
175
175
|
"references": {
|
176
176
|
"ISearchEvent": {
|
177
177
|
"location": "local",
|
178
|
-
"path": "/Users/chad/projects/verdocs/
|
178
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/elements/verdocs-search-box/verdocs-search-box.tsx",
|
179
179
|
"id": "src/components/elements/verdocs-search-box/verdocs-search-box.tsx::ISearchEvent"
|
180
180
|
}
|
181
181
|
}
|
@@ -196,7 +196,7 @@ export class VerdocsSearchBox {
|
|
196
196
|
"references": {
|
197
197
|
"TContentType": {
|
198
198
|
"location": "local",
|
199
|
-
"path": "/Users/chad/projects/verdocs/
|
199
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/elements/verdocs-search-box/verdocs-search-box.tsx",
|
200
200
|
"id": "src/components/elements/verdocs-search-box/verdocs-search-box.tsx::TContentType"
|
201
201
|
}
|
202
202
|
}
|
@@ -330,7 +330,7 @@ export class VerdocsAuth {
|
|
330
330
|
"references": {
|
331
331
|
"IAuthStatus": {
|
332
332
|
"location": "local",
|
333
|
-
"path": "/Users/chad/projects/verdocs/
|
333
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/embeds/verdocs-auth/verdocs-auth.tsx",
|
334
334
|
"id": "src/components/embeds/verdocs-auth/verdocs-auth.tsx::IAuthStatus"
|
335
335
|
}
|
336
336
|
}
|
@@ -164,7 +164,7 @@ export class VerdocsBuild {
|
|
164
164
|
"references": {
|
165
165
|
"TVerdocsBuildStep": {
|
166
166
|
"location": "local",
|
167
|
-
"path": "/Users/chad/projects/verdocs/
|
167
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/embeds/verdocs-build/verdocs-build.tsx",
|
168
168
|
"id": "src/components/embeds/verdocs-build/verdocs-build.tsx::TVerdocsBuildStep"
|
169
169
|
}
|
170
170
|
}
|
@@ -224,7 +224,7 @@ export class VerdocsBuild {
|
|
224
224
|
"references": {
|
225
225
|
"TVerdocsBuildStep": {
|
226
226
|
"location": "local",
|
227
|
-
"path": "/Users/chad/projects/verdocs/
|
227
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/embeds/verdocs-build/verdocs-build.tsx",
|
228
228
|
"id": "src/components/embeds/verdocs-build/verdocs-build.tsx::TVerdocsBuildStep"
|
229
229
|
}
|
230
230
|
}
|
@@ -51,7 +51,8 @@ export class VerdocsSend {
|
|
51
51
|
this.sessionContacts = [];
|
52
52
|
this.sessionContacts.push({
|
53
53
|
id: profile.id,
|
54
|
-
|
54
|
+
first_name: profile.first_name,
|
55
|
+
last_name: profile.last_name,
|
55
56
|
email: profile.email,
|
56
57
|
phone: profile.phone,
|
57
58
|
});
|
@@ -100,9 +101,9 @@ export class VerdocsSend {
|
|
100
101
|
const level = role.sequence - 1;
|
101
102
|
rolesAtLevel[level] || (rolesAtLevel[level] = []);
|
102
103
|
const id = `r-${level}-${rolesAtLevel[level].length}`;
|
103
|
-
rolesAtLevel[level].push({ ...role, id, role_name: role.name, first_name:
|
104
|
-
if (role.
|
105
|
-
this.rolesCompleted[id] = { ...role, id, role_name: role.name, first_name:
|
104
|
+
rolesAtLevel[level].push({ ...role, id, role_name: role.name, first_name: role.first_name, last_name: role.last_name });
|
105
|
+
if (role.first_name && (role.email || role.phone)) {
|
106
|
+
this.rolesCompleted[id] = { ...role, id, role_name: role.name, first_name: role.first_name, last_name: role.last_name };
|
106
107
|
}
|
107
108
|
});
|
108
109
|
}
|
@@ -140,8 +141,8 @@ export class VerdocsSend {
|
|
140
141
|
}
|
141
142
|
}
|
142
143
|
handleSelectContact(e, role) {
|
144
|
+
console.log('selc', e.detail);
|
143
145
|
e.preventDefault();
|
144
|
-
e.detail; // IContactSelectEvent
|
145
146
|
this.rolesCompleted[role.id] = { ...role, ...e.detail };
|
146
147
|
this.showPickerForId = '';
|
147
148
|
}
|
@@ -205,7 +206,7 @@ export class VerdocsSend {
|
|
205
206
|
var _a, _b, _c, _d, _e, _f;
|
206
207
|
const unknown = !role.email;
|
207
208
|
const elId = `verdocs-send-recipient-${role.role_name}`;
|
208
|
-
return unknown ? (h("div", { class: "recipient", "data-ri": getRoleIndex(this.roleStore, role.role_name), "data-rn": role.role_name, style: { backgroundColor: getRGBA(getRoleIndex(this.roleStore, role.role_name)) }, onClick: e => this.handleClickRole(e, role), id: elId }, (_b = (_a = this.rolesCompleted[role.id]) === null || _a === void 0 ? void 0 : _a.
|
209
|
+
return unknown ? (h("div", { class: "recipient", "data-ri": getRoleIndex(this.roleStore, role.role_name), "data-rn": role.role_name, style: { backgroundColor: getRGBA(getRoleIndex(this.roleStore, role.role_name)) }, onClick: e => this.handleClickRole(e, role), id: elId }, (_b = (_a = this.rolesCompleted[role.id]) === null || _a === void 0 ? void 0 : _a.first_name) !== null && _b !== void 0 ? _b : role.role_name, h("div", { class: "icon", innerHTML: editIcon }), this.showPickerForId === role.id && (h("verdocs-portal", { anchor: elId, onClickAway: () => (this.showPickerForId = '') }, h("verdocs-contact-picker", { onExit: () => (this.showPickerForId = ''), onNext: e => this.handleSelectContact(e, role), contactSuggestions: this.sessionContacts, templateRole: (_c = this.rolesCompleted[role.id]) !== null && _c !== void 0 ? _c : role, onSearchContacts: e => { var _a; return (_a = this.searchContacts) === null || _a === void 0 ? void 0 : _a.emit(e.detail); } }))))) : (h("div", { class: "recipient", style: { borderColor: getRGBA(getRoleIndex(this.roleStore, role.role_name)) }, onClick: e => this.handleClickRole(e, role), id: elId }, (_e = (_d = this.rolesCompleted[role.id]) === null || _d === void 0 ? void 0 : _d.first_name) !== null && _e !== void 0 ? _e : role.first_name, h("div", { class: "icon", innerHTML: editIcon }), this.showPickerForId === role.id && (h("verdocs-portal", { anchor: elId, onClickAway: () => (this.showPickerForId = '') }, h("verdocs-contact-picker", { onExit: () => (this.showPickerForId = ''), onNext: e => this.handleSelectContact(e, role), contactSuggestions: this.sessionContacts, templateRole: ((_f = this.rolesCompleted[role.id]) !== null && _f !== void 0 ? _f : role), onSearchContacts: e => { var _a; return (_a = this.searchContacts) === null || _a === void 0 ? void 0 : _a.emit(e.detail); } })))));
|
209
210
|
})))), h("div", { class: `level level-done` }, this.getLevelIcon(levels.length), h("div", { class: "complete" }, "Signing Complete"))), h("div", { class: "buttons" }, h("verdocs-button", { label: "Cancel", size: "small", variant: "outline", onClick: e => this.handleCancel(e), disabled: this.sending }), h("verdocs-button", { label: "Send", size: "small", disabled: !allRolesAssigned || this.sending, onClick: e => this.handleSend(e) }), this.sending && h("verdocs-spinner", null))));
|
210
211
|
}
|
211
212
|
static get is() { return "verdocs-send"; }
|
@@ -409,7 +409,7 @@ export class VerdocsSign {
|
|
409
409
|
}
|
410
410
|
}
|
411
411
|
attachFieldAttributes(pageInfo, field, el) {
|
412
|
-
var _a;
|
412
|
+
var _a, _b, _c;
|
413
413
|
el.addEventListener('input', (e) => {
|
414
414
|
// console.log('[SIGN] onfieldInput', e.detail, e.target.value);
|
415
415
|
// These field types don't emit fieldChange. Should we standardize on that? We don't tap "input" for fields like
|
@@ -437,8 +437,9 @@ export class VerdocsSign {
|
|
437
437
|
el.setAttribute('page', pageInfo.pageNumber);
|
438
438
|
el.setAttribute('xScale', pageInfo.xScale);
|
439
439
|
el.setAttribute('yScale', pageInfo.yScale);
|
440
|
-
|
441
|
-
el.setAttribute('
|
440
|
+
const fullName = `${((_a = this.recipient) === null || _a === void 0 ? void 0 : _a.first_name) || ''} ${((_b = this.recipient) === null || _b === void 0 ? void 0 : _b.last_name) || ''}`.trim() || ((_c = this.recipient) === null || _c === void 0 ? void 0 : _c.full_name) || '';
|
441
|
+
el.setAttribute('initials', fullNameToInitials(fullName));
|
442
|
+
el.setAttribute('name', fullName);
|
442
443
|
}
|
443
444
|
handlePageRendered(e) {
|
444
445
|
const pageInfo = e.detail;
|
package/dist/collection/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.css
CHANGED
@@ -29,6 +29,14 @@ verdocs-contact-picker form .row {
|
|
29
29
|
margin: 0 0 20px 0;
|
30
30
|
flex-direction: column;
|
31
31
|
}
|
32
|
+
verdocs-contact-picker form .names-row {
|
33
|
+
display: flex;
|
34
|
+
flex-direction: row;
|
35
|
+
gap: 8px;
|
36
|
+
}
|
37
|
+
verdocs-contact-picker form .names-row > input {
|
38
|
+
min-width: 0;
|
39
|
+
}
|
32
40
|
verdocs-contact-picker form label {
|
33
41
|
display: block;
|
34
42
|
font-size: 14px;
|
package/dist/collection/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.js
CHANGED
@@ -20,7 +20,6 @@ export class VerdocsContactPicker {
|
|
20
20
|
this.endpoint = VerdocsEndpoint.getDefault();
|
21
21
|
this.templateRole = null;
|
22
22
|
this.contactSuggestions = [];
|
23
|
-
this.name = undefined;
|
24
23
|
this.first_name = undefined;
|
25
24
|
this.last_name = undefined;
|
26
25
|
this.email = undefined;
|
@@ -40,10 +39,11 @@ export class VerdocsContactPicker {
|
|
40
39
|
}
|
41
40
|
componentWillLoad() {
|
42
41
|
if (this.templateRole) {
|
43
|
-
|
44
|
-
const
|
45
|
-
const
|
46
|
-
|
42
|
+
// TODO: For backwards compatibility, may be removed once templateRole no longer has a full_name
|
43
|
+
const fullName = `${this.templateRole.first_name || ''} ${this.templateRole.last_name || ''}`.trim() || this.templateRole.full_name || '';
|
44
|
+
const nameComponents = fullName.split(' ');
|
45
|
+
const firstName = this.templateRole.first_name || nameComponents.shift() || '';
|
46
|
+
const lastName = this.templateRole.last_name || nameComponents.join(' ') || '';
|
47
47
|
this.first_name = firstName;
|
48
48
|
this.last_name = lastName;
|
49
49
|
this.email = this.templateRole.email || '';
|
@@ -57,10 +57,15 @@ export class VerdocsContactPicker {
|
|
57
57
|
this.pinCode = '';
|
58
58
|
}
|
59
59
|
}
|
60
|
-
|
60
|
+
handleFirstNameChange(e) {
|
61
61
|
var _a;
|
62
|
-
this.
|
63
|
-
(_a = this.searchContacts) === null || _a === void 0 ? void 0 : _a.emit({ query: this.
|
62
|
+
this.first_name = e.target.value;
|
63
|
+
(_a = this.searchContacts) === null || _a === void 0 ? void 0 : _a.emit({ query: this.first_name });
|
64
|
+
}
|
65
|
+
handleLastNameChange(e) {
|
66
|
+
var _a;
|
67
|
+
this.last_name = e.target.value;
|
68
|
+
(_a = this.searchContacts) === null || _a === void 0 ? void 0 : _a.emit({ query: this.last_name });
|
64
69
|
}
|
65
70
|
handleEmailChange(e) {
|
66
71
|
this.email = e.target.value;
|
@@ -82,7 +87,6 @@ export class VerdocsContactPicker {
|
|
82
87
|
e.stopPropagation();
|
83
88
|
this.showSuggestions = false;
|
84
89
|
(_a = this.next) === null || _a === void 0 ? void 0 : _a.emit({
|
85
|
-
full_name: this.name,
|
86
90
|
first_name: this.first_name,
|
87
91
|
last_name: this.last_name,
|
88
92
|
email: this.email,
|
@@ -93,7 +97,7 @@ export class VerdocsContactPicker {
|
|
93
97
|
}
|
94
98
|
handleSelectSuggestion(e, suggestion) {
|
95
99
|
e.stopPropagation();
|
96
|
-
|
100
|
+
console.log('Selected', suggestion);
|
97
101
|
this.first_name = suggestion.first_name;
|
98
102
|
this.last_name = suggestion.last_name;
|
99
103
|
this.email = suggestion.email;
|
@@ -103,24 +107,24 @@ export class VerdocsContactPicker {
|
|
103
107
|
// The reason for the random names/IDs is to disable browser autocomplete. We set the autocomplete tags but many browsers ignore them
|
104
108
|
// and show a duplicate autocomplete picker on top of our own.
|
105
109
|
render() {
|
106
|
-
return (h("form", { key: '
|
110
|
+
return (h("form", { key: 'eaf9f3ce3f5d435a0fc2ff9b2ee10275c5bb65d4', onSubmit: e => e.preventDefault(), onClick: e => e.stopPropagation(), autocomplete: "off" }, h("div", { key: '16041c43395714ac4853849149b9ef09ed8b3a8b', class: "row" }, h("label", { key: 'd25085f7277cd11de5dafa15f628a983f35bbb93', htmlFor: this.nameFieldId }, "Name:"), h("div", { key: '64863ec682dc90555992f99c3d23cb297e72a335', class: "names-row" }, h("input", { key: 'b3f70dd283ddddeb3a003e53430a5bb155882022', id: this.firstNameFieldId, name: this.firstNameFieldId, type: "text", "data-lpignore": "true", autocomplete: "blocked", value: this.first_name, placeholder: "First Name...", onFocus: () => { var _a; return (this.showSuggestions = ((_a = this.contactSuggestions) === null || _a === void 0 ? void 0 : _a.length) > 0); }, onInput: e => this.handleFirstNameChange(e) }), h("input", { key: '8567b897b4ff2241e896d9b1fc18bd376dfb3ba7', id: this.lastNameFieldId, name: this.lastNameFieldId, type: "text", "data-lpignore": "true", autocomplete: "blocked", value: this.last_name, placeholder: "Last Name...", onFocus: () => { var _a; return (this.showSuggestions = ((_a = this.contactSuggestions) === null || _a === void 0 ? void 0 : _a.length) > 0); }, onInput: e => this.handleLastNameChange(e) })), this.showSuggestions && (h("div", { key: 'e1b968a478ba6c5e8683dd47b33febdf179b8cc8', class: "dropdown" }, this.contactSuggestions.map(suggestion => {
|
107
111
|
var _a;
|
108
112
|
return (h("div", { key: (_a = suggestion.id) !== null && _a !== void 0 ? _a : suggestion.name, class: "suggestion", onClick: e => this.handleSelectSuggestion(e, suggestion) }, suggestion.avatar ? h("img", { alt: "Avatar", class: "avatar", src: suggestion.avatar }) : h("div", { class: "avatar", innerHTML: placeholderIcon }), h("div", { class: "details" }, h("div", { class: "name" }, suggestion.name), suggestion.email && h("div", { class: "destination" }, suggestion.email), suggestion.phone && h("div", { class: "destination" }, suggestion.phone))));
|
109
|
-
})))), h("div", { key: '
|
113
|
+
})))), h("div", { key: 'a10b105c1b4b39f555dca754570624ee4cf1fa3a', class: "row" }, h("label", { key: 'c17158644af04aed1f57ad9592a1c86ce839b304', htmlFor: this.emailFieldId }, "Email:"), h("input", { key: '31de4d700141c32dc073d9842f111f0f5d087869', id: this.emailFieldId, name: this.emailFieldId, type: "text", "data-lpignore": "true", autoComplete: "blocked", value: this.email, placeholder: "Email Address...", onFocus: () => (this.showSuggestions = false), onInput: e => this.handleEmailChange(e) })), h("div", { key: '178f5e239279e98c5f7e7b8e7d74e01b029cd575', class: "row" }, h("label", { key: 'be1381774c82ec9ac1d34bfd0fed8b09703ef722', htmlFor: this.phoneFieldId }, "Phone:"), h("input", { key: '20bbeee5c02793a302324ce1c3da3ba0423a886d', id: this.phoneFieldId, name: this.phoneFieldId, type: "text", "data-lpignore": "true", autoComplete: "blocked", value: this.phone, placeholder: "Phone Number...", onFocus: () => (this.showSuggestions = false), onInput: e => this.handlePhoneChange(e) })), this.showKba && (h("div", { key: '2114ba18ca47e1ddb3a0242862a3a7a489f9cac3', class: "row" }, h("div", { key: '8805ad508c881764373dc0b2731d09f7d64ed51f', class: "label-with-icon" }, h("label", { key: '7f8aa6458dfe937e7b17b98ca5ea8457bd13d330' }, "KBA:"), h("verdocs-help-icon", { key: 'b5d979a6799f47760c6f4b7caecbbcf04f4be07d', text: "Knowledge-Based Authentication adds additional authentication for this user either via a simple PIN code or full address validation. NOTE: There may be a fee for using this feature." })), h("verdocs-select-input", { key: 'a8074ec42c02edffb9141f0efab39d55c88f84a8', value: this.kbaMethod, onInput: (e) => (this.kbaMethod = e.target.value), options: [
|
110
114
|
{ label: 'None', value: '' },
|
111
115
|
{ label: 'PIN Code', value: 'pin' },
|
112
116
|
{ label: 'Full Verification', value: 'kba' },
|
113
|
-
] }), this.kbaMethod === 'pin' && (h("input", { key: '
|
117
|
+
] }), this.kbaMethod === 'pin' && (h("input", { key: '2bf19c40e5b2e1a4fb13002b78719cef04d9a80c', id: "verdocs-pin-code", name: "verdocs-pin-code", type: "text", "data-lpignore": "true", autocomplete: "blocked", value: this.pinCode, placeholder: "KBA PIN Code...", onFocus: () => (this.showSuggestions = false), onInput: e => this.handleMessageChange(e) })))), this.showMessage && (h("div", { key: '422e5484637d0d8bb5c75135440e749c8d61762c', class: "row" }, h("label", { key: '14a30145cbfe95e9506e6158653043ad514ebfcc', htmlFor: "verdocs-contact-picker-message" }, "Message:"), h("input", { key: '6f185da10b418d83924be637c8761656c57ee9d5', id: "verdocs-contact-picker-message", name: "verdocs-contact-picker-message", type: "text", "data-lpignore": "true", autocomplete: "blocked", value: this.message, placeholder: "Invitation Message...", onFocus: () => (this.showSuggestions = false), onInput: e => this.handleMessageChange(e) }))), h("div", { key: '1783766a39890c1df677e64e64a43d8a2b2acf70', class: "buttons" }, h("verdocs-toggle-button", { key: '6728bee193c128e218d1e672915cc90e3563ef61', icon: kbaIcon, size: "small", active: this.showKba, onToggle: e => {
|
114
118
|
this.showKba = e.detail.active;
|
115
119
|
if (!e.detail.active) {
|
116
120
|
this.pinCode = '';
|
117
121
|
this.kbaMethod = '';
|
118
122
|
}
|
119
123
|
this.showSuggestions = false;
|
120
|
-
} }), h("verdocs-toggle-button", { key: '
|
124
|
+
} }), h("verdocs-toggle-button", { key: 'a981d7f6385fbfcfb1de11a9a228080bd7480650', icon: messageIcon, size: "small", active: this.showMessage, onToggle: e => {
|
121
125
|
this.showMessage = e.detail.active;
|
122
126
|
this.showSuggestions = false;
|
123
|
-
} }), h("div", { key: '
|
127
|
+
} }), h("div", { key: 'ec7885eb818035917f71cc100d6316896c0c435b', class: "flex-fill" }), h("verdocs-button", { key: 'edfe1ae05b3bc87b2bc86b61f768e56ad70b5c7f', variant: "outline", label: "Cancel", size: "small", onClick: e => this.handleCancel(e) }), h("verdocs-button", { key: 'ab7405721d454dbb4db3e936cf36337e60f2051f', label: "OK", size: "small", onClick: e => this.handleSubmit(e) }))));
|
124
128
|
}
|
125
129
|
static get is() { return "verdocs-contact-picker"; }
|
126
130
|
static get originalStyleUrls() {
|
@@ -192,12 +196,12 @@ export class VerdocsContactPicker {
|
|
192
196
|
"references": {
|
193
197
|
"IEmailContact": {
|
194
198
|
"location": "local",
|
195
|
-
"path": "/Users/chad/projects/verdocs/
|
199
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.tsx",
|
196
200
|
"id": "src/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.tsx::IEmailContact"
|
197
201
|
},
|
198
202
|
"IPhoneContact": {
|
199
203
|
"location": "local",
|
200
|
-
"path": "/Users/chad/projects/verdocs/
|
204
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.tsx",
|
201
205
|
"id": "src/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.tsx::IPhoneContact"
|
202
206
|
}
|
203
207
|
}
|
@@ -214,7 +218,6 @@ export class VerdocsContactPicker {
|
|
214
218
|
}
|
215
219
|
static get states() {
|
216
220
|
return {
|
217
|
-
"name": {},
|
218
221
|
"first_name": {},
|
219
222
|
"last_name": {},
|
220
223
|
"email": {},
|
@@ -250,7 +253,7 @@ export class VerdocsContactPicker {
|
|
250
253
|
"references": {
|
251
254
|
"IContactSearchEvent": {
|
252
255
|
"location": "local",
|
253
|
-
"path": "/Users/chad/projects/verdocs/
|
256
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.tsx",
|
254
257
|
"id": "src/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.tsx::IContactSearchEvent"
|
255
258
|
}
|
256
259
|
}
|
@@ -286,7 +289,7 @@ export class VerdocsContactPicker {
|
|
286
289
|
"references": {
|
287
290
|
"IContactSelectEvent": {
|
288
291
|
"location": "local",
|
289
|
-
"path": "/Users/chad/projects/verdocs/
|
292
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.tsx",
|
290
293
|
"id": "src/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.tsx::IContactSelectEvent"
|
291
294
|
}
|
292
295
|
}
|
@@ -79,7 +79,8 @@ export class VerdocsEnvelopeRecipientLink {
|
|
79
79
|
}
|
80
80
|
// const recipientsWithActions = getRecipientsWithActions(this.store.state); const showLinkButton = recipientCanAct(recipient, recipientsWithActions); const link =
|
81
81
|
// this.links[recipient.role_name]; const gettingLink = this.gettingLinks[recipient.role_name]; return (
|
82
|
-
|
82
|
+
const fullName = `${this.recipient.first_name || ''} ${this.recipient.last_name || ''}`.trim() || this.recipient.full_name || '';
|
83
|
+
return (h(Host, null, h("div", { class: "summary-content" }, h("h1", { class: "summary-title" }, "In-Person Signing Link"), h("div", { class: "summary-rows" }, h("div", { class: "summary-recipient" }, h("div", { class: "role-name" }, this.recipient.role_name), h("div", { class: "role-details" }, h("div", { class: "role-info" }, h("div", { class: "role-full-name" }, fullName, " (", this.recipient.email || this.recipient.phone, ")"), !this.link && (h("verdocs-button", { size: "small", variant: "outline", label: this.gettingLink ? 'Loading...' : 'Get Link', disabled: this.gettingLink, onClick: () => this.getLink(this.recipient) }))), this.link && (h("div", { class: "link-wrapper" }, h("div", { class: "link" }, this.link), h("verdocs-button", { size: "small", variant: "outline", label: "Copy", onClick: () => this.copyLink(this.link) })))))), h("div", { class: "buttons" }, h("verdocs-button", { size: "small", label: "Done", onClick: e => this.handleDone(e) })))));
|
83
84
|
}
|
84
85
|
static get is() { return "verdocs-envelope-recipient-link"; }
|
85
86
|
static get originalStyleUrls() {
|
@@ -102,7 +102,8 @@ export class VerdocsEnvelopeRecipientSummary {
|
|
102
102
|
const showLinkButton = recipientCanAct(recipient, recipientsWithActions);
|
103
103
|
const link = this.links[recipient.role_name];
|
104
104
|
const gettingLink = this.gettingLinks[recipient.role_name];
|
105
|
-
|
105
|
+
const fullName = `${recipient.first_name || ''} ${recipient.last_name || ''}`.trim() || recipient.full_name || '';
|
106
|
+
return (h("div", { class: "summary-recipient" }, h("div", { class: "role-name" }, recipient.role_name), h("div", { class: "role-details" }, h("div", { class: "role-info" }, h("div", { class: "role-full-name" }, fullName, " (", recipient.email || recipient.phone, ")"), showLinkButton && !link && h("verdocs-button", { size: "small", variant: "outline", label: "Get Link", disabled: gettingLink, onClick: () => this.getLink(recipient) })), link && (h("div", { class: "link-wrapper" }, h("div", { class: "link" }, link), h("verdocs-button", { size: "small", variant: "outline", label: "Copy", onClick: () => this.copyLink(link) }))))));
|
106
107
|
})), (this.canSendAnother || this.canView || this.canDone) && (h("div", { class: "buttons" }, this.canSendAnother && h("verdocs-button", { size: "small", label: "Send Another", onClick: e => this.handleAnother(e) }), this.canView && h("verdocs-button", { size: "small", label: "View Now", onClick: e => this.handleView(e) }), this.canDone && h("verdocs-button", { size: "small", label: "Done", onClick: e => this.handleDone(e) }))))));
|
107
108
|
}
|
108
109
|
static get is() { return "verdocs-envelope-recipient-summary"; }
|
package/dist/collection/components/envelopes/verdocs-envelope-sidebar/verdocs-envelope-sidebar.js
CHANGED
@@ -143,77 +143,77 @@ export class VerdocsEnvelopeSidebar {
|
|
143
143
|
}
|
144
144
|
histories.forEach(history => {
|
145
145
|
var _a;
|
146
|
-
const
|
147
|
-
const
|
146
|
+
const recipient = (_a = this.store.state) === null || _a === void 0 ? void 0 : _a.recipients.find(recipient => recipient.role_name === history.role_name);
|
147
|
+
const fullName = `${recipient.first_name || ''} ${recipient.last_name || ''}`.trim() || recipient.full_name || '';
|
148
148
|
switch (history.event.toLowerCase()) {
|
149
149
|
case 'recipient:signed':
|
150
|
-
entries.push({ icon: 'gesture', message: `Signed by ${
|
150
|
+
entries.push({ icon: 'gesture', message: `Signed by ${fullName}.`, date: new Date(history.created_at) });
|
151
151
|
break;
|
152
152
|
case 'recipient:declined':
|
153
|
-
entries.push({ icon: 'clear', message: `Declined by ${
|
153
|
+
entries.push({ icon: 'clear', message: `Declined by ${fullName}.`, date: new Date(history.created_at) });
|
154
154
|
break;
|
155
155
|
case 'recipient:opened':
|
156
156
|
switch (history.event_detail) {
|
157
157
|
// TODO: Sync these up with reality
|
158
158
|
case 'email':
|
159
159
|
case 'mail':
|
160
|
-
entries.push({ icon: 'visibility', message: `Opened by ${
|
160
|
+
entries.push({ icon: 'visibility', message: `Opened by ${fullName}, via email.`, date: new Date(history.created_at) });
|
161
161
|
break;
|
162
162
|
case 'sms':
|
163
|
-
entries.push({ icon: 'visibility', message: `Opened by ${
|
163
|
+
entries.push({ icon: 'visibility', message: `Opened by ${fullName}, via SMS.`, date: new Date(history.created_at) });
|
164
164
|
break;
|
165
165
|
case 'in_person_link':
|
166
|
-
entries.push({ icon: 'visibility', message: `Opened by ${
|
166
|
+
entries.push({ icon: 'visibility', message: `Opened by ${fullName}, via In-person link.`, date: new Date(history.created_at) });
|
167
167
|
break;
|
168
168
|
case 'in_app':
|
169
|
-
entries.push({ icon: 'visibility', message: `Opened by ${
|
169
|
+
entries.push({ icon: 'visibility', message: `Opened by ${fullName}, via dashboard.`, date: new Date(history.created_at) });
|
170
170
|
break;
|
171
171
|
default:
|
172
|
-
entries.push({ icon: 'visibility', message: `Opened by ${
|
172
|
+
entries.push({ icon: 'visibility', message: `Opened by ${fullName}.`, date: new Date(history.created_at) });
|
173
173
|
}
|
174
174
|
break;
|
175
175
|
case 'recipient:submitted':
|
176
176
|
switch (history.event_detail) {
|
177
177
|
// TODO: Sync up
|
178
178
|
case 'approver':
|
179
|
-
entries.push({ icon: 'check_circle', message: `Approved by ${
|
179
|
+
entries.push({ icon: 'check_circle', message: `Approved by ${fullName}.`, date: new Date(history.created_at) });
|
180
180
|
break;
|
181
181
|
default:
|
182
|
-
entries.push({ icon: 'send', message: `Submitted by ${
|
182
|
+
entries.push({ icon: 'send', message: `Submitted by ${fullName}.`, date: new Date(history.created_at) });
|
183
183
|
break;
|
184
184
|
}
|
185
185
|
break;
|
186
186
|
case 'recipient:prepared':
|
187
|
-
entries.push({ icon: 'send', message: `Prepared by ${
|
187
|
+
entries.push({ icon: 'send', message: `Prepared by ${fullName}.`, date: new Date(history.created_at) });
|
188
188
|
break;
|
189
189
|
case 'recipient:claimed':
|
190
190
|
if (history.event_detail === 'guest') {
|
191
|
-
entries.push({ icon: 'account_circle', message: `${
|
191
|
+
entries.push({ icon: 'account_circle', message: `${fullName} claimed the Verdoc as a guest.`, date: new Date(history.created_at) });
|
192
192
|
}
|
193
193
|
else if (history.event_detail === 'profile') {
|
194
|
-
entries.push({ icon: 'verified_user', message: `${
|
194
|
+
entries.push({ icon: 'verified_user', message: `${fullName} claimed the Verdoc as a verified user.`, date: new Date(history.created_at) });
|
195
195
|
}
|
196
196
|
break;
|
197
197
|
case 'recipient:agreed':
|
198
|
-
entries.push({ icon: 'done', message: `${
|
198
|
+
entries.push({ icon: 'done', message: `${fullName} agreed to use electronic records and signatures.`, date: new Date(history.created_at) });
|
199
199
|
break;
|
200
200
|
case 'recipient:invited':
|
201
201
|
if (history.event_detail === 'sms') {
|
202
|
-
entries.push({ icon: 'textsms', message: `${
|
202
|
+
entries.push({ icon: 'textsms', message: `${fullName} has been invited via SMS.`, date: new Date(history.created_at) });
|
203
203
|
}
|
204
204
|
else {
|
205
|
-
entries.push({ icon: 'mail', message: `${
|
205
|
+
entries.push({ icon: 'mail', message: `${fullName} has been invited via email.`, date: new Date(history.created_at) });
|
206
206
|
}
|
207
207
|
break;
|
208
208
|
case 'invitation:resent':
|
209
209
|
entries.push({
|
210
210
|
icon: 'mail',
|
211
|
-
message: `Invitation was resent to ${
|
211
|
+
message: `Invitation was resent to ${fullName} ${history.event_detail === 'reminder' ? ' by reminder' : ''}.`,
|
212
212
|
date: new Date(history.created_at),
|
213
213
|
});
|
214
214
|
break;
|
215
215
|
case 'envelope:cc':
|
216
|
-
entries.push({ icon: 'contact_mail', message: `A copy has been sent to ${
|
216
|
+
entries.push({ icon: 'contact_mail', message: `A copy has been sent to ${fullName}.`, date: new Date(history.created_at) });
|
217
217
|
break;
|
218
218
|
case 'recipient:delegated':
|
219
219
|
entries.push({ icon: 'people', message: history.event_detail, date: new Date(history.created_at) });
|
@@ -235,7 +235,7 @@ export class VerdocsEnvelopeSidebar {
|
|
235
235
|
entries.push({ icon: 'cancel', message: `Envelope was canceled by the creator.`, date: new Date(history.created_at) });
|
236
236
|
break;
|
237
237
|
case 'owner:get_in_person_link':
|
238
|
-
entries.push({ icon: 'link', message: `Owner accessed the In-person link for ${
|
238
|
+
entries.push({ icon: 'link', message: `Owner accessed the In-person link for ${recipient}.`, date: new Date(history.created_at) });
|
239
239
|
break;
|
240
240
|
default:
|
241
241
|
console.log('[SIDEBAR] Unknown history type', history);
|
@@ -264,13 +264,14 @@ export class VerdocsEnvelopeSidebar {
|
|
264
264
|
_0.recipients.map((recipient, index) => {
|
265
265
|
const canGetInPersonLink = recipient.status !== 'submitted' && recipient.status !== 'canceled' && recipient.status !== 'declined';
|
266
266
|
const canSendReminder = this.canResendRecipient(recipient);
|
267
|
+
const fullName = `${recipient.first_name || ''} ${recipient.last_name || ''}`.trim() || recipient.full_name || '';
|
267
268
|
return (h("div", { class: "recipient-detail" }, h("div", { class: "recipient-header" }, h("div", { class: "recipient-number" }, index + 1), h("div", { class: "recipient-type" }, recipient.role_name), h("div", { class: { 'recipient-status': true, [recipient.status]: true } }, recipient.status), isEnvelopeOwner && !functionsDisabled && (h("verdocs-dropdown", { onOptionSelected: item => this.handleRecipientAction(recipient, item.detail.id), options: [
|
268
269
|
{ id: 'reminder', label: 'Send Reminder', disabled: !canSendReminder },
|
269
270
|
{ id: 'inperson', label: 'Get In-Person Link', disabled: !canGetInPersonLink },
|
270
271
|
// {id: 'modify', label: 'Modify Recipient', disabled: !this.canModifyRecipient(recipient)},
|
271
272
|
// TODO: Details dialog
|
272
273
|
// {id:'details',label: 'View Details'},
|
273
|
-
] }))), h("dic", { class: "recipient-content" }, h("div", { class: "recipient-name" },
|
274
|
+
] }))), h("dic", { class: "recipient-content" }, h("div", { class: "recipient-name" }, fullName), h("div", { class: "recipient-name" }, recipient.email), h("div", { class: "recipient-name" }, recipient.phone))));
|
274
275
|
}), isEnvelopeOwner && (h("verdocs-button", { class: "manage-recipients-button", variant: "standard", label: "Cancel Verdoc", onClick: () => (this.showCancelDialog = !functionsDisabled), disabled: functionsDisabled })))), this.activeTab === 3 && (h("div", { class: "content" }, h("div", { class: "title" }, "History"), historyEntries.map(entry => (h("div", { class: "history-entry" }, h("div", { class: "activity-icon", innerHTML: ActivityIcons[entry.icon] || entry.icon }), h("div", { class: "activity-details" }, h("div", { class: "activity-text" }, entry.message), h("div", { class: "activity-date" }, format(entry.date, FORMAT_TIMESTAMP)))))))), this.showRecipientDialog && (h("verdocs-envelope-recipient-link", { envelopeId: this.envelopeId, roleName: this.showRecipientDialog, onNext: () => (this.showRecipientDialog = '') })), this.showManageDialog && (h("verdocs-envelope-recipient-summary", { envelopeId: this.envelopeId, canView: false, onAnother: () => {
|
275
276
|
var _a;
|
276
277
|
this.showManageDialog = false;
|
package/dist/collection/components/envelopes/verdocs-envelopes-list/verdocs-envelopes-list.js
CHANGED
@@ -221,7 +221,7 @@ export class VerdocsEnvelopesList {
|
|
221
221
|
else {
|
222
222
|
this.selectedEnvelopes = this.selectedEnvelopes.filter(e => e.id !== envelope.id);
|
223
223
|
}
|
224
|
-
} }), h("div", { class: "vert-spacer" }), h("span", { innerHTML: DocumentIcon, class: "envelope-icon" }), h("div", { class: "envelope-name" }, envelope.name, ":\u00A0
|
224
|
+
} }), h("div", { class: "vert-spacer" }), h("span", { innerHTML: DocumentIcon, class: "envelope-icon" }), h("div", { class: "envelope-name" }, envelope.name, ":\u00A0", ' ', h("div", { class: "envelope-recipients" }, envelope.recipients.map(r => `${r.first_name || ''} ${r.last_name || ''}`.trim() || r.full_name || '').join(', '))), h("div", { class: "vert-spacer" }), h("verdocs-status-indicator", { envelope: envelope, style: { width: '125px' } }), h("div", { class: "vert-spacer" }), h("div", { class: "last-modified" }, new Date(envelope.updated_at).toLocaleString()), h("div", { class: "vert-spacer" }), h("verdocs-dropdown", { options: menuOptions, onOptionSelected: e => {
|
225
225
|
var _a, _b;
|
226
226
|
switch (e.detail.id) {
|
227
227
|
case 'view':
|
@@ -243,7 +243,7 @@ export class VerdocsEnvelopesList {
|
|
243
243
|
break;
|
244
244
|
}
|
245
245
|
} }))));
|
246
|
-
}), !this.initiallyLoaded && (h("div", { key: '
|
246
|
+
}), !this.initiallyLoaded && (h("div", { key: 'fcea4e8de649f7e811adfd2465e3ec59b5d14289', style: { width: '100%' } }, integerSequence(0, this.rowsPerPage).map(() => (h("div", { class: "envelope-placeholder" }))))), this.initiallyLoaded && !this.envelopes.length && h("div", { key: '9f69370d4263290168b89d746c8d9adf25ea87fb', class: "empty-text" }, "No matching envelopes found. Please adjust your filters and try again."), this.initiallyLoaded && this.envelopes.length && this.showPagination ? (h("div", { style: { marginTop: '20px' } }, h("verdocs-pagination", { selectedPage: this.selectedPage, perPage: this.rowsPerPage, itemCount: this.count, onSelectPage: e => {
|
247
247
|
this.selectedPage = e.detail.selectedPage;
|
248
248
|
} }))) : (h("div", null))));
|
249
249
|
}
|
package/dist/collection/components/envelopes/verdocs-status-indicator/verdocs-status-indicator.js
CHANGED
@@ -75,8 +75,7 @@ export class VerdocsStatusIndicator {
|
|
75
75
|
const leftOffset = ENTRY_PADDING / 2 + leftoverSpace / 2;
|
76
76
|
recipients.forEach((recipient, index) => {
|
77
77
|
var _a;
|
78
|
-
const
|
79
|
-
const name = `${first} ${last === null || last === void 0 ? void 0 : last.substring(0, 1)}`;
|
78
|
+
const name = `${recipient.first_name || ''} ${recipient.last_name || ('' === null || '' === void 0 ? void 0 : ''.substring(0, 1))}`;
|
80
79
|
const entity = {
|
81
80
|
id: recipient.id,
|
82
81
|
text: name,
|
@@ -238,11 +237,11 @@ export class VerdocsStatusIndicator {
|
|
238
237
|
}
|
239
238
|
const icon = this.getStatusIcon(status);
|
240
239
|
const statusMessage = this.getStatusMessage(status);
|
241
|
-
return (h(Host, { key: '
|
240
|
+
return (h(Host, { key: '94fb6a69e0c386c1261756e7d56006e6d8adcf58', ref: el => (this.summaryComponent = el), class: `${this.theme} ${this.size} ${this.envelope ? 'has-document' : ''}`, "aria-label": "Click to View Details", onClick: e => {
|
242
241
|
e.stopPropagation();
|
243
242
|
e.preventDefault();
|
244
243
|
this.envelope && this.toggleDropdown();
|
245
|
-
}, onBlur: e => this.envelope && this.handleHideDropdown(e) }, h("span", { key: '
|
244
|
+
}, onBlur: e => this.envelope && this.handleHideDropdown(e) }, h("span", { key: '18a63e9450c3541ee21761956abdadcb35f89c37', class: "icon", innerHTML: icon }), h("span", { key: '165b82636651f16261eb9ee4aba00592630cbb28', class: "content" }, statusMessage), h("div", { key: '32dec0a7c5f48c432e41928fa7f64acaa2530b6f', class: "detail-panel", ref: el => (this.detailPanel = el) }, h("div", { key: '6964d9ab9b96149cc8207a5a38433442512df0a2', id: `${this.containerId}` }), this.recipientStatusIcons.map(icon => (h("span", { innerHTML: icon.icon, style: { position: 'absolute', top: `${icon.y}px`, left: `${icon.x}px` } }))))));
|
246
245
|
}
|
247
246
|
static get is() { return "verdocs-status-indicator"; }
|
248
247
|
static get originalStyleUrls() {
|
package/dist/collection/components/fields/verdocs-field-attachment/verdocs-field-attachment.js
CHANGED
@@ -381,7 +381,7 @@ export class VerdocsFieldAttachment {
|
|
381
381
|
"references": {
|
382
382
|
"ISelectedFile": {
|
383
383
|
"location": "local",
|
384
|
-
"path": "/Users/chad/projects/verdocs/
|
384
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/fields/verdocs-field-attachment/verdocs-field-attachment.tsx",
|
385
385
|
"id": "src/components/fields/verdocs-field-attachment/verdocs-field-attachment.tsx::ISelectedFile"
|
386
386
|
}
|
387
387
|
}
|
@@ -48,7 +48,7 @@ export class VerdocsFieldTextbox {
|
|
48
48
|
interact.dynamicDrop(true);
|
49
49
|
if (this.editable) {
|
50
50
|
interact(this.el).resizable({
|
51
|
-
edges: { top: true, bottom:
|
51
|
+
edges: { top: true, bottom: false, left: true, right: true },
|
52
52
|
modifiers: [
|
53
53
|
interact.modifiers.restrictSize({
|
54
54
|
min: { width: 30, height: 15 },
|
@@ -170,7 +170,7 @@ export class VerdocsTemplateBuildTabs {
|
|
170
170
|
"references": {
|
171
171
|
"TVerdocsBuildStep": {
|
172
172
|
"location": "local",
|
173
|
-
"path": "/Users/chad/projects/verdocs/
|
173
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/templates/verdocs-template-build-tabs/verdocs-template-build-tabs.tsx",
|
174
174
|
"id": "src/components/templates/verdocs-template-build-tabs/verdocs-template-build-tabs.tsx::TVerdocsBuildStep"
|
175
175
|
}
|
176
176
|
}
|
@@ -230,7 +230,7 @@ export class VerdocsTemplateBuildTabs {
|
|
230
230
|
"references": {
|
231
231
|
"TVerdocsBuildStep": {
|
232
232
|
"location": "local",
|
233
|
-
"path": "/Users/chad/projects/verdocs/
|
233
|
+
"path": "/Users/chad/projects/verdocs/web-sdk/verdocs-web-sdk/src/components/templates/verdocs-template-build-tabs/verdocs-template-build-tabs.tsx",
|
234
234
|
"id": "src/components/templates/verdocs-template-build-tabs/verdocs-template-build-tabs.tsx::TVerdocsBuildStep"
|
235
235
|
}
|
236
236
|
}
|