simpo-component-library 3.4.0 → 3.4.1
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/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +7 -8
- package/esm2022/lib/sections/registration-form/registration-form.component.mjs +30 -3
- package/esm2022/lib/services/image-upload-service.service.mjs +5 -4
- package/fesm2022/simpo-component-library.mjs +49 -22
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/registration-form/registration-form.component.d.ts +1 -0
- package/lib/services/image-upload-service.service.d.ts +0 -2
- package/package.json +1 -1
- package/simpo-component-library-3.4.1.tgz +0 -0
- package/simpo-component-library-3.4.0.tgz +0 -0
@@ -71,6 +71,7 @@ export declare class RegistrationFormComponent extends BaseSection implements On
|
|
71
71
|
uploadParentGuardinaImages(ev: any, field: any): void;
|
72
72
|
updateSelectedImage(ev: any, field: any): void;
|
73
73
|
isImage(fileUrl: string): boolean;
|
74
|
+
getFieldValidation(item: any): boolean;
|
74
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<RegistrationFormComponent, never>;
|
75
76
|
static ɵcmp: i0.ɵɵComponentDeclaration<RegistrationFormComponent, "simpo-registration-form", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
76
77
|
}
|
@@ -6,8 +6,6 @@ export declare class ImageUplaodService {
|
|
6
6
|
cmisFileUpload: any;
|
7
7
|
UNSPLASH_API_TOKEN: string;
|
8
8
|
private s3Client?;
|
9
|
-
region: string;
|
10
|
-
identityPoolId: string;
|
11
9
|
constructor(http: HttpClient, bucketUrl: any);
|
12
10
|
uploadFileInAzure(file: File, folderName?: string): Promise<import("@azure/storage-blob").BlockBlobClient | null>;
|
13
11
|
uploadFileInAWS(file: File, folderName?: string): Promise<string>;
|
package/package.json
CHANGED
Binary file
|
Binary file
|