@verdocs/web-sdk 2.3.19 → 2.3.20

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.
@@ -393,7 +393,7 @@ const VerdocsTemplateFields = class {
393
393
  this.fieldStore.set(saved.name, saved);
394
394
  this.placing = null;
395
395
  (_a = this.templateUpdated) === null || _a === void 0 ? void 0 : _a.emit({ endpoint: this.endpoint, template: (_b = this.templateStore) === null || _b === void 0 ? void 0 : _b.state, event: 'added-field' });
396
- this.handlePageRendered({ detail: this.cachedPageInfo[pageNumber] });
396
+ this.reRenderField(saved, pageNumber);
397
397
  }
398
398
  }
399
399
  render() {
@@ -3,9 +3,9 @@ export default {
3
3
  title: 'Embeds/Sign',
4
4
  component: 'verdocs-sign',
5
5
  args: {
6
- envelopeId: 'bc8efdf9-8c48-421c-9e98-1caf4f9e47cd',
7
- roleId: 'Seller',
8
- inviteCode: '4de4137978118a3cf9392bfc93a97aa2',
6
+ envelopeId: '',
7
+ roleId: '',
8
+ inviteCode: '',
9
9
  },
10
10
  argTypes: {
11
11
  envelopeId: {
@@ -356,7 +356,7 @@ export class VerdocsTemplateFields {
356
356
  this.fieldStore.set(saved.name, saved);
357
357
  this.placing = null;
358
358
  (_a = this.templateUpdated) === null || _a === void 0 ? void 0 : _a.emit({ endpoint: this.endpoint, template: (_b = this.templateStore) === null || _b === void 0 ? void 0 : _b.state, event: 'added-field' });
359
- this.handlePageRendered({ detail: this.cachedPageInfo[pageNumber] });
359
+ this.reRenderField(saved, pageNumber);
360
360
  }
361
361
  }
362
362
  render() {
@@ -367,7 +367,7 @@ const VerdocsTemplateFields = /*@__PURE__*/ proxyCustomElement(class extends HTM
367
367
  this.fieldStore.set(saved.name, saved);
368
368
  this.placing = null;
369
369
  (_a = this.templateUpdated) === null || _a === void 0 ? void 0 : _a.emit({ endpoint: this.endpoint, template: (_b = this.templateStore) === null || _b === void 0 ? void 0 : _b.state, event: 'added-field' });
370
- this.handlePageRendered({ detail: this.cachedPageInfo[pageNumber] });
370
+ this.reRenderField(saved, pageNumber);
371
371
  }
372
372
  }
373
373
  render() {