@solcre-org/core-ui 2.11.38 → 2.11.39

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/index.d.ts CHANGED
@@ -337,6 +337,7 @@ interface FileFieldConfig<T extends DataBaseModelInterface> extends ModalFieldCo
337
337
  showPreview?: boolean;
338
338
  acceptString: string;
339
339
  previewUrls?: string[] | ((row: T) => string[]);
340
+ onFileRemoved?: (file: any, index: number, fileType: 'existing' | 'selected' | 'preview') => void;
340
341
  fileUploadConfig?: {
341
342
  fileType?: FileType;
342
343
  fileTypeResolver?: (data: T) => FileType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.11.38",
3
+ "version": "2.11.39",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"