@verdocs/web-sdk 2.0.9 → 2.0.11
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/verdocs-templates-list.cjs.entry.js +30 -23
- package/dist/cjs/verdocs-web-sdk.cjs.js +1 -1
- package/dist/collection/components/templates/verdocs-templates-list/verdocs-templates-list.css +0 -1
- package/dist/collection/components/templates/verdocs-templates-list/verdocs-templates-list.js +114 -25
- package/dist/components/verdocs-templates-list.js +33 -24
- package/dist/custom-elements.json +1919 -0
- package/dist/docs.json +56 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/verdocs-templates-list.entry.js +30 -23
- package/dist/esm/verdocs-web-sdk.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/verdocs-templates-list.entry.js +1 -1
- package/dist/esm-es5/verdocs-web-sdk.js +1 -1
- package/dist/types/components/templates/verdocs-templates-list/verdocs-templates-list.d.ts +25 -0
- package/dist/types/components.d.ts +24 -0
- package/dist/verdocs-web-sdk/p-23917fbc.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-647cdb84.system.js +1 -1
- package/dist/verdocs-web-sdk/p-7c64faf3.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
- package/package.json +1 -1
- package/dist/typings.d.ts +0 -4
- package/dist/verdocs-web-sdk/p-aadfc04d.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-fdf8bc45.entry.js +0 -1
@@ -2,7 +2,6 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/
|
|
2
2
|
import './Types.js';
|
3
3
|
import { V as VerdocsEndpoint, c as canPerformTemplateAction } from './VerdocsEndpoint.js';
|
4
4
|
import { l as listTemplates, d as deleteTemplate } from './Templates.js';
|
5
|
-
import { V as VerdocsToast } from './Toast.js';
|
6
5
|
import { S as SDKError } from './errors.js';
|
7
6
|
import { d as defineCustomElement$a } from './verdocs-button2.js';
|
8
7
|
import { d as defineCustomElement$9 } from './verdocs-dropdown2.js';
|
@@ -15,7 +14,7 @@ import { d as defineCustomElement$3 } from './verdocs-template-star2.js';
|
|
15
14
|
import { d as defineCustomElement$2 } from './verdocs-text-input2.js';
|
16
15
|
import { f as format } from './index2.js';
|
17
16
|
|
18
|
-
const verdocsTemplatesListCss = "verdocs-templates-list{display:-ms-flexbox;display:flex;padding:10px;font-size:18px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-radius:6px;color:#33364b;-ms-flex-
|
17
|
+
const verdocsTemplatesListCss = "verdocs-templates-list{display:-ms-flexbox;display:flex;padding:10px;font-size:18px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-radius:6px;color:#33364b;-ms-flex-direction:column;flex-direction:column;font-family:\"Inter\", \"Barlow\", sans-serif}verdocs-templates-list .header{width:100%;row-gap:4px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;margin:0 0 10px 0;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}verdocs-templates-list .header .filter{width:150px}verdocs-templates-list .header verdocs-text-input{margin:0}verdocs-templates-list .header verdocs-text-input input{height:32px}verdocs-templates-list .filter{-ms-flex-align:center;align-items:center}verdocs-templates-list .template{width:100%;margin:3px 0;border:1px solid #ffffff;background:#ffffff}verdocs-templates-list .template:hover{cursor:pointer;background:#ededff;border:1px solid #a7a7f5}verdocs-templates-list .template .inner{gap:10px;display:-ms-flexbox;display:flex;padding:8px 14px;border-radius:5px;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}verdocs-templates-list .template .inner svg{width:24px;height:24px}verdocs-templates-list .name{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;color:black;font-size:16px;margin-left:10px}@media screen and (max-width: 1300px){verdocs-templates-list .name{font-size:16px}}verdocs-templates-list .spacer{margin:0;height:30px;-ms-flex:0 0 1px;flex:0 0 1px;display:-ms-flexbox;display:flex;border-right:1px solid #dad8dd}@media screen and (max-width: 800px){verdocs-templates-list .spacer{margin:12px 0;border-top:1px solid #dad8dd;border-right:none}}verdocs-templates-list .empty-text{font-size:20px;text-align:center;margin:16px 0 0 0;padding:80px 80px;border:2px solid #ccc}verdocs-templates-list .usage,verdocs-templates-list .ownership,verdocs-templates-list .last-used{gap:10px;color:#444;display:-ms-flexbox;display:flex;font-size:16px;margin:0 0 0 10px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}verdocs-templates-list .usage span,verdocs-templates-list .usage svg,verdocs-templates-list .ownership span,verdocs-templates-list .ownership svg,verdocs-templates-list .last-used span,verdocs-templates-list .last-used svg{width:24px;height:24px}verdocs-templates-list .usage span,verdocs-templates-list .ownership span,verdocs-templates-list .last-used span{display:block}verdocs-templates-list .ownership{-ms-flex:0 0 100px;flex:0 0 100px}verdocs-templates-list .last-used{-ms-flex:0 0 130px;flex:0 0 130px}verdocs-templates-list .usage{-ms-flex:0 0 60px;flex:0 0 60px}";
|
19
18
|
|
20
19
|
const GlobeAltIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418" /></svg>`;
|
21
20
|
const LockClosedIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z" /></svg>`;
|
@@ -49,6 +48,8 @@ const VerdocsTemplatesList$1 = /*@__PURE__*/ proxyCustomElement(class extends HT
|
|
49
48
|
this.__registerHost();
|
50
49
|
this.sdkError = createEvent(this, "sdkError", 7);
|
51
50
|
this.viewTemplate = createEvent(this, "viewTemplate", 7);
|
51
|
+
this.signNow = createEvent(this, "signNow", 7);
|
52
|
+
this.submittedData = createEvent(this, "submittedData", 7);
|
52
53
|
this.editTemplate = createEvent(this, "editTemplate", 7);
|
53
54
|
this.templateDeleted = createEvent(this, "templateDeleted", 7);
|
54
55
|
this.changeSort = createEvent(this, "changeSort", 7);
|
@@ -56,24 +57,22 @@ const VerdocsTemplatesList$1 = /*@__PURE__*/ proxyCustomElement(class extends HT
|
|
56
57
|
this.changeStarred = createEvent(this, "changeStarred", 7);
|
57
58
|
this.changeName = createEvent(this, "changeName", 7);
|
58
59
|
this.handleOptionSelected = (option, template) => {
|
59
|
-
var _a, _b;
|
60
|
+
var _a, _b, _c, _d;
|
60
61
|
if (option === 'send') {
|
61
62
|
(_a = this.viewTemplate) === null || _a === void 0 ? void 0 : _a.emit({ endpoint: this.endpoint, template: template });
|
62
|
-
|
63
|
-
|
64
|
-
VerdocsToast('This feature is coming soon!');
|
63
|
+
// } else if (option === 'createlink') {
|
64
|
+
// VerdocsToast('This feature is coming soon!');
|
65
65
|
}
|
66
66
|
else if (option === 'signnow') {
|
67
|
-
|
67
|
+
(_b = this.signNow) === null || _b === void 0 ? void 0 : _b.emit({ endpoint: this.endpoint, template: template });
|
68
68
|
}
|
69
69
|
else if (option === 'submitted') {
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
VerdocsToast('This feature is coming soon!');
|
70
|
+
(_c = this.submittedData) === null || _c === void 0 ? void 0 : _c.emit({ endpoint: this.endpoint, template: template });
|
71
|
+
// } else if (option === 'link') {
|
72
|
+
// VerdocsToast('This feature is coming soon!');
|
74
73
|
}
|
75
74
|
else if (option === 'edit') {
|
76
|
-
(
|
75
|
+
(_d = this.editTemplate) === null || _d === void 0 ? void 0 : _d.emit({ endpoint: this.endpoint, template: template });
|
77
76
|
}
|
78
77
|
else if (option === 'delete') {
|
79
78
|
this.confirmDelete = template;
|
@@ -84,7 +83,9 @@ const VerdocsTemplatesList$1 = /*@__PURE__*/ proxyCustomElement(class extends HT
|
|
84
83
|
this.starred = 'all';
|
85
84
|
this.sort = 'updated_at';
|
86
85
|
this.name = '';
|
87
|
-
this.allowedActions = ['send', '
|
86
|
+
this.allowedActions = ['send', 'submitted', 'link', 'edit', 'delete'];
|
87
|
+
this.showPagination = true;
|
88
|
+
this.rowsPerPage = 10;
|
88
89
|
this.selectedPage = 0;
|
89
90
|
this.count = 0;
|
90
91
|
this.loading = true;
|
@@ -113,12 +114,15 @@ const VerdocsTemplatesList$1 = /*@__PURE__*/ proxyCustomElement(class extends HT
|
|
113
114
|
}
|
114
115
|
async queryTemplates() {
|
115
116
|
var _a, _b, _c;
|
117
|
+
console.log('[TEMPLATES] Querying templates');
|
118
|
+
this.loading = true;
|
116
119
|
try {
|
117
120
|
let queryParams = {
|
118
121
|
sharing: this.sharing,
|
119
122
|
starred: this.starred,
|
120
123
|
page: this.selectedPage,
|
121
124
|
sort: this.sort,
|
125
|
+
rows: this.rowsPerPage,
|
122
126
|
// ascending: this.sort === 'name' || this.sort === 'star_counter',
|
123
127
|
};
|
124
128
|
if (this.name.trim() !== '') {
|
@@ -191,12 +195,12 @@ const VerdocsTemplatesList$1 = /*@__PURE__*/ proxyCustomElement(class extends HT
|
|
191
195
|
const date = template[dateToShow];
|
192
196
|
const MENU_OPTIONS = [];
|
193
197
|
if (this.allowedActions.includes('send')) {
|
194
|
-
MENU_OPTIONS.push({ label: 'Send', id: 'send', disabled: !this.canPreview(template) });
|
198
|
+
MENU_OPTIONS.push({ label: 'Preview / Send', id: 'send', disabled: !this.canPreview(template) });
|
195
199
|
}
|
196
|
-
if (this.allowedActions.includes('createlink')) {
|
197
|
-
|
198
|
-
}
|
199
|
-
if (this.allowedActions.includes('
|
200
|
+
// if (this.allowedActions.includes('createlink')) {
|
201
|
+
// MENU_OPTIONS.push({label: 'Create Link', id: 'createlink', disabled: true});
|
202
|
+
// }
|
203
|
+
if (this.allowedActions.includes('signnow')) {
|
200
204
|
MENU_OPTIONS.push({ label: 'Sign Now', id: 'signnow', disabled: true });
|
201
205
|
}
|
202
206
|
if (this.allowedActions.includes('submitted')) {
|
@@ -205,9 +209,12 @@ const VerdocsTemplatesList$1 = /*@__PURE__*/ proxyCustomElement(class extends HT
|
|
205
209
|
}
|
206
210
|
if (this.allowedActions.includes('link') || this.allowedActions.includes('edit') || this.allowedActions.includes('delete')) {
|
207
211
|
MENU_OPTIONS.push({ label: '' });
|
208
|
-
|
209
|
-
|
210
|
-
|
212
|
+
// TODO: The preview link used to be just an internal route in the main Web application, but
|
213
|
+
// that's not suitable for embeddding. Disabling until this gets re-requested as a feature,
|
214
|
+
// in which case we'll want to move this to an API-driven function.
|
215
|
+
// if (this.allowedActions.includes('link') || this.allowedActions.includes('edit') || this.allowedActions.includes('delete')) {
|
216
|
+
// MENU_OPTIONS.push({label: 'Get Preview Link', id: 'link', disabled: !this.canPreview(template)});
|
217
|
+
// }
|
211
218
|
if (this.allowedActions.includes('link') || this.allowedActions.includes('edit') || this.allowedActions.includes('delete')) {
|
212
219
|
MENU_OPTIONS.push({ label: 'Edit', id: 'edit', disabled: !this.canEdit(template) });
|
213
220
|
}
|
@@ -219,10 +226,10 @@ const VerdocsTemplatesList$1 = /*@__PURE__*/ proxyCustomElement(class extends HT
|
|
219
226
|
var _a;
|
220
227
|
(_a = this.viewTemplate) === null || _a === void 0 ? void 0 : _a.emit({ endpoint: this.endpoint, template });
|
221
228
|
} }, h("div", { class: "inner" }, h("verdocs-template-star", { template: template, endpoint: this.endpoint }), h("div", { class: "spacer icon-spacer" }), h("div", { class: "name" }, template.name), h("div", { class: "spacer usage-spacer" }), h("div", { class: "usage" }, h("span", { innerHTML: EnvelopeIcon, title: "Usage Counter" }), template.counter || '--'), h("div", { class: "spacer last-used-spacer" }), h("div", { class: "last-used" }, dateToShow === 'created_at' && h("span", { innerHTML: CreatedIcon, title: "Created" }), dateToShow === 'updated_at' && h("span", { innerHTML: UpdatedIcon, title: "Last Updated" }), dateToShow === 'last_used_at' && h("span", { innerHTML: LastUsedIcon, title: "Last Used" }), date ? format(new Date(date), 'P') : 'Never'), h("div", { class: "spacer ownership-spacer" }), template.is_public && (h("div", { class: "ownership" }, h("span", { innerHTML: GlobeAltIcon }), " Public")), !template.is_public && !template.is_personal && (h("div", { class: "ownership" }, h("span", { innerHTML: LockClosedIcon }), " Private")), !template.is_public && template.is_personal && (h("div", { class: "ownership" }, h("span", { innerHTML: BuildingOfficeIcon }), " Shared")), h("verdocs-dropdown", { options: MENU_OPTIONS, onOptionSelected: e => this.handleOptionSelected(e.detail.id, template) }))));
|
222
|
-
}), !this.templates.length ? (h("div", { class: "empty-text" }, "No matching templates found. Please adjust your filters and try again.")) : (h("div", { style: { marginTop: '
|
229
|
+
}), !this.templates.length ? (h("div", { class: "empty-text" }, "No matching templates found. Please adjust your filters and try again.")) : this.showPagination ? (h("div", { style: { marginTop: '20px' } }, h("verdocs-pagination", { selectedPage: this.selectedPage, perPage: this.rowsPerPage, itemCount: this.count, onSelectPage: e => {
|
223
230
|
this.selectedPage = e.detail.selectedPage;
|
224
231
|
return this.queryTemplates();
|
225
|
-
} }))), this.confirmDelete && (h("verdocs-ok-dialog", { heading: "Delete this Template?", message: "This operation cannot be undone.", onNext: () => this.deleteTemplate(this.confirmDelete), onExit: () => (this.confirmDelete = null), showCancel: true }))));
|
232
|
+
} }))) : (h("div", null)), this.confirmDelete && (h("verdocs-ok-dialog", { heading: "Delete this Template?", message: "This operation cannot be undone.", onNext: () => this.deleteTemplate(this.confirmDelete), onExit: () => (this.confirmDelete = null), showCancel: true }))));
|
226
233
|
}
|
227
234
|
static get watchers() { return {
|
228
235
|
"sharing": ["handleSharingUpdated"],
|
@@ -238,7 +245,9 @@ const VerdocsTemplatesList$1 = /*@__PURE__*/ proxyCustomElement(class extends HT
|
|
238
245
|
"sort": [1537],
|
239
246
|
"name": [1537],
|
240
247
|
"allowedActions": [1040],
|
241
|
-
"
|
248
|
+
"showPagination": [4, "show-pagination"],
|
249
|
+
"rowsPerPage": [2, "rows-per-page"],
|
250
|
+
"selectedPage": [2, "selected-page"],
|
242
251
|
"count": [32],
|
243
252
|
"loading": [32],
|
244
253
|
"confirmDelete": [32],
|