@verdocs/web-sdk 4.2.62 → 4.2.63
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/verdocs-preview_10.cjs.entry.js +1 -1
- package/dist/collection/components/embeds/verdocs-send/verdocs-send.js +2 -2
- package/dist/components/verdocs-send2.js +1 -1
- package/dist/custom-elements.json +2030 -0
- package/dist/esm/verdocs-preview_10.entry.js +1 -1
- package/dist/esm-es5/verdocs-preview_10.entry.js +1 -1
- package/dist/verdocs-web-sdk/p-03a228e4.system.js +1 -1
- package/dist/verdocs-web-sdk/p-08f1911d.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-f2624d33.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
- package/package.json +2 -2
- package/dist/verdocs-web-sdk/p-ee92a1fc.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-f50e73e6.system.entry.js +0 -1
@@ -112,7 +112,7 @@ const VerdocsSend = class {
|
|
112
112
|
this.searchContacts = index.createEvent(this, "searchContacts", 7);
|
113
113
|
this.endpoint = jsSdk.VerdocsEndpoint.getDefault();
|
114
114
|
this.templateId = null;
|
115
|
-
this.environment = '
|
115
|
+
this.environment = '';
|
116
116
|
this.containerId = `verdocs-send-${Math.random().toString(36).substring(2, 11)}`;
|
117
117
|
this.showPickerForId = '';
|
118
118
|
this.sessionContacts = [];
|
@@ -27,7 +27,7 @@ export class VerdocsSend {
|
|
27
27
|
constructor() {
|
28
28
|
this.endpoint = VerdocsEndpoint.getDefault();
|
29
29
|
this.templateId = null;
|
30
|
-
this.environment = '
|
30
|
+
this.environment = '';
|
31
31
|
this.containerId = `verdocs-send-${Math.random().toString(36).substring(2, 11)}`;
|
32
32
|
this.showPickerForId = '';
|
33
33
|
this.sessionContacts = [];
|
@@ -286,7 +286,7 @@ export class VerdocsSend {
|
|
286
286
|
},
|
287
287
|
"attribute": "environment",
|
288
288
|
"reflect": false,
|
289
|
-
"defaultValue": "'
|
289
|
+
"defaultValue": "''"
|
290
290
|
}
|
291
291
|
};
|
292
292
|
}
|
@@ -30,7 +30,7 @@ const VerdocsSend = /*@__PURE__*/ proxyCustomElement(class VerdocsSend extends H
|
|
30
30
|
this.searchContacts = createEvent(this, "searchContacts", 7);
|
31
31
|
this.endpoint = VerdocsEndpoint.getDefault();
|
32
32
|
this.templateId = null;
|
33
|
-
this.environment = '
|
33
|
+
this.environment = '';
|
34
34
|
this.containerId = `verdocs-send-${Math.random().toString(36).substring(2, 11)}`;
|
35
35
|
this.showPickerForId = '';
|
36
36
|
this.sessionContacts = [];
|