@salla.sa/twilight-components 2.11.22 → 2.11.23
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/salla-button_37.cjs.entry.js +2 -2
- package/dist/collection/components/salla-file-upload/salla-file-upload.js +4 -4
- package/dist/components/salla-file-upload2.js +2 -2
- package/dist/esm/salla-button_37.entry.js +2 -2
- package/dist/esm-es5/salla-button_37.entry.js +1 -1
- package/dist/twilight/p-1b87ab66.system.js +1 -1
- package/dist/twilight/{p-a55496d9.system.entry.js → p-729ff20d.system.entry.js} +1 -1
- package/dist/twilight/{p-5f625abf.entry.js → p-a495ee03.entry.js} +1 -1
- package/dist/twilight/twilight.esm.js +1 -1
- package/dist/types/components/salla-file-upload/salla-file-upload.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/package.json +2 -2
|
@@ -20695,9 +20695,9 @@ const SallaFileUpload = class {
|
|
|
20695
20695
|
*/
|
|
20696
20696
|
this.formData = "{}";
|
|
20697
20697
|
/**
|
|
20698
|
-
* The maximum size of a file, for instance
|
|
20698
|
+
* The maximum size of a file, for instance 2MB or 750KB
|
|
20699
20699
|
*/
|
|
20700
|
-
this.maxFileSize = '
|
|
20700
|
+
this.maxFileSize = '2MB';
|
|
20701
20701
|
/**
|
|
20702
20702
|
* Enable or disable drag n' drop
|
|
20703
20703
|
*/
|
|
@@ -28,9 +28,9 @@ export class SallaFileUpload {
|
|
|
28
28
|
*/
|
|
29
29
|
this.formData = "{}";
|
|
30
30
|
/**
|
|
31
|
-
* The maximum size of a file, for instance
|
|
31
|
+
* The maximum size of a file, for instance 2MB or 750KB
|
|
32
32
|
*/
|
|
33
|
-
this.maxFileSize = '
|
|
33
|
+
this.maxFileSize = '2MB';
|
|
34
34
|
/**
|
|
35
35
|
* Enable or disable drag n' drop
|
|
36
36
|
*/
|
|
@@ -574,11 +574,11 @@ export class SallaFileUpload {
|
|
|
574
574
|
"optional": false,
|
|
575
575
|
"docs": {
|
|
576
576
|
"tags": [],
|
|
577
|
-
"text": "The maximum size of a file, for instance
|
|
577
|
+
"text": "The maximum size of a file, for instance 2MB or 750KB"
|
|
578
578
|
},
|
|
579
579
|
"attribute": "max-file-size",
|
|
580
580
|
"reflect": false,
|
|
581
|
-
"defaultValue": "'
|
|
581
|
+
"defaultValue": "'2MB'"
|
|
582
582
|
},
|
|
583
583
|
"disabled": {
|
|
584
584
|
"type": "boolean",
|
|
@@ -15129,9 +15129,9 @@ const SallaFileUpload = /*@__PURE__*/ proxyCustomElement(class extends HTMLEleme
|
|
|
15129
15129
|
*/
|
|
15130
15130
|
this.formData = "{}";
|
|
15131
15131
|
/**
|
|
15132
|
-
* The maximum size of a file, for instance
|
|
15132
|
+
* The maximum size of a file, for instance 2MB or 750KB
|
|
15133
15133
|
*/
|
|
15134
|
-
this.maxFileSize = '
|
|
15134
|
+
this.maxFileSize = '2MB';
|
|
15135
15135
|
/**
|
|
15136
15136
|
* Enable or disable drag n' drop
|
|
15137
15137
|
*/
|
|
@@ -20691,9 +20691,9 @@ const SallaFileUpload = class {
|
|
|
20691
20691
|
*/
|
|
20692
20692
|
this.formData = "{}";
|
|
20693
20693
|
/**
|
|
20694
|
-
* The maximum size of a file, for instance
|
|
20694
|
+
* The maximum size of a file, for instance 2MB or 750KB
|
|
20695
20695
|
*/
|
|
20696
|
-
this.maxFileSize = '
|
|
20696
|
+
this.maxFileSize = '2MB';
|
|
20697
20697
|
/**
|
|
20698
20698
|
* Enable or disable drag n' drop
|
|
20699
20699
|
*/
|