Skip to content

Commit 67106f0

Browse files
WoutVanBoxemiOvergaardCopilot
authored
Add missing media exports (#19585)
* Add missing media exports Fixes #19560 and #19561 * Update src/Umbraco.Web.UI.Client/src/packages/media/media/index.ts Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Jacob Overgaard <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 55506ba commit 67106f0

File tree

1 file changed

+4
-1
lines changed
  • src/Umbraco.Web.UI.Client/src/packages/media/media

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
export * from './audit-log/index.js';
12
export * from './components/index.js';
23
export * from './constants.js';
34
export * from './dropzone/index.js';
5+
export {UMB_IMAGE_CROPPER_EDITOR_MODAL, UMB_MEDIA_PICKER_MODAL} from './modals/index.js';
6+
export * from './recycle-bin/index.js';
47
export * from './reference/index.js';
58
export * from './repository/index.js';
69
export * from './search/index.js';
10+
export * from './tree/index.js';
711
export * from './url/index.js';
812

9-
export { UmbMediaAuditLogRepository } from './audit-log/index.js';
1013

1114
export type * from './types.js';

0 commit comments

Comments
 (0)