@salla.sa/twilight-components 2.11.21 → 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/{app-globals-f18513f9.js → app-globals-7253a431.js} +2232 -39
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/salla-button_37.cjs.entry.js +2 -2
- package/dist/cjs/twilight.cjs.js +1 -1
- package/dist/collection/components/salla-file-upload/salla-file-upload.js +4 -4
- package/dist/components/index.js +2232 -39
- package/dist/components/salla-file-upload2.js +2 -2
- package/dist/esm/{app-globals-9127a6ae.js → app-globals-a043cc09.js} +2232 -39
- package/dist/esm/loader.js +1 -1
- package/dist/esm/salla-button_37.entry.js +2 -2
- package/dist/esm/twilight.js +1 -1
- package/dist/esm-es5/app-globals-a043cc09.js +30 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/salla-button_37.entry.js +1 -1
- package/dist/esm-es5/twilight.js +1 -1
- package/dist/twilight/p-11ec9d06.system.js +30 -0
- package/dist/twilight/{p-5fc3f873.system.js → p-1b87ab66.system.js} +1 -1
- package/dist/twilight/p-2c5db3b4.js +24 -0
- 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/twilight/twilight.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 +3 -3
- package/dist/esm-es5/app-globals-9127a6ae.js +0 -24
- package/dist/twilight/p-a6b1a735.js +0 -24
- package/dist/twilight/p-dddd2139.system.js +0 -24
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
8
|
const index = require('./index-1d2b3370.js');
|
|
9
|
-
const appGlobals = require('./app-globals-
|
|
9
|
+
const appGlobals = require('./app-globals-7253a431.js');
|
|
10
10
|
require('./_commonjsHelpers-691dd63b.js');
|
|
11
11
|
|
|
12
12
|
/*
|
|
@@ -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
|
*/
|
package/dist/cjs/twilight.cjs.js
CHANGED
|
@@ -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",
|