@verdocs/web-sdk 4.2.130 → 4.2.131

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.
@@ -578,7 +578,7 @@ const VerdocsTemplateCreate = class {
578
578
  this.sdkError = index.createEvent(this, "sdkError", 7);
579
579
  this.templateCreated = index.createEvent(this, "templateCreated", 7);
580
580
  this.endpoint = jsSdk.VerdocsEndpoint.getDefault();
581
- this.maxSize = 20 * 1024 * 1024;
581
+ this.maxSize = 20.5 * 1024 * 1024;
582
582
  this.file = undefined;
583
583
  this.creating = false;
584
584
  this.progressLabel = 'Uploading...';
@@ -11,7 +11,7 @@ const FileIcon = '<svg focusable="false" aria-hidden="true" viewBox="0 0 24 24">
11
11
  export class VerdocsTemplateCreate {
12
12
  constructor() {
13
13
  this.endpoint = VerdocsEndpoint.getDefault();
14
- this.maxSize = 20 * 1024 * 1024;
14
+ this.maxSize = 20.5 * 1024 * 1024;
15
15
  this.file = undefined;
16
16
  this.creating = false;
17
17
  this.progressLabel = 'Uploading...';
@@ -150,7 +150,7 @@ export class VerdocsTemplateCreate {
150
150
  },
151
151
  "attribute": "max-size",
152
152
  "reflect": false,
153
- "defaultValue": "20 * 1024 * 1024"
153
+ "defaultValue": "20.5 * 1024 * 1024"
154
154
  }
155
155
  };
156
156
  }
@@ -21,7 +21,7 @@ const VerdocsTemplateCreate = /*@__PURE__*/ proxyCustomElement(class VerdocsTemp
21
21
  this.sdkError = createEvent(this, "sdkError", 7);
22
22
  this.templateCreated = createEvent(this, "templateCreated", 7);
23
23
  this.endpoint = VerdocsEndpoint.getDefault();
24
- this.maxSize = 20 * 1024 * 1024;
24
+ this.maxSize = 20.5 * 1024 * 1024;
25
25
  this.file = undefined;
26
26
  this.creating = false;
27
27
  this.progressLabel = 'Uploading...';