@verdocs/web-sdk 1.5.2 → 1.5.4

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 (53) hide show
  1. package/dist/cjs/{VerdocsEndpoint-5e6dd8ef.js → VerdocsEndpoint-2c7ecda8.js} +7 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/verdocs-auth.cjs.entry.js +1 -1
  4. package/dist/cjs/verdocs-dropdown_12.cjs.entry.js +3 -7
  5. package/dist/cjs/verdocs-quick-functions.cjs.entry.js +1 -1
  6. package/dist/cjs/verdocs-search-activity_2.cjs.entry.js +1 -1
  7. package/dist/cjs/verdocs-search.cjs.entry.js +1 -1
  8. package/dist/cjs/verdocs-sign.cjs.entry.js +2 -2
  9. package/dist/cjs/verdocs-web-sdk.cjs.js +1 -1
  10. package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +1 -1
  11. package/dist/collection/components/embeds/verdocs-view/verdocs-view.js +2 -24
  12. package/dist/components/VerdocsEndpoint.js +7 -0
  13. package/dist/components/verdocs-sign.js +1 -1
  14. package/dist/components/verdocs-view2.js +2 -7
  15. package/dist/docs.json +1 -18
  16. package/dist/esm/{VerdocsEndpoint-30e1b6ec.js → VerdocsEndpoint-1dbbd8e2.js} +7 -0
  17. package/dist/esm/loader.js +1 -1
  18. package/dist/esm/verdocs-auth.entry.js +1 -1
  19. package/dist/esm/verdocs-dropdown_12.entry.js +3 -7
  20. package/dist/esm/verdocs-quick-functions.entry.js +1 -1
  21. package/dist/esm/verdocs-search-activity_2.entry.js +1 -1
  22. package/dist/esm/verdocs-search.entry.js +1 -1
  23. package/dist/esm/verdocs-sign.entry.js +2 -2
  24. package/dist/esm/verdocs-web-sdk.js +1 -1
  25. package/dist/esm-es5/{VerdocsEndpoint-30e1b6ec.js → VerdocsEndpoint-1dbbd8e2.js} +1 -1
  26. package/dist/esm-es5/loader.js +1 -1
  27. package/dist/esm-es5/verdocs-auth.entry.js +1 -1
  28. package/dist/esm-es5/verdocs-dropdown_12.entry.js +2 -2
  29. package/dist/esm-es5/verdocs-quick-functions.entry.js +1 -1
  30. package/dist/esm-es5/verdocs-search-activity_2.entry.js +1 -1
  31. package/dist/esm-es5/verdocs-search.entry.js +1 -1
  32. package/dist/esm-es5/verdocs-sign.entry.js +1 -1
  33. package/dist/esm-es5/verdocs-web-sdk.js +1 -1
  34. package/dist/types/components/embeds/verdocs-view/verdocs-view.d.ts +0 -5
  35. package/dist/types/components.d.ts +0 -8
  36. package/dist/verdocs-web-sdk/{p-d522de7d.entry.js → p-4cfc0f04.entry.js} +2 -2
  37. package/dist/verdocs-web-sdk/{p-f6a53928.system.entry.js → p-4e98796c.system.entry.js} +1 -1
  38. package/dist/verdocs-web-sdk/{p-1b4e04b7.system.entry.js → p-5bd83ddc.system.entry.js} +1 -1
  39. package/dist/verdocs-web-sdk/{p-c29c2cf8.entry.js → p-6b8bc6f4.entry.js} +1 -1
  40. package/dist/verdocs-web-sdk/{p-4d80d044.system.js → p-6fd6ae35.system.js} +1 -1
  41. package/dist/verdocs-web-sdk/{p-16d62a51.system.entry.js → p-7adcb52c.system.entry.js} +1 -1
  42. package/dist/verdocs-web-sdk/p-88a300c5.system.js +1 -1
  43. package/dist/verdocs-web-sdk/{p-8276345a.entry.js → p-9e3a842c.entry.js} +1 -1
  44. package/dist/verdocs-web-sdk/{p-aa9fc574.entry.js → p-a55ed8ce.entry.js} +1 -1
  45. package/dist/verdocs-web-sdk/{p-06f38046.js → p-c34360d3.js} +1 -1
  46. package/dist/verdocs-web-sdk/{p-9139a76d.system.entry.js → p-cc12ccaa.system.entry.js} +1 -1
  47. package/dist/verdocs-web-sdk/{p-30cc8818.entry.js → p-e3229752.entry.js} +1 -1
  48. package/dist/verdocs-web-sdk/{p-1ea3b9d3.entry.js → p-f74862f7.entry.js} +1 -1
  49. package/dist/verdocs-web-sdk/{p-c4d03ff9.system.entry.js → p-f76721d3.system.entry.js} +2 -2
  50. package/dist/verdocs-web-sdk/{p-a87069d5.system.entry.js → p-fdf34ca6.system.entry.js} +1 -1
  51. package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
  52. package/package.json +2 -2
  53. package/dist/custom-elements.json +0 -830
@@ -1,830 +0,0 @@
1
- {
2
- "version": 1.1,
3
- "tags": [
4
- {
5
- "name": "verdocs-auth",
6
- "description": {
7
- "kind": "markdown",
8
- "value": "Display an authentication dialog that allows the user to login or sign up. Callbacks are provided for events that\noccur during the process (especially successful completion). The success callback will be fired immediately if the\nuser is already authenticated with a valid session, so this component may not always display visibly.\n\nTo simplify some types of authentication flows, a visibility flag can force this component to never display. This\nallows you to susbcribe to notifications from the\n\nThis embed is responsive / mobile-friendly, but the calling application should provide at least a 300px wide\ncontainer to allow sufficient space for the required forms.\n\nAs noted below, the primary event is `authenticated`. This will always be fired at least once, immediately after\nthe widget is rendered and the user's status has been checked. It may be fired again as the user completes (or\ncancels) authentication steps.\n\nAuthentication is required to demonstrate this Element. You may do this in Storybook by using the Auth\nembed. This Element will reuse the same session produced by logging in via that Embed.\n\n```typescript\ninterface IAuthStatus {\n // If true, the user is authenticated with a valid session\n authenticated: boolean;\n\n // Details for the user's session\n session: IActiveSession | null;\n}\n```"
9
- },
10
- "attributes": [
11
- {
12
- "name": "debug",
13
- "description": "If the user is authenticated, this embed will normally render invisibly. If debug is set true, a summary\nif the user's session details will be displayed instead. This may be useful while debugging authentication\nflows in new applications."
14
- },
15
- {
16
- "name": "logo",
17
- "description": "By default, a Verdocs logo will be displayed above the login/signup forms. This may be used to\noverride its source. (Alternatively, you may simply hide it via CSS overrides.) Logos should be\nin SVG format for best results."
18
- },
19
- {
20
- "name": "visible",
21
- "description": "Normally, if the user has a valid session, this embed will be invisible, otherwise it will display\nlogin / signup forms. If this is set to false, this embed will be invisible in both cases. Apps may\nuse this to verify if a user has a valid session without needing a separate call to Verdocs JS SDK."
22
- }
23
- ]
24
- },
25
- {
26
- "name": "verdocs-button",
27
- "description": {
28
- "kind": "markdown",
29
- "value": "Display a simple button.\n\nThree variants are supported. `standard` and `outline` buttons look like traditional form buttons and are ideal candidates for 'Ok' and\n'Cancel' options in most cases. `text` buttons are intended to be used inline in content blocks or for more subtle button options.\n(Auth uses text buttons for the Forgot Password and Sign Up options.)\n\nFour sizes are also supported. Most use cases will call for the `normal` size, but a `small` size is ideal for more subtle controls, such\nas pagination or other secondary functions. `medium` buttons are slightly larger to provide balance in forms where other items are also\nbigger, and `large` buttons are for cases where the page has mostly white-space and the buttons need to fill more space.\n\nIcons may be placed either before (\"start\") or after (\"end\") the button label. Icons should be SVG objects passed as strings and will\nbe rendered as HTML inside the button label area. It is important that the root <SVG> tag contains a default `fill=\"#ffffff\"` setting\nfor the base color, and that child elements below it do not. This allows the button color to carry into the icon properly."
30
- },
31
- "attributes": [
32
- {
33
- "name": "disabled",
34
- "description": "Whether the button should be disabled."
35
- },
36
- {
37
- "name": "end-icon",
38
- "description": "If desired, a suffix icon for the button"
39
- },
40
- {
41
- "name": "label",
42
- "description": "The label for the button."
43
- },
44
- {
45
- "name": "size",
46
- "description": "The size (height) of the button.",
47
- "values": [
48
- {
49
- "name": "large"
50
- },
51
- {
52
- "name": "medium"
53
- },
54
- {
55
- "name": "normal"
56
- },
57
- {
58
- "name": "small"
59
- }
60
- ]
61
- },
62
- {
63
- "name": "start-icon",
64
- "description": "If desired, a prefix icon for the button"
65
- },
66
- {
67
- "name": "type",
68
- "description": "The type of the button.",
69
- "values": [
70
- {
71
- "name": "button"
72
- },
73
- {
74
- "name": "reset"
75
- },
76
- {
77
- "name": "submit"
78
- }
79
- ]
80
- },
81
- {
82
- "name": "variant",
83
- "description": "The display variant of the button.",
84
- "values": [
85
- {
86
- "name": "outline"
87
- },
88
- {
89
- "name": "standard"
90
- },
91
- {
92
- "name": "text"
93
- }
94
- ]
95
- }
96
- ]
97
- },
98
- {
99
- "name": "verdocs-dropdown",
100
- "description": {
101
- "kind": "markdown",
102
- "value": "Display a drop-down menu button. A menu of the specified options will be displayed when the button is pressed. The menu will be hidden\nwhen the button is pressed again, or an option is selected."
103
- },
104
- "attributes": [
105
- {
106
- "name": "open",
107
- "description": "If set, the component will be open by default. This is primarily intended to be used for testing."
108
- }
109
- ]
110
- },
111
- {
112
- "name": "verdocs-field-attachment",
113
- "description": {
114
- "kind": "markdown",
115
- "value": "Displays a signature field. Various field types are supported, including traditional Signature and Initials types as well as\ninput types like text and checkbox."
116
- },
117
- "attributes": [
118
- {
119
- "name": "disabled",
120
- "description": "Sets the disabled attribute of the input element."
121
- },
122
- {
123
- "name": "order",
124
- "description": "Sets the tabIndex of the input element."
125
- },
126
- {
127
- "name": "required",
128
- "description": "If true, the field will be marked required."
129
- },
130
- {
131
- "name": "value",
132
- "description": "Sets the value of the input element."
133
- }
134
- ]
135
- },
136
- {
137
- "name": "verdocs-field-checkbox",
138
- "description": {
139
- "kind": "markdown",
140
- "value": "Displays a signature field. Various field types are supported, including traditional Signature and Initials types as well as\ninput types like text and checkbox."
141
- },
142
- "attributes": [
143
- {
144
- "name": "disabled",
145
- "description": "Sets the disabled attribute of the input element."
146
- },
147
- {
148
- "name": "order",
149
- "description": "Sets the tabIndex of the input element."
150
- },
151
- {
152
- "name": "required",
153
- "description": "If true, the field will be marked required."
154
- },
155
- {
156
- "name": "value",
157
- "description": "Sets the value of the input element."
158
- }
159
- ]
160
- },
161
- {
162
- "name": "verdocs-field-date",
163
- "description": {
164
- "kind": "markdown",
165
- "value": "Displays a date field. When tapped or clicked, the input element will display a date picker component."
166
- },
167
- "attributes": [
168
- {
169
- "name": "disabled",
170
- "description": "Sets the disabled attribute of the input element."
171
- },
172
- {
173
- "name": "order",
174
- "description": "Sets the tabIndex of the input element."
175
- },
176
- {
177
- "name": "placeholder",
178
- "description": "A placeholder to assist the user in completing the field."
179
- },
180
- {
181
- "name": "required",
182
- "description": "If true, the field will be marked required."
183
- },
184
- {
185
- "name": "value",
186
- "description": "Sets the value of the input element."
187
- }
188
- ]
189
- },
190
- {
191
- "name": "verdocs-field-dropdown",
192
- "description": {
193
- "kind": "markdown",
194
- "value": "Displays a signature field. Various field types are supported, including traditional Signature and Initials types as well as\ninput types like text and checkbox."
195
- },
196
- "attributes": [
197
- {
198
- "name": "disabled",
199
- "description": "Sets the disabled attribute of the input element."
200
- },
201
- {
202
- "name": "order",
203
- "description": "Sets the tabIndex of the input element."
204
- },
205
- {
206
- "name": "required",
207
- "description": "If true, the field will be marked required."
208
- },
209
- {
210
- "name": "value",
211
- "description": "The currently selected value."
212
- }
213
- ]
214
- },
215
- {
216
- "name": "verdocs-field-initial",
217
- "description": {
218
- "kind": "markdown",
219
- "value": "Displays an initial field. If an initial already exists, it will be displayed and the field will be disabled. Otherwise, a placeholder\nbutton will be shown. Clicking the button will show a dialog to adopt an initial."
220
- },
221
- "attributes": [
222
- {
223
- "name": "full-name",
224
- "description": "The user's full name."
225
- },
226
- {
227
- "name": "required",
228
- "description": "Whether the field is required."
229
- },
230
- {
231
- "name": "value",
232
- "description": "The base64 signature value."
233
- }
234
- ]
235
- },
236
- {
237
- "name": "verdocs-field-payment",
238
- "description": {
239
- "kind": "markdown",
240
- "value": "Displays a signature field. Various field types are supported, including traditional Signature and Initials types as well as\ninput types like text and checkbox."
241
- },
242
- "attributes": [
243
- {
244
- "name": "current-initial",
245
- "description": ""
246
- },
247
- {
248
- "name": "current-initial-id",
249
- "description": ""
250
- },
251
- {
252
- "name": "current-signature",
253
- "description": ""
254
- },
255
- {
256
- "name": "current-signature-id",
257
- "description": ""
258
- },
259
- {
260
- "name": "field-id",
261
- "description": ""
262
- },
263
- {
264
- "name": "focused",
265
- "description": ""
266
- },
267
- {
268
- "name": "page-num",
269
- "description": ""
270
- },
271
- {
272
- "name": "recipients",
273
- "description": ""
274
- },
275
- {
276
- "name": "role-name",
277
- "description": ""
278
- },
279
- {
280
- "name": "selected-role-name",
281
- "description": ""
282
- },
283
- {
284
- "name": "signed",
285
- "description": ""
286
- }
287
- ]
288
- },
289
- {
290
- "name": "verdocs-field-radio-button",
291
- "description": {
292
- "kind": "markdown",
293
- "value": "Displays a radio button."
294
- },
295
- "attributes": [
296
- {
297
- "name": "checked",
298
- "description": "Sets the value of the input element."
299
- },
300
- {
301
- "name": "disabled",
302
- "description": "Sets the disabled attribute of the input element."
303
- },
304
- {
305
- "name": "name",
306
- "description": "Sets the name of the input element."
307
- },
308
- {
309
- "name": "order",
310
- "description": "Sets the tabIndex of the input element."
311
- },
312
- {
313
- "name": "required",
314
- "description": "If true, the field will be marked required."
315
- },
316
- {
317
- "name": "value",
318
- "description": "Sets the value of the input element."
319
- }
320
- ]
321
- },
322
- {
323
- "name": "verdocs-field-signature",
324
- "description": {
325
- "kind": "markdown",
326
- "value": "Displays a signature field. If a signature already exists, it will be displayed and the field will be disabled. Otherwise, a placeholder\nbutton will be shown. Clicking the button will show a dialog to adopt a signature."
327
- },
328
- "attributes": [
329
- {
330
- "name": "full-name",
331
- "description": "The user's full name."
332
- },
333
- {
334
- "name": "required",
335
- "description": "Whether the field is required."
336
- },
337
- {
338
- "name": "value",
339
- "description": "The base64 signature value."
340
- }
341
- ]
342
- },
343
- {
344
- "name": "verdocs-field-textarea",
345
- "description": {
346
- "kind": "markdown",
347
- "value": "Display a multi-line text input field."
348
- },
349
- "attributes": [
350
- {
351
- "name": "disabled",
352
- "description": "Sets the disabled attribute of the input element."
353
- },
354
- {
355
- "name": "order",
356
- "description": "Sets the tabIndex of the input element."
357
- },
358
- {
359
- "name": "placeholder",
360
- "description": "A placeholder to assist the user in completing the field."
361
- },
362
- {
363
- "name": "required",
364
- "description": "If true, the field will be marked required."
365
- },
366
- {
367
- "name": "value",
368
- "description": "Sets the value of the input element."
369
- }
370
- ]
371
- },
372
- {
373
- "name": "verdocs-field-textbox",
374
- "description": {
375
- "kind": "markdown",
376
- "value": "Display a text input field."
377
- },
378
- "attributes": [
379
- {
380
- "name": "disabled",
381
- "description": "Sets the disabled attribute of the input element."
382
- },
383
- {
384
- "name": "order",
385
- "description": "Sets the tabIndex of the input element."
386
- },
387
- {
388
- "name": "placeholder",
389
- "description": "A placeholder to assist the user in completing the field."
390
- },
391
- {
392
- "name": "required",
393
- "description": "If true, the field will be marked required."
394
- },
395
- {
396
- "name": "value",
397
- "description": "Sets the value of the input element."
398
- }
399
- ]
400
- },
401
- {
402
- "name": "verdocs-initial-dialog",
403
- "description": {
404
- "kind": "markdown",
405
- "value": "Display a dialog that allows the user to specify an initials image, either by using a signature-font-generated image\nbased on their full name, or by hand-drawing their initials with a mouse or tablet."
406
- },
407
- "attributes": [
408
- {
409
- "name": "fullname",
410
- "description": "Initial signature text"
411
- },
412
- {
413
- "name": "open",
414
- "description": "Whether the dialog is currently being displayed. This allows it to be added to the DOM before being displayed."
415
- }
416
- ]
417
- },
418
- {
419
- "name": "verdocs-kba-dialog",
420
- "description": {
421
- "kind": "markdown",
422
- "value": "Display a text input field. This adds a partially-transparent overlay and screen-centered dialog\nbox with a message and optional header/title. An OK button is shown that will dismiss the message.\nIt can also be dismissed by clicking the background overlay."
423
- },
424
- "attributes": [
425
- {
426
- "name": "helptext",
427
- "description": "If set, a help/instructions box will be displayed with this text"
428
- },
429
- {
430
- "name": "helptitle",
431
- "description": "If set, a help/instructions box will be displayed with this title"
432
- },
433
- {
434
- "name": "label",
435
- "description": "For text input challenges, the label to display next to the input field."
436
- },
437
- {
438
- "name": "mode",
439
- "description": "Whether the dialog is currently being displayed. This allows it to be added to the DOM before being displayed.",
440
- "values": [
441
- {
442
- "name": "choice"
443
- },
444
- {
445
- "name": "text"
446
- }
447
- ]
448
- },
449
- {
450
- "name": "open",
451
- "description": "Whether the dialog is currently being displayed. This allows it to be added to the DOM before being displayed."
452
- },
453
- {
454
- "name": "placeholder",
455
- "description": "For text input challenges, the placeholder to display inside the input field."
456
- },
457
- {
458
- "name": "step",
459
- "description": "Which step this confirmation is for, in a multi-step process. Ignored if `steps` is < 2."
460
- },
461
- {
462
- "name": "steps",
463
- "description": "How many steps exist in a multi-step process. Set to 1 for a single-step process (hides the indicator)."
464
- }
465
- ]
466
- },
467
- {
468
- "name": "verdocs-loader",
469
- "description": {
470
- "kind": "markdown",
471
- "value": "Animated loader placeholder. There are currently no configuration options for this control."
472
- },
473
- "attributes": []
474
- },
475
- {
476
- "name": "verdocs-ok-dialog",
477
- "description": {
478
- "kind": "markdown",
479
- "value": "Display a simple text dialog box with an Ok button. This adds a partially-transparent overlay and screen-centered dialog\nbox with a message and optional header/title. An OK button is shown that will dismiss the message.\nIt can also be dismissed by clicking the background overlay."
480
- },
481
- "attributes": [
482
- {
483
- "name": "cancel",
484
- "description": "If set, a cancel button will also be displayed. Note that the dialog is always cancelable by clicking the background\noverlay to dismiss it."
485
- },
486
- {
487
- "name": "heading",
488
- "description": "The title of the dialog. \"title\" is a reserved word, so we use heading."
489
- },
490
- {
491
- "name": "message",
492
- "description": "The message content to display."
493
- },
494
- {
495
- "name": "open",
496
- "description": "Whether the dialog is currently being displayed. This allows it to be added to the DOM before being displayed."
497
- }
498
- ]
499
- },
500
- {
501
- "name": "verdocs-organization-card",
502
- "description": {
503
- "kind": "markdown",
504
- "value": "Display a pop-up describing the company that was hovered over"
505
- },
506
- "attributes": []
507
- },
508
- {
509
- "name": "verdocs-quick-functions",
510
- "description": {
511
- "kind": "markdown",
512
- "value": "Display quick-function buttons for creating templates and documents.\n\nAuthentication is required to demonstrate this Element. You may do this in Storybook by using the Auth\nembed. This Element will reuse the same session produced by logging in via that Embed."
513
- },
514
- "attributes": []
515
- },
516
- {
517
- "name": "verdocs-search",
518
- "description": {
519
- "kind": "markdown",
520
- "value": ""
521
- },
522
- "attributes": []
523
- },
524
- {
525
- "name": "verdocs-search-activity",
526
- "description": {
527
- "kind": "markdown",
528
- "value": "Display a list of starred items.\n\nAuthentication is required to demonstrate this Element. You may do this in Storybook by using the Auth\nembed. This Element will reuse the same session produced by logging in via that Embed."
529
- },
530
- "attributes": [
531
- {
532
- "name": "options",
533
- "description": ""
534
- },
535
- {
536
- "name": "type",
537
- "description": "",
538
- "values": [
539
- {
540
- "name": "recent"
541
- },
542
- {
543
- "name": "saved"
544
- },
545
- {
546
- "name": "starred"
547
- }
548
- ]
549
- }
550
- ]
551
- },
552
- {
553
- "name": "verdocs-search-box",
554
- "description": {
555
- "kind": "markdown",
556
- "value": "Displays a customizable input box for search queries.\n\nAuthentication is required to demonstrate this Element. You may do this in Storybook by using the Auth\nembed. This Element will reuse the same session produced by logging in via that Embed."
557
- },
558
- "attributes": [
559
- {
560
- "name": "placeholder",
561
- "description": "The placeholder to display in the input field."
562
- },
563
- {
564
- "name": "query",
565
- "description": "The text search string entered by the user."
566
- },
567
- {
568
- "name": "type",
569
- "description": "If set to a value other than 'all', a removeable filter indicator will be displayed.",
570
- "values": [
571
- {
572
- "name": "all"
573
- },
574
- {
575
- "name": "document"
576
- },
577
- {
578
- "name": "organization"
579
- },
580
- {
581
- "name": "template"
582
- }
583
- ]
584
- }
585
- ]
586
- },
587
- {
588
- "name": "verdocs-search-tabs",
589
- "description": {
590
- "kind": "markdown",
591
- "value": ""
592
- },
593
- "attributes": []
594
- },
595
- {
596
- "name": "verdocs-sign",
597
- "description": {
598
- "kind": "markdown",
599
- "value": "Display a document signing experience."
600
- },
601
- "attributes": [
602
- {
603
- "name": "documentid",
604
- "description": "If `source` is set to `verdocs-sign`, this should be set to a valid invitation code to activate a\nsigning session."
605
- },
606
- {
607
- "name": "invitecode",
608
- "description": "If `source` is set to `verdocs-sign`, this should be set to a valid invitation code to activate a\nsigning session."
609
- },
610
- {
611
- "name": "roleid",
612
- "description": "If `source` is set to `verdocs-sign`, this should be set to a valid invitation code to activate a\nsigning session."
613
- }
614
- ]
615
- },
616
- {
617
- "name": "verdocs-signature-dialog",
618
- "description": {
619
- "kind": "markdown",
620
- "value": "Display a dialog that allows the user to specify a signature image, either by using a signature-font-generated image\nbased on their full name, or by hand-drawing their signature with a mouse or tablet."
621
- },
622
- "attributes": [
623
- {
624
- "name": "fullname",
625
- "description": "Initial signature text"
626
- },
627
- {
628
- "name": "open",
629
- "description": "Whether the dialog is currently being displayed. This allows it to be added to the DOM before being displayed."
630
- }
631
- ]
632
- },
633
- {
634
- "name": "verdocs-status-indicator",
635
- "description": {
636
- "kind": "markdown",
637
- "value": "Displays an icon and message describing a document's completion status. For convenience, the status may be passed in either\ndirectly as a status field or the whole document object may be passed in.\n\nIf the document is provided, the status flag will indicate the document's overall status. This also makes the component clickable\nto display a popup panel with per-recipient status data.\n\nIf the status is provided as a string it can be either a `TRecipientStatus` or `TDocumentStatus` value."
638
- },
639
- "attributes": [
640
- {
641
- "name": "size",
642
- "description": "The size (height) of the indicator. The small variant is suitable for use in densely populated components such as table rows.",
643
- "values": [
644
- {
645
- "name": "normal"
646
- },
647
- {
648
- "name": "small"
649
- }
650
- ]
651
- },
652
- {
653
- "name": "status",
654
- "description": "The status to display.",
655
- "values": [
656
- {
657
- "name": "accepted"
658
- },
659
- {
660
- "name": "canceled"
661
- },
662
- {
663
- "name": "complete"
664
- },
665
- {
666
- "name": "declined"
667
- },
668
- {
669
- "name": "in progress"
670
- },
671
- {
672
- "name": "invited"
673
- },
674
- {
675
- "name": "opened"
676
- },
677
- {
678
- "name": "pending"
679
- },
680
- {
681
- "name": "signed"
682
- },
683
- {
684
- "name": "submitted"
685
- }
686
- ]
687
- },
688
- {
689
- "name": "theme",
690
- "description": "The theme to use for diplay.",
691
- "values": [
692
- {
693
- "name": "dark"
694
- },
695
- {
696
- "name": "light"
697
- }
698
- ]
699
- }
700
- ]
701
- },
702
- {
703
- "name": "verdocs-template-card",
704
- "description": {
705
- "kind": "markdown",
706
- "value": "Displays a summary of a template"
707
- },
708
- "attributes": []
709
- },
710
- {
711
- "name": "verdocs-template-tags",
712
- "description": {
713
- "kind": "markdown",
714
- "value": "Displays a message listing a template's tags."
715
- },
716
- "attributes": []
717
- },
718
- {
719
- "name": "verdocs-text-input",
720
- "description": {
721
- "kind": "markdown",
722
- "value": "Display a text input field. This is just a standard HTML input field with minimal markup to fit the\nvisual styles of the other components. Bear in mind Stencil does not currently support emitting events\nwith the same names as native DOM events, so rather than `input` or `blur` we have `tinput`, `tblur`,\netc. We used a temporary prefix here to mark this as a temporary API, because we hope this will change\nin a future Stencil release. See https://github.com/ionic-team/stencil/issues/2822."
723
- },
724
- "attributes": [
725
- {
726
- "name": "autocomplete",
727
- "description": "If desired, the autocomplete attribute to set."
728
- },
729
- {
730
- "name": "disabled",
731
- "description": "Should the field be disabled?"
732
- },
733
- {
734
- "name": "label",
735
- "description": "The label for the field."
736
- },
737
- {
738
- "name": "placeholder",
739
- "description": "The placeholder for the field."
740
- },
741
- {
742
- "name": "type",
743
- "description": "The type of field to render. Only text-type fields are allowed here for the current styling. Additional types\n(e.g. a date picker) will be supported by other controls in the future.",
744
- "values": [
745
- {
746
- "name": "email"
747
- },
748
- {
749
- "name": "number"
750
- },
751
- {
752
- "name": "password"
753
- },
754
- {
755
- "name": "search"
756
- },
757
- {
758
- "name": "tel"
759
- },
760
- {
761
- "name": "text"
762
- },
763
- {
764
- "name": "url"
765
- }
766
- ]
767
- },
768
- {
769
- "name": "value",
770
- "description": "The value for the input field."
771
- }
772
- ]
773
- },
774
- {
775
- "name": "verdocs-toggle",
776
- "description": {
777
- "kind": "markdown",
778
- "value": "Displays a label and a set of buttons, also allowing a default selection of a button\n\n```typescript\n\n```"
779
- },
780
- "attributes": [
781
- {
782
- "name": "theme",
783
- "description": "The \"theme\" to be used",
784
- "values": [
785
- {
786
- "name": "dark"
787
- },
788
- {
789
- "name": "light"
790
- }
791
- ]
792
- }
793
- ]
794
- },
795
- {
796
- "name": "verdocs-upload-dialog",
797
- "description": {
798
- "kind": "markdown",
799
- "value": "Display a text input field. This adds a partially-transparent overlay and screen-centered dialog\nbox with a message and optional header/title. An OK button is shown that will dismiss the message.\nIt can also be dismissed by clicking the background overlay."
800
- },
801
- "attributes": [
802
- {
803
- "name": "open",
804
- "description": "Whether the dialog is currently being displayed. This allows it to be added to the DOM before being displayed."
805
- }
806
- ]
807
- },
808
- {
809
- "name": "verdocs-view",
810
- "description": {
811
- "kind": "markdown",
812
- "value": ""
813
- },
814
- "attributes": [
815
- {
816
- "name": "rotation",
817
- "description": "Rotate the PDF in degrees"
818
- },
819
- {
820
- "name": "source",
821
- "description": "Src of the PDF to load and render"
822
- },
823
- {
824
- "name": "token",
825
- "description": "Access token to use. This component is a wrapper for PDF.js which does not use a VerdocsEndpoint, so the token must be supplied\ndirectly."
826
- }
827
- ]
828
- }
829
- ]
830
- }