@emailmaker/filemanager 0.10.53 → 0.10.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emailmaker/filemanager",
3
- "version": "0.10.53",
3
+ "version": "0.10.54",
4
4
  "main": "./file-manager.js",
5
5
  "module": "./file-manager.esm.js",
6
6
  "types": "./index.d.ts",
package/types.d.ts CHANGED
@@ -448,6 +448,8 @@ export interface Config {
448
448
  removeForbiddenChars?: boolean;
449
449
  toLowerCase?: boolean;
450
450
  };
451
+ /** Контейнер для рендера полноэкранного drop overlay (при интеграции в Shadow DOM / модалках) */
452
+ getDropOverlayContainer?: () => HTMLElement;
451
453
  /** Разрешаем произвольные дополнительные поля */
452
454
  [key: string]: unknown;
453
455
  }