@verdocs/web-sdk 2.3.56 → 2.3.57

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.
@@ -84,6 +84,7 @@ const VerdocsFieldDate = class {
84
84
  onSelect: ({ date, formattedDate }) => {
85
85
  console.log('Selected date', formattedDate, date);
86
86
  const event = new window.Event('input');
87
+ console.log('Will dispatch', event, this.el);
87
88
  this.el.dispatchEvent(event);
88
89
  },
89
90
  });
@@ -422,7 +422,6 @@ const VerdocsSign = class {
422
422
  // These field types don't emit fieldChange. Should we standardize on that? We don't tap "input" for fields like
423
423
  // text boxes because we'd be updating the field on every keystroke. We do those on blur which fires fieldChange.
424
424
  if (e.target.name.includes('checkbox_group') || e.target.name.includes('radio_button_group')) {
425
- console.log('CB', e.target);
426
425
  this.handleFieldChange(field, e).finally(() => this.checkRecipientFields());
427
426
  }
428
427
  else {
@@ -400,7 +400,6 @@ export class VerdocsSign {
400
400
  // These field types don't emit fieldChange. Should we standardize on that? We don't tap "input" for fields like
401
401
  // text boxes because we'd be updating the field on every keystroke. We do those on blur which fires fieldChange.
402
402
  if (e.target.name.includes('checkbox_group') || e.target.name.includes('radio_button_group')) {
403
- console.log('CB', e.target);
404
403
  this.handleFieldChange(field, e).finally(() => this.checkRecipientFields());
405
404
  }
406
405
  else {
@@ -46,6 +46,7 @@ export class VerdocsFieldDate {
46
46
  onSelect: ({ date, formattedDate }) => {
47
47
  console.log('Selected date', formattedDate, date);
48
48
  const event = new window.Event('input');
49
+ console.log('Will dispatch', event, this.el);
49
50
  this.el.dispatchEvent(event);
50
51
  },
51
52
  });
@@ -85,6 +85,7 @@ const VerdocsFieldDate$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLEl
85
85
  onSelect: ({ date, formattedDate }) => {
86
86
  console.log('Selected date', formattedDate, date);
87
87
  const event = new window.Event('input');
88
+ console.log('Will dispatch', event, this.el);
88
89
  this.el.dispatchEvent(event);
89
90
  },
90
91
  });
@@ -423,7 +423,6 @@ const VerdocsSign$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
423
423
  // These field types don't emit fieldChange. Should we standardize on that? We don't tap "input" for fields like
424
424
  // text boxes because we'd be updating the field on every keystroke. We do those on blur which fires fieldChange.
425
425
  if (e.target.name.includes('checkbox_group') || e.target.name.includes('radio_button_group')) {
426
- console.log('CB', e.target);
427
426
  this.handleFieldChange(field, e).finally(() => this.checkRecipientFields());
428
427
  }
429
428
  else {
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-01-20T00:44:48",
2
+ "timestamp": "2024-01-21T20:24:09",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "2.20.0",
@@ -80,6 +80,7 @@ const VerdocsFieldDate = class {
80
80
  onSelect: ({ date, formattedDate }) => {
81
81
  console.log('Selected date', formattedDate, date);
82
82
  const event = new window.Event('input');
83
+ console.log('Will dispatch', event, this.el);
83
84
  this.el.dispatchEvent(event);
84
85
  },
85
86
  });
@@ -418,7 +418,6 @@ const VerdocsSign = class {
418
418
  // These field types don't emit fieldChange. Should we standardize on that? We don't tap "input" for fields like
419
419
  // text boxes because we'd be updating the field on every keystroke. We do those on blur which fires fieldChange.
420
420
  if (e.target.name.includes('checkbox_group') || e.target.name.includes('radio_button_group')) {
421
- console.log('CB', e.target);
422
421
  this.handleFieldChange(field, e).finally(() => this.checkRecipientFields());
423
422
  }
424
423
  else {