Skip to content

Commit 25e7f19

Browse files
authored
V16-RC: Not all types are exported from 'documents' (#19421)
fix: exports new types from documents/documents/url
1 parent 5c7a25f commit 25e7f19

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/documents/documents/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export type * from './modals/types.js';
1717
export type * from './publishing/types.js';
1818
export type * from './recycle-bin/types.js';
1919
export type * from './tree/types.js';
20+
export type * from './url/types.js';
2021
export type * from './user-permissions/types.js';
2122
export type * from './workspace/types.js';
2223

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { UmbDocumentUrlRepository, UMB_DOCUMENT_URL_REPOSITORY_ALIAS } from './repository/index.js';
22

3+
export * from './repository/index.js';
34
export * from './constants.js';
45
export * from './document-urls-data-resolver.js';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export type * from './repository/types.js';

0 commit comments

Comments
 (0)