use TreePicker

This commit is contained in:
Niels Lyngsø
2023-07-03 12:27:11 +02:00
parent 9366eb9898
commit f7d52b8fef

View File

@@ -4,13 +4,11 @@ import { UmbModalToken, UmbPickerModalResult, UmbTreePickerModalData } from '@um
export type UmbDictionaryItemPickerModalData = UmbTreePickerModalData<EntityTreeItemResponseModel>;
export type UmbDictionaryItemPickerModalResult = UmbPickerModalResult;
export const UMB_DICTIONARY_ITEM_PICKER_MODAL_ALIAS = 'Umb.Modal.DictionaryItemPicker';
export const UMB_DICTIONARY_ITEM_PICKER_MODAL = new UmbModalToken<
UmbDictionaryItemPickerModalData,
UmbDictionaryItemPickerModalResult
>(
UMB_DICTIONARY_ITEM_PICKER_MODAL_ALIAS,
'Umb.Modal.TreePicker',
{
type: 'sidebar',
size: 'small',