@bnsights/bbsf-controls 1.2.30 → 1.2.32
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/README.md +8 -0
- package/bnsights-bbsf-controls-1.2.32.tgz +0 -0
- package/fesm2022/bnsights-bbsf-controls.mjs +19 -5
- package/fesm2022/bnsights-bbsf-controls.mjs.map +1 -1
- package/lib/Shared/Models/FileUploadOptions.d.ts +2 -0
- package/package.json +1 -3
- package/bnsights-bbsf-controls-1.2.30.tgz +0 -0
|
@@ -33,6 +33,8 @@ export declare class FileUploadOptions extends ControlOptionsBase {
|
|
|
33
33
|
maxSumFilesSizeLbl?: string;
|
|
34
34
|
/** Label before the max file count; overrides "MaxFileCountValidationKey" text when set. */
|
|
35
35
|
maxFileCountLbl?: string;
|
|
36
|
+
/** Label before the min file count; overrides "MinFileCountValidationKey" text when set. */
|
|
37
|
+
minFileCountLbl?: string;
|
|
36
38
|
/** Optional image cropper configuration for single-file, non-async uploads. */
|
|
37
39
|
cropperOptions?: FileUploadCropperOptions;
|
|
38
40
|
/** Overrides the 'MaxFileCountValidationKey' resource label in the max-file-count error message. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-controls",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.32",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^19.2.14",
|
|
6
6
|
"@angular/cdk": "^19.2.19",
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
"font-awesome": "4.7.0",
|
|
48
48
|
"google-libphonenumber": "3.2.43",
|
|
49
49
|
"intl-tel-input": "19.0.0",
|
|
50
|
-
"jquery": "3.7.1",
|
|
51
50
|
"ng-inline-svg-2": "15.0.1",
|
|
52
51
|
"ng2-file-upload": "8.0.0",
|
|
53
52
|
"ngx-bootstrap": "19.0.2",
|
|
@@ -58,7 +57,6 @@
|
|
|
58
57
|
"ngx-mask": "17.1.8",
|
|
59
58
|
"ngx-script-loader": "3.0.0",
|
|
60
59
|
"primeicons": "^7.0.0",
|
|
61
|
-
"summernote": "0.9.1",
|
|
62
60
|
"sweetalert2": "11.10.1",
|
|
63
61
|
"tslib": "2.6.2"
|
|
64
62
|
},
|
|
Binary file
|